|
|
|
|
@ -41,7 +41,8 @@
@@ -41,7 +41,8 @@
|
|
|
|
|
<DefineConstants>TRACE;FULL_AST</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>none</DebugType> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
|