added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Service / Interop / COM / VB / client / client.vbproj
blob6616fabe2835f8a6237fecf3bb7ec7ca47838a01
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>{4A2E8DA3-7344-49B9-9586-A3C75D43ED9E}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>client</AssemblyName>
13     <MyType>Empty</MyType>
14     <StartupObject>
15     </StartupObject>
16     <SignAssembly>true</SignAssembly>
17     <AssemblyOriginatorKeyFile>calcClientKey.snk</AssemblyOriginatorKeyFile>
18   </PropertyGroup>
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20     <DebugSymbols>true</DebugSymbols>
21     <DebugType>full</DebugType>
22     <DefineDebug>true</DefineDebug>
23     <DefineTrace>true</DefineTrace>
24     <OutputPath>bin\</OutputPath>
25     <DocumentationFile>
26     </DocumentationFile>
27     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <DefineDebug>false</DefineDebug>
32     <DefineTrace>true</DefineTrace>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\</OutputPath>
35     <DocumentationFile>
36     </DocumentationFile>
37     <NoWarn>42016,42017,42018,42019,42032</NoWarn>
38   </PropertyGroup>
39   <ItemGroup>
40     <Import Include="Microsoft.VisualBasic" />
41     <Import Include="System" />
42   </ItemGroup>
43   <ItemGroup>
44     <None Include="calcClientKey.snk" />
45   </ItemGroup>
46   <ItemGroup>
47     <Content Include="ComCalcClient.vbs" />
48     <Content Include="serviceWsdl.xml" />
49   </ItemGroup>
50   <ItemGroup>
51     <Compile Include="generatedClient.vb" />
52     <Compile Include="My Project\AssemblyInfo.vb" />
53   </ItemGroup>
54   <ItemGroup>
55     <Reference Include="System" />
56     <Reference Include="System.Data" />
57     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
58     <Reference Include="System.Xml" />
59   </ItemGroup>
60   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
61   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
62        Other similar extension points exist, see Microsoft.Common.targets.
63   <Target Name="BeforeBuild">
64   </Target>
65   <Target Name="AfterBuild">
66   </Target>
67   -->
68 </Project>