Skip to content
Snippets Groups Projects
Commit ff1fbf30 authored by Uwe Wienkop's avatar Uwe Wienkop
Browse files

Woche 1 - Felder

parent ea21cbba
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 ...@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34 VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OOP2024_AMP", "OOP2024_AMP.csproj", "{502C6032-97B3-48F1-A6CC-7F7990A17C42}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OOP2024_AMP", "OOP2024_AMP.csproj", "{502C6032-97B3-48F1-A6CC-7F7990A17C42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P01 Arrays", "..\P01 Arrays\P01 Arrays.csproj", "{380BF007-927D-4918-AB2C-DEDD526C626E}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
...@@ -15,6 +17,10 @@ Global ...@@ -15,6 +17,10 @@ Global
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Debug|Any CPU.Build.0 = Debug|Any CPU {502C6032-97B3-48F1-A6CC-7F7990A17C42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Release|Any CPU.ActiveCfg = Release|Any CPU {502C6032-97B3-48F1-A6CC-7F7990A17C42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{502C6032-97B3-48F1-A6CC-7F7990A17C42}.Release|Any CPU.Build.0 = Release|Any CPU {502C6032-97B3-48F1-A6CC-7F7990A17C42}.Release|Any CPU.Build.0 = Release|Any CPU
{380BF007-927D-4918-AB2C-DEDD526C626E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{380BF007-927D-4918-AB2C-DEDD526C626E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{380BF007-927D-4918-AB2C-DEDD526C626E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{380BF007-927D-4918-AB2C-DEDD526C626E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment