create a solution for the WPF client

This commit is contained in:
Andreas Zweili 2018-08-28 22:05:14 +02:00
parent 2b2698c1c3
commit 2db7b7c23f
2 changed files with 26 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D1BD059D-BFA9-4087-A8FB-08F2422D66DD}</ProjectGuid>
<ProjectGuid>{EF85284E-3F38-4752-8442-64093B14B1EA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>WPFClient</RootNamespace>
<AssemblyName>WPFClient</AssemblyName>

View File

@ -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