added samples
[windows-sources.git] / sdk / samples / WFSamples / Technologies / Hosting / RaiseEventToLoadWorkflow / VB / DocumentApprovalInterface / DocumentApprovalInterface.vbproj
blob79e59e48c0621162edcd5d7139aa27a093054d68
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>{901EF7B5-D1B2-4D88-B738-3D6E8BE00A88}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>Microsoft.Samples.Workflow.RaiseEventToLoadWorkflow</RootNamespace>
11     <AssemblyName>DocumentApprovalInterface</AssemblyName>
12     <MyType>Windows</MyType>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <DefineDebug>true</DefineDebug>
18     <DefineTrace>true</DefineTrace>
19     <OutputPath>bin\Debug\</OutputPath>
20     <DocumentationFile>DocumentApprovalInterface.xml</DocumentationFile>
21     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
22     <UseVSHostingProcess>false</UseVSHostingProcess>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <DefineDebug>false</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DocumentationFile>DocumentApprovalInterface.xml</DocumentationFile>
31     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
32   </PropertyGroup>
33   <ItemGroup>
34     <Reference Include="System" />
35     <Reference Include="System.Data" />
36     <Reference Include="System.Workflow.Activities" />
37     <Reference Include="System.Workflow.ComponentModel" />
38     <Reference Include="System.Workflow.Runtime" />
39     <Reference Include="System.Xml" />
40   </ItemGroup>
41   <ItemGroup>
42     <Import Include="Microsoft.VisualBasic" />
43     <Import Include="System" />
44     <Import Include="System.Collections" />
45     <Import Include="System.Collections.Generic" />
46     <Import Include="System.Data" />
47     <Import Include="System.Diagnostics" />
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="DocumentApprovalInterface.vb" />
51     <Compile Include="My Project\AssemblyInfo.vb" />
52     <Compile Include="My Project\Application.Designer.vb">
53       <AutoGen>True</AutoGen>
54       <DependentUpon>Application.myapp</DependentUpon>
55     </Compile>
56     <Compile Include="My Project\Resources.Designer.vb">
57       <AutoGen>True</AutoGen>
58       <DesignTime>True</DesignTime>
59       <DependentUpon>Resources.resx</DependentUpon>
60     </Compile>
61     <Compile Include="My Project\Settings.Designer.vb">
62       <AutoGen>True</AutoGen>
63       <DependentUpon>Settings.settings</DependentUpon>
64       <DesignTimeSharedInput>True</DesignTimeSharedInput>
65     </Compile>
66   </ItemGroup>
67   <ItemGroup>
68     <EmbeddedResource Include="My Project\Resources.resx">
69       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
70       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
71       <CustomToolNamespace>My.Resources</CustomToolNamespace>
72       <SubType>Designer</SubType>
73     </EmbeddedResource>
74   </ItemGroup>
75   <ItemGroup>
76     <None Include="My Project\Application.myapp">
77       <Generator>MyApplicationCodeGenerator</Generator>
78       <LastGenOutput>Application.Designer.vb</LastGenOutput>
79     </None>
80     <None Include="My Project\Settings.settings">
81       <Generator>SettingsSingleFileGenerator</Generator>
82       <CustomToolNamespace>My</CustomToolNamespace>
83       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
84     </None>
85   </ItemGroup>
86   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
87   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
88        Other similar extension points exist, see Microsoft.Common.targets.
89   <Target Name="BeforeBuild">
90   </Target>
91   <Target Name="AfterBuild">
92   </Target>
93   -->
94 </Project>