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

Liste, Yield Return, CylcleList

parent 54e3c093
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment