77 <ProjectGuid >{CAB60128-2C09-4ABD-8786-16839DB58CFC}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >BepInExModTemplate </RootNamespace >
11- <AssemblyName >BepInExModTemplate </AssemblyName >
10+ <RootNamespace >BepInEx-Mod-Template </RootNamespace >
11+ <AssemblyName >BepInEx-Mod-Template </AssemblyName >
1212 <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 <Deterministic >true</Deterministic >
3131 <WarningLevel >4</WarningLevel >
3232 </PropertyGroup >
3333 <ItemGroup >
34- <Reference Include =" 0Harmony" >
35- <HintPath >..\Libraries\0Harmony.dll</HintPath >
34+ <Compile Include =" Helpers\CustomAudioManager.cs" />
35+ <Compile Include =" Helpers\FileLoader.cs" />
36+ <Compile Include =" main.cs" />
37+ <Compile Include =" Properties\AssemblyInfo.cs" />
38+ </ItemGroup >
39+ <ItemGroup >
40+ <Reference Include =" 0Harmony, Version=2.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
41+ <SpecificVersion >False</SpecificVersion >
42+ <HintPath >Libraries\0Harmony.dll</HintPath >
3643 </Reference >
37- <Reference Include =" Assembly-CSharp" >
38- <HintPath >..\Libraries\Assembly-CSharp.dll</HintPath >
44+ <Reference Include =" Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
45+ <SpecificVersion >False</SpecificVersion >
46+ <HintPath >Libraries\Assembly-CSharp.dll</HintPath >
3947 </Reference >
40- <Reference Include =" BepInEx" >
41- <HintPath >..\Libraries\BepInEx.dll</HintPath >
48+ <Reference Include =" BepInEx, Version=5.4.23.4, Culture=neutral, processorArchitecture=MSIL" >
49+ <SpecificVersion >False</SpecificVersion >
50+ <HintPath >Libraries\BepInEx.dll</HintPath >
4251 </Reference >
4352 <Reference Include =" NAudio" >
44- <HintPath >..\ Libraries\NAudio.dll</HintPath >
53+ <HintPath >Libraries\NAudio.dll</HintPath >
4554 </Reference >
4655 <Reference Include =" NAudio.Core" >
47- <HintPath >..\ Libraries\NAudio.Core.dll</HintPath >
56+ <HintPath >Libraries\NAudio.Core.dll</HintPath >
4857 </Reference >
49- <Reference Include =" System" />
50- <Reference Include =" System.Core" />
51- <Reference Include =" System.Xml.Linq" />
52- <Reference Include =" System.Data.DataSetExtensions" />
53- <Reference Include =" Microsoft.CSharp" />
54- <Reference Include =" System.Data" />
55- <Reference Include =" System.Net.Http" />
56- <Reference Include =" System.Xml" />
57- <Reference Include =" Unity.RenderPipelines.Core.Runtime" >
58- <HintPath >..\Libraries\Unity.RenderPipelines.Core.Runtime.dll</HintPath >
58+ <Reference Include =" Unity.TextMeshPro, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
59+ <SpecificVersion >False</SpecificVersion >
60+ <HintPath >Libraries\Unity.TextMeshPro.dll</HintPath >
5961 </Reference >
60- <Reference Include =" Unity.TextMeshPro" >
61- <HintPath >..\Libraries\Unity.TextMeshPro.dll</HintPath >
62+ <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
63+ <SpecificVersion >False</SpecificVersion >
64+ <HintPath >Libraries\UnityEngine.dll</HintPath >
6265 </Reference >
63- <Reference Include =" UnityEngine" >
64- <HintPath >..\Libraries\UnityEngine.dll</HintPath >
66+ <Reference Include =" UnityEngine.AudioModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
67+ <SpecificVersion >False</SpecificVersion >
68+ <HintPath >Libraries\UnityEngine.AudioModule.dll</HintPath >
6569 </Reference >
66- <Reference Include =" UnityEngine.AudioModule" >
67- <HintPath >..\Libraries\UnityEngine.AudioModule.dll</HintPath >
68- </Reference >
69- <Reference Include =" UnityEngine.CoreModule" >
70- <HintPath >..\Libraries\UnityEngine.CoreModule.dll</HintPath >
70+ <Reference Include =" UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
71+ <SpecificVersion >False</SpecificVersion >
72+ <HintPath >Libraries\UnityEngine.CoreModule.dll</HintPath >
7173 </Reference >
7274 <Reference Include =" UnityEngine.ImageConversionModule" >
73- <HintPath >..\Libraries\UnityEngine.ImageConversionModule.dll</HintPath >
74- </Reference >
75- <Reference Include =" UnityEngine.ParticleSystemModule" >
76- <HintPath >..\Libraries\UnityEngine.ParticleSystemModule.dll</HintPath >
75+ <HintPath >Libraries\UnityEngine.ImageConversionModule.dll</HintPath >
7776 </Reference >
78- <Reference Include =" UnityEngine.UI" >
79- <HintPath >..\Libraries\UnityEngine.UI.dll</HintPath >
80- </Reference >
81- </ItemGroup >
82- <ItemGroup >
83- <Compile Include =" Helpers\CustomAudioManager.cs" />
84- <Compile Include =" Helpers\FileLoader.cs" />
85- <Compile Include =" main.cs" />
86- <Compile Include =" Properties\AssemblyInfo.cs" />
8777 </ItemGroup >
8878 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8979</Project >
0 commit comments