Add project files.

This commit is contained in:
Tommy TFO. Öman
2020-07-05 21:58:39 +02:00
parent 63cd05cbaa
commit 7254941c18
15 changed files with 541 additions and 0 deletions

25
TfomanAppUI.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFUI", "WPFUI\WPFUI.csproj", "{4C1357BC-8274-4FEE-81DD-38BE3137FB15}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C1357BC-8274-4FEE-81DD-38BE3137FB15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C1357BC-8274-4FEE-81DD-38BE3137FB15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C1357BC-8274-4FEE-81DD-38BE3137FB15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C1357BC-8274-4FEE-81DD-38BE3137FB15}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52D446F8-325A-4CE4-8DFA-5C249C1EBF20}
EndGlobalSection
EndGlobal