|
|
|
|
@ -28,18 +28,17 @@
@@ -28,18 +28,17 @@
|
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
<OutputPath>..\..\..\..\..\AddIns\Analysis\CodeQualityAnalysis\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>..\..\..\..\AddIns\Analysis\CodeQualityAnalysis\</OutputPath> |
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<OutputPath>.\bin\Release\</OutputPath> |
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
|