This commit is contained in:
Kalarumeth
2022-10-27 18:53:21 +02:00
parent a852e6095f
commit d6e210aeab
6 changed files with 270 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console_lps", "console_lps\console_lps.csproj", "{35ADC8E8-A92B-42D3-9B04-CFF7B5A3F9D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35ADC8E8-A92B-42D3-9B04-CFF7B5A3F9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35ADC8E8-A92B-42D3-9B04-CFF7B5A3F9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35ADC8E8-A92B-42D3-9B04-CFF7B5A3F9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35ADC8E8-A92B-42D3-9B04-CFF7B5A3F9D6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AF84959-0FD9-499B-8D10-69A934AC2ABF}
EndGlobalSection
EndGlobal