Update submodule and fix ARM builds.

This commit is contained in:
Pieter-Jan Briers
2020-06-08 23:36:12 +02:00
parent 0a7f80653a
commit 4ebba74b1f
10 changed files with 72 additions and 74 deletions

View File

@@ -5,9 +5,10 @@
<TargetFramework>$(TargetFramework)</TargetFramework>
<LangVersion>8</LangVersion>
<IsPackable>false</IsPackable>
<Platforms>x64</Platforms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/Content.Shared</OutputPath>
<Configurations>Release;Debug</Configurations>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.DefineConstants.targets" />
<ItemGroup>