-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleTPA.csproj
39 lines (35 loc) · 1.21 KB
/
SimpleTPA.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net4.8</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="AntiCombatLogout">
<HintPath>Libs\AntiCombatLogout.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>Libs\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="com.rlabrecque.steamworks.net">
<HintPath>Libs\com.rlabrecque.steamworks.net.dll</HintPath>
</Reference>
<Reference Include="Rocket.API">
<HintPath>Libs\Rocket.API.dll</HintPath>
</Reference>
<Reference Include="Rocket.Core">
<HintPath>Libs\Rocket.Core.dll</HintPath>
</Reference>
<Reference Include="Rocket.Unturned">
<HintPath>Libs\Rocket.Unturned.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>Libs\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>Libs\UnityEngine.CoreModule.dll</HintPath>
<Aliases>UnityEngineCoreModule</Aliases>
</Reference>
</ItemGroup>
</Project>