Merge branch 'release/2.1' into dev

This commit is contained in:
Nate McMaster 2018-02-02 13:55:28 -08:00
commit b760102148
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
<!-- Generate full pdbs for desktop targeting projects on platforms that support generating full pdbs. -->
<DebugType Condition="'$(OS)'=='Windows_NT' AND '$(TargetFramework)'=='net46'">full</DebugType>
</PropertyGroup>
<ItemGroup>