added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Contract / Service / Asynchronous / VB / service / service.vbproj
blob7c935e8ac05d6704e0b47e8809c23bd0ba7a318c
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
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>{C304376E-69F1-4E27-978F-FCE5534861C8}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>service</AssemblyName>
13     <MyType>Empty</MyType>
14     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15     <StartupObject>
16     </StartupObject>
17     <FileUpgradeFlags>
18     </FileUpgradeFlags>
19     <UpgradeBackupLocation>
20     </UpgradeBackupLocation>
21     <OldToolsVersion>2.0</OldToolsVersion>
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\</OutputPath>
29     <DocumentationFile>
30     </DocumentationFile>
31     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34     <DebugType>pdbonly</DebugType>
35     <DefineDebug>false</DefineDebug>
36     <DefineTrace>true</DefineTrace>
37     <Optimize>true</Optimize>
38     <OutputPath>bin\</OutputPath>
39     <DocumentationFile>
40     </DocumentationFile>
41     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
42   </PropertyGroup>
43   <ItemGroup>
44     <Import Include="Microsoft.VisualBasic" />
45     <Import Include="System" />
46   </ItemGroup>
47   <ItemGroup>
48     <None Include="App.config" />
49   </ItemGroup>
50   <ItemGroup>
51     <Compile Include="My Project\AssemblyInfo.vb" />
52     <Compile Include="service.vb" />
53   </ItemGroup>
54   <ItemGroup>
55     <Reference Include="System" />
56     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
57   </ItemGroup>
58   <ItemGroup>
59     <ProjectReference Include="..\library\library.vbproj">
60       <Project>{1206C1E4-F169-4EAF-BC34-253EA5CF309C}</Project>
61       <Name>library</Name>
62     </ProjectReference>
63   </ItemGroup>
64   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
65   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
66        Other similar extension points exist, see Microsoft.Common.targets.
67   <Target Name="BeforeBuild">
68   </Target>
69   <Target Name="AfterBuild">
70   </Target>
71   -->
72 </Project>