1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{06948F88-E799-4E5E-A10A-473B8E820495}</ProjectGuid>
9 <ProjectTypeGuids>{D59BE175-2ED0-4C54-BE3D-CDAA9F3214C8};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10 <OutputType>Exe</OutputType>
11 <StartupObject>Microsoft.Samples.Workflow.CustomActivityBinding.WorkflowApplication</StartupObject>
12 <RootNamespace>Microsoft.Samples.Workflow.CustomActivityBinding</RootNamespace>
13 <AssemblyName>CustomActivityBinding</AssemblyName>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <DefineDebug>true</DefineDebug>
19 <DefineTrace>true</DefineTrace>
20 <IncrementalBuild>true</IncrementalBuild>
21 <OutputPath>bin\</OutputPath>
22 <DefineConstants>_MyType="Windows"</DefineConstants>
23 <DocumentationFile>CustomActivityBinding.xml</DocumentationFile>
24 <UseVSHostingProcess>false</UseVSHostingProcess>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugSymbols>false</DebugSymbols>
28 <DefineDebug>false</DefineDebug>
29 <DefineTrace>true</DefineTrace>
30 <IncrementalBuild>false</IncrementalBuild>
31 <Optimize>true</Optimize>
32 <OutputPath>bin\</OutputPath>
33 <DefineConstants>_MyType="Windows"</DefineConstants>
34 <DocumentationFile>CustomActivityBinding.xml</DocumentationFile>
35 <UseVSHostingProcess>false</UseVSHostingProcess>
38 <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
40 <SpecificVersion>True</SpecificVersion>
42 <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
43 <Name>System.Data</Name>
44 <SpecificVersion>True</SpecificVersion>
46 <Reference Include="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
47 <Name>System.Transactions</Name>
48 <SpecificVersion>True</SpecificVersion>
50 <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
51 <Name>System.Xml</Name>
52 <SpecificVersion>True</SpecificVersion>
54 <Reference Include="System.Workflow.Activities, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55 <Name>System.Workflow.Activities</Name>
56 <SpecificVersion>True</SpecificVersion>
58 <Reference Include="System.Workflow.ComponentModel, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59 <Name>System.Workflow.ComponentModel</Name>
60 <SpecificVersion>True</SpecificVersion>
62 <Reference Include="System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63 <Name>System.Workflow.Runtime</Name>
64 <SpecificVersion>True</SpecificVersion>
66 <Reference Include="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
67 <Name>System.Design</Name>
68 <SpecificVersion>True</SpecificVersion>
70 <Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
71 <Name>System.Drawing</Name>
72 <SpecificVersion>True</SpecificVersion>
74 <Reference Include="System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
75 <Name>System.Drawing.Design</Name>
76 <SpecificVersion>True</SpecificVersion>
78 <Reference Include="System.Windows.Forms">
79 <Name>System.Windows.Forms</Name>
81 <Reference Include="mscorlib">
84 <Reference Include="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=x86">
85 <Name>System.Web</Name>
86 <SpecificVersion>True</SpecificVersion>
88 <Reference Include="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
89 <Name>System.Web.Services</Name>
90 <SpecificVersion>True</SpecificVersion>
94 <Import Include="Microsoft.VisualBasic" />
95 <Import Include="System" />
96 <Import Include="System.Collections" />
97 <Import Include="System.Data" />
98 <Import Include="System.Diagnostics" />
99 <Import Include="System.ComponentModel" />
100 <Import Include="System.ComponentModel.Design" />
101 <Import Include="System.Drawing" />
102 <Import Include="System.Workflow.ComponentModel.Compiler" />
103 <Import Include="System.Workflow.ComponentModel.Serialization" />
104 <Import Include="System.Workflow.ComponentModel" />
105 <Import Include="System.Workflow.ComponentModel.Design" />
106 <Import Include="System.Workflow.Runtime" />
107 <Import Include="System.Workflow.Activities" />
108 <Import Include="System.Workflow.Activities.Rules" />
109 <Import Include="System.Collections.Generic" />
110 <Import Include="System.Text" />
111 <Import Include="System.Threading" />
112 <Import Include="System.Workflow.Runtime" />
113 <Import Include="System.Workflow.Runtime.Hosting" />
116 <Compile Include="My Project\MySettings.Designer.vb">
117 <AutoGen>True</AutoGen>
118 <DesignTimeSharedInput>True</DesignTimeSharedInput>
119 <DependentUpon>MySettings.settings</DependentUpon>
121 <Compile Include="WorkflowApplication.vb" />
122 <Compile Include="SampleWorkflow.vb">
123 <SubType>Component</SubType>
125 <Compile Include="SampleWorkflow.designer.vb">
126 <DependentUpon>SampleWorkflow.vb</DependentUpon>
128 <Compile Include="My Project\AssemblyInfo.vb" />
129 <Compile Include="My Project\Resources.Designer.vb">
130 <AutoGen>True</AutoGen>
131 <DesignTime>True</DesignTime>
132 <DependentUpon>Resources.resx</DependentUpon>
136 <None Include="My Project\MySettings.settings">
137 <Generator>SettingsSingleFileGenerator</Generator>
138 <LastGenOutput>MySettings.Designer.vb</LastGenOutput>
140 <EmbeddedResource Include="My Project\Resources.resx">
141 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
142 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
143 <CustomToolNamespace>My.Resources</CustomToolNamespace>
144 <SubType>Designer</SubType>
148 <AppDesigner Include="My Project\" />
151 <ProjectReference Include="..\CustomActivity\CustomActivity.vbproj">
152 <Project>{7FF87FD7-872F-4341-B208-5D53D7280270}</Project>
153 <Name>CustomActivity</Name>
156 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
157 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.VisualBasic.Targets" />