-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleStateMachine.sln
More file actions
54 lines (54 loc) · 3.34 KB
/
Copy pathSimpleStateMachine.sln
File metadata and controls
54 lines (54 loc) · 3.34 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
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StateMachine.Runner", "StateMachine.Runner\StateMachine.Runner.csproj", "{EDA5114B-60D5-4009-8F26-245DCA475EBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StateMachine", "StateMachine\StateMachine.csproj", "{41D0816B-038D-43B9-AE7B-CBF90622D0ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StateMachine.TraficLight", "StateMachine.TraficLight\StateMachine.TraficLight.csproj", "{6239504B-1957-46C0-B77C-8C13FC36EB04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{621E78E3-739F-4E73-9892-E4E538080983}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StateMachineTests", "Solution Items\StateMachineTests\StateMachineTests.csproj", "{5A5391C5-30C9-4D1F-B48A-F357228F9956}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StateMachine.NugetTraficLight", "StateMachine.NugetTraficLight\StateMachine.NugetTraficLight.csproj", "{11E913DB-2B97-42A2-AF03-FF82C9C1EF5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDA5114B-60D5-4009-8F26-245DCA475EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDA5114B-60D5-4009-8F26-245DCA475EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDA5114B-60D5-4009-8F26-245DCA475EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDA5114B-60D5-4009-8F26-245DCA475EBF}.Release|Any CPU.Build.0 = Release|Any CPU
{41D0816B-038D-43B9-AE7B-CBF90622D0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D0816B-038D-43B9-AE7B-CBF90622D0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D0816B-038D-43B9-AE7B-CBF90622D0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D0816B-038D-43B9-AE7B-CBF90622D0ED}.Release|Any CPU.Build.0 = Release|Any CPU
{6239504B-1957-46C0-B77C-8C13FC36EB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6239504B-1957-46C0-B77C-8C13FC36EB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6239504B-1957-46C0-B77C-8C13FC36EB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6239504B-1957-46C0-B77C-8C13FC36EB04}.Release|Any CPU.Build.0 = Release|Any CPU
{5A5391C5-30C9-4D1F-B48A-F357228F9956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5391C5-30C9-4D1F-B48A-F357228F9956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5391C5-30C9-4D1F-B48A-F357228F9956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5391C5-30C9-4D1F-B48A-F357228F9956}.Release|Any CPU.Build.0 = Release|Any CPU
{11E913DB-2B97-42A2-AF03-FF82C9C1EF5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E913DB-2B97-42A2-AF03-FF82C9C1EF5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E913DB-2B97-42A2-AF03-FF82C9C1EF5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E913DB-2B97-42A2-AF03-FF82C9C1EF5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7C2667E-E250-4C57-B2ED-67067FF57ECD}
EndGlobalSection
EndGlobal