added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / NCL / IPv6Sockets / cs / ipv6client / ipv6client.csproj
blobd14105a61e1d36e5f328992acb8ad63dd21e8e25
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>{96C27FCE-0D83-4C2D-8B9A-0FD1A1EE6D9B}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <RootNamespace>Microsoft.Samples.IPv6Sockets</RootNamespace>
10     <AssemblyName>IPv6Client</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="IPv6Client.cs" />
33     <Compile Include="AssemblyInfo.cs" />
34   </ItemGroup>
35   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
36 </Project>