added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Scenario / Router / VB / router / Router.vbproj
blob0db72656c2d9932607d5c56a59cd94d0395c711b
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>{E9E7B2E8-F635-45C8-B7B9-92B751F82CC6}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>Router</AssemblyName>
13     <MyType>Empty</MyType>
14     <StartupObject>
15     </StartupObject>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <DefineDebug>true</DefineDebug>
21     <DefineTrace>true</DefineTrace>
22     <OutputPath>bin\</OutputPath>
23     <DocumentationFile>
24     </DocumentationFile>
25     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <DefineDebug>false</DefineDebug>
30     <DefineTrace>true</DefineTrace>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\</OutputPath>
33     <DocumentationFile>
34     </DocumentationFile>
35     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
36   </PropertyGroup>
37   <ItemGroup>
38     <Import Include="Microsoft.VisualBasic" />
39     <Import Include="System" />
40   </ItemGroup>
41   <ItemGroup>
42     <None Include="App.config" />
43     <None Include="My Project\Settings.settings">
44       <CustomToolNamespace>My</CustomToolNamespace>
45       <Generator>SettingsSingleFileGenerator</Generator>
46       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
47     </None>
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="Contracts.vb" />
51     <Compile Include="My Project\AssemblyInfo.vb" />
52     <Compile Include="My Project\Resources.Designer.vb">
53       <AutoGen>True</AutoGen>
54       <DesignTime>True</DesignTime>
55       <DependentUpon>Resources.resx</DependentUpon>
56     </Compile>
57     <Compile Include="My Project\Settings.Designer.vb">
58       <AutoGen>True</AutoGen>
59       <DesignTimeSharedInput>True</DesignTimeSharedInput>
60       <DependentUpon>Settings.settings</DependentUpon>
61     </Compile>
62     <Compile Include="Router.vb" />
63     <Compile Include="RouterBinding.vb" />
64     <Compile Include="RoutingTable.vb" />
65   </ItemGroup>
66   <ItemGroup>
67     <Content Include="RoutingTable.xml">
68       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
69     </Content>
70   </ItemGroup>
71   <ItemGroup>
72     <Reference Include="System" />
73     <Reference Include="System.Configuration" />
74     <Reference Include="System.Data" />
75     <Reference Include="System.Deployment" />
76     <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
77     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
78     <Reference Include="System.Xml" />
79   </ItemGroup>
80   <ItemGroup>
81     <EmbeddedResource Include="My Project\Resources.resx">
82       <SubType>Designer</SubType>
83       <CustomToolNamespace>My.Resources</CustomToolNamespace>
84       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
85       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
86     </EmbeddedResource>
87   </ItemGroup>
88   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
89   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
90        Other similar extension points exist, see Microsoft.Common.targets.
91   <Target Name="BeforeBuild">
92   </Target>
93   <Target Name="AfterBuild">
94   </Target>
95   -->
96 </Project>