Fix output path for release build of Antlr4.Runtime.CF3.5.dll

This commit is contained in:
Sam Harwell 2013-04-17 21:41:29 -05:00
parent 9babc9527a
commit 290c5d5e82
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\CF2.0\Release\</OutputPath>
<OutputPath>bin\CF3.5\Release\</OutputPath>
<DefineConstants>TRACE;$(PlatformFamilyName);NET_CF;NET_2_0;NET_3_0;NET_3_5</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>