added SSCLI 1.0
[windows-sources.git] / sdk / samples / WFSamples / Technologies / ActivityBinding / CustomActivityBinding / VB / HostApplication / HostApplication.vbproj
blob83f6786047852b5c8a992a90d1d9ded6b4602209
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
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>
14   </PropertyGroup>
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>
25   </PropertyGroup>
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>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
39       <Name>System</Name>
40       <SpecificVersion>True</SpecificVersion>
41     </Reference>
42     <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
43       <Name>System.Data</Name>
44       <SpecificVersion>True</SpecificVersion>
45     </Reference>
46     <Reference Include="System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
47       <Name>System.Transactions</Name>
48       <SpecificVersion>True</SpecificVersion>
49     </Reference>
50     <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
51       <Name>System.Xml</Name>
52       <SpecificVersion>True</SpecificVersion>
53     </Reference>
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>
57     </Reference>
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>
61     </Reference>
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>
65     </Reference>
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>
69     </Reference>
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>
73     </Reference>
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>
77     </Reference>
78     <Reference Include="System.Windows.Forms">
79       <Name>System.Windows.Forms</Name>
80     </Reference>
81     <Reference Include="mscorlib">
82       <Name>mscorlib</Name>
83     </Reference>
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>
87     </Reference>
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>
91     </Reference>
92   </ItemGroup>
93   <ItemGroup>
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" />
114   </ItemGroup>
115   <ItemGroup>
116     <Compile Include="My Project\MySettings.Designer.vb">
117       <AutoGen>True</AutoGen>
118       <DesignTimeSharedInput>True</DesignTimeSharedInput>
119       <DependentUpon>MySettings.settings</DependentUpon>
120     </Compile>
121     <Compile Include="WorkflowApplication.vb" />
122     <Compile Include="SampleWorkflow.vb">
123       <SubType>Component</SubType>
124     </Compile>
125     <Compile Include="SampleWorkflow.designer.vb">
126       <DependentUpon>SampleWorkflow.vb</DependentUpon>
127     </Compile>
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>
133     </Compile>
134   </ItemGroup>
135   <ItemGroup>
136     <None Include="My Project\MySettings.settings">
137       <Generator>SettingsSingleFileGenerator</Generator>
138       <LastGenOutput>MySettings.Designer.vb</LastGenOutput>
139     </None>
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>
145     </EmbeddedResource>
146   </ItemGroup>
147   <ItemGroup>
148     <AppDesigner Include="My Project\" />
149   </ItemGroup>
150   <ItemGroup>
151     <ProjectReference Include="..\CustomActivity\CustomActivity.vbproj">
152       <Project>{7FF87FD7-872F-4341-B208-5D53D7280270}</Project>
153       <Name>CustomActivity</Name>
154     </ProjectReference>
155   </ItemGroup>
156   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
157   <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.VisualBasic.Targets" />
158   <PropertyGroup>
159     <PreBuildEvent>
160     </PreBuildEvent>
161     <PostBuildEvent>
162     </PostBuildEvent>
163   </PropertyGroup>
164 </Project>