1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
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>
36 <SpecificVersion>True</SpecificVersion>
37 <Aliases>global</Aliases>
38 <ExecutableExtension>.dll</ExecutableExtension>
40 <Reference Include="System.Workflow.Activities" />
41 <Reference Include="System.Workflow.ComponentModel" />
42 <Reference Include="System.Workflow.Runtime" />
43 <Reference Include="System.Xml" />
46 <Compile Include="BalanceTransferWorkflow.cs">
47 <SubType>Component</SubType>
49 <Compile Include="BalanceTransferWorkflow.Designer.cs">
50 <DependentUpon>BalanceTransferWorkflow.cs</DependentUpon>
52 <Compile Include="Properties\AssemblyInfo.cs" />
53 <AppDesigner Include="Properties\" />
56 <ProjectReference Include="..\CustomTransactionActivity\CustomTransactionActivity.csproj">
57 <Project>{0311717C-6079-4DE8-A207-6698363E9A28}</Project>
58 <Name>CustomTransactionActivity</Name>
60 <ProjectReference Include="..\QueryAccountService\QueryAccountService.csproj">
61 <Project>{D286213C-C3F3-4CFA-9415-D6B50419D590}</Project>
62 <Name>QueryAccountService</Name>
65 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
66 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />