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 @@ + + + + + + + + + + + + + + + + + +