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