added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Service / Addressing / CS / client / client.csproj
blobb30901048b502e6a6a164aa80640176d20f6a8da
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     <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.ServiceModel" />
31     <Reference Include="System.Xml" />
32   </ItemGroup>
33   <ItemGroup>
34     <Compile Include="client.cs" />
35     <Compile Include="generatedClient.cs" />
36     <Compile Include="Properties\AssemblyInfo.cs" />
37     <EmbeddedResource Include="Properties\Resources.resx">
38       <Generator>ResXFileCodeGenerator</Generator>
39       <LastGenOutput>Resources.cs</LastGenOutput>
40       <SubType>Designer</SubType>
41     </EmbeddedResource>
42     <Compile Include="Properties\Resources.cs">
43       <AutoGen>True</AutoGen>
44       <DependentUpon>Resources.resx</DependentUpon>
45       <DesignTime>True</DesignTime>
46     </Compile>
47     <Compile Include="Properties\Settings.cs">
48       <AutoGen>True</AutoGen>
49       <DependentUpon>Settings.settings</DependentUpon>
50     </Compile>
51     <None Include="App.config" />
52     <None Include="Properties\Settings.settings">
53       <Generator>SettingsSingleFileGenerator</Generator>
54       <LastGenOutput>Settings.cs</LastGenOutput>
55     </None>
56     <AppDesigner Include="Properties\" />
57   </ItemGroup>
58   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
59 </Project>