Add RuntimeIdentifiers to project file.

This commit is contained in:
Jared Goodwin 2020-03-06 18:11:13 -08:00
parent a3492fc4de
commit cb58cdcbf0

View File

@ -17,6 +17,9 @@
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup>
<RuntimeIdentifiers>win;win-x64;win10-x64;win-x64;win10-x86;</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>