Files
RobustToolbox/Tools/Robust.SolutionGen/Robust.SolutionGen.csproj
T
2025-12-15 22:40:42 +01:00

15 lines
379 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../MSBuild/Robust.Engine.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<ImplicitUsings>enable</ImplicitUsings>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" />
</ItemGroup>
</Project>