0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 07:50:46 -05:00
modules/project/SPT.Debugging/SPT.Debugging.csproj

46 lines
2.6 KiB
XML
Raw Normal View History

2023-03-03 18:52:31 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net471</TargetFramework>
<AssemblyName>spt-debugging</AssemblyName>
<Configuration>Release</Configuration>
<LangVersion>latest</LangVersion>
</PropertyGroup>
2023-03-03 18:52:31 +00:00
<PropertyGroup>
<Company>SPT</Company>
<Copyright>Copyright @ SPT 2024</Copyright>
</PropertyGroup>
2023-03-03 18:52:31 +00:00
<ItemGroup>
<Reference Include="Assembly-CSharp" HintPath="..\Shared\Hollowed\hollowed.dll" Private="False"/>
<Reference Include="bsg.console.core" HintPath="..\Shared\Managed\bsg.console.core.dll" Private="False"/>
<Reference Include="Sirenix.Serialization" HintPath="..\Shared\Managed\Sirenix.Serialization.dll" Private="False"/>
<Reference Include="Unity.TextMeshPro" HintPath="..\Shared\Managed\Unity.TextMeshPro.dll" Private="False"/>
<Reference Include="UnityEngine" HintPath="..\Shared\Managed\UnityEngine.dll" Private="False"/>
<Reference Include="UnityEngine.CoreModule" HintPath="..\Shared\Managed\UnityEngine.CoreModule.dll" Private="False"/>
<Reference Include="UnityEngine.InputLegacyModule" HintPath="..\Shared\Managed\UnityEngine.InputLegacyModule.dll" Private="False"/>
<Reference Include="UnityEngine.PhysicsModule" HintPath="..\Shared\Managed\UnityEngine.PhysicsModule.dll" Private="False"/>
<Reference Include="UnityEngine.UI" HintPath="..\Shared\Managed\UnityEngine.UI.dll" Private="False"/>
<Reference Include="UnityEngine.UIModule" HintPath="..\Shared\Managed\UnityEngine.UIModule.dll" Private="False"/>
<Reference Include="Comfort.Common" HintPath="..\Shared\Managed\Comfort.dll" Private="False"/>
<Reference Include="DissonanceVoip" HintPath="..\Shared\Managed\DissonanceVoip.dll" Private="False"/>
<Reference Include="Nlog" HintPath="..\Shared\Managed\NLog.dll" Private="False"/>
<Reference Include="Nlog" HintPath="..\Shared\Managed\CommonExtensions.dll" Private="False"/>
</ItemGroup>
2023-03-03 18:52:31 +00:00
<ItemGroup>
<ProjectReference Include="..\SPT.Common\SPT.Common.csproj"/>
<ProjectReference Include="..\SPT.Custom\SPT.Custom.csproj"/>
<ProjectReference Include="..\SPT.PrePatch\SPT.PrePatch.csproj"/>
<ProjectReference Include="..\SPT.Reflection\SPT.Reflection.csproj"/>
</ItemGroup>
2023-03-03 18:52:31 +00:00
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" ExcludeAssets="runtime" PrivateAssets="all">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
2023-03-03 18:52:31 +00:00
</Project>