From 479e217b8df3ca413e1d033c90fce0674b263cb9 Mon Sep 17 00:00:00 2001 From: nyaasuki Date: Fri, 13 Dec 2024 10:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20HelloWorld=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HelloWorld.sln | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/HelloWorld.sln b/HelloWorld.sln index dd6d823..0e1c343 100644 --- a/HelloWorld.sln +++ b/HelloWorld.sln @@ -1,9 +1,21 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.12.35527.113 d17.12 +VisualStudioVersion = 17.12.35527.113 MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{B80B122C-CBDD-4A93-850F-41E19732915A}" +EndProject Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B80B122C-CBDD-4A93-850F-41E19732915A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B80B122C-CBDD-4A93-850F-41E19732915A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B80B122C-CBDD-4A93-850F-41E19732915A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B80B122C-CBDD-4A93-850F-41E19732915A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection