-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConsoleIOUI.sln
40 lines (40 loc) · 2.27 KB
/
ConsoleIOUI.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleIOUI", "ConsoleIOUI\ConsoleIOUI.csproj", "{948F5C4F-2347-4B9D-B7AE-4F1A15ED6848}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Showcase", "Showcase", "{818B6C74-3EE3-4652-894E-0801254AC0B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Calculator", "Showcase\Calculator\Calculator.csproj", "{349FF513-C2AB-48CC-94C1-959E829D7E38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleExample", "Showcase\SimpleExample\SimpleExample.csproj", "{B2670E6C-A7F9-487A-916F-5211AD5327C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{948F5C4F-2347-4B9D-B7AE-4F1A15ED6848}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{948F5C4F-2347-4B9D-B7AE-4F1A15ED6848}.Debug|Any CPU.Build.0 = Debug|Any CPU
{948F5C4F-2347-4B9D-B7AE-4F1A15ED6848}.Release|Any CPU.ActiveCfg = Release|Any CPU
{948F5C4F-2347-4B9D-B7AE-4F1A15ED6848}.Release|Any CPU.Build.0 = Release|Any CPU
{349FF513-C2AB-48CC-94C1-959E829D7E38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{349FF513-C2AB-48CC-94C1-959E829D7E38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{349FF513-C2AB-48CC-94C1-959E829D7E38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{349FF513-C2AB-48CC-94C1-959E829D7E38}.Release|Any CPU.Build.0 = Release|Any CPU
{B2670E6C-A7F9-487A-916F-5211AD5327C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2670E6C-A7F9-487A-916F-5211AD5327C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2670E6C-A7F9-487A-916F-5211AD5327C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2670E6C-A7F9-487A-916F-5211AD5327C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{349FF513-C2AB-48CC-94C1-959E829D7E38} = {818B6C74-3EE3-4652-894E-0801254AC0B6}
{B2670E6C-A7F9-487A-916F-5211AD5327C9} = {818B6C74-3EE3-4652-894E-0801254AC0B6}
EndGlobalSection
EndGlobal