This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-toolbuilder-cil/tests/SampleTool/SampleTool.csproj

18 lines
508 B
XML
Raw Normal View History

2021-09-10 17:33:42 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
2021-09-10 17:33:42 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" Version="[2.0.0-beta3.22114.1,)" />
2021-09-10 17:33:42 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\MfGames.ToolBuilder.Tables\MfGames.ToolBuilder.Tables.csproj" />
2021-09-10 17:33:42 +00:00
<ProjectReference Include="..\..\src\MfGames.ToolBuilder\MfGames.ToolBuilder.csproj" />
</ItemGroup>
</Project>