From 2db7b7c23f45370c06ebd83395a2b44b54cc4fb6 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 28 Aug 2018 22:05:14 +0200 Subject: [PATCH] create a solution for the WPF client --- WPFClient/WPFClient/WPFClient.csproj | 2 +- WPFClient/WPFClient/WPFClient.sln | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 WPFClient/WPFClient/WPFClient.sln diff --git a/WPFClient/WPFClient/WPFClient.csproj b/WPFClient/WPFClient/WPFClient.csproj index dcd87e2..78d907d 100644 --- a/WPFClient/WPFClient/WPFClient.csproj +++ b/WPFClient/WPFClient/WPFClient.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {D1BD059D-BFA9-4087-A8FB-08F2422D66DD} + {EF85284E-3F38-4752-8442-64093B14B1EA} WinExe WPFClient WPFClient diff --git a/WPFClient/WPFClient/WPFClient.sln b/WPFClient/WPFClient/WPFClient.sln new file mode 100644 index 0000000..564d2dc --- /dev/null +++ b/WPFClient/WPFClient/WPFClient.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2042 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFClient", "WPFClient.csproj", "{EF85284E-3F38-4752-8442-64093B14B1EA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EF85284E-3F38-4752-8442-64093B14B1EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF85284E-3F38-4752-8442-64093B14B1EA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF85284E-3F38-4752-8442-64093B14B1EA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF85284E-3F38-4752-8442-64093B14B1EA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {289FD058-463A-44AA-8F92-FDAB3551AF5C} + EndGlobalSection +EndGlobal