DeathLog/DeathLog/DeathLog.csproj
2025-05-01 19:08:03 +02:00

26 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>12</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
<PlatformTarget>x64</PlatformTarget>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp" Private="false"/>
<Reference Include="Assembly-CSharp-firstpass" Private="false"/>
<Reference Include="Axwabo.Helpers" Private="false"/>
<Reference Include="CommandSystem.Core" Private="false"/>
<Reference Include="Mirror" Private="false"/>
<Reference Include="Mirror.Components" Private="false"/>
<Reference Include="mscorlib" Private="false"/>
<Reference Include="LabApi" Private="false"/>
<Reference Include="Pooling" Private="false"/>
<Reference Include="System"/>
<Reference Include="UnityEngine.CoreModule" Private="false"/>
</ItemGroup>
</Project>