diff --git a/DevconBoothImages/App.xaml b/DevconBoothImages/App.xaml new file mode 100644 index 0000000..e20ced4 --- /dev/null +++ b/DevconBoothImages/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/DevconBoothImages/App.xaml.cs b/DevconBoothImages/App.xaml.cs new file mode 100644 index 0000000..4b8d639 --- /dev/null +++ b/DevconBoothImages/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace DevconBoothImages +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/DevconBoothImages/AssemblyInfo.cs b/DevconBoothImages/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/DevconBoothImages/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/DevconBoothImages/DevconBoothImages.csproj b/DevconBoothImages/DevconBoothImages.csproj new file mode 100644 index 0000000..e3e33e3 --- /dev/null +++ b/DevconBoothImages/DevconBoothImages.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net8.0-windows + enable + enable + true + + + diff --git a/DevconBoothImages/DevconBoothImages.csproj.user b/DevconBoothImages/DevconBoothImages.csproj.user new file mode 100644 index 0000000..644b0a6 --- /dev/null +++ b/DevconBoothImages/DevconBoothImages.csproj.user @@ -0,0 +1,14 @@ + + + + + + Designer + + + + + Designer + + + \ No newline at end of file diff --git a/DevconBoothImages/MainWindow.xaml b/DevconBoothImages/MainWindow.xaml new file mode 100644 index 0000000..61ab58a --- /dev/null +++ b/DevconBoothImages/MainWindow.xaml @@ -0,0 +1,21 @@ + + + + + + + + + +