Added separate x86 and x64 build configurations

This commit is contained in:
Yoshi Askharoun
2021-05-31 00:25:55 -05:00
parent c59b65d844
commit 1be436ae90
3 changed files with 24 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>