added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Contract / Service / Stream / CS / client / client.csproj
blob1e018b72ad2488ff3f897baed0f7d10c691c7901
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{F6D8FC2E-62D0-4554-AC3E-1964042590E3}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>
10     </RootNamespace>
11     <AssemblyName>client</AssemblyName>
12     <WarningLevel>4</WarningLevel>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>false</Optimize>
18     <OutputPath>bin\</OutputPath>
19     <DefineConstants>DEBUG;TRACE</DefineConstants>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22     <DebugSymbols>false</DebugSymbols>
23     <Optimize>true</Optimize>
24     <OutputPath>bin\</OutputPath>
25     <DefineConstants>TRACE</DefineConstants>
26   </PropertyGroup>
27   <ItemGroup>
28     <Reference Include="System" />
29     <Reference Include="System.Data" />
30     <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
31     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
32     <Reference Include="System.Xml" />
33   </ItemGroup>
34   <ItemGroup>
35     <Compile Include="client.cs" />
36     <Compile Include="generatedClient.cs" />
37     <Compile Include="Properties\AssemblyInfo.cs" />
38     <EmbeddedResource Include="Properties\Resources.resx">
39       <Generator>ResXFileCodeGenerator</Generator>
40       <LastGenOutput>Resources.cs</LastGenOutput>
41       <SubType>Designer</SubType>
42     </EmbeddedResource>
43     <Compile Include="Properties\Resources.cs">
44       <AutoGen>True</AutoGen>
45       <DependentUpon>Resources.resx</DependentUpon>
46       <DesignTime>True</DesignTime>
47     </Compile>
48     <Compile Include="Properties\Settings.cs">
49       <AutoGen>True</AutoGen>
50       <DependentUpon>Settings.settings</DependentUpon>
51     </Compile>
52     <None Include="App.config" />
53     <None Include="Properties\Settings.settings">
54       <Generator>SettingsSingleFileGenerator</Generator>
55       <LastGenOutput>Settings.cs</LastGenOutput>
56     </None>
57     <AppDesigner Include="Properties\" />
58   </ItemGroup>
59   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
60 </Project>