mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2025-12-06 05:32:03 +01:00
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
|
|
|
|||
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
|
# Visual Studio Version 17
|
|||
|
|
VisualStudioVersion = 17.0.32112.339
|
|||
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloCS", "HelloCS\HelloCS.csproj", "{331F2841-C82A-4ED2-A844-1F720766ADB3}"
|
|||
|
|
EndProject
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AboutMyEnvironment", "AboutMyEnvironment\AboutMyEnvironment.csproj", "{660BBB7B-4200-4114-ABA3-3A2A6289BEB1}"
|
|||
|
|
EndProject
|
|||
|
|
Global
|
|||
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
|
Release|Any CPU = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
|
{331F2841-C82A-4ED2-A844-1F720766ADB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{331F2841-C82A-4ED2-A844-1F720766ADB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{331F2841-C82A-4ED2-A844-1F720766ADB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{331F2841-C82A-4ED2-A844-1F720766ADB3}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
{660BBB7B-4200-4114-ABA3-3A2A6289BEB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{660BBB7B-4200-4114-ABA3-3A2A6289BEB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{660BBB7B-4200-4114-ABA3-3A2A6289BEB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{660BBB7B-4200-4114-ABA3-3A2A6289BEB1}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
|
HideSolutionNode = FALSE
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|||
|
|
SolutionGuid = {DDC4883B-D245-46C2-94A6-C658235D7297}
|
|||
|
|
EndGlobalSection
|
|||
|
|
EndGlobal
|