1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{BD8C6E83-1AD3-4AE5-BD03-23F366FEDB71}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >ModifierModifier</RootNamespace >
11
- <AssemblyName >ModifierModifier</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
14
5
<LangVersion >latest</LangVersion >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ <Nullable >enable</Nullable >
8
+ <DebugType >embedded</DebugType >
9
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
10
+
11
+ <Description >Modifier for SpiderHeck Modifiers</Description >
12
+ <Version >1.0.1</Version >
15
13
</PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <PlatformTarget >AnyCPU</PlatformTarget >
18
- <DebugSymbols >true</DebugSymbols >
19
- <DebugType >full</DebugType >
20
- <Optimize >false</Optimize >
21
- <OutputPath >bin\Debug\</OutputPath >
22
- <DefineConstants >DEBUG;TRACE</DefineConstants >
23
- <ErrorReport >prompt</ErrorReport >
24
- <WarningLevel >4</WarningLevel >
25
- </PropertyGroup >
26
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
- <PlatformTarget >AnyCPU</PlatformTarget >
28
- <DebugType >pdbonly</DebugType >
29
- <Optimize >true</Optimize >
30
- <OutputPath >bin\Release\</OutputPath >
31
- <DefineConstants >TRACE</DefineConstants >
32
- <ErrorReport >prompt</ErrorReport >
33
- <WarningLevel >4</WarningLevel >
14
+
15
+ <PropertyGroup >
16
+ <GameVersion >0.86.2-r.0</GameVersion >
34
17
</PropertyGroup >
18
+
35
19
<ItemGroup >
36
- <Reference Include =" 0Harmony, Version=2.7.0.0, Culture=neutral, PublicKeyToken=null" >
37
- <HintPath >..\References\0Harmony.dll</HintPath >
38
- </Reference >
39
- <Reference Include =" BepInEx, Version=5.4.18.0, Culture=neutral, PublicKeyToken=null" >
40
- <HintPath >..\References\BepInEx.dll</HintPath >
41
- </Reference >
42
- <Reference Include =" CobwebAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" >
43
- <HintPath >References\CobwebAPI.dll</HintPath >
44
- </Reference >
45
- <Reference Include =" MyScriptAssembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
46
- <HintPath >..\References\MyScriptAssembly.dll</HintPath >
47
- </Reference >
48
- <Reference Include =" System" />
49
- <Reference Include =" System.Core" />
50
- <Reference Include =" System.Data" />
51
- <Reference Include =" System.Xml" />
52
- <Reference Include =" Unity.InputSystem, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null" >
53
- <HintPath >..\..\..\..\Steam Games\steamapps\common\SpiderHeck Demo\SPIDERHECK_Data\Managed\Unity.InputSystem.dll</HintPath >
54
- </Reference >
55
- <Reference Include =" Unity.TextMeshPro, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
56
- <HintPath >..\References\Unity.TextMeshPro.dll</HintPath >
57
- </Reference >
58
- <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
59
- <HintPath >..\References\UnityEngine.dll</HintPath >
60
- </Reference >
61
- <Reference Include =" UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
62
- <HintPath >..\References\UnityEngine.CoreModule.dll</HintPath >
63
- </Reference >
64
- <Reference Include =" UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
65
- <HintPath >..\..\..\..\Steam Games\steamapps\common\SpiderHeck Demo\SPIDERHECK_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath >
66
- </Reference >
67
- <Reference Include =" UnityEngine.InputLegacyModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
68
- <HintPath >..\..\..\..\Steam Games\steamapps\common\SpiderHeck Demo\SPIDERHECK_Data\Managed\UnityEngine.InputLegacyModule.dll</HintPath >
69
- </Reference >
70
- <Reference Include =" UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
71
- <HintPath >..\..\..\..\Steam Games\steamapps\common\SpiderHeck Demo\SPIDERHECK_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath >
72
- </Reference >
73
- <Reference Include =" UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" >
74
- <HintPath >..\..\..\..\Steam Games\steamapps\common\SpiderHeck Demo\SPIDERHECK_Data\Managed\UnityEngine.UI.dll</HintPath >
75
- </Reference >
76
- <Reference Include =" UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
77
- <HintPath >..\..\..\..\Steam Games\steamapps\common\SpiderHeck Demo\SPIDERHECK_Data\Managed\UnityEngine.UIModule.dll</HintPath >
78
- </Reference >
20
+ <PackageReference Include =" BepInEx.Unity" Version =" 6.0.0-be.554" PrivateAssets =" all" />
21
+ <PackageReference Include =" BepInEx.AutoPlugin" Version =" 1.0.1" PrivateAssets =" all" />
22
+
23
+ <PackageReference Include =" UnityEngine.Modules" Version =" 2020.3.13" PrivateAssets =" all" />
79
24
</ItemGroup >
25
+
80
26
<ItemGroup >
81
- <Compile Include =" Main.cs" />
82
- <Compile Include =" Properties\AssemblyInfo.cs" />
27
+ <Reference Include =" CobwebAPI, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null" >
28
+ <HintPath >References\CobwebAPI.dll</HintPath >
29
+ </Reference >
30
+ <Reference Include =" MyScriptAssembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
31
+ <HintPath >References\MyScriptAssembly.dll</HintPath >
32
+ </Reference >
33
+ <Reference Include =" Unity.InputSystem, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null" >
34
+ <HintPath >References\Unity.InputSystem.dll</HintPath >
35
+ </Reference >
36
+ <Reference Include =" Unity.Netcode.Components, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
37
+ <HintPath >References\Unity.Netcode.Components.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Unity.Netcode.Runtime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
40
+ <HintPath >References\Unity.Netcode.Runtime.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Unity.TextMeshPro, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
43
+ <HintPath >References\Unity.TextMeshPro.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
46
+ <HintPath >References\UnityEngine.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
49
+ <HintPath >References\UnityEngine.IMGUIModule.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" UnityEngine.TextRenderingModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
52
+ <HintPath >References\UnityEngine.TextRenderingModule.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" >
55
+ <HintPath >References\UnityEngine.UI.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" >
58
+ <HintPath >References\UnityEngine.UIModule.dll</HintPath >
59
+ </Reference >
83
60
</ItemGroup >
84
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
85
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86
- Other similar extension points exist, see Microsoft.Common.targets.
87
- <Target Name="BeforeBuild">
88
- </Target>
89
- <Target Name="AfterBuild">
61
+
62
+ <Target Name =" Copy" AfterTargets =" Build" Condition =" '$(SpiderHeck)' != ''" >
63
+ <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(SpiderHeck)\BepInEx\plugins\" UseSymboliclinksIfPossible =" true" />
90
64
</Target >
91
- -->
92
65
93
- </Project >
66
+ </Project >
0 commit comments