mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:30:46 -05:00
31 lines
997 B
XML
31 lines
997 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net471</TargetFramework>
|
|
<AssemblyName>aki_PrePatch</AssemblyName>
|
|
<Configuration>Release</Configuration>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Company>Aki</Company>
|
|
<Copyright>Copyright @ Aki 2024</Copyright>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Assembly-CSharp" HintPath="..\Shared\Hollowed\hollowed.dll" Private="False" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" ExcludeAssets="runtime" PrivateAssets="all">
|
|
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Aki.Common\Aki.Common.csproj" />
|
|
<ProjectReference Include="..\Aki.Reflection\Aki.Reflection.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |