added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / NCL / SecureStreams / cs / sslserver / sslserver.csproj
blobf0e9acc4027ec3a6c344923b6f386981557b2ba7
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.41203</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{E4980A9D-F5F9-4C84-A221-17B2E95BF6CB}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>SslServer</RootNamespace>
10     <AssemblyName>SslServer</AssemblyName>
11     <WarningLevel>4</WarningLevel>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>.\bin\Debug\</OutputPath>
18     <DefineConstants>DEBUG;TRACE</DefineConstants>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21     <DebugType>pdbonly</DebugType>
22     <Optimize>true</Optimize>
23     <OutputPath>.\bin\Release\</OutputPath>
24     <DefineConstants>TRACE</DefineConstants>
25   </PropertyGroup>
26   <ItemGroup>
27     <Reference Include="System" />
28     <Reference Include="System.Data" />
29     <Reference Include="System.Xml" />
30   </ItemGroup>
31   <ItemGroup>
32     <Compile Include="AssemblyInfo.cs" />
33     <Compile Include="SslServer.cs" />
34   </ItemGroup>
35   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
36 </Project>