File: System.Workflow.Runtime.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>{c434aace-7511-4bf5-abe0-3e5606c9ed54}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Workflow.Runtime</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;TRACE;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="..\..\NetFx40\System.Activities\System.Activities.csproj">
      <Project>{dabaf3db-e90a-4053-839b-93b45d30ae63}</Project>
      <Name>System.Activities</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</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="..\..\NetFx20\System.Messaging\System.Messaging.csproj">
      <Project>{7c7fc14e-d5dd-450e-8072-fea47239cdf7}</Project>
      <Name>System.Messaging</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\NetFx40\System.Runtime.DurableInstancing\System.Runtime.DurableInstancing.csproj">
      <Project>{6b333684-f5d0-4b66-af4b-35ec86884217}</Project>
      <Name>System.Runtime.DurableInstancing</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\clr\src\managedlibraries\remoting\System.Runtime.Remoting.csproj">
      <Project>{9fbded74-28f9-4c5e-be2e-05f62341f9d4}</Project>
      <Name>System.Runtime.Remoting</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="..\..\NetFx20\System.Transactions\System.Transactions.csproj">
      <Project>{1e3c4f31-db32-4121-82a2-2bce1826ff3b}</Project>
      <Name>System.Transactions</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\..\fx\src\xsp\system\Web\System.Web.csproj">
      <Project>{0939de02-fde8-48c9-85e8-d1359be01e1f}</Project>
      <Name>System.Web</Name>
    </ProjectReference>
    <ProjectReference Include="..\Activities\System.Workflow.Activities.csproj">
      <Project>{13d1e20f-53e2-4ac1-b892-e12e7aa03111}</Project>
      <Name>System.Workflow.Activities</Name>
    </ProjectReference>
    <ProjectReference Include="..\Common\System.Workflow.ComponentModel.csproj">
      <Project>{7e9a0f67-829a-41d7-8746-79767db19c05}</Project>
      <Name>System.Workflow.ComponentModel</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.Design" />
    <Reference Include="System.EnterpriseServices" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\Common\Shared\DigestComparer.cs" />
    <Compile Include="AmbientEnvironment.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Configuration\WorkflowRuntimeSection.cs" />
    <Compile Include="Configuration\WorkflowRuntimeServiceElement.cs" />
    <Compile Include="Configuration\WorkflowRuntimeServiceElementCollection.cs" />
    <Compile Include="ContextActivityUtils.cs" />
    <Compile Include="CorrelationToken.cs" />
    <Compile Include="CreationContext.cs" />
    <Compile Include="DbRetry.cs" />
    <Compile Include="DebugEngine\ActivityHandlerDescriptor.cs" />
    <Compile Include="DebugEngine\BreakSafeBase.cs" />
    <Compile Include="DebugEngine\DebugController.cs" />
    <Compile Include="DebugEngine\DebugControllerThread.cs" />
    <Compile Include="DebugEngine\IExpressionEvaluationFrame.cs" />
    <Compile Include="DebugEngine\IInstanceTable.cs" />
    <Compile Include="DebugEngine\IWorkflowDebugger.cs" />
    <Compile Include="DebugEngine\IWorkflowDebuggerService.cs" />
    <Compile Include="DebugEngine\NativeMethods.cs" />
    <Compile Include="DebugEngine\ProgramNode.cs" />
    <Compile Include="DebugEngine\ProgramPublisher.cs" />
    <Compile Include="DebugEngine\WorkflowDebuggerSteppingAttribute.cs" />
    <Compile Include="EventQueueState.cs" />
    <Compile Include="ExecutorLocksHeldException.cs" />
    <Compile Include="Hosting\DbResourceAllocator.cs" />
    <Compile Include="Hosting\DefaultWorkflowLoaderService.cs" />
    <Compile Include="Hosting\DefaultWorkflowSchedulerService.cs" />
    <Compile Include="Hosting\DefaultWorkflowTransactionService.cs" />
    <Compile Include="Hosting\LocalTransaction.cs" />
    <Compile Include="Hosting\ManualWorkflowSchedulerService.cs" />
    <Compile Include="Hosting\PersistenceException.cs" />
    <Compile Include="Hosting\SharedConnectionInfo.cs" />
    <Compile Include="Hosting\SharedConnectionWorkflowTransactionService.cs" />
    <Compile Include="Hosting\SqlPersistenceWorkflowInstanceDescription.cs" />
    <Compile Include="Hosting\SqlWorkflowPersistenceService.cs" />
    <Compile Include="Hosting\WorkflowLoaderService.cs" />
    <Compile Include="Hosting\WorkflowPersistenceService.cs" />
    <Compile Include="Hosting\WorkflowRuntimeService.cs" />
    <Compile Include="Hosting\WorkflowSchedulerService.cs" />
    <Compile Include="Hosting\WorkflowTimerService.cs" />
    <Compile Include="Hosting\WorkflowTransactionService.cs" />
    <Compile Include="Hosting\WorkflowWebHostingModule.cs" />
    <Compile Include="IPendingWork.cs" />
    <Compile Include="ISupportInterop.cs" />
    <Compile Include="IWorkBatch.cs" />
    <Compile Include="KeyedPriorityQueue.cs" />
    <Compile Include="Lock.cs" />
    <Compile Include="MD5HashHelper.cs" />
    <Compile Include="PerformanceCounterManager.cs" />
    <Compile Include="QueueException.cs" />
    <Compile Include="RTTrackingProfile.cs" />
    <Compile Include="Scheduler.cs" />
    <Compile Include="ServicesExceptionNotHandledEventArgs.cs" />
    <Compile Include="System\Activities\Statements\Interop.cs" />
    <Compile Include="System\Activities\Statements\InteropEnvironment.cs" />
    <Compile Include="System\Activities\Statements\InteropExecutor.cs" />
    <Compile Include="System\Activities\Tracking\InteropTrackingRecord.cs" />
    <Compile Include="TimerEventSubscription.cs" />
    <Compile Include="TimerEventSubscriptionCollection.cs" />
    <Compile Include="Tracking.cs" />
    <Compile Include="Tracking\ExtractCollection.cs" />
    <Compile Include="Tracking\IProfileNotification.cs" />
    <Compile Include="Tracking\PreviousTrackingServiceAttribute.cs" />
    <Compile Include="Tracking\ProfileEventArgs.cs" />
    <Compile Include="Tracking\PropertyHelper.cs" />
    <Compile Include="Tracking\SqlTrackingQuery.cs" />
    <Compile Include="Tracking\SqlTrackingService.cs" />
    <Compile Include="Tracking\SqlTrackingWorkflowInstance.cs" />
    <Compile Include="Tracking\TrackingAnnotationCollection.cs" />
    <Compile Include="Tracking\TrackingChannel.cs" />
    <Compile Include="Tracking\TrackingCondition.cs" />
    <Compile Include="Tracking\TrackingConditionCollection.cs" />
    <Compile Include="Tracking\TrackingDataItem.cs" />
    <Compile Include="Tracking\TrackingDataItemValue.cs" />
    <Compile Include="Tracking\TrackingExtract.cs" />
    <Compile Include="Tracking\TrackingLocation.cs" />
    <Compile Include="Tracking\TrackingLocationCollection.cs" />
    <Compile Include="Tracking\TrackingParameters.cs" />
    <Compile Include="Tracking\TrackingProfile.cs" />
    <Compile Include="Tracking\TrackingProfileCache.cs" />
    <Compile Include="Tracking\TrackingProfileDeserializationException.cs" />
    <Compile Include="Tracking\TrackingProfileSerializer.cs" />
    <Compile Include="Tracking\TrackingRecord.cs" />
    <Compile Include="Tracking\TrackingService.cs" />
    <Compile Include="Tracking\TrackingWorkflowEvent.cs" />
    <Compile Include="Tracking\TrackingWorkflowEventArgs.cs" />
    <Compile Include="Tracking\TrackPoint.cs" />
    <Compile Include="Tracking\TrackPointCollection.cs" />
    <Compile Include="TransactionalProperties.cs" />
    <Compile Include="VolatileResourceManager.cs" />
    <Compile Include="WorkBatch.cs" />
    <Compile Include="WorkflowDefinitionDispenser.cs" />
    <Compile Include="WorkflowEnvironment.cs" />
    <Compile Include="WorkflowEventArgs.cs" />
    <Compile Include="WorkflowEventInternal.cs" />
    <Compile Include="WorkflowExecutor.cs" />
    <Compile Include="WorkflowInstance.cs" />
    <Compile Include="WorkflowOwnershipException.cs" />
    <Compile Include="WorkflowQueue.cs" />
    <Compile Include="WorkflowQueueInfo.cs" />
    <Compile Include="WorkflowQueuingService.cs" />
    <Compile Include="WorkflowRuntime.cs" />
    <Compile Include="WorkflowStateRollbackService.cs" />
    <Compile Include="WorkflowStatus.cs" />
    <Compile Include="WorkflowTraceTransfer.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>