added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Web / UriTemplate / VB / UriTemplate.vbproj
blobc5bf6cd632e8a3f711cf0cc7c1e7a67bcee2faad
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.20727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{4CB0A29D-C425-438B-9A43-D6377A3F886E}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <StartupObject>Sub Main</StartupObject>
11     <RootNamespace>VB</RootNamespace>
12     <AssemblyName>VB</AssemblyName>
13     <FileAlignment>512</FileAlignment>
14     <MyType>Console</MyType>
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16     <OptionExplicit>On</OptionExplicit>
17     <OptionCompare>Binary</OptionCompare>
18     <OptionStrict>Off</OptionStrict>
19     <OptionInfer>On</OptionInfer>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <DefineDebug>true</DefineDebug>
25     <DefineTrace>true</DefineTrace>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DocumentationFile>VB.xml</DocumentationFile>
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <DefineDebug>false</DefineDebug>
33     <DefineTrace>true</DefineTrace>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DocumentationFile>VB.xml</DocumentationFile>
37     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.ServiceModel.Web">
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>
43     </Reference>
44   </ItemGroup>
45   <ItemGroup>
46     <Import Include="Microsoft.VisualBasic" />
47     <Import Include="System" />
48     <Import Include="System.Collections" />
49     <Import Include="System.Collections.Generic" />
50     <Import Include="System.Diagnostics" />
51   </ItemGroup>
52   <ItemGroup>
53     <Compile Include="My Project\AssemblyInfo.vb" />
54     <Compile Include="My Project\Application.Designer.vb">
55       <AutoGen>True</AutoGen>
56       <DependentUpon>Application.myapp</DependentUpon>
57     </Compile>
58     <Compile Include="My Project\Resources.Designer.vb">
59       <AutoGen>True</AutoGen>
60       <DesignTime>True</DesignTime>
61       <DependentUpon>Resources.resx</DependentUpon>
62     </Compile>
63     <Compile Include="My Project\Settings.Designer.vb">
64       <AutoGen>True</AutoGen>
65       <DependentUpon>Settings.settings</DependentUpon>
66       <DesignTimeSharedInput>True</DesignTimeSharedInput>
67     </Compile>
68   </ItemGroup>
69   <ItemGroup>
70     <EmbeddedResource Include="My Project\Resources.resx">
71       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
72       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
73       <CustomToolNamespace>My.Resources</CustomToolNamespace>
74       <SubType>Designer</SubType>
75     </EmbeddedResource>
76   </ItemGroup>
77   <ItemGroup>
78     <None Include="My Project\Application.myapp">
79       <Generator>MyApplicationCodeGenerator</Generator>
80       <LastGenOutput>Application.Designer.vb</LastGenOutput>
81     </None>
82     <None Include="My Project\Settings.settings">
83       <Generator>SettingsSingleFileGenerator</Generator>
84       <CustomToolNamespace>My</CustomToolNamespace>
85       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
86     </None>
87   </ItemGroup>
88   <ItemGroup>
89     <Compile Include="Program.vb" />
90   </ItemGroup>
91   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
92   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
93        Other similar extension points exist, see Microsoft.Common.targets.
94   <Target Name="BeforeBuild">
95   </Target>
96   <Target Name="AfterBuild">
97   </Target>
98   -->
99 </Project>