added samples
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Extensibility / Transport / WseTcpInterop / CS / WseTcpTransport.csproj
blob61c92a5c5c797d9de3a758ec66e54d7acfe7a380
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.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>
12     <StartupObject>
13     </StartupObject>
14   </PropertyGroup>
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>
23   </PropertyGroup>
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>
31   </PropertyGroup>
32   <ItemGroup>
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" />
39   </ItemGroup>
40   <ItemGroup>
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" />
48   </ItemGroup>
49   <ItemGroup>
50     <Folder Include="Properties\" />
51   </ItemGroup>
52   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
53 </Project>