|
|
@ -16,6 +16,8 @@ |
|
|
|
<ShowTargetFrameworks>false</ShowTargetFrameworks> |
|
|
|
<ShowTargetFrameworks Condition=" '$(BuildingInsideVisualStudio)' != 'true' Or '$(CI)' == 'True' ">true</ShowTargetFrameworks> |
|
|
|
<TargetFrameworks Condition=" '$(ShowTargetFrameworks)' == 'true' ">net461;net35</TargetFrameworks> |
|
|
|
<LangVersion>8.0</LangVersion> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -24,7 +26,6 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<RegisterForComInterop>false</RegisterForComInterop> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
@ -33,7 +34,6 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
<RegisterForComInterop>false</RegisterForComInterop> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'Net4' "> |
|
|
|