0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 22:30:44 -05:00
assembly-tool/RecodeItLib/ReCodeItLib.csproj
2025-01-11 06:08:17 -05:00

20 lines
511 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.1.0</Version>
<OutputType>Library</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dnlib" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DumpLib\DumpLib.csproj" />
</ItemGroup>
</Project>