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.50110</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.ServiceModel" />
31 <Reference Include="System.Xml" />
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>
42 <Compile Include="Properties\Resources.cs">
43 <AutoGen>True</AutoGen>
44 <DependentUpon>Resources.resx</DependentUpon>
45 <DesignTime>True</DesignTime>
47 <Compile Include="Properties\Settings.cs">
48 <AutoGen>True</AutoGen>
49 <DependentUpon>Settings.settings</DependentUpon>
51 <None Include="App.config" />
52 <None Include="Properties\Settings.settings">
53 <Generator>SettingsSingleFileGenerator</Generator>
54 <LastGenOutput>Settings.cs</LastGenOutput>
56 <AppDesigner Include="Properties\" />
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />