Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OOP2024-AMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uwe Wienkop
OOP2024-AMP
Commits
3eb63ce4
Commit
3eb63ce4
authored
Apr 23, 2024
by
Uwe Wienkop
Browse files
Options
Downloads
Patches
Plain Diff
Liste, Yield Return, CylcleList
parent
54e3c093
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
OOP2024_AMP.sln
+13
-1
13 additions, 1 deletion
OOP2024_AMP.sln
with
13 additions
and
1 deletion
OOP2024_AMP.sln
+
13
−
1
View file @
3eb63ce4
...
@@ -15,7 +15,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P04 Brueche", "..\P04 Bruec
...
@@ -15,7 +15,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P04 Brueche", "..\P04 Bruec
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P05 Liste", "..\P05 Liste\P05 Liste.csproj", "{94E00DFA-02C1-465C-A1A5-404257B4823F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P05 Liste", "..\P05 Liste\P05 Liste.csproj", "{94E00DFA-02C1-465C-A1A5-404257B4823F}"
EndProject
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P06 Time_TimeSpan", "..\P06 Time_TimeSpan\P06 Time_TimeSpan.csproj", "{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P06 Time_TimeSpan", "..\P06 Time_TimeSpan\P06 Time_TimeSpan.csproj", "{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P07 List", "..\P07 CycleList\P07 List.csproj", "{C09AAF09-D529-49F4-9720-698C97812D7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P08 CycleList", "..\P08 CycleList\P08 CycleList.csproj", "{8759EED7-13D3-42F2-86AC-51EFC938D84B}"
EndProject
EndProject
Global
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
GlobalSection(SolutionConfigurationPlatforms) = preSolution
...
@@ -51,6 +55,14 @@ Global
...
@@ -51,6 +55,14 @@ Global
{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}.Release|Any CPU.Build.0 = Release|Any CPU
{737C45DE-1B19-4CA2-8CE8-00564C9BD6AC}.Release|Any CPU.Build.0 = Release|Any CPU
{C09AAF09-D529-49F4-9720-698C97812D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C09AAF09-D529-49F4-9720-698C97812D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C09AAF09-D529-49F4-9720-698C97812D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C09AAF09-D529-49F4-9720-698C97812D7C}.Release|Any CPU.Build.0 = Release|Any CPU
{8759EED7-13D3-42F2-86AC-51EFC938D84B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8759EED7-13D3-42F2-86AC-51EFC938D84B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8759EED7-13D3-42F2-86AC-51EFC938D84B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8759EED7-13D3-42F2-86AC-51EFC938D84B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment