-
Notifications
You must be signed in to change notification settings - Fork 0
/
RDCurrentLevel.csproj
45 lines (45 loc) · 1.78 KB
/
RDCurrentLevel.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
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<Optimize Condition="'$(Configuration)' == 'Release'">true</Optimize>
<Deterministic>true</Deterministic>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>packages\HarmonyX.2.12.0\lib\net45\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>libs\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="BepInEx">
<HintPath>packages\BepInEx.BaseLib.5.4.21\lib\net35\BepInEx.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>packages\UnityEngine.Modules.2022.3.7\lib\net45\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>packages\UnityEngine.Modules.2022.3.7\lib\net45\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Analyzer Include="packages/BepInEx.Analyzers.1.0.8/analyzers/dotnet/cs/BepInEx.Analyzers.CodeFixes.dll" />
<Analyzer Include="packages/BepInEx.Analyzers.1.0.8/analyzers/dotnet/cs/BepInEx.Analyzers.dll" />
</ItemGroup>
<ItemGroup>
<Compile Include="RDCurrentLevelPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include=".editorconfig" />
<None Include="LICENSE" />
<None Include="nuget.config" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\BepInEx.Core.5.4.21\build\BepInEx.Core.targets" />
</Project>