this SHOULD be AnyCPU, not x86

This commit is contained in:
Michael Becker 2021-01-10 16:04:45 -05:00
parent f2e96d0955
commit cc78b4f5d5

View File

@ -17,7 +17,7 @@
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>