This commit is contained in:
zznty
2022-11-16 22:56:13 +07:00
commit 017174ac53
11 changed files with 834 additions and 0 deletions

16
AreaJumpDepleter.sln Normal file
View File

@@ -0,0 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AreaJumpDepleter", "AreaJumpDepleter\AreaJumpDepleter.csproj", "{CA91AC84-36AD-4C1D-92C0-7388DC872CEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA91AC84-36AD-4C1D-92C0-7388DC872CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA91AC84-36AD-4C1D-92C0-7388DC872CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA91AC84-36AD-4C1D-92C0-7388DC872CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA91AC84-36AD-4C1D-92C0-7388DC872CEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal