Files
OpenRA/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
2025-04-01 19:28:56 +03:00

15 lines
433 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPublishable Condition="'$(CopyCncDll)' == 'False'">false</IsPublishable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\OpenRA.Mods.Common\OpenRA.Mods.Common.csproj">
<Private>False</Private>
</ProjectReference>
</ItemGroup>
</Project>