|
|
@ -29,10 +29,12 @@ |
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> |
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
--> |
|
|
|
|
|
|
|
|
<!--TODO: Check what this is testing for and why does it fail?--> |
|
|
<!--TODO: Check what this is testing for and why does it fail?--> |
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
|
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> |
|
|
|