|
98 | 98 | <Compile Include="Program.cs" />
|
99 | 99 | <Compile Include="DataObjects\ProgramOptions\ProgramOptions.cs" />
|
100 | 100 | <Compile Include="Properties\AssemblyInfo.cs" />
|
101 |
| - <Compile Include="ReportObjects\Segment.cs" /> |
102 |
| - <Compile Include="ReportObjects\Snapshot.cs" /> |
103 |
| - <Compile Include="ReportObjects\EventReportMaps\HealthRuleViolationEventReportMap.cs" /> |
104 |
| - <Compile Include="ReportObjects\HealthRuleViolationEvent.cs" /> |
105 |
| - <Compile Include="ReportObjects\Event.cs" /> |
106 |
| - <Compile Include="ReportObjects\ActivityFlow.cs" /> |
107 |
| - <Compile Include="ReportObjects\ActivityFlowReportMaps\ActivityFlowReportMap.cs" /> |
108 |
| - <Compile Include="ReportObjects\EventReportMaps\EventReportMap.cs" /> |
109 |
| - <Compile Include="ReportObjects\MetricSummary.cs" /> |
110 |
| - <Compile Include="ReportObjects\MetricReportMaps\MetricSummaryMetricReportMap.cs" /> |
111 |
| - <Compile Include="ReportObjects\MetricReportMaps\ErrorMetricReportMap.cs" /> |
112 |
| - <Compile Include="ReportObjects\MetricReportMaps\ServiceEndpointMetricReportMap.cs" /> |
113 |
| - <Compile Include="ReportObjects\MetricReportMaps\BusinessTransactionMetricReportMap.cs" /> |
114 |
| - <Compile Include="ReportObjects\EntityBase.cs" /> |
115 |
| - <Compile Include="ReportObjects\MetricEnums.cs" /> |
116 |
| - <Compile Include="ReportObjects\MetricReportMaps\MetricValueMetricReportMap.cs" /> |
117 |
| - <Compile Include="ReportObjects\MetricValue.cs" /> |
118 |
| - <Compile Include="ReportObjects\MetricReportMaps\BackendMetricReportMap.cs" /> |
119 |
| - <Compile Include="ReportObjects\MetricReportMaps\NodeMetricReportMap.cs" /> |
120 |
| - <Compile Include="ReportObjects\MetricReportMaps\TierMetricReportMap.cs" /> |
121 |
| - <Compile Include="ReportObjects\EntityBusinessTransaction.cs" /> |
122 |
| - <Compile Include="ReportObjects\EntityNode.cs" /> |
123 |
| - <Compile Include="ReportObjects\EntityReportMaps\BusinessTransactionEntityReportMap.cs" /> |
124 |
| - <Compile Include="ReportObjects\EntityReportMaps\NodeEntityReportMap.cs" /> |
125 |
| - <Compile Include="ReportObjects\EntityBackend.cs" /> |
126 |
| - <Compile Include="ReportObjects\EntityReportMaps\BackendEntityReportMap.cs" /> |
127 |
| - <Compile Include="ReportObjects\EntityServiceEndpoint.cs" /> |
128 |
| - <Compile Include="ReportObjects\EntityReportMaps\ServiceEndpointEntityReportMap.cs" /> |
129 |
| - <Compile Include="ReportObjects\EntityError.cs" /> |
130 |
| - <Compile Include="ReportObjects\EntityReportMaps\ErrorEntityReportMap.cs" /> |
131 |
| - <Compile Include="ReportObjects\EntityReportMaps\TierEntityReportMap.cs" /> |
132 |
| - <Compile Include="ReportObjects\EntityTier.cs" /> |
133 |
| - <Compile Include="ReportObjects\EntityApplication.cs" /> |
134 |
| - <Compile Include="ReportObjects\EntityReportMaps\ApplicationEntityReportMap.cs" /> |
135 |
| - <Compile Include="ReportObjects\EntityController.cs" /> |
136 |
| - <Compile Include="ReportObjects\EntityReportMaps\ControllerEntityReportMap.cs" /> |
137 |
| - <Compile Include="ReportObjects\MetricReportMaps\ApplicationMetricReportMap.cs" /> |
138 |
| - <Compile Include="ReportObjects\SnapshotReportMaps\SegmentReportMap.cs" /> |
139 |
| - <Compile Include="ReportObjects\SnapshotReportMaps\SnapshotReportMap.cs" /> |
| 101 | + <Compile Include="ReportObjects\Snapshot\Maps\BusinessDataReportMap.cs" /> |
| 102 | + <Compile Include="ReportObjects\Snapshot\BusinessData.cs" /> |
| 103 | + <Compile Include="ReportObjects\Snapshot\ExitCall.cs" /> |
| 104 | + <Compile Include="ReportObjects\Snapshot\Maps\DetectedErrorReportMap.cs" /> |
| 105 | + <Compile Include="ReportObjects\Snapshot\Maps\ServiceEndpointCallReportMap.cs" /> |
| 106 | + <Compile Include="ReportObjects\Snapshot\Maps\ExitCallReportMap.cs" /> |
| 107 | + <Compile Include="ReportObjects\Snapshot\Segment.cs" /> |
| 108 | + <Compile Include="ReportObjects\Snapshot\DetectedError.cs" /> |
| 109 | + <Compile Include="ReportObjects\Snapshot\ServiceEndpointCall.cs" /> |
| 110 | + <Compile Include="ReportObjects\Snapshot\Snapshot.cs" /> |
| 111 | + <Compile Include="ReportObjects\Event\Maps\HealthRuleViolationEventReportMap.cs" /> |
| 112 | + <Compile Include="ReportObjects\Event\HealthRuleViolationEvent.cs" /> |
| 113 | + <Compile Include="ReportObjects\Event\Event.cs" /> |
| 114 | + <Compile Include="ReportObjects\ActivityFlow\ActivityFlow.cs" /> |
| 115 | + <Compile Include="ReportObjects\ActivityFlow\Maps\ActivityFlowReportMap.cs" /> |
| 116 | + <Compile Include="ReportObjects\Event\Maps\EventReportMap.cs" /> |
| 117 | + <Compile Include="ReportObjects\Metric\MetricSummary.cs" /> |
| 118 | + <Compile Include="ReportObjects\Metric\Maps\MetricSummaryMetricReportMap.cs" /> |
| 119 | + <Compile Include="ReportObjects\Metric\Maps\ErrorMetricReportMap.cs" /> |
| 120 | + <Compile Include="ReportObjects\Metric\Maps\ServiceEndpointMetricReportMap.cs" /> |
| 121 | + <Compile Include="ReportObjects\Metric\Maps\BusinessTransactionMetricReportMap.cs" /> |
| 122 | + <Compile Include="ReportObjects\Entity\EntityBase.cs" /> |
| 123 | + <Compile Include="ReportObjects\Metric\MetricEnums.cs" /> |
| 124 | + <Compile Include="ReportObjects\Metric\Maps\MetricValueMetricReportMap.cs" /> |
| 125 | + <Compile Include="ReportObjects\Metric\MetricValue.cs" /> |
| 126 | + <Compile Include="ReportObjects\Metric\Maps\BackendMetricReportMap.cs" /> |
| 127 | + <Compile Include="ReportObjects\Metric\Maps\NodeMetricReportMap.cs" /> |
| 128 | + <Compile Include="ReportObjects\Metric\Maps\TierMetricReportMap.cs" /> |
| 129 | + <Compile Include="ReportObjects\Entity\EntityBusinessTransaction.cs" /> |
| 130 | + <Compile Include="ReportObjects\Entity\EntityNode.cs" /> |
| 131 | + <Compile Include="ReportObjects\Entity\Maps\BusinessTransactionEntityReportMap.cs" /> |
| 132 | + <Compile Include="ReportObjects\Entity\Maps\NodeEntityReportMap.cs" /> |
| 133 | + <Compile Include="ReportObjects\Entity\EntityBackend.cs" /> |
| 134 | + <Compile Include="ReportObjects\Entity\Maps\BackendEntityReportMap.cs" /> |
| 135 | + <Compile Include="ReportObjects\Entity\EntityServiceEndpoint.cs" /> |
| 136 | + <Compile Include="ReportObjects\Entity\Maps\ServiceEndpointEntityReportMap.cs" /> |
| 137 | + <Compile Include="ReportObjects\Entity\EntityError.cs" /> |
| 138 | + <Compile Include="ReportObjects\Entity\Maps\ErrorEntityReportMap.cs" /> |
| 139 | + <Compile Include="ReportObjects\Entity\Maps\TierEntityReportMap.cs" /> |
| 140 | + <Compile Include="ReportObjects\Entity\EntityTier.cs" /> |
| 141 | + <Compile Include="ReportObjects\Entity\EntityApplication.cs" /> |
| 142 | + <Compile Include="ReportObjects\Entity\Maps\ApplicationEntityReportMap.cs" /> |
| 143 | + <Compile Include="ReportObjects\Entity\EntityController.cs" /> |
| 144 | + <Compile Include="ReportObjects\Entity\Maps\ControllerEntityReportMap.cs" /> |
| 145 | + <Compile Include="ReportObjects\Metric\Maps\ApplicationMetricReportMap.cs" /> |
| 146 | + <Compile Include="ReportObjects\Snapshot\Maps\SegmentReportMap.cs" /> |
| 147 | + <Compile Include="ReportObjects\Snapshot\Maps\SnapshotReportMap.cs" /> |
140 | 148 | </ItemGroup>
|
141 | 149 | <ItemGroup>
|
142 | 150 | <None Include="App.config" />
|
|
0 commit comments