-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStateMachineExplorations.sln
43 lines (43 loc) · 2.25 KB
/
StateMachineExplorations.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 15
VisualStudioVersion = 15.0.25928.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{11516149-DE3D-40C5-B77D-C92CB65F6A2E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{877F84C2-CB1D-4F27-81FF-53B2C6187349}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StateMachineExplorations", "src\StateMachineExplorations\StateMachineExplorations.csproj", "{973ED6D3-F40B-48B6-B4FB-C5A0EBDDEFE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E0FCA871-9EEE-40AD-8DBE-B2DB9366705B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StateMachineExplorationTests", "tests\StateMachineExplorationTests\StateMachineExplorationTests.csproj", "{1B7CE24F-C40D-4847-A81D-4432FF1913E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{973ED6D3-F40B-48B6-B4FB-C5A0EBDDEFE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{973ED6D3-F40B-48B6-B4FB-C5A0EBDDEFE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{973ED6D3-F40B-48B6-B4FB-C5A0EBDDEFE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{973ED6D3-F40B-48B6-B4FB-C5A0EBDDEFE5}.Release|Any CPU.Build.0 = Release|Any CPU
{1B7CE24F-C40D-4847-A81D-4432FF1913E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B7CE24F-C40D-4847-A81D-4432FF1913E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B7CE24F-C40D-4847-A81D-4432FF1913E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B7CE24F-C40D-4847-A81D-4432FF1913E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{973ED6D3-F40B-48B6-B4FB-C5A0EBDDEFE5} = {877F84C2-CB1D-4F27-81FF-53B2C6187349}
{1B7CE24F-C40D-4847-A81D-4432FF1913E6} = {E0FCA871-9EEE-40AD-8DBE-B2DB9366705B}
EndGlobalSection
EndGlobal