Initial commit

This commit is contained in:
2025-09-24 00:56:17 -05:00
commit 7e5e7aad40
35 changed files with 3091 additions and 0 deletions

25
NethackHelper.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NethackHelper", "NethackHelper\NethackHelper.csproj", "{551E16E7-B2D3-4143-AF0E-BE4691712B60}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{551E16E7-B2D3-4143-AF0E-BE4691712B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{551E16E7-B2D3-4143-AF0E-BE4691712B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{551E16E7-B2D3-4143-AF0E-BE4691712B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{551E16E7-B2D3-4143-AF0E-BE4691712B60}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CE91709-1817-4270-943D-93170193950A}
EndGlobalSection
EndGlobal