File: System.Workflow.Activities.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>{13d1e20f-53e2-4ac1-b892-e12e7aa03111}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Workflow.Activities</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="..\..\..\..\fx\src\Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</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="..\..\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="..\..\..\..\fx\src\xsp\system\ApplicationServices\System.Web.ApplicationServices.csproj">
      <Project>{1908d92f-7915-4d5e-83cc-99d523ea1921}</Project>
      <Name>System.Web.ApplicationServices</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\System.Windows.Forms.csproj">
      <Project>{e3f4bb6b-ba05-46a9-b3a0-db4fd00a92f1}</Project>
      <Name>System.Windows.Forms</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>
  </ItemGroup>
  <ItemGroup>
    <Reference Include="Accessibility" />
    <Reference Include="Microsoft.Build.Framework" />
    <Reference Include="Microsoft.Build.Tasks.v4.0" />
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
    <Reference Include="System.Design" />
    <Reference Include="System.DirectoryServices" />
    <Reference Include="System.Drawing.Design" />
    <Reference Include="System.EnterpriseServices" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ActivityTrace.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Code.cs" />
    <Compile Include="CodeExpressionRuleDeclaration.cs" />
    <Compile Include="Common\AssemblyRef.cs" />
    <Compile Include="Common\BasePropertyDescriptor.cs" />
    <Compile Include="Common\CompilerHelpers.cs" />
    <Compile Include="Common\CompModHelpers.cs" />
    <Compile Include="Common\DelegateTypeInfo.cs" />
    <Compile Include="Common\ErrorNumbers.cs" />
    <Compile Include="Common\NativeMethods.cs" />
    <Compile Include="Common\TypeSystemHelpers.cs" />
    <Compile Include="Common\UserDataKeys.cs" />
    <Compile Include="Common\ValidationHelpers.cs" />
    <Compile Include="Common\Walker.cs" />
    <Compile Include="CompensatableSequenceActivity.cs" />
    <Compile Include="Conditional.cs" />
    <Compile Include="ConditionalBranch.cs" />
    <Compile Include="ConstrainedGroup.cs" />
    <Compile Include="CorrelationValidator.cs" />
    <Compile Include="Delay.cs" />
    <Compile Include="Designers\ActivityDesignerResources.cs" />
    <Compile Include="Designers\CAGDesigner.cs" />
    <Compile Include="Designers\CodeDesigner.cs" />
    <Compile Include="Designers\ConditionalDesigner.cs" />
    <Compile Include="Designers\ConditionedDesigner.cs" />
    <Compile Include="Designers\DelayDesigner.cs" />
    <Compile Include="Designers\EventDrivenDesigner.cs" />
    <Compile Include="Designers\EventHandlersDesigner.cs" />
    <Compile Include="Designers\EventSinkActivityDesigner.cs" />
    <Compile Include="Designers\InvokeMethodActivityDesigner.cs" />
    <Compile Include="Designers\InvokeWebServiceDesigner.cs" />
    <Compile Include="Designers\ListenDesigner.cs" />
    <Compile Include="Designers\ParallelDesigner.cs" />
    <Compile Include="Designers\PolicyDesigner.cs" />
    <Compile Include="Designers\ScopeDesigner.cs" />
    <Compile Include="Designers\SequenceDesigner.cs" />
    <Compile Include="Designers\ServiceDesigner.cs" />
    <Compile Include="Designers\SetStateDesigner.cs" />
    <Compile Include="Designers\StateDesigner.CommentLayoutGlyph.cs" />
    <Compile Include="Designers\StateDesigner.cs" />
    <Compile Include="Designers\StateDesigner.Helpers.cs" />
    <Compile Include="Designers\StateDesigner.Layouts.cs" />
    <Compile Include="Designers\StateDesigner.LayoutSelectionGlyph.cs" />
    <Compile Include="Designers\StateDesigner.TransitionInfo.cs" />
    <Compile Include="Designers\StateDesignerConnector.cs" />
    <Compile Include="Designers\StateFinalizationDesigner.cs" />
    <Compile Include="Designers\StateInitializationDesigner.cs" />
    <Compile Include="Designers\StateMachineDesignerPaint.cs" />
    <Compile Include="Designers\StateMachineWorkflowDesigner.cs" />
    <Compile Include="Designers\TaskDesigner.cs" />
    <Compile Include="Designers\WebServiceFaultDesigner.cs" />
    <Compile Include="Designers\WebServiceReceiveDesigner.cs" />
    <Compile Include="Designers\WebServiceResponseDesigner.cs" />
    <Compile Include="Designers\WhileDesigner.cs" />
    <Compile Include="EventDriven.cs" />
    <Compile Include="EventHandlers.cs" />
    <Compile Include="EventHandlingScope.cs" />
    <Compile Include="EventSinkActivity.cs" />
    <Compile Include="Executors\Helpers.cs" />
    <Compile Include="Executors\InboundActivityHelper.cs" />
    <Compile Include="Executors\InvokeBase.cs" />
    <Compile Include="Executors\WorkflowWebService.cs" />
    <Compile Include="Interfaces.cs" />
    <Compile Include="InvokeMethodActivity.cs" />
    <Compile Include="InvokeSchedule.cs" />
    <Compile Include="InvokeWebService.cs" />
    <Compile Include="Listen.cs" />
    <Compile Include="LocalService\CorrelationResolver.cs" />
    <Compile Include="LocalService\CorrelationService.cs" />
    <Compile Include="LocalService\CorrelationTokenInvalidatedHandler.cs" />
    <Compile Include="LocalService\CorrelationTokenTypeConvertor.cs" />
    <Compile Include="LocalService\DataExchangeServiceBinder.cs" />
    <Compile Include="LocalService\ExternalDataExchangeService.cs" />
    <Compile Include="LocalService\FollowerQueueCreator.cs" />
    <Compile Include="LocalService\LogicalCallContext.cs" />
    <Compile Include="LocalService\MessageEventSubscriptionService.cs" />
    <Compile Include="LocalService\MessageQueueKey.cs" />
    <Compile Include="LocalService\MethodMessage.cs" />
    <Compile Include="LocalService\WorkflowMessageEventArgs.cs" />
    <Compile Include="LocalService\WorkflowMessageEventHandler.cs" />
    <Compile Include="Parallel.cs" />
    <Compile Include="Policy.cs" />
    <Compile Include="Role\ADRole.cs" />
    <Compile Include="Role\ADRoleFactory.cs" />
    <Compile Include="Role\ADRoleFactoryConfiguration.cs" />
    <Compile Include="Role\DirectoryGroupQuery.cs" />
    <Compile Include="Role\DirectoryLocalQuery.cs" />
    <Compile Include="Role\DirectoryQueryOperation.cs" />
    <Compile Include="Role\DirectoryRedirect.cs" />
    <Compile Include="Role\DirectoryRootQuery.cs" />
    <Compile Include="Role\IDirectoryOperation.cs" />
    <Compile Include="Role\RoleExceptions.cs" />
    <Compile Include="Role\WebWorkflowRole.cs" />
    <Compile Include="Rules\ArithmeticLiteral.cs" />
    <Compile Include="Rules\CodeDomDecompiler.cs" />
    <Compile Include="Rules\ConditionChanges.cs" />
    <Compile Include="Rules\DeclarativeConditionsCollection.cs" />
    <Compile Include="Rules\DeclarativeExpressionConditionDeclaration.cs" />
    <Compile Include="Rules\Design\DesignerHelpers.cs" />
    <Compile Include="Rules\Design\Dialogs\BasicBrowserDialog.cs" />
    <Compile Include="Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs" />
    <Compile Include="Rules\Design\Dialogs\ConditionBrowserDialog.cs" />
    <Compile Include="Rules\Design\Dialogs\IntellisenseTextBox.cs" />
    <Compile Include="Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs" />
    <Compile Include="Rules\Design\Dialogs\RenameRuleObjectDialog.cs" />
    <Compile Include="Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs" />
    <Compile Include="Rules\Design\Dialogs\RuleConditionDialog.cs" />
    <Compile Include="Rules\Design\Dialogs\RuleConditionDialog.Designer.cs" />
    <Compile Include="Rules\Design\Dialogs\RuleSetBrowserDialog.cs" />
    <Compile Include="Rules\Design\Dialogs\RuleSetDialog.cs" />
    <Compile Include="Rules\Design\Dialogs\RuleSetDialog.Designer.cs" />
    <Compile Include="Rules\Design\LogicalExpressionEditor.cs" />
    <Compile Include="Rules\Design\LogicalExpressionTypeConverter.cs" />
    <Compile Include="Rules\Exceptions.cs" />
    <Compile Include="Rules\Executor.cs" />
    <Compile Include="Rules\Expressions.cs" />
    <Compile Include="Rules\Helpers.cs" />
    <Compile Include="Rules\Literal.cs" />
    <Compile Include="Rules\Parser\Exceptions.cs" />
    <Compile Include="Rules\Parser\Intellisense.cs" />
    <Compile Include="Rules\Parser\Parser.cs" />
    <Compile Include="Rules\Parser\Scanner.cs" />
    <Compile Include="Rules\Parser\Symbol.cs" />
    <Compile Include="Rules\Parser\Token.cs" />
    <Compile Include="Rules\References.cs" />
    <Compile Include="Rules\Rule.cs" />
    <Compile Include="Rules\RuleAction.cs" />
    <Compile Include="Rules\RuleAttributes.cs" />
    <Compile Include="Rules\RuleDefinitions.cs" />
    <Compile Include="Rules\RuleEngine.cs" />
    <Compile Include="Rules\RuleSet.cs" />
    <Compile Include="Rules\RuleSetCollection.cs" />
    <Compile Include="Rules\RuleSetReference.cs" />
    <Compile Include="Rules\RuleValidation.cs" />
    <Compile Include="Rules\Statements.cs" />
    <Compile Include="Rules\Tracer.cs" />
    <Compile Include="Rules\UserDataKeys.cs" />
    <Compile Include="Rules\Walker.cs" />
    <Compile Include="Schedule.cs" />
    <Compile Include="Scope.cs" />
    <Compile Include="Sequence.cs" />
    <Compile Include="SetState.cs" />
    <Compile Include="SetStateEventArgs.cs" />
    <Compile Include="SR.cs" />
    <Compile Include="State.cs" />
    <Compile Include="StateFinalizationActivity.cs" />
    <Compile Include="StateInitialization.cs" />
    <Compile Include="StateMachineAction.cs" />
    <Compile Include="StateMachineExecutionState.cs" />
    <Compile Include="StateMachineHelpers.cs" />
    <Compile Include="StateMachineSubscription.cs" />
    <Compile Include="StateMachineSubscriptionManager.cs" />
    <Compile Include="StateMachineWorkflow.cs" />
    <Compile Include="StateMachineWorkflowInstance.cs" />
    <Compile Include="StateValidator.cs" />
    <Compile Include="Task.cs" />
    <Compile Include="WebServiceFault.cs" />
    <Compile Include="WebServiceReceive.cs" />
    <Compile Include="WebServiceResponse.cs" />
    <Compile Include="While.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>