Skip to content

Commit

Permalink
WI-Bereich eingefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kander Akinci committed Dec 28, 2021
1 parent e9eacc5 commit 4a97aaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions FragBFT12.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITFragBFTKlassenBibliothek"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MAFragBFTKlassenBibliothek", "MAFragBFTKlassenBibliothek\MAFragBFTKlassenBibliothek.csproj", "{136B03CD-A2E2-4CFB-92F8-53E54F6BFF06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WIFragBFTKlassenBibliothek", "WIFragBFTKlassenBibliothek\WIFragBFTKlassenBibliothek.csproj", "{F0E0BE7B-9980-4191-9F14-5C971FE04755}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -51,6 +53,10 @@ Global
{136B03CD-A2E2-4CFB-92F8-53E54F6BFF06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{136B03CD-A2E2-4CFB-92F8-53E54F6BFF06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{136B03CD-A2E2-4CFB-92F8-53E54F6BFF06}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E0BE7B-9980-4191-9F14-5C971FE04755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E0BE7B-9980-4191-9F14-5C971FE04755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E0BE7B-9980-4191-9F14-5C971FE04755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E0BE7B-9980-4191-9F14-5C971FE04755}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 1 addition & 0 deletions FragBFTKlassenBibliothek/FragBFTKlassenBibliothek.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ProjectReference Include="..\KonsolenExtrasBibliothek\KonsolenExtrasBibliothek.csproj" />
<ProjectReference Include="..\MAFragBFTKlassenBibliothek\MAFragBFTKlassenBibliothek.csproj" />
<ProjectReference Include="..\PYFragBFTKlassenBibliothek\PYFragBFTKlassenBibliothek.csproj" />
<ProjectReference Include="..\WIFragBFTKlassenBibliothek\WIFragBFTKlassenBibliothek.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion FragBFTKlassenBibliothek/Hauptmenue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static void HauptmenueAufruf()

case "w":
Console.Clear();
//WIMultiToolKlassenBibliothek.WIMenue.WISubMenue();
WIFragBFTKlassenBibliothek.WIMenue.WISubMenue();
break;

case "exit":
Expand Down

0 comments on commit 4a97aaa

Please sign in to comment.