diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-08-19 14:53:17 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-08-19 14:53:17 +0300 |
| commit | e83090a37f55de0a454866d22df1f9f9c36567af (patch) | |
| tree | 1c2a3c731b375651e31baee17d39478bc954f188 /Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj | |
| parent | 2b50435b263bcd6d54b7ce5e9114c5bd93ae55e4 (diff) | |
| download | Tango-e83090a37f55de0a454866d22df1f9f9c36567af.tar.gz Tango-e83090a37f55de0a454866d22df1f9f9c36567af.zip | |
Telemetry Checkpoints & Registration Messages.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj index 935a1e5d2..7c20d08f5 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Tango.PPC.Common.csproj @@ -315,6 +315,12 @@ <Compile Include="Web\PPCWebClient.cs" /> <Compile Include="Web\PPCWebClientBase.cs" /> <Compile Include="Web\SynchronizationFailedEntity.cs" /> + <Compile Include="Web\TelemetryDeviceRegistrationResponse.cs" /> + <Compile Include="Web\TelemetryDeviceRegistrationRequest.cs" /> + <Compile Include="Web\TelemetryGetCheckPointsResponse.cs" /> + <Compile Include="Web\TelemetryGetCheckPointsRequest.cs" /> + <Compile Include="Web\TelemetrySetCheckPointsResponse.cs" /> + <Compile Include="Web\TelemetrySetCheckPointsRequest.cs" /> <Compile Include="Web\UpdateDBRequest.cs" /> <Compile Include="Web\UpdateDBResponse.cs" /> <Compile Include="Messages\JobRemovedMessage.cs" /> @@ -674,7 +680,7 @@ </Target> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
