-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathConsoleUI.sln
More file actions
51 lines (51 loc) · 2.65 KB
/
ConsoleUI.sln
File metadata and controls
51 lines (51 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A68263E-A4E6-4DC4-9BA0-CFDC618D0890}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleUI", "src\ConsoleUI\ConsoleUI.csproj", "{CADBB016-DBB1-4E38-991C-BAF719ED7C7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "demo\ConsoleApplication1\ConsoleApplication1.csproj", "{5C32321B-5A2F-48C0-B99C-0837918DA05F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{AC05BE03-0A3C-4460-90CD-1DD7A6B2ACEE}"
ProjectSection(SolutionItems) = preProject
nuget\ConsoleUI.nuspec = nuget\ConsoleUI.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{69FDC341-B110-4817-9AC9-A50532CBB9E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{A294CCB3-4578-467F-9032-2E3350DD0DD7}"
ProjectSection(SolutionItems) = preProject
docs\images\loading-screen.png = docs\images\loading-screen.png
docs\images\login-screen-1.png = docs\images\login-screen-1.png
docs\images\login-screen-2.png = docs\images\login-screen-2.png
docs\images\login-screen-3.png = docs\images\login-screen-3.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CADBB016-DBB1-4E38-991C-BAF719ED7C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CADBB016-DBB1-4E38-991C-BAF719ED7C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CADBB016-DBB1-4E38-991C-BAF719ED7C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CADBB016-DBB1-4E38-991C-BAF719ED7C7E}.Release|Any CPU.Build.0 = Release|Any CPU
{5C32321B-5A2F-48C0-B99C-0837918DA05F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C32321B-5A2F-48C0-B99C-0837918DA05F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C32321B-5A2F-48C0-B99C-0837918DA05F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C32321B-5A2F-48C0-B99C-0837918DA05F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A294CCB3-4578-467F-9032-2E3350DD0DD7} = {69FDC341-B110-4817-9AC9-A50532CBB9E9}
EndGlobalSection
EndGlobal