|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | + </PropertyGroup> |
| 6 | + |
| 7 | + <ItemGroup> |
| 8 | + <Reference Include="0Harmony"> |
| 9 | + <HintPath>..\misc\libs\0Harmony.dll</HintPath> |
| 10 | + </Reference> |
| 11 | + <Reference Include="Assembly-CSharp"> |
| 12 | + <HintPath>..\misc\libs\Assembly-CSharp.dll</HintPath> |
| 13 | + </Reference> |
| 14 | + <Reference Include="Assembly-CSharp.R2API.mm"> |
| 15 | + <HintPath>..\misc\libs\Assembly-CSharp.R2API.mm.dll</HintPath> |
| 16 | + </Reference> |
| 17 | + <Reference Include="BepInEx"> |
| 18 | + <HintPath>..\misc\libs\BepInEx.dll</HintPath> |
| 19 | + </Reference> |
| 20 | + <Reference Include="BepInEx.Harmony"> |
| 21 | + <HintPath>..\misc\libs\BepInEx.Harmony.dll</HintPath> |
| 22 | + </Reference> |
| 23 | + <Reference Include="BepInEx.MonoMod.Loader"> |
| 24 | + <HintPath>..\misc\libs\BepInEx.MonoMod.Loader.dll</HintPath> |
| 25 | + </Reference> |
| 26 | + <Reference Include="BepInEx.Preloader"> |
| 27 | + <HintPath>..\misc\libs\BepInEx.Preloader.dll</HintPath> |
| 28 | + </Reference> |
| 29 | + <Reference Include="Facepunch.Steamworks"> |
| 30 | + <HintPath>..\misc\libs\Facepunch.Steamworks.dll</HintPath> |
| 31 | + </Reference> |
| 32 | + <Reference Include="MiniRpcLib"> |
| 33 | + <HintPath>..\misc\libs\MiniRpcLib.dll</HintPath> |
| 34 | + </Reference> |
| 35 | + <Reference Include="MMHOOK_Assembly-CSharp"> |
| 36 | + <HintPath>..\misc\libs\MMHOOK_Assembly-CSharp.dll</HintPath> |
| 37 | + </Reference> |
| 38 | + <Reference Include="Mono.Cecil"> |
| 39 | + <HintPath>..\misc\libs\Mono.Cecil.dll</HintPath> |
| 40 | + </Reference> |
| 41 | + <Reference Include="Mono.Cecil.Mdb"> |
| 42 | + <HintPath>..\misc\libs\Mono.Cecil.Mdb.dll</HintPath> |
| 43 | + </Reference> |
| 44 | + <Reference Include="Mono.Cecil.Pdb"> |
| 45 | + <HintPath>..\misc\libs\Mono.Cecil.Pdb.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="Mono.Cecil.Rocks"> |
| 48 | + <HintPath>..\misc\libs\Mono.Cecil.Rocks.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="MonoMod"> |
| 51 | + <HintPath>..\misc\libs\MonoMod.exe</HintPath> |
| 52 | + </Reference> |
| 53 | + <Reference Include="MonoMod.RuntimeDetour"> |
| 54 | + <HintPath>..\misc\libs\MonoMod.RuntimeDetour.dll</HintPath> |
| 55 | + </Reference> |
| 56 | + <Reference Include="MonoMod.Utils"> |
| 57 | + <HintPath>..\misc\libs\MonoMod.Utils.dll</HintPath> |
| 58 | + </Reference> |
| 59 | + <Reference Include="R2API"> |
| 60 | + <HintPath>..\misc\libs\R2API.dll</HintPath> |
| 61 | + </Reference> |
| 62 | + <Reference Include="UnityEngine"> |
| 63 | + <HintPath>..\misc\libs\UnityEngine.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="UnityEngine.CoreModule"> |
| 66 | + <HintPath>..\misc\libs\UnityEngine.CoreModule.dll</HintPath> |
| 67 | + </Reference> |
| 68 | + <Reference Include="UnityEngine.Networking"> |
| 69 | + <HintPath>..\misc\libs\UnityEngine.Networking.dll</HintPath> |
| 70 | + </Reference> |
| 71 | + <Reference Include="UnityEngine.UnityWebRequestModule"> |
| 72 | + <HintPath>..\misc\libs\UnityEngine.UnityWebRequestModule.dll</HintPath> |
| 73 | + </Reference> |
| 74 | + </ItemGroup> |
| 75 | + |
| 76 | +</Project> |
0 commit comments