Files
C-Sharp-Umschulung/code_csharp_eses.sln
2026-01-09 12:24:02 +01:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36811.4 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "01_output_comments", "01_output_comments\01_output_comments.csproj", "{AE98EF86-FE9F-47A2-AAFE-E7B25AEB9188}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "02_variables_and_datatypes", "02_variables_and_datatypes\02_variables_and_datatypes.csproj", "{4FBF5EE1-EA2B-40D5-B9FA-179E243B60B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE98EF86-FE9F-47A2-AAFE-E7B25AEB9188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE98EF86-FE9F-47A2-AAFE-E7B25AEB9188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE98EF86-FE9F-47A2-AAFE-E7B25AEB9188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE98EF86-FE9F-47A2-AAFE-E7B25AEB9188}.Release|Any CPU.Build.0 = Release|Any CPU
{4FBF5EE1-EA2B-40D5-B9FA-179E243B60B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FBF5EE1-EA2B-40D5-B9FA-179E243B60B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FBF5EE1-EA2B-40D5-B9FA-179E243B60B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FBF5EE1-EA2B-40D5-B9FA-179E243B60B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {102CE664-2C9C-4762-BA55-5C578F645661}
EndGlobalSection
EndGlobal