aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-15 14:03:49 -0500
committerrogerk <devnull@localhost>2012-10-15 14:03:49 -0500
commit70cf2511627197ed38393f077c98e0827d588507 (patch)
tree004010bd1287a9651ec8fa9ff44cea2183ad0272 /src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
parent09761a8967c5119f9f55e1f7e917f55369eded8b (diff)
downloadprotobuf-70cf2511627197ed38393f077c98e0827d588507.tar.gz
protobuf-70cf2511627197ed38393f077c98e0827d588507.tar.bz2
protobuf-70cf2511627197ed38393f077c98e0827d588507.zip
Normalizing base project configurations
Diffstat (limited to 'src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj')
-rw-r--r--src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
index ee22134f..c75be051 100644
--- a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -22,7 +22,8 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>bin\NET35\Debug</OutputPath>
+ <IntermediateOutputPath>obj\NET35\Debug\</IntermediateOutputPath>
<DefineConstants>DEBUG;TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -33,7 +34,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>bin\NET35\Release</OutputPath>
+ <IntermediateOutputPath>obj\NET35\Release\</IntermediateOutputPath>
<DefineConstants>TRACE;$(EnvironmentFlavor);$(EnvironmentTemplate)</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>