forked from WSDOT/XBeamRate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXBeamRate.sln
executable file
·122 lines (122 loc) · 8.32 KB
/
XBeamRate.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRate", "XBeamRate.vcproj", "{DC673D35-C7CE-4E7D-9043-B38814C050D5}"
ProjectSection(ProjectDependencies) = postProject
{A5BD6C08-AA35-47D2-901F-2ED427781C7A} = {A5BD6C08-AA35-47D2-901F-2ED427781C7A}
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9} = {7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}
{960D235C-2264-4ADF-923F-745537443417} = {960D235C-2264-4ADF-923F-745537443417}
{BA0E5D9E-D013-496F-874B-3E860D21180D} = {BA0E5D9E-D013-496F-874B-3E860D21180D}
{8982FDCE-75FB-409D-8812-512455A93FED} = {8982FDCE-75FB-409D-8812-512455A93FED}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRateGraphingAgent", "GraphingAgent\XBeamRateGraphingAgent.vcproj", "{BA0E5D9E-D013-496F-874B-3E860D21180D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRateAnalysisAgent", "AnalysisAgent\XBeamRateAnalysisAgent.vcproj", "{960D235C-2264-4ADF-923F-745537443417}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRateEngAgent", "EngAgent\XBeamRateEngAgent.vcproj", "{8982FDCE-75FB-409D-8812-512455A93FED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRateProjectAgent", "ProjectAgent\XBeamRateProjectAgent.vcproj", "{A5BD6C08-AA35-47D2-901F-2ED427781C7A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRateReportAgent", "ReportAgent\XBeamRateReportAgent.vcproj", "{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBeamRatePierAgent", "PierAgent\XBeamRatePierAgent.vcproj", "{A822F431-EE4D-40CC-B036-9EA71C5BB432}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Profile|Win32 = Profile|Win32
Profile|x64 = Profile|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Debug|Win32.ActiveCfg = Debug|Win32
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Debug|Win32.Build.0 = Debug|Win32
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Debug|x64.ActiveCfg = Debug|x64
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Debug|x64.Build.0 = Debug|x64
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Profile|Win32.ActiveCfg = Debug|x64
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Profile|x64.ActiveCfg = Debug|x64
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Profile|x64.Build.0 = Debug|x64
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Release|Win32.ActiveCfg = Release|Win32
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Release|Win32.Build.0 = Release|Win32
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Release|x64.ActiveCfg = Release|x64
{DC673D35-C7CE-4E7D-9043-B38814C050D5}.Release|x64.Build.0 = Release|x64
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Debug|Win32.ActiveCfg = Debug|Win32
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Debug|Win32.Build.0 = Debug|Win32
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Debug|x64.ActiveCfg = Debug|x64
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Debug|x64.Build.0 = Debug|x64
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Profile|Win32.ActiveCfg = Profile|Win32
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Profile|Win32.Build.0 = Profile|Win32
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Profile|x64.ActiveCfg = Profile|x64
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Profile|x64.Build.0 = Profile|x64
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Release|Win32.ActiveCfg = Release|Win32
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Release|Win32.Build.0 = Release|Win32
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Release|x64.ActiveCfg = Release|x64
{BA0E5D9E-D013-496F-874B-3E860D21180D}.Release|x64.Build.0 = Release|x64
{960D235C-2264-4ADF-923F-745537443417}.Debug|Win32.ActiveCfg = Debug|Win32
{960D235C-2264-4ADF-923F-745537443417}.Debug|Win32.Build.0 = Debug|Win32
{960D235C-2264-4ADF-923F-745537443417}.Debug|x64.ActiveCfg = Debug|x64
{960D235C-2264-4ADF-923F-745537443417}.Debug|x64.Build.0 = Debug|x64
{960D235C-2264-4ADF-923F-745537443417}.Profile|Win32.ActiveCfg = Profile|Win32
{960D235C-2264-4ADF-923F-745537443417}.Profile|Win32.Build.0 = Profile|Win32
{960D235C-2264-4ADF-923F-745537443417}.Profile|x64.ActiveCfg = Profile|x64
{960D235C-2264-4ADF-923F-745537443417}.Profile|x64.Build.0 = Profile|x64
{960D235C-2264-4ADF-923F-745537443417}.Release|Win32.ActiveCfg = Release|Win32
{960D235C-2264-4ADF-923F-745537443417}.Release|Win32.Build.0 = Release|Win32
{960D235C-2264-4ADF-923F-745537443417}.Release|x64.ActiveCfg = Release|x64
{960D235C-2264-4ADF-923F-745537443417}.Release|x64.Build.0 = Release|x64
{8982FDCE-75FB-409D-8812-512455A93FED}.Debug|Win32.ActiveCfg = Debug|Win32
{8982FDCE-75FB-409D-8812-512455A93FED}.Debug|Win32.Build.0 = Debug|Win32
{8982FDCE-75FB-409D-8812-512455A93FED}.Debug|x64.ActiveCfg = Debug|x64
{8982FDCE-75FB-409D-8812-512455A93FED}.Debug|x64.Build.0 = Debug|x64
{8982FDCE-75FB-409D-8812-512455A93FED}.Profile|Win32.ActiveCfg = Profile|Win32
{8982FDCE-75FB-409D-8812-512455A93FED}.Profile|Win32.Build.0 = Profile|Win32
{8982FDCE-75FB-409D-8812-512455A93FED}.Profile|x64.ActiveCfg = Profile|x64
{8982FDCE-75FB-409D-8812-512455A93FED}.Profile|x64.Build.0 = Profile|x64
{8982FDCE-75FB-409D-8812-512455A93FED}.Release|Win32.ActiveCfg = Release|Win32
{8982FDCE-75FB-409D-8812-512455A93FED}.Release|Win32.Build.0 = Release|Win32
{8982FDCE-75FB-409D-8812-512455A93FED}.Release|x64.ActiveCfg = Release|x64
{8982FDCE-75FB-409D-8812-512455A93FED}.Release|x64.Build.0 = Release|x64
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Debug|Win32.ActiveCfg = Debug|Win32
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Debug|Win32.Build.0 = Debug|Win32
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Debug|x64.ActiveCfg = Debug|x64
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Debug|x64.Build.0 = Debug|x64
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Profile|Win32.ActiveCfg = Profile|Win32
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Profile|Win32.Build.0 = Profile|Win32
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Profile|x64.ActiveCfg = Profile|x64
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Profile|x64.Build.0 = Profile|x64
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Release|Win32.ActiveCfg = Release|Win32
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Release|Win32.Build.0 = Release|Win32
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Release|x64.ActiveCfg = Release|x64
{A5BD6C08-AA35-47D2-901F-2ED427781C7A}.Release|x64.Build.0 = Release|x64
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Debug|Win32.ActiveCfg = Debug|Win32
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Debug|Win32.Build.0 = Debug|Win32
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Debug|x64.ActiveCfg = Debug|x64
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Debug|x64.Build.0 = Debug|x64
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Profile|Win32.ActiveCfg = Profile|Win32
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Profile|Win32.Build.0 = Profile|Win32
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Profile|x64.ActiveCfg = Profile|x64
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Profile|x64.Build.0 = Profile|x64
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Release|Win32.ActiveCfg = Release|Win32
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Release|Win32.Build.0 = Release|Win32
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Release|x64.ActiveCfg = Release|x64
{7971C63D-97DB-4D7A-A3B1-F60CD5F1CEE9}.Release|x64.Build.0 = Release|x64
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Debug|Win32.ActiveCfg = Debug|Win32
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Debug|Win32.Build.0 = Debug|Win32
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Debug|x64.ActiveCfg = Debug|x64
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Debug|x64.Build.0 = Debug|x64
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Profile|Win32.ActiveCfg = Profile|Win32
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Profile|Win32.Build.0 = Profile|Win32
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Profile|x64.ActiveCfg = Profile|x64
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Profile|x64.Build.0 = Profile|x64
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Release|Win32.ActiveCfg = Release|Win32
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Release|Win32.Build.0 = Release|Win32
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Release|x64.ActiveCfg = Release|x64
{A822F431-EE4D-40CC-B036-9EA71C5BB432}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal