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

Operator-Überladungen + Konvertierungsoperatoren

parent 555ebccb
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P02 Methoden", "P02 Methode ...@@ -11,7 +11,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P02 Methoden", "P02 Methode
EndProject EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P03 Klassen", "P03 Klassen\P03 Klassen.csproj", "{E0E52007-EEDB-4075-9371-909D9E435F61}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P03 Klassen", "P03 Klassen\P03 Klassen.csproj", "{E0E52007-EEDB-4075-9371-909D9E435F61}"
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P04 Brueche", "..\P04 Brueche\P04 Brueche.csproj", "{09DFCE5C-70A6-42AA-88E8-AB643EE5E790}" Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "P04 Brueche", "..\P04 Brueche\P04 Brueche.csproj", "{09DFCE5C-70A6-42AA-88E8-AB643EE5E790}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P05 Liste", "..\P05 Liste\P05 Liste.csproj", "{94E00DFA-02C1-465C-A1A5-404257B4823F}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
...@@ -39,6 +41,10 @@ Global ...@@ -39,6 +41,10 @@ Global
{09DFCE5C-70A6-42AA-88E8-AB643EE5E790}.Debug|Any CPU.Build.0 = Debug|Any CPU {09DFCE5C-70A6-42AA-88E8-AB643EE5E790}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09DFCE5C-70A6-42AA-88E8-AB643EE5E790}.Release|Any CPU.ActiveCfg = Release|Any CPU {09DFCE5C-70A6-42AA-88E8-AB643EE5E790}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09DFCE5C-70A6-42AA-88E8-AB643EE5E790}.Release|Any CPU.Build.0 = Release|Any CPU {09DFCE5C-70A6-42AA-88E8-AB643EE5E790}.Release|Any CPU.Build.0 = Release|Any CPU
{94E00DFA-02C1-465C-A1A5-404257B4823F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94E00DFA-02C1-465C-A1A5-404257B4823F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94E00DFA-02C1-465C-A1A5-404257B4823F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94E00DFA-02C1-465C-A1A5-404257B4823F}.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