added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / TransactionalService / TransactionalServiceExample / CS / SampleWorkflow / SampleWorkflow.csproj
blob0ce1a1ec4ecb55617f683e0f5330aa30f8a9eb74
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <ProductVersion>8.0.50727</ProductVersion>
5     <SchemaVersion>2.0</SchemaVersion>
6     <ProjectGuid>{09C972FB-792E-40F8-879D-D288B83817D9}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <RootNamespace>SampleWorkflow</RootNamespace>
9     <AssemblyName>SampleWorkflow</AssemblyName>
10     <ProjectTypeGuids>{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11     <WarningLevel>4</WarningLevel>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>.\bin\Debug\</OutputPath>
18     <DefineConstants>DEBUG;TRACE</DefineConstants>
19     <UseVSHostingProcess>false</UseVSHostingProcess>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
22     <DebugSymbols>false</DebugSymbols>
23     <Optimize>true</Optimize>
24     <OutputPath>.\bin\Release\</OutputPath>
25     <DefineConstants>TRACE</DefineConstants>
26     <UseVSHostingProcess>false</UseVSHostingProcess>
27   </PropertyGroup>
28   <ItemGroup>
29     <Reference Include="System.Data" />
30     <Reference Include="System.Drawing" />
31     <Reference Include="System.Drawing.Design" />
32     <Reference Include="System.Transactions" />
33     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
34       <HintPath>..\..\..\WINDOWS\Microsoft.NET\Framework\v2.0.40426\System.dll</HintPath>
35       <Name>System</Name>
36       <SpecificVersion>True</SpecificVersion>
37       <Aliases>global</Aliases>
38       <ExecutableExtension>.dll</ExecutableExtension>
39     </Reference>
40     <Reference Include="System.Workflow.Activities" />
41     <Reference Include="System.Workflow.ComponentModel" />
42     <Reference Include="System.Workflow.Runtime" />
43     <Reference Include="System.Xml" />
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include="BalanceTransferWorkflow.cs">
47       <SubType>Component</SubType>
48     </Compile>
49     <Compile Include="BalanceTransferWorkflow.Designer.cs">
50       <DependentUpon>BalanceTransferWorkflow.cs</DependentUpon>
51     </Compile>
52     <Compile Include="Properties\AssemblyInfo.cs" />
53     <AppDesigner Include="Properties\" />
54   </ItemGroup>
55   <ItemGroup>
56     <ProjectReference Include="..\CustomTransactionActivity\CustomTransactionActivity.csproj">
57       <Project>{0311717C-6079-4DE8-A207-6698363E9A28}</Project>
58       <Name>CustomTransactionActivity</Name>
59     </ProjectReference>
60     <ProjectReference Include="..\QueryAccountService\QueryAccountService.csproj">
61       <Project>{D286213C-C3F3-4CFA-9415-D6B50419D590}</Project>
62       <Name>QueryAccountService</Name>
63     </ProjectReference>
64   </ItemGroup>
65   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
66   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />
67 </Project>