diff --git a/Desktop/App.xaml b/Desktop/App.xaml new file mode 100644 index 0000000..5e6c830 --- /dev/null +++ b/Desktop/App.xaml @@ -0,0 +1,8 @@ + + + + + diff --git a/Desktop/App.xaml.cs b/Desktop/App.xaml.cs new file mode 100644 index 0000000..0273963 --- /dev/null +++ b/Desktop/App.xaml.cs @@ -0,0 +1,12 @@ +using Application = System.Windows.Application; + +namespace Milimoe.FunGame.Testing.Desktop +{ + public partial class App : Application + { + public App() + { + + } + } +} diff --git a/Desktop/FunGame.Testing.Desktop.csproj b/Desktop/FunGame.Testing.Desktop.csproj index 1f93424..acfa424 100644 --- a/Desktop/FunGame.Testing.Desktop.csproj +++ b/Desktop/FunGame.Testing.Desktop.csproj @@ -8,6 +8,7 @@ enable ..\bin\ Milimoe.$(MSBuildProjectName.Replace(" ", "_")) + True @@ -22,6 +23,10 @@ + + + + ..\..\FunGame.Core\bin\Debug\net9.0\FunGame.Core.dll diff --git a/Desktop/Program.cs b/Desktop/Program.cs index f971433..cd073c1 100644 --- a/Desktop/Program.cs +++ b/Desktop/Program.cs @@ -1,20 +1,20 @@ -using Milimoe.FunGame.Testing.Desktop.Solutions; +//using Milimoe.FunGame.Testing.Desktop.Solutions; -namespace Desktop -{ - internal static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - // To customize application configuration such as set high DPI settings or default font, - // see https://aka.ms/applicationconfiguration. - ApplicationConfiguration.Initialize(); - //Application.Run(new ChessBoardExample.ChessBoardExample()); - Application.Run(new EntityEditor()); - } - } -} \ No newline at end of file +//namespace Desktop +//{ +// internal static class Program +// { +// /// +// /// The main entry point for the application. +// /// +// [STAThread] +// static void Main() +// { +// // To customize application configuration such as set high DPI settings or default font, +// // see https://aka.ms/applicationconfiguration. +// ApplicationConfiguration.Initialize(); +// //Application.Run(new ChessBoardExample.ChessBoardExample()); +// Application.Run(new EntityEditor()); +// } +// } +//} \ No newline at end of file diff --git a/Desktop/Solutions/NovelEditor/NovelEditor.xaml b/Desktop/Solutions/NovelEditor/NovelEditor.xaml new file mode 100644 index 0000000..1a02d3c --- /dev/null +++ b/Desktop/Solutions/NovelEditor/NovelEditor.xaml @@ -0,0 +1,89 @@ + + + + + + + + + +