added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / WorkflowServices / Conversations / VB / Shipper1 / Shipper1.vbproj
bloba268633190544cf9805caced4dd728b6c66fae81
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" 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>9.0.20706</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{596769F3-5178-4D4C-942F-A7285AE00917}</ProjectGuid>
9     <ProjectTypeGuids>{D59BE175-2ED0-4C54-BE3D-CDAA9F3214C8};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10     <OutputType>Exe</OutputType>
11     <StartupObject>Sub Main</StartupObject>
12     <RootNamespace>
13     </RootNamespace>
14     <AssemblyName>Shipper1</AssemblyName>
15     <FileAlignment>512</FileAlignment>
16     <MyType>Console</MyType>
17     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18     <OptionExplicit>On</OptionExplicit>
19     <OptionCompare>Binary</OptionCompare>
20     <OptionStrict>Off</OptionStrict>
21     <OptionInfer>On</OptionInfer>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24     <DebugSymbols>true</DebugSymbols>
25     <DebugType>full</DebugType>
26     <DefineDebug>true</DefineDebug>
27     <DefineTrace>true</DefineTrace>
28     <OutputPath>bin\Debug\</OutputPath>
29     <DocumentationFile>Shipper1.xml</DocumentationFile>
30     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <DefineDebug>false</DefineDebug>
35     <DefineTrace>true</DefineTrace>
36     <Optimize>true</Optimize>
37     <OutputPath>bin\Release\</OutputPath>
38     <DocumentationFile>Shipper1.xml</DocumentationFile>
39     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
43     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
44     <Reference Include="System.Workflow.Activities" />
45     <Reference Include="System.Workflow.ComponentModel" />
46     <Reference Include="System.Workflow.Runtime" />
47     <Reference Include="System" />
48     <Reference Include="System.Data" />
49     <Reference Include="System.Design" />
50     <Reference Include="System.Drawing" />
51     <Reference Include="System.Drawing.Design" />
52     <Reference Include="System.Transactions" />
53     <Reference Include="System.WorkflowServices, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54       <SpecificVersion>False</SpecificVersion>
55       <HintPath>..\..\..\NetFx35\bins\debug\i386\netfx\System.WorkflowServices.dll</HintPath>
56     </Reference>
57     <Reference Include="System.Xml" />
58     <Reference Include="System.Web" />
59     <Reference Include="System.Web.Services" />
60   </ItemGroup>
61   <ItemGroup>
62     <Import Include="Microsoft.VisualBasic" />
63   </ItemGroup>
64   <ItemGroup>
65     <Compile Include="..\Customer\Contracts.vb">
66       <Link>Contracts.vb</Link>
67     </Compile>
68     <Compile Include="My Project\AssemblyInfo.vb" />
69     <Compile Include="My Project\Application.Designer.vb">
70       <AutoGen>True</AutoGen>
71       <DependentUpon>Application.myapp</DependentUpon>
72     </Compile>
73     <Compile Include="My Project\Resources.Designer.vb">
74       <AutoGen>True</AutoGen>
75       <DesignTime>True</DesignTime>
76       <DependentUpon>Resources.resx</DependentUpon>
77     </Compile>
78     <Compile Include="My Project\Settings.Designer.vb">
79       <AutoGen>True</AutoGen>
80       <DependentUpon>Settings.settings</DependentUpon>
81       <DesignTimeSharedInput>True</DesignTimeSharedInput>
82     </Compile>
83   </ItemGroup>
84   <ItemGroup>
85     <EmbeddedResource Include="My Project\Resources.resx">
86       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
87       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
88       <CustomToolNamespace>My.Resources</CustomToolNamespace>
89       <SubType>Designer</SubType>
90     </EmbeddedResource>
91   </ItemGroup>
92   <ItemGroup>
93     <None Include="App.config" />
94     <None Include="My Project\Application.myapp">
95       <Generator>MyApplicationCodeGenerator</Generator>
96       <LastGenOutput>Application.Designer.vb</LastGenOutput>
97     </None>
98     <None Include="My Project\Settings.settings">
99       <Generator>SettingsSingleFileGenerator</Generator>
100       <CustomToolNamespace>My</CustomToolNamespace>
101       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
102     </None>
103   </ItemGroup>
104   <ItemGroup>
105     <Compile Include="Program.vb" />
106     <Compile Include="ShipperWorkflow.vb">
107       <SubType>Component</SubType>
108     </Compile>
109     <Compile Include="ShipperWorkflow.designer.vb">
110       <DependentUpon>ShipperWorkflow.vb</DependentUpon>
111     </Compile>
112   </ItemGroup>
113   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
114   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
115        Other similar extension points exist, see Microsoft.Common.targets.
116   <Target Name="BeforeBuild">
117   </Target>
118   <Target Name="AfterBuild">
119   </Target>
120   -->
121 </Project>