GetCshape/HelloWorld.sln

35 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2024-12-13 10:32:05 +08:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
2024-12-13 10:33:37 +08:00
VisualStudioVersion = 17.12.35527.113
2024-12-13 10:32:05 +08:00
MinimumVisualStudioVersion = 10.0.40219.1
2024-12-13 10:33:37 +08:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{B80B122C-CBDD-4A93-850F-41E19732915A}"
EndProject
2024-12-13 14:43:25 +08:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "intVariable", "intVariable\intVariable.csproj", "{E4F0A953-68EB-4231-AE4C-040E1A13747A}"
EndProject
2024-12-14 18:08:48 +08:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "doif", "doif\doif.csproj", "{D927AAFB-7F50-43BE-B3E1-62364060B642}"
EndProject
2024-12-13 10:32:05 +08:00
Global
2024-12-13 10:33:37 +08:00
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
2024-12-13 14:43:25 +08:00
{E4F0A953-68EB-4231-AE4C-040E1A13747A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4F0A953-68EB-4231-AE4C-040E1A13747A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4F0A953-68EB-4231-AE4C-040E1A13747A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4F0A953-68EB-4231-AE4C-040E1A13747A}.Release|Any CPU.Build.0 = Release|Any CPU
2024-12-14 18:08:48 +08:00
{D927AAFB-7F50-43BE-B3E1-62364060B642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D927AAFB-7F50-43BE-B3E1-62364060B642}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D927AAFB-7F50-43BE-B3E1-62364060B642}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D927AAFB-7F50-43BE-B3E1-62364060B642}.Release|Any CPU.Build.0 = Release|Any CPU
2024-12-13 10:33:37 +08:00
EndGlobalSection
2024-12-13 10:32:05 +08:00
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal