Removes error spam about missing Platform.

Content.IntegrationTests now defaults to x64 platform.
This commit is contained in:
Acruid
2019-05-22 12:19:42 -07:00
parent 8c6f6f3fb0
commit ce163bdd80
2 changed files with 4 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
<TargetFramework>net472</TargetFramework>
<OutputPath>..\bin\Content.IntegrationTests\</OutputPath>
<IsPackable>false</IsPackable>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>