Drop win-x86 build

This commit is contained in:
michaeldgg2
2024-11-08 18:10:31 +01:00
committed by Paul Chote
parent 0d30b19b1b
commit 2a3ef8f910
4 changed files with 6 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<PackageReference Include="OpenRA-SDL2-CS" Version="1.0.41" />
</ItemGroup>
<ItemGroup>
<Content Include="OpenRA.Platforms.Default.dll.config" Condition="'$(TargetPlatform)' != 'win-x64' And '$(TargetPlatform)' != 'win-x86'">
<Content Include="OpenRA.Platforms.Default.dll.config" Condition="'$(TargetPlatform)' != 'win-x64'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>