diff --git a/WpfApp13.sln b/WpfApp13.sln new file mode 100644 index 0000000..93cec9d --- /dev/null +++ b/WpfApp13.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30517.126 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WpfApp13", "WpfApp13\WpfApp13.csproj", "{037BE5FE-6185-4A09-B328-41A5CA430710}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {037BE5FE-6185-4A09-B328-41A5CA430710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {037BE5FE-6185-4A09-B328-41A5CA430710}.Debug|Any CPU.Build.0 = Debug|Any CPU + {037BE5FE-6185-4A09-B328-41A5CA430710}.Release|Any CPU.ActiveCfg = Release|Any CPU + {037BE5FE-6185-4A09-B328-41A5CA430710}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C4E96AB0-5DCB-4CA0-98DB-F8AE2A42BD5F} + EndGlobalSection +EndGlobal diff --git a/WpfApp13/App.config b/WpfApp13/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/WpfApp13/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WpfApp13/App.xaml b/WpfApp13/App.xaml new file mode 100644 index 0000000..bd684f8 --- /dev/null +++ b/WpfApp13/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/WpfApp13/App.xaml.cs b/WpfApp13/App.xaml.cs new file mode 100644 index 0000000..7967adc --- /dev/null +++ b/WpfApp13/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace WpfApp13 +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/WpfApp13/MainWindow.xaml b/WpfApp13/MainWindow.xaml new file mode 100644 index 0000000..605e38f --- /dev/null +++ b/WpfApp13/MainWindow.xaml @@ -0,0 +1,19 @@ + + + +