From c9a57e431a23aee378c178a375cba53398a949e7 Mon Sep 17 00:00:00 2001 From: PBT3H24AFA Date: Wed, 7 May 2025 09:55:20 +0200 Subject: [PATCH] =?UTF-8?q?Projektdateien=20hinzuf=C3=BCgen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chatbot_v0.8.1Beta.sln | 25 ++ Chatbot_v0.8.1Beta/App.xaml | 9 + Chatbot_v0.8.1Beta/App.xaml.cs | 14 ++ Chatbot_v0.8.1Beta/AssemblyInfo.cs | 10 + Chatbot_v0.8.1Beta/Chatbot_v0.8.1Beta.csproj | 12 + Chatbot_v0.8.1Beta/MainWindow.xaml | 44 ++++ Chatbot_v0.8.1Beta/MainWindow.xaml.cs | 240 +++++++++++++++++++ 7 files changed, 354 insertions(+) create mode 100644 Chatbot_v0.8.1Beta.sln create mode 100644 Chatbot_v0.8.1Beta/App.xaml create mode 100644 Chatbot_v0.8.1Beta/App.xaml.cs create mode 100644 Chatbot_v0.8.1Beta/AssemblyInfo.cs create mode 100644 Chatbot_v0.8.1Beta/Chatbot_v0.8.1Beta.csproj create mode 100644 Chatbot_v0.8.1Beta/MainWindow.xaml create mode 100644 Chatbot_v0.8.1Beta/MainWindow.xaml.cs diff --git a/Chatbot_v0.8.1Beta.sln b/Chatbot_v0.8.1Beta.sln new file mode 100644 index 0000000..d44672e --- /dev/null +++ b/Chatbot_v0.8.1Beta.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35931.197 d17.13 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chatbot_v0.8.1Beta", "Chatbot_v0.8.1Beta\Chatbot_v0.8.1Beta.csproj", "{8DF403AC-FAB2-4607-B5B1-B0964E43ED12}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8DF403AC-FAB2-4607-B5B1-B0964E43ED12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8DF403AC-FAB2-4607-B5B1-B0964E43ED12}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8DF403AC-FAB2-4607-B5B1-B0964E43ED12}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8DF403AC-FAB2-4607-B5B1-B0964E43ED12}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E3A49929-220B-45FE-A161-0101E469E51B} + EndGlobalSection +EndGlobal diff --git a/Chatbot_v0.8.1Beta/App.xaml b/Chatbot_v0.8.1Beta/App.xaml new file mode 100644 index 0000000..144a91c --- /dev/null +++ b/Chatbot_v0.8.1Beta/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Chatbot_v0.8.1Beta/App.xaml.cs b/Chatbot_v0.8.1Beta/App.xaml.cs new file mode 100644 index 0000000..23e86ea --- /dev/null +++ b/Chatbot_v0.8.1Beta/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Chatbot_v0._8._1Beta +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/Chatbot_v0.8.1Beta/AssemblyInfo.cs b/Chatbot_v0.8.1Beta/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/Chatbot_v0.8.1Beta/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/Chatbot_v0.8.1Beta/Chatbot_v0.8.1Beta.csproj b/Chatbot_v0.8.1Beta/Chatbot_v0.8.1Beta.csproj new file mode 100644 index 0000000..b1ec409 --- /dev/null +++ b/Chatbot_v0.8.1Beta/Chatbot_v0.8.1Beta.csproj @@ -0,0 +1,12 @@ + + + + WinExe + net8.0-windows + Chatbot_v0._8._1Beta + enable + enable + true + + + diff --git a/Chatbot_v0.8.1Beta/MainWindow.xaml b/Chatbot_v0.8.1Beta/MainWindow.xaml new file mode 100644 index 0000000..50316e9 --- /dev/null +++ b/Chatbot_v0.8.1Beta/MainWindow.xaml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + +