-
Notifications
You must be signed in to change notification settings - Fork 4
/
SCPReplacer.csproj
26 lines (22 loc) · 1001 Bytes
/
SCPReplacer.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<LangVersion>10.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EXILED" Version="8.9.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp-firstpass"
HintPath="$(MANAGED)\Assembly-CSharp-firstpass.dll" Private="false" />
<Reference Include="Mirror" HintPath="$(MANAGED)\Mirror.dll" Private="false" />
<Reference Include="UnityEngine" HintPath="$(MANAGED)\UnityEngine.dll" Private="false" />
<Reference Include="UnityEngine.CoreModule" HintPath="$(MANAGED)\UnityEngine.CoreModule.dll"
Private="false" />
<Reference Include="UnityEngine.PhysicsModule"
HintPath="$(MANAGED)\UnityEngine.PhysicsModule.dll" Private="false" />
<Reference Include="Pooling" HintPath="$(MANAGED)\Pooling.dll" Private="false" />
</ItemGroup>
</Project>