-
Notifications
You must be signed in to change notification settings - Fork 0
/
Final-Project-OOP-TheRealDeLorian.sln
43 lines (43 loc) · 2.5 KB
/
Final-Project-OOP-TheRealDeLorian.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary", "ClassLibrary\ClassLibrary.csproj", "{99C0C513-37EC-4825-8AE1-A4F0F895015B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{4E2D479E-7F58-4CB7-B76E-68D53C7E91D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsUI", "WinFormsUI\WinFormsUI.csproj", "{15C4D6F2-46A6-4B1E-AA60-E309BDE7006B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecFlowProject", "SpecFlowProject\SpecFlowProject.csproj", "{03B276D1-D4B4-426D-B514-522F0D3F9105}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99C0C513-37EC-4825-8AE1-A4F0F895015B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99C0C513-37EC-4825-8AE1-A4F0F895015B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99C0C513-37EC-4825-8AE1-A4F0F895015B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99C0C513-37EC-4825-8AE1-A4F0F895015B}.Release|Any CPU.Build.0 = Release|Any CPU
{4E2D479E-7F58-4CB7-B76E-68D53C7E91D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E2D479E-7F58-4CB7-B76E-68D53C7E91D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E2D479E-7F58-4CB7-B76E-68D53C7E91D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E2D479E-7F58-4CB7-B76E-68D53C7E91D8}.Release|Any CPU.Build.0 = Release|Any CPU
{15C4D6F2-46A6-4B1E-AA60-E309BDE7006B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15C4D6F2-46A6-4B1E-AA60-E309BDE7006B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15C4D6F2-46A6-4B1E-AA60-E309BDE7006B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15C4D6F2-46A6-4B1E-AA60-E309BDE7006B}.Release|Any CPU.Build.0 = Release|Any CPU
{03B276D1-D4B4-426D-B514-522F0D3F9105}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03B276D1-D4B4-426D-B514-522F0D3F9105}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03B276D1-D4B4-426D-B514-522F0D3F9105}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03B276D1-D4B4-426D-B514-522F0D3F9105}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C458D403-D086-491F-9CBC-EE1A0EC9B10B}
EndGlobalSection
EndGlobal