Fork from OpenRA/OpenRA with one-click launch script (start-ra.cmd) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
381 B
XML
15 lines
381 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<TrimmerRootAssembly Include="mscorlib" />
|
|
<TrimmerRootAssembly Include="netstandard" />
|
|
<TrimmerRootAssembly Include="System.IO.Pipes" />
|
|
</ItemGroup>
|
|
</Project>
|