diff --git a/WpfAppgroup.sln b/WpfAppgroup.sln new file mode 100644 index 0000000..8fb3676 --- /dev/null +++ b/WpfAppgroup.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35728.132 d17.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfAppgroup", "WpfAppgroup\WpfAppgroup.csproj", "{CEE3DB0A-7D33-4626-9C60-584186ED21AC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CEE3DB0A-7D33-4626-9C60-584186ED21AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CEE3DB0A-7D33-4626-9C60-584186ED21AC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CEE3DB0A-7D33-4626-9C60-584186ED21AC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CEE3DB0A-7D33-4626-9C60-584186ED21AC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/WpfAppgroup/App.xaml b/WpfAppgroup/App.xaml new file mode 100644 index 0000000..8ff650c --- /dev/null +++ b/WpfAppgroup/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/WpfAppgroup/App.xaml.cs b/WpfAppgroup/App.xaml.cs new file mode 100644 index 0000000..492e76c --- /dev/null +++ b/WpfAppgroup/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace WpfAppgroup +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/WpfAppgroup/AssemblyInfo.cs b/WpfAppgroup/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/WpfAppgroup/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/WpfAppgroup/MainWindow.xaml b/WpfAppgroup/MainWindow.xaml new file mode 100644 index 0000000..e78f4a1 --- /dev/null +++ b/WpfAppgroup/MainWindow.xaml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + +