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>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <AssemblyName>client</AssemblyName>
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>
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>
32 <Reference Include="System" />
33 <Reference Include="System.configuration" />
34 <Reference Include="System.Data" />
35 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
36 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
37 <Reference Include="System.Xml" />
40 <Compile Include="client.cs" />
41 <Compile Include="generatedClient.cs" />
42 <Compile Include="GenericClient.cs" />
43 <Compile Include="Properties\AssemblyInfo.cs" />
46 <None Include="App.config" />
47 <None Include="messages.xsd">
48 <SubType>Designer</SubType>
49 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
53 <ProjectReference Include="..\MessageInspectors\MessageInspectors.csproj">
54 <Project>{9A868F85-F6AA-456C-8E78-F695037CAF6E}</Project>
55 <Name>MessageInspectors</Name>
58 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />