-
Notifications
You must be signed in to change notification settings - Fork 0
/
ConsoleApplications.sln
43 lines (43 loc) · 2.59 KB
/
ConsoleApplications.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.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AngleBetweenClockArrows", "AngleBetweenClockArrows\AngleBetweenClockArrows.csproj", "{523F627D-8554-467C-8422-B2F3265DD70A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HierarchicalStructure", "HierarchicalStructure\HierarchicalStructure.csproj", "{EEB11041-068D-4FBC-A8C3-1BEE6FC14FD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VendingMachineV1", "VendingMachineV1\VendingMachineV1.csproj", "{F18817A1-EFA9-460D-B390-32E7C0BAB02A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VendingMachineV2", "VendingMachineV2\VendingMachineV2.csproj", "{DD216E5F-B9BF-43B7-8B18-3DD7A6435703}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{523F627D-8554-467C-8422-B2F3265DD70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{523F627D-8554-467C-8422-B2F3265DD70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{523F627D-8554-467C-8422-B2F3265DD70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{523F627D-8554-467C-8422-B2F3265DD70A}.Release|Any CPU.Build.0 = Release|Any CPU
{EEB11041-068D-4FBC-A8C3-1BEE6FC14FD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEB11041-068D-4FBC-A8C3-1BEE6FC14FD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEB11041-068D-4FBC-A8C3-1BEE6FC14FD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEB11041-068D-4FBC-A8C3-1BEE6FC14FD1}.Release|Any CPU.Build.0 = Release|Any CPU
{F18817A1-EFA9-460D-B390-32E7C0BAB02A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18817A1-EFA9-460D-B390-32E7C0BAB02A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18817A1-EFA9-460D-B390-32E7C0BAB02A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18817A1-EFA9-460D-B390-32E7C0BAB02A}.Release|Any CPU.Build.0 = Release|Any CPU
{DD216E5F-B9BF-43B7-8B18-3DD7A6435703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD216E5F-B9BF-43B7-8B18-3DD7A6435703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD216E5F-B9BF-43B7-8B18-3DD7A6435703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD216E5F-B9BF-43B7-8B18-3DD7A6435703}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {683B92DF-40A4-4171-88FD-BBF8E48C70C6}
EndGlobalSection
EndGlobal