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

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 1.52 KB  |  hits: 15  |  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>{34F9CC9C-7FA8-4C7C-B21B-139A0C1B56FD}</ProjectGuid>
  9.     <OutputType>Exe</OutputType>
  10.     <RootNamespace>ByteBufferCollection</RootNamespace>
  11.     <AssemblyName>ByteBufferCollection</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.     <ConsolePause>false</ConsolePause>
  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.     <ConsolePause>false</ConsolePause>
  33.   </PropertyGroup>
  34.   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  35. </Project>