File: System.Runtime.DurableInstancing.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>{6b333684-f5d0-4b66-af4b-35ec86884217}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Runtime.DurableInstancing</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;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="..\..\WCF\Serialization\System.Runtime.Serialization.csproj">
      <Project>{2d14aaa5-e16c-4c36-92ee-4514f43396ee}</Project>
      <Name>System.Runtime.Serialization</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.Transactions\System.Transactions.csproj">
      <Project>{1e3c4f31-db32-4121-82a2-2bce1826ff3b}</Project>
      <Name>System.Transactions</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="System.Xaml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="System\Runtime\DurableInstancing\DisassociateInstanceKeysExtension.cs" />
    <Compile Include="System\Runtime\DurableInstancing\IDurableInstancingOptions.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceCollisionException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceCompleteException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceHandle.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceHandleConflictException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceHandleReference.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceKey.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceKeyCollisionException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceKeyCompleteException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceKeyNotReadyException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceKeyState.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceKeyView.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceLockedException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceLockLostException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceLockQueryResult.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceNormalEvent.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceNotReadyException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceOwner.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceOwnerException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceOwnerQueryResult.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstancePersistence.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstancePersistenceCommand.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstancePersistenceCommandException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstancePersistenceContext.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstancePersistenceEvent.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstancePersistenceException.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceState.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceStore.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceStoreQueryResult.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceValue.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceValueConsistency.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceValueOptions.cs" />
    <Compile Include="System\Runtime\DurableInstancing\InstanceView.cs" />
    <Compile Include="System\Runtime\ICancelable.cs" />
    <Compile Include="System\Runtime\IPersistencePipelineModule.cs" />
    <Compile Include="System\Runtime\PersistenceMetadataNamespace.cs" />
    <Compile Include="System\Runtime\PersistencePipeline.cs" />
    <Compile Include="System\Runtime\TransactedAsyncResult.cs" />
    <Compile Include="System\Runtime\TransactionHelper.cs" />
    <Compile Include="System\Runtime\Workflow45Namespace.cs" />
    <Compile Include="System\Runtime\WorkflowNamespace.cs" />
    <Compile Include="System\Runtime\WorkflowServiceNamespace.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>