1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
11 <AssemblyName>client</AssemblyName>
12 <WarningLevel>4</WarningLevel>
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>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22 <DebugSymbols>false</DebugSymbols>
23 <Optimize>true</Optimize>
24 <OutputPath>bin\</OutputPath>
25 <DefineConstants>TRACE</DefineConstants>
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" />
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>
43 <Compile Include="Properties\Resources.cs">
44 <AutoGen>True</AutoGen>
45 <DependentUpon>Resources.resx</DependentUpon>
46 <DesignTime>True</DesignTime>
48 <Compile Include="Properties\Settings.cs">
49 <AutoGen>True</AutoGen>
50 <DependentUpon>Settings.settings</DependentUpon>
52 <None Include="App.config" />
53 <None Include="Properties\Settings.settings">
54 <Generator>SettingsSingleFileGenerator</Generator>
55 <LastGenOutput>Settings.cs</LastGenOutput>
57 <AppDesigner Include="Properties\" />
59 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />