-
Notifications
You must be signed in to change notification settings - Fork 3
/
Ricca_Uncensor_Plugin.csproj
51 lines (48 loc) · 1.95 KB
/
Ricca_Uncensor_Plugin.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
46
47
48
49
50
51
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Ricca_Uncensor_Plugin</AssemblyName>
<Description>HolyKnightRicca Uncensor Plugin</Description>
<Version>1.0.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
https://nuget.samboy.dev/v3/index.json
</RestoreAdditionalProjectSources>
<RootNamespace>Ricca_Uncensor_Plugin</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="BepInEx.Unity.IL2CPP">
<HintPath>dlls\core\BepInEx.Unity.IL2CPP.dll</HintPath>
</Reference>
<Reference Include="BepInEx.Core">
<HintPath>dlls\core\BepInEx.Core.dll</HintPath>
</Reference>
<Reference Include="0Harmony">
<HintPath>dlls\core\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Il2CppInterop.Runtime">
<HintPath>dlls\core\Il2CppInterop.Runtime.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>dlls\interop\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="ACTAssemblyDefiniton">
<HintPath>dlls\interop\ACTAssemblyDefiniton.dll</HintPath>
</Reference>
<Reference Include="AppControllerAssemblyDefinition">
<HintPath>dlls\interop\AppControllerAssemblyDefinition.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.IMGUIModule">
<HintPath>dlls\interop\UnityEngine.IMGUIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.ImageConversionModule">
<HintPath>dlls\UnityEngine.ImageConversionModule.dll</HintPath>
</Reference>
<Reference Include="Il2Cppmscorlib">
<HintPath>dlls\interop\Il2Cppmscorlib.dll</HintPath>
</Reference>
</ItemGroup>
</Project>