aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj27
1 files changed, 14 insertions, 13 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj b/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
index 27ac76783..02f8417f1 100644
--- a/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
+++ b/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
@@ -207,25 +207,25 @@
<Compile Include="ExtensionMethods\ITelemetryExtensions.cs" />
<Compile Include="ITelemetryDestination.cs" />
<Compile Include="Destinations\MqttTelemetryDestination.cs" />
- <Compile Include="ITelemetryHistoryModule.cs" />
- <Compile Include="ITelemetryModule.cs" />
+ <Compile Include="ITelemetryHistorySource.cs" />
+ <Compile Include="ITelemetrySource.cs" />
<Compile Include="ITelemetryQueueManager.cs" />
<Compile Include="ITelemetryStorageManager.cs" />
<Compile Include="ITelemetryPublisher.cs" />
- <Compile Include="ITelemetryStreamingModule.cs" />
- <Compile Include="Modules\TelemetryDiagnosticsModule.cs" />
- <Compile Include="Modules\TelemetryDiagnosticsModuleConfig.cs" />
- <Compile Include="Modules\TelemetryJobRunsHistoryModule.cs" />
- <Compile Include="Modules\TelemetryJobRunsHistoryModuleConfig.cs" />
+ <Compile Include="ITelemetryStreamingSource.cs" />
+ <Compile Include="Sources\TelemetryDiagnosticsSource.cs" />
+ <Compile Include="Sources\TelemetryDiagnosticsSourceConfig.cs" />
+ <Compile Include="Sources\TelemetryJobRunsHistoryModule.cs" />
+ <Compile Include="Sources\TelemetryJobRunsHistorySourceConfig.cs" />
<Compile Include="PendingTelemetry.cs" />
- <Compile Include="TelemetryConfigurableModule.cs" />
- <Compile Include="TelemetryHistoryModuleCheckPoint.cs" />
+ <Compile Include="TelemetryConfigurableSource.cs" />
+ <Compile Include="TelemetryHistorySourceCheckPoint.cs" />
<Compile Include="TelemetryNameAttribute.cs" />
<Compile Include="TelemetryAvailableEventArgs.cs" />
<Compile Include="TelemetryPackagePublishedEventArgs.cs" />
<Compile Include="TelemetryPackagePublishFailedEventArgs.cs" />
<Compile Include="TelemetryPendingDestination.cs" />
- <Compile Include="TelemetryPendingStorageModule.cs" />
+ <Compile Include="TelemetryPendingStorageSource.cs" />
<Compile Include="TelemetryInMemoryQueueManager.cs" />
<Compile Include="TelemetryPublisherAdvanced.cs" />
<Compile Include="TelemetryPublisherEventArgs.cs" />
@@ -233,14 +233,15 @@
<Compile Include="TelemetryPublishPackage.cs" />
<Compile Include="TelemetryPublisher.cs" />
<Compile Include="TelemetryPublisherConfiguration.cs" />
- <Compile Include="TelemetrySource.cs" />
+ <Compile Include="TelemetryPublishResult.cs" />
+ <Compile Include="TelemetrySourceTypes.cs" />
<Compile Include="TelemetryLiteDBStorageManager.cs" />
<Compile Include="ITelemetry.cs" />
<Compile Include="JsonFlattener.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TelemetryBase.cs" />
- <Compile Include="TelemetryObjects\TelemetryDiagnosticsFrame.cs" />
- <Compile Include="TelemetryObjects\TelemetryJobRun.cs" />
+ <Compile Include="Telemetries\TelemetryDiagnosticsFrame.cs" />
+ <Compile Include="Telemetries\TelemetryJobRun.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />