commit 62ab51894a43de74b809d6430438722456e04d91 Author: NoKnownName <116956302+NoKnownName@users.noreply.github.com> Date: Wed Aug 27 10:34:08 2025 +0200 Projekt erstellt diff --git a/PenAndPaperFinal_Final.sln b/PenAndPaperFinal_Final.sln new file mode 100644 index 0000000..25d989f --- /dev/null +++ b/PenAndPaperFinal_Final.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35222.181 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PenAndPaperFinal_Final", "PenAndPaperFinal_Final\PenAndPaperFinal_Final.csproj", "{6D305D30-4A09-4678-B2E5-E0CFB787D818}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6D305D30-4A09-4678-B2E5-E0CFB787D818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6D305D30-4A09-4678-B2E5-E0CFB787D818}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6D305D30-4A09-4678-B2E5-E0CFB787D818}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6D305D30-4A09-4678-B2E5-E0CFB787D818}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {6D9D914A-AD3A-4BD3-AAB4-D4BCC60193A7} + EndGlobalSection +EndGlobal diff --git a/PenAndPaperFinal_Final/Anmeldung.xaml b/PenAndPaperFinal_Final/Anmeldung.xaml new file mode 100644 index 0000000..cf28539 --- /dev/null +++ b/PenAndPaperFinal_Final/Anmeldung.xaml @@ -0,0 +1,27 @@ + + + + + + + + Benutzername + + + + + + + BlaBlaBla + + + + + + + + diff --git a/PenAndPaperFinal_Final/Kampagne.xaml.cs b/PenAndPaperFinal_Final/Kampagne.xaml.cs new file mode 100644 index 0000000..3b78a1d --- /dev/null +++ b/PenAndPaperFinal_Final/Kampagne.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace PenAndPaperFinal_Final +{ + /// + /// Interaktionslogik für Kampagne.xaml + /// + public partial class Kampagne : Window + { + public Kampagne() + { + InitializeComponent(); + } + } +} diff --git a/PenAndPaperFinal_Final/KampagnenDetails.xaml b/PenAndPaperFinal_Final/KampagnenDetails.xaml new file mode 100644 index 0000000..4fc801f --- /dev/null +++ b/PenAndPaperFinal_Final/KampagnenDetails.xaml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + Code eingeben + + + + + + + + diff --git a/PenAndPaperFinal_Final/Sitzung.xaml.cs b/PenAndPaperFinal_Final/Sitzung.xaml.cs new file mode 100644 index 0000000..aad4e44 --- /dev/null +++ b/PenAndPaperFinal_Final/Sitzung.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace PenAndPaperFinal_Final +{ + /// + /// Interaktionslogik für Sitzung.xaml + /// + public partial class Sitzung : Window + { + public Sitzung() + { + InitializeComponent(); + } + } +} diff --git a/PenAndPaperFinal_Final/Würfel.xaml b/PenAndPaperFinal_Final/Würfel.xaml new file mode 100644 index 0000000..80e9e5d --- /dev/null +++ b/PenAndPaperFinal_Final/Würfel.xaml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + D4 + D6 + D8 + D10 + D12 + D20 + D100 + + + + + + + + +