-
Notifications
You must be signed in to change notification settings - Fork 11
/
SafetyLustre.sln
67 lines (67 loc) · 4.4 KB
/
SafetyLustre.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{64793805-8DC9-4A61-B41B-3369490319CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafetyLustre", "Source\SafetyLustre\SafetyLustre.csproj", "{CC928659-8CCF-4357-BD4F-224F80C5C79A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafetyLustre.LustreCompiler", "Source\SafetyLustre.LustreCompiler\SafetyLustre.LustreCompiler.csproj", "{CFAAFD6C-76B7-400A-A715-2EB0B8EE0899}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafetyLustre.LustreCompiler.Tests", "Source\SafetyLustre.LustreCompiler.Tests\SafetyLustre.LustreCompiler.Tests.csproj", "{A1BF68D6-A34D-4892-9A5C-7DB3A4F2A01D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafetyChecking", "Source\SafetyChecking\SafetyChecking.csproj", "{A91CB8AF-8A4C-4F69-848E-B3962F9A94F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Models", "Models", "{95E3B5AE-1A7F-45AA-AA66-1C9D599A47E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lustre Models", "Models\Lustre Models\Lustre Models.csproj", "{7454E37B-B75D-4B8C-8169-0D1F6DD02FCE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SafetyLustre.Tests", "Source\SafetyLustre.Tests\SafetyLustre.Tests.csproj", "{2C749D61-8A55-4C9D-9DA7-5181CB692569}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC928659-8CCF-4357-BD4F-224F80C5C79A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC928659-8CCF-4357-BD4F-224F80C5C79A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC928659-8CCF-4357-BD4F-224F80C5C79A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC928659-8CCF-4357-BD4F-224F80C5C79A}.Release|Any CPU.Build.0 = Release|Any CPU
{CFAAFD6C-76B7-400A-A715-2EB0B8EE0899}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFAAFD6C-76B7-400A-A715-2EB0B8EE0899}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFAAFD6C-76B7-400A-A715-2EB0B8EE0899}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFAAFD6C-76B7-400A-A715-2EB0B8EE0899}.Release|Any CPU.Build.0 = Release|Any CPU
{A1BF68D6-A34D-4892-9A5C-7DB3A4F2A01D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1BF68D6-A34D-4892-9A5C-7DB3A4F2A01D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1BF68D6-A34D-4892-9A5C-7DB3A4F2A01D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1BF68D6-A34D-4892-9A5C-7DB3A4F2A01D}.Release|Any CPU.Build.0 = Release|Any CPU
{A91CB8AF-8A4C-4F69-848E-B3962F9A94F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A91CB8AF-8A4C-4F69-848E-B3962F9A94F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A91CB8AF-8A4C-4F69-848E-B3962F9A94F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A91CB8AF-8A4C-4F69-848E-B3962F9A94F9}.Release|Any CPU.Build.0 = Release|Any CPU
{7454E37B-B75D-4B8C-8169-0D1F6DD02FCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7454E37B-B75D-4B8C-8169-0D1F6DD02FCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7454E37B-B75D-4B8C-8169-0D1F6DD02FCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7454E37B-B75D-4B8C-8169-0D1F6DD02FCE}.Release|Any CPU.Build.0 = Release|Any CPU
{2C749D61-8A55-4C9D-9DA7-5181CB692569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C749D61-8A55-4C9D-9DA7-5181CB692569}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C749D61-8A55-4C9D-9DA7-5181CB692569}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C749D61-8A55-4C9D-9DA7-5181CB692569}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CC928659-8CCF-4357-BD4F-224F80C5C79A} = {64793805-8DC9-4A61-B41B-3369490319CD}
{CFAAFD6C-76B7-400A-A715-2EB0B8EE0899} = {64793805-8DC9-4A61-B41B-3369490319CD}
{A1BF68D6-A34D-4892-9A5C-7DB3A4F2A01D} = {64793805-8DC9-4A61-B41B-3369490319CD}
{A91CB8AF-8A4C-4F69-848E-B3962F9A94F9} = {64793805-8DC9-4A61-B41B-3369490319CD}
{7454E37B-B75D-4B8C-8169-0D1F6DD02FCE} = {95E3B5AE-1A7F-45AA-AA66-1C9D599A47E0}
{2C749D61-8A55-4C9D-9DA7-5181CB692569} = {64793805-8DC9-4A61-B41B-3369490319CD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA5452D7-CDA9-4CD9-B4F9-D1CADC735BF9}
EndGlobalSection
EndGlobal