forked from Michal78900/ProjectMER
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectMER.csproj
More file actions
59 lines (56 loc) · 2.31 KB
/
ProjectMER.csproj
File metadata and controls
59 lines (56 loc) · 2.31 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>12</LangVersion>
<TargetFramework>net481</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\Plugins\dependencies\0Harmony.dll</HintPath>
</Reference>
<Reference Include="ApiLib">
<HintPath>..\Plugins\target\plugins\ApiLib.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\Plugins\dependencies\Assembly-CSharp_publicized.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>..\Plugins\dependencies\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core">
<HintPath>..\Plugins\dependencies\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="LabApi">
<HintPath>..\Plugins\dependencies\LabApi_publicized.dll</HintPath>
</Reference>
<Reference Include="Mirror">
<HintPath>..\Plugins\dependencies\Mirror_publicized.dll</HintPath>
</Reference>
<Reference Include="NorthwoodLib">
<HintPath>..\Plugins\dependencies\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="Unity.TextMeshPro">
<HintPath>..\Plugins\dependencies\Unity.TextMeshPro.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AccessibilityModule">
<HintPath>..\Plugins\dependencies\UnityEngine.AccessibilityModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>..\Plugins\dependencies\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AssetBundleModule">
<HintPath>..\Plugins\dependencies\UnityEngine.AssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\Plugins\dependencies\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>..\Plugins\dependencies\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet">
<HintPath>..\Plugins\dependencies\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
</Project>