aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-08-04 01:09:55 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-08-04 01:09:55 +0300
commit8bbeffb422e8535c399f1eb76a55fdee5a1c65b6 (patch)
treef200faa0e11c23f9105c3f12e0a6a2ea51832214 /Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
parent0df9f37075dd697ac34f4ed2a2749f62aa27a654 (diff)
downloadTango-8bbeffb422e8535c399f1eb76a55fdee5a1c65b6.tar.gz
Tango-8bbeffb422e8535c399f1eb76a55fdee5a1c65b6.zip
Telemetry JobRuns.
Diffstat (limited to 'Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj')
-rw-r--r--Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj b/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
index 9565465a5..ff1fcb43e 100644
--- a/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
+++ b/Software/Visual_Studio/Tango.Telemetry/Tango.Telemetry.csproj
@@ -55,6 +55,9 @@
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
+ <Reference Include="Google.Protobuf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
+ <HintPath>..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath>
+ </Reference>
<Reference Include="LiteDB, Version=5.0.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
<HintPath>..\packages\LiteDB.5.0.4\lib\net45\LiteDB.dll</HintPath>
</Reference>
@@ -247,6 +250,7 @@
<Compile Include="ITelemetryStorageManager.cs" />
<Compile Include="ITelemetryPublisher.cs" />
<Compile Include="ITelemetryStreamingSource.cs" />
+ <Compile Include="Mappers\JobRunMapper.cs" />
<Compile Include="Reporting\DestinationStatusSummary.cs" />
<Compile Include="Reporting\SourceSummary.cs" />
<Compile Include="Reporting\SourceTypeSummary.cs" />
@@ -256,8 +260,10 @@
<Compile Include="Sources\TelemetryJobRunsHistorySource.cs" />
<Compile Include="Sources\TelemetryJobRunsHistorySourceConfig.cs" />
<Compile Include="PendingTelemetry.cs" />
+ <Compile Include="Sources\TelemetryJobRunsStreamingSource.cs" />
<Compile Include="TelemetryConfigurableSource.cs" />
<Compile Include="TelemetryHistorySourceCheckPoint.cs" />
+ <Compile Include="TelemetryHistorySourceDirection.cs" />
<Compile Include="TelemetryNameAttribute.cs" />
<Compile Include="TelemetryAvailableEventArgs.cs" />
<Compile Include="TelemetryPackagePublishedEventArgs.cs" />
@@ -265,7 +271,7 @@
<Compile Include="TelemetryPendingDestination.cs" />
<Compile Include="TelemetryPendingStorageSource.cs" />
<Compile Include="TelemetryInMemoryQueueManager.cs" />
- <None Include="app.config" />
+ <Compile Include="TelemetryStreamingAvailableEventArgs.cs" />
<None Include="TelemetryPublisherAdvanced.cs" />
<Compile Include="TelemetryPublisherEventArgs.cs" />
<Compile Include="TelemetryPackagePublishingEventArgs.cs" />