we have to use AnyCpu in order for winforms designer to work

This commit is contained in:
zeromus 2020-01-27 21:44:40 -05:00
parent 09dc6ad7eb
commit ae795e1f96
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>8.0</LangVersion>
<OutputPath>$(SolutionDir)output/dll</OutputPath>
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<RunAnalyzersDuringBuild Condition=" '$(MachineRunAnalyzersDuringBuild)' == '' ">false</RunAnalyzersDuringBuild>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>