From 2917583106a2077a307ee4169aa02f5cab866047 Mon Sep 17 00:00:00 2001 From: "Alice (SukhotinMD)" Date: Wed, 19 Mar 2025 16:40:55 +0300 Subject: [PATCH] =?UTF-8?q?build:=20=D0=92=D0=BD=D0=B5=D1=81=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BA=D1=82=D0=B0=20=D0=BF=D0=BE=D0=B4=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.sln | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 project.sln diff --git a/project.sln b/project.sln new file mode 100644 index 0000000..bfe79dd --- /dev/null +++ b/project.sln @@ -0,0 +1,37 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35818.85 d17.13 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "project", "project\project.vcxproj", "{1DB61A92-5AAD-4846-9B94-C481B4708C06}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM64 = Debug|ARM64 + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|ARM64 = Release|ARM64 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Debug|ARM64.ActiveCfg = Debug|ARM64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Debug|ARM64.Build.0 = Debug|ARM64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Debug|x64.ActiveCfg = Debug|x64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Debug|x64.Build.0 = Debug|x64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Debug|x86.ActiveCfg = Debug|Win32 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Debug|x86.Build.0 = Debug|Win32 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Release|ARM64.ActiveCfg = Release|ARM64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Release|ARM64.Build.0 = Release|ARM64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Release|x64.ActiveCfg = Release|x64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Release|x64.Build.0 = Release|x64 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Release|x86.ActiveCfg = Release|Win32 + {1DB61A92-5AAD-4846-9B94-C481B4708C06}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {B96EBD27-7808-427D-8134-CB8C355D1820} + EndGlobalSection +EndGlobal