Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 1.90 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6.     <ProductVersion>10.0.0</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{B4BDDEBC-9E16-4EFE-AF6B-68655162DF8E}</ProjectGuid>
  9.     <OutputType>Exe</OutputType>
  10.     <RootNamespace>Test</RootNamespace>
  11.     <AssemblyName>Test</AssemblyName>
  12.     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13.   </PropertyGroup>
  14.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15.     <DebugSymbols>true</DebugSymbols>
  16.     <DebugType>full</DebugType>
  17.     <Optimize>false</Optimize>
  18.     <OutputPath>bin\Debug</OutputPath>
  19.     <DefineConstants>DEBUG</DefineConstants>
  20.     <ErrorReport>prompt</ErrorReport>
  21.     <WarningLevel>4</WarningLevel>
  22.     <PlatformTarget>x86</PlatformTarget>
  23.     <Externalconsole>true</Externalconsole>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  26.     <DebugType>none</DebugType>
  27.     <Optimize>false</Optimize>
  28.     <OutputPath>bin\Release</OutputPath>
  29.     <ErrorReport>prompt</ErrorReport>
  30.     <WarningLevel>4</WarningLevel>
  31.     <PlatformTarget>x86</PlatformTarget>
  32.     <Externalconsole>true</Externalconsole>
  33.   </PropertyGroup>
  34.   <ItemGroup>
  35.     <Reference Include="System" />
  36.   </ItemGroup>
  37.   <ItemGroup>
  38.     <Compile Include="Main.cs" />
  39.     <Compile Include="AssemblyInfo.cs" />
  40.   </ItemGroup>
  41.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  42.   <ItemGroup>
  43.     <ProjectReference Include="..\ByteBufferCollection\ByteBufferCollection.csproj">
  44.       <Project>{F92A1224-1B63-4BF1-A6E2-7687D5D0A1DA}</Project>
  45.       <Name>ByteBufferCollection</Name>
  46.     </ProjectReference>
  47.   </ItemGroup>
  48. </Project>