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.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>
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>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21 <DebugType>pdbonly</DebugType>
22 <Optimize>true</Optimize>
23 <OutputPath>.\bin\Release\</OutputPath>
24 <DefineConstants>TRACE</DefineConstants>
27 <Reference Include="System" />
28 <Reference Include="System.Data" />
29 <Reference Include="System.Xml" />
32 <Compile Include="AssemblyInfo.cs" />
33 <Compile Include="SslServer.cs" />
35 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />