添加 HelloWorld 文件
This commit is contained in:
parent
a9ee4b6138
commit
479e217b8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user