Add project files.

This commit is contained in:
Wesley Hofman
2025-08-29 18:17:48 +02:00
parent 31eaf9e5f7
commit a0d5f3b21b
23 changed files with 2144 additions and 0 deletions

25
HTOLHAST.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.35826.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HTOLHAST", "HTOLHAST\HTOLHAST.csproj", "{44185918-E63F-4ABD-AB57-116F6F056959}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44185918-E63F-4ABD-AB57-116F6F056959}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44185918-E63F-4ABD-AB57-116F6F056959}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44185918-E63F-4ABD-AB57-116F6F056959}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44185918-E63F-4ABD-AB57-116F6F056959}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B811FAC8-8014-4A05-B1B1-D9E42899B8CF}
EndGlobalSection
EndGlobal