-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBlankRoadBuilder.sln
129 lines (129 loc) · 10.7 KB
/
BlankRoadBuilder.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlankRoadBuilder", "BlankRoadBuilder\BlankRoadBuilder.csproj", "{F925132A-26D3-42CC-A0BB-27067938E4DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnyStopFlag", "AN Expressions\AnyStopFlag\AnyStopFlag.csproj", "{89805810-553B-43F0-AA77-5B61C81DE82A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkingTransitionFlag", "AN Expressions\MarkingTransitionFlag\MarkingTransitionFlag.csproj", "{79BD3C30-454C-48BF-9570-EE4CCFAB315E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TransitionFlag", "AN Expressions\TransitionFlag\TransitionFlag.csproj", "{768B1157-17A0-44A3-BC4F-7CA463719D36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HighCurbFlag", "AN Expressions\HighCurbFlag\HighCurbFlag.csproj", "{F9BAD640-3421-4BE6-A596-CC0D0B9B7FD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsymFlag", "AN Expressions\AsymFlag\AsymFlag.csproj", "{B8259679-BEC7-4A23-A69F-360FBD00C09F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsymInvertedFlag", "AN Expressions\AsymInvertedFlag\AsymInvertedFlag.csproj", "{D96AF329-97D6-4228-BBDB-D626F4F0A5A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StepForwardFlag", "AN Expressions\StepForwardFlag\StepForwardFlag.csproj", "{2CCEB69F-3E8E-498A-99D7-4FF3E462F414}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StepBackwardFlag", "AN Expressions\StepBackwardFlag\StepBackwardFlag.csproj", "{DD843485-56BE-4B73-8127-1AF7386A7660}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrolleyWiresFlag", "AN Expressions\TrolleyWiresFlag\TrolleyWiresFlag.csproj", "{A7646C58-4CF8-45C6-9FD7-2F567E306589}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IsTailNodeFlag", "AN Expressions\IsTailNodeFlag\IsTailNodeFlag.csproj", "{8D6A0F1C-007D-4AA2-BB51-D594AB6B782E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Expressions", "Expressions", "{3A512972-3922-4D74-8C66-E66700A2D496}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Stable Debug|Any CPU = Stable Debug|Any CPU
Stable Release|Any CPU = Stable Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F925132A-26D3-42CC-A0BB-27067938E4DE}.Stable Debug|Any CPU.ActiveCfg = Stable Debug|Any CPU
{F925132A-26D3-42CC-A0BB-27067938E4DE}.Stable Debug|Any CPU.Build.0 = Stable Debug|Any CPU
{F925132A-26D3-42CC-A0BB-27067938E4DE}.Stable Release|Any CPU.ActiveCfg = Stable Release|Any CPU
{F925132A-26D3-42CC-A0BB-27067938E4DE}.Stable Release|Any CPU.Build.0 = Stable Release|Any CPU
{89805810-553B-43F0-AA77-5B61C81DE82A}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89805810-553B-43F0-AA77-5B61C81DE82A}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{89805810-553B-43F0-AA77-5B61C81DE82A}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{89805810-553B-43F0-AA77-5B61C81DE82A}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{79BD3C30-454C-48BF-9570-EE4CCFAB315E}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BD3C30-454C-48BF-9570-EE4CCFAB315E}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{79BD3C30-454C-48BF-9570-EE4CCFAB315E}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{79BD3C30-454C-48BF-9570-EE4CCFAB315E}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{768B1157-17A0-44A3-BC4F-7CA463719D36}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{768B1157-17A0-44A3-BC4F-7CA463719D36}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{768B1157-17A0-44A3-BC4F-7CA463719D36}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{768B1157-17A0-44A3-BC4F-7CA463719D36}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{F9BAD640-3421-4BE6-A596-CC0D0B9B7FD1}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9BAD640-3421-4BE6-A596-CC0D0B9B7FD1}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{F9BAD640-3421-4BE6-A596-CC0D0B9B7FD1}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{F9BAD640-3421-4BE6-A596-CC0D0B9B7FD1}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{B8259679-BEC7-4A23-A69F-360FBD00C09F}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8259679-BEC7-4A23-A69F-360FBD00C09F}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{B8259679-BEC7-4A23-A69F-360FBD00C09F}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{B8259679-BEC7-4A23-A69F-360FBD00C09F}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{D96AF329-97D6-4228-BBDB-D626F4F0A5A9}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D96AF329-97D6-4228-BBDB-D626F4F0A5A9}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{D96AF329-97D6-4228-BBDB-D626F4F0A5A9}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{D96AF329-97D6-4228-BBDB-D626F4F0A5A9}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{2CCEB69F-3E8E-498A-99D7-4FF3E462F414}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CCEB69F-3E8E-498A-99D7-4FF3E462F414}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{2CCEB69F-3E8E-498A-99D7-4FF3E462F414}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{2CCEB69F-3E8E-498A-99D7-4FF3E462F414}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{DD843485-56BE-4B73-8127-1AF7386A7660}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD843485-56BE-4B73-8127-1AF7386A7660}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{DD843485-56BE-4B73-8127-1AF7386A7660}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{DD843485-56BE-4B73-8127-1AF7386A7660}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{A7646C58-4CF8-45C6-9FD7-2F567E306589}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7646C58-4CF8-45C6-9FD7-2F567E306589}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{A7646C58-4CF8-45C6-9FD7-2F567E306589}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{A7646C58-4CF8-45C6-9FD7-2F567E306589}.Stable Release|Any CPU.Build.0 = Release|Any CPU
{8D6A0F1C-007D-4AA2-BB51-D594AB6B782E}.Stable Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D6A0F1C-007D-4AA2-BB51-D594AB6B782E}.Stable Debug|Any CPU.Build.0 = Debug|Any CPU
{8D6A0F1C-007D-4AA2-BB51-D594AB6B782E}.Stable Release|Any CPU.ActiveCfg = Release|Any CPU
{8D6A0F1C-007D-4AA2-BB51-D594AB6B782E}.Stable Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89805810-553B-43F0-AA77-5B61C81DE82A} = {3A512972-3922-4D74-8C66-E66700A2D496}
{79BD3C30-454C-48BF-9570-EE4CCFAB315E} = {3A512972-3922-4D74-8C66-E66700A2D496}
{768B1157-17A0-44A3-BC4F-7CA463719D36} = {3A512972-3922-4D74-8C66-E66700A2D496}
{F9BAD640-3421-4BE6-A596-CC0D0B9B7FD1} = {3A512972-3922-4D74-8C66-E66700A2D496}
{B8259679-BEC7-4A23-A69F-360FBD00C09F} = {3A512972-3922-4D74-8C66-E66700A2D496}
{D96AF329-97D6-4228-BBDB-D626F4F0A5A9} = {3A512972-3922-4D74-8C66-E66700A2D496}
{2CCEB69F-3E8E-498A-99D7-4FF3E462F414} = {3A512972-3922-4D74-8C66-E66700A2D496}
{DD843485-56BE-4B73-8127-1AF7386A7660} = {3A512972-3922-4D74-8C66-E66700A2D496}
{A7646C58-4CF8-45C6-9FD7-2F567E306589} = {3A512972-3922-4D74-8C66-E66700A2D496}
{8D6A0F1C-007D-4AA2-BB51-D594AB6B782E} = {3A512972-3922-4D74-8C66-E66700A2D496}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83C9E90E-7614-42BE-A1FD-2148BB196CAE}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ModsCommon\AutoLayoutPanelShared\AutoLayoutPanelShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\ColorsShared\ColorsShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\DependencyShared\DependencyShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\HeaderShared\HeaderShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\LoadExtensionShared\LoadExtensionShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\LocalizeShared\LocalizeManager\LocalizeManager.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\LocalizeShared\LocalizeShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\LoggerShared\LoggerShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\MathExtension\MathExtension.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\MessageBoxShared\MessageBoxShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\ModShared\ModsCommonShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\NetAssetDataExtension\NetAssetDataExtension.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\NetExtension\NetExtension.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\NetObjectMapShared\NetObjectMapShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\ObjectMapShared\ObjectMapShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\PluginsShared\PluginsShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\PropertyPanelShared\PropertyPanelShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\PropertyValueShared\PropertyValueShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\RenderExtension\RenderExtension.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\SimpleMessageBoxShared\SimpleMessageBoxShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\SingletonShared\SingletonShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\ToolPanelShared\ToolPanelShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\ToolShared\ModsToolShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\TrajectoryShared\TrajectoryShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\TriangulatorShared\Triangulator.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\UIShared\ModsUIShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\WhatsNewMessageBoxShared\WhatsNewMessageBoxShared.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
ModsCommon\XmlExtension\XmlExtension.projitems*{f925132a-26d3-42cc-a0bb-27067938e4de}*SharedItemsImports = 5
EndGlobalSection
EndGlobal