added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Service / MultipleContracts / CS / client / client.csproj
blob41cf211dd62fd3731f21700c82e81b448754ad0f
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.50110</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{F6D8FC2E-62D0-4554-AC3E-1964042590E3}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>client</AssemblyName>
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     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="System.Data" />
34     <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
35     <Reference Include="System.Xml" />
36   </ItemGroup>
37   <ItemGroup>
38     <Compile Include="client.cs" />
39     <Compile Include="generatedClient.cs" />
40     <Compile Include="Properties\AssemblyInfo.cs" />
41   </ItemGroup>
42   <ItemGroup>
43     <None Include="App.config" />
44   </ItemGroup>
45   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
46 </Project>