Initial commit

This commit is contained in:
2026-05-30 18:28:51 -04:00
commit d78e8d0910
11 changed files with 1337 additions and 0 deletions

25
UndeadUniversalPatch.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.6.11806.211
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UndeadUniversalPatch", "UndeadUniversalPatch.csproj", "{9ACF53EE-86FB-9018-0E1D-0EBBC5320C3E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9ACF53EE-86FB-9018-0E1D-0EBBC5320C3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9ACF53EE-86FB-9018-0E1D-0EBBC5320C3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9ACF53EE-86FB-9018-0E1D-0EBBC5320C3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9ACF53EE-86FB-9018-0E1D-0EBBC5320C3E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3BD2DDF-8706-4800-902B-1A41EC603ADD}
EndGlobalSection
EndGlobal