diff --git a/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIsland.sln b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIsland.sln new file mode 100644 index 000000000..c97db9b07 --- /dev/null +++ b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIsland.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36401.2 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleWpfXamlIslandApp", "SimpleWpfXamlIslandApp\SimpleWpfXamlIslandApp.csproj", "{4B331F0D-098B-D622-EBB0-61D14FA2C621}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinUILib", "WinUILib\WinUILib.csproj", "{6CEC863F-D767-463E-9E3E-D955E045CCF8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4B331F0D-098B-D622-EBB0-61D14FA2C621}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4B331F0D-098B-D622-EBB0-61D14FA2C621}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4B331F0D-098B-D622-EBB0-61D14FA2C621}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4B331F0D-098B-D622-EBB0-61D14FA2C621}.Release|Any CPU.Build.0 = Release|Any CPU + {6CEC863F-D767-463E-9E3E-D955E045CCF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6CEC863F-D767-463E-9E3E-D955E045CCF8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6CEC863F-D767-463E-9E3E-D955E045CCF8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6CEC863F-D767-463E-9E3E-D955E045CCF8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {613D332E-BCD6-44EA-A02D-11A32EE2469E} + EndGlobalSection +EndGlobal diff --git a/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/App.xaml b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/App.xaml new file mode 100644 index 000000000..086b857d4 --- /dev/null +++ b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/App.xaml.cs b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/App.xaml.cs new file mode 100644 index 000000000..ea281fe2e --- /dev/null +++ b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace SimpleWpfXamlIslandApp +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/AssemblyInfo.cs b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/AssemblyInfo.cs new file mode 100644 index 000000000..b0ec82757 --- /dev/null +++ b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/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/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/MainWindow.xaml b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/MainWindow.xaml new file mode 100644 index 000000000..a7790c226 --- /dev/null +++ b/Samples/Islands/SimpleWpfXamlIsland/SimpleWpfXamlIslandApp/MainWindow.xaml @@ -0,0 +1,27 @@ + + + + + + +