mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 07:10:45 -05:00
19 lines
428 B
XML
19 lines
428 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RecodeItLib\ReCodeItLib.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CliFx" Version="2.3.5" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|