2024-08-21 12:51:46 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-03-03 18:52:31 +00:00
|
|
|
|
|
2024-08-21 12:51:46 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net471</TargetFramework>
|
|
|
|
|
<AssemblyName>spt-prepatch</AssemblyName>
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
</PropertyGroup>
|
2023-03-03 18:52:31 +00:00
|
|
|
|
|
2024-08-21 12:51:46 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Company>SPT</Company>
|
|
|
|
|
<Copyright>Copyright @ SPT 2024</Copyright>
|
|
|
|
|
</PropertyGroup>
|
2023-03-03 18:52:31 +00:00
|
|
|
|
|
2024-08-21 12:51:46 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Assembly-CSharp" HintPath="..\Shared\Hollowed\hollowed.dll" Private="False"/>
|
|
|
|
|
</ItemGroup>
|
2023-03-03 18:52:31 +00:00
|
|
|
|
|
2024-08-21 12:51:46 +01:00
|
|
|
|
<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>
|
2023-03-03 18:52:31 +00:00
|
|
|
|
|
2024-08-21 12:51:46 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\SPT.Common\SPT.Common.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\SPT.Reflection\SPT.Reflection.csproj"/>
|
|
|
|
|
</ItemGroup>
|
2023-03-03 18:52:31 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|