Skip to content

Commit ab36761

Browse files
committed
Get rid of useless things.
1 parent fde5a5a commit ab36761

File tree

9 files changed

+1
-100
lines changed

9 files changed

+1
-100
lines changed

Entrypoint.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ public static void Start()
1010
#endif
1111
Harmony = new(nameof(Doorstop));
1212
Harmony.PatchAll();
13-
HotReloader.Initialize();
1413
}
1514
}

GlobalUsings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
global using HotReload;
2-
global using System;
1+
global using System;
32
global using System.Security.Policy;

Shared.props.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
1717
</ItemGroup>
1818

19-
<ItemGroup>
20-
<PackageReference Include="Mono.HotReload" Version="*" />
21-
</ItemGroup>
22-
2319
<ItemGroup>
2420
<Using Include="HarmonyLib" />
2521
</ItemGroup>

Tests/HotReloadTests.cs

Lines changed: 0 additions & 32 deletions
This file was deleted.

Tests/Properties/launchSettings.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

Tests/Test.dll

-5.5 KB
Binary file not shown.

Tests/Tests.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

UnityDebug.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@
2424
<Compile Remove="$(BaseOutputPath)**" />
2525
<EmbeddedResource Remove="$(BaseOutputPath)**" />
2626
<None Remove="$(BaseOutputPath)**" />
27-
<!-- Hide inner projects -->
28-
<Compile Remove="HotReload\**" />
29-
<EmbeddedResource Remove="HotReload\**" />
30-
<None Remove="HotReload\**" />
31-
<Compile Remove="Tests\**" />
32-
<EmbeddedResource Remove="Tests\**" />
33-
<None Remove="Tests\**" />
3427
</ItemGroup>
3528

3629
<Import Project="$(SolutionDir)Shared.props.csproj" />

UnityDebug.sln

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
Shared.props.csproj = Shared.props.csproj
1111
EndProjectSection
1212
EndProject
13-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}"
14-
EndProject
1513
Global
1614
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1715
Debug|Any CPU = Debug|Any CPU
@@ -52,30 +50,6 @@ Global
5250
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x64.Build.0 = Win|x64
5351
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x86.ActiveCfg = Win|x86
5452
{B23E25E0-997B-4922-B258-7AF385C77529}.Win|x86.Build.0 = Win|x86
55-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Debug|x64.ActiveCfg = Debug|Any CPU
58-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Debug|x64.Build.0 = Debug|Any CPU
59-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Debug|x86.ActiveCfg = Debug|Any CPU
60-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Debug|x86.Build.0 = Debug|Any CPU
61-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Linux|Any CPU.ActiveCfg = Debug|Any CPU
62-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Linux|Any CPU.Build.0 = Debug|Any CPU
63-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Linux|x64.ActiveCfg = Debug|Any CPU
64-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Linux|x64.Build.0 = Debug|Any CPU
65-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Linux|x86.ActiveCfg = Debug|Any CPU
66-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Linux|x86.Build.0 = Debug|Any CPU
67-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.MacOS|Any CPU.ActiveCfg = Debug|Any CPU
68-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.MacOS|Any CPU.Build.0 = Debug|Any CPU
69-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.MacOS|x64.ActiveCfg = Debug|Any CPU
70-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.MacOS|x64.Build.0 = Debug|Any CPU
71-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.MacOS|x86.ActiveCfg = Debug|Any CPU
72-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.MacOS|x86.Build.0 = Debug|Any CPU
73-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Win|Any CPU.ActiveCfg = Debug|Any CPU
74-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Win|Any CPU.Build.0 = Debug|Any CPU
75-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Win|x64.ActiveCfg = Debug|Any CPU
76-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Win|x64.Build.0 = Debug|Any CPU
77-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Win|x86.ActiveCfg = Debug|Any CPU
78-
{2CBFDEB6-487E-45EB-9F6F-86D0614601B5}.Win|x86.Build.0 = Debug|Any CPU
7953
EndGlobalSection
8054
GlobalSection(SolutionProperties) = preSolution
8155
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)