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>{EA93D43D-BD71-46EF-83C0-C56B051E0805}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Microsoft.ServiceModel.Samples.Transport</RootNamespace>
11 <AssemblyName>WseTcpTransport</AssemblyName>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release\</OutputPath>
28 <DefineConstants>TRACE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
33 <Reference Include="System" />
34 <Reference Include="System.Configuration" />
35 <Reference Include="System.Data" />
36 <Reference Include="System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
37 <Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
38 <Reference Include="System.Xml" />
41 <Compile Include="AsyncResult.cs" />
42 <Compile Include="StockService.cs" />
43 <Compile Include="WseTcpChannelFactory.cs" />
44 <Compile Include="WseTcpChannelListener.cs" />
45 <Compile Include="WseTcpTransportBindingElement.cs" />
46 <Compile Include="TestCode.cs" />
47 <Compile Include="WseTcpDuplexSessionChannel.cs" />
50 <Folder Include="Properties\" />
52 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />