added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / NCL / AsyncSocketServer / asyncsocketserver / asyncsocketserver.csproj
bloba8b3394997a999e870dfa892208ff7b10855e79d
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.20817</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{C2F82E47-5BFC-4A9D-B176-F35E22A5B37A}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>AsyncSocketServer</RootNamespace>
11     <AssemblyName>AsyncSocketServer</AssemblyName>
12     <FileUpgradeFlags>
13     </FileUpgradeFlags>
14     <OldToolsVersion>2.0</OldToolsVersion>
15     <UpgradeBackupLocation>
16     </UpgradeBackupLocation>
17     <PublishUrl>publish\</PublishUrl>
18     <Install>true</Install>
19     <InstallFrom>Disk</InstallFrom>
20     <UpdateEnabled>false</UpdateEnabled>
21     <UpdateMode>Foreground</UpdateMode>
22     <UpdateInterval>7</UpdateInterval>
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24     <UpdatePeriodically>false</UpdatePeriodically>
25     <UpdateRequired>false</UpdateRequired>
26     <MapFileExtensions>true</MapFileExtensions>
27     <ApplicationRevision>0</ApplicationRevision>
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29     <IsWebBootstrapper>false</IsWebBootstrapper>
30     <UseApplicationTrust>false</UseApplicationTrust>
31     <BootstrapperEnabled>true</BootstrapperEnabled>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34     <DebugSymbols>true</DebugSymbols>
35     <DebugType>full</DebugType>
36     <Optimize>false</Optimize>
37     <OutputPath>bin\Debug\</OutputPath>
38     <DefineConstants>DEBUG;TRACE</DefineConstants>
39     <ErrorReport>prompt</ErrorReport>
40     <WarningLevel>4</WarningLevel>
41   </PropertyGroup>
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43     <DebugType>pdbonly</DebugType>
44     <Optimize>true</Optimize>
45     <OutputPath>bin\Release\</OutputPath>
46     <DefineConstants>TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>4</WarningLevel>
49   </PropertyGroup>
50   <ItemGroup>
51     <Reference Include="System" />
52     <Reference Include="System.Data" />
53     <Reference Include="System.Xml" />
54   </ItemGroup>
55   <ItemGroup>
56     <Compile Include="AsyncUserToken.cs" />
57     <Compile Include="BufferManager.cs" />
58     <Compile Include="Program.cs" />
59     <Compile Include="Properties\AssemblyInfo.cs" />
60     <Compile Include="Server.cs" />
61     <Compile Include="SocketAsyncEventArgPool.cs" />
62   </ItemGroup>
63   <ItemGroup>
64     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
65       <Visible>False</Visible>
66       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
67       <Install>true</Install>
68     </BootstrapperPackage>
69     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
70       <Visible>False</Visible>
71       <ProductName>.NET Framework 3.5</ProductName>
72       <Install>false</Install>
73     </BootstrapperPackage>
74   </ItemGroup>
75   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
77        Other similar extension points exist, see Microsoft.Common.targets.
78   <Target Name="BeforeBuild">
79   </Target>
80   <Target Name="AfterBuild">
81   </Target>
82   -->
83 </Project>