File: XamlBuildTask.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{e0e58e4c-ec2b-42fe-96b3-6129b3913baa}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>XamlBuildTask</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;NONAPTCA;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\Core\System.Core.csproj">
      <Project>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</Project>
      <Name>System.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\System.Data.csproj">
      <Project>{50bf0abe-a7fe-40e6-8e95-ce5080b432af}</Project>
      <Name>System.Data</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\System.Drawing.csproj">
      <Project>{2ccdab8f-9a51-4660-abb5-b42b005b5024}</Project>
      <Name>System.Drawing</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\clr\src\managedlibraries\security\System.Security.csproj">
      <Project>{05d4e9cd-3a3a-461b-a895-b39e85f1969a}</Project>
      <Name>System.Security</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\System.ServiceModel.Internals\System.ServiceModel.Internals.csproj">
      <Project>{c1031d3a-479a-4360-8bf2-e294bfa8debb}</Project>
      <Name>System.ServiceModel.Internals</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\NetFx20\System.Web.Services\System.Web.Services.csproj">
      <Project>{616f2e65-d1f3-4392-b9b7-5a2b5fe626b9}</Project>
      <Name>System.Web.Services</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\Xml\System.Xml.csproj">
      <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\XLinq\System.Xml.Linq.csproj">
      <Project>{ba1d1490-39d6-4136-8f22-30531fbdb8c9}</Project>
      <Name>System.Xml.Linq</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Microsoft.Build.Engine" />
    <Reference Include="Microsoft.Build.Framework" />
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
    <Reference Include="System.Xaml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Microsoft\Build\Tasks\Xaml\AttributeData.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\AttributeParameterData.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\BuildExtensionContext.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\ClassData.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\ClassGenerator.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\ClassImporter.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\ClassValidator.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\CodeDomExtensionMethods.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\CompilationPass2Task.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\CompilationPass2TaskInternal.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\DelegatingTaskItem.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\IXamlBuildTypeGenerationExtension.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\IXamlBuildTypeInspectionExtension.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\LogData.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\LoggableException.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\MemberVisibility.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\NamedObject.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\NamespaceTable.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\PropertyData.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\ResolveAssemblyHelper.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\ValidationEventArgs.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\WrappingXamlSchemaContext.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlBuildTaskLeaseLifetimeHelper.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlBuildTypeGenerationExtensionContext.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlBuildTypeInspectionExtensionContext.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlStackWriter.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs" />
    <Compile Include="Microsoft\Build\Tasks\Xaml\XamlWrappingReader.cs" />
    <Compile Include="Microsoft\VisualStudio\Activities\VSDesignerPerfEventProvider.cs" />
    <Compile Include="Microsoft\VisualStudio\Activities\VSDesignerPerfEvents.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>