Начальный коммит

This commit is contained in:
serenitatis
2026-06-19 21:51:51 +03:00
commit 3ca20dd8b8
13 changed files with 805 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.37327.17
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "3dmaze", "3dmaze.vcxproj", "{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Debug|x64.ActiveCfg = Debug|x64
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Debug|x64.Build.0 = Debug|x64
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Debug|x86.ActiveCfg = Debug|Win32
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Debug|x86.Build.0 = Debug|Win32
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Release|x64.ActiveCfg = Release|x64
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Release|x64.Build.0 = Release|x64
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Release|x86.ActiveCfg = Release|Win32
{49A20B97-6B53-4055-BFB4-7E27E8BFC5C5}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F6577BF-0A8F-45BE-9EA1-59B34BB4185D}
EndGlobalSection
EndGlobal