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>{66D6AF28-1432-46A4-A12D-CA6227754660}</ProjectGuid>
7 <OutputType>Exe</OutputType>
8 <RootNamespace>Microsoft.Samples.Workflow.CustomActivityBinding</RootNamespace>
9 <AssemblyName>CustomActivityBinding</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.Workflow.Activities" />
30 <Reference Include="System.Workflow.ComponentModel" />
31 <Reference Include="System.Workflow.Runtime" />
32 <Reference Include="System" />
33 <Reference Include="System.Data" />
34 <Reference Include="System.Design" />
35 <Reference Include="System.Drawing" />
36 <Reference Include="System.Drawing.Design" />
37 <Reference Include="System.Transactions" />
38 <Reference Include="System.Xml" />
39 <Reference Include="System.Web" />
40 <Reference Include="System.Web.Services" />
43 <Compile Include="Properties\AssemblyInfo.cs" />
44 <Compile Include="Program.cs" />
45 <None Include="Properties\Settings.settings">
46 <Generator>SettingsSingleFileGenerator</Generator>
47 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
49 <Compile Include="Properties\Settings.Designer.cs">
50 <AutoGen>True</AutoGen>
51 <DesignTimeSharedInput>True</DesignTimeSharedInput>
52 <DependentUpon>Settings.settings</DependentUpon>
54 <Compile Include="SampleWorkflow.cs">
55 <SubType>Component</SubType>
57 <Compile Include="Properties\Resources.Designer.cs">
58 <AutoGen>True</AutoGen>
59 <DesignTime>True</DesignTime>
60 <DependentUpon>Resources.resx</DependentUpon>
62 <Compile Include="SampleWorkflow.designer.cs">
63 <DependentUpon>SampleWorkflow.cs</DependentUpon>
65 <AppDesigner Include="Properties\" />
66 <EmbeddedResource Include="Properties\Resources.resx">
67 <SubType>Designer</SubType>
68 <Generator>ResXFileCodeGenerator</Generator>
69 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
73 <ProjectReference Include="..\CustomActivity\CustomActivity.csproj">
74 <Project>{DEA3440B-9CCC-4F6F-98CD-3C3D98FD624C}</Project>
75 <Name>CustomActivity</Name>
78 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
79 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />