diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/Tango.PPC.Shared.csproj')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Tango.PPC.Shared.csproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Tango.PPC.Shared.csproj b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Tango.PPC.Shared.csproj index 73f142f67..4f06312c6 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Tango.PPC.Shared.csproj +++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Tango.PPC.Shared.csproj @@ -121,6 +121,14 @@ <Compile Include="SQL\RemoteSqlColumnCollection.cs" /> <Compile Include="SQL\RemoteSqlDataSet.cs" /> <Compile Include="SQL\RemoteSqlRow.cs" /> + <Compile Include="Statistics\Filters.cs" /> + <Compile Include="Statistics\GetStatisticsRequest.cs" /> + <Compile Include="Statistics\GetStatisticsRequiredFiltersRequest.cs" /> + <Compile Include="Statistics\GetStatisticsRequiredFiltersResponse.cs" /> + <Compile Include="Statistics\GetStatisticsResponse.cs" /> + <Compile Include="Statistics\JobRunComposition.cs" /> + <Compile Include="Statistics\RequiredFiltersData.cs" /> + <Compile Include="Statistics\StatisticsResult.cs" /> <Compile Include="Updates\GetUpdatesAndPackagesRequest.cs" /> <Compile Include="Updates\GetUpdatesAndPackagesResponse.cs" /> <Compile Include="Updates\PackageInstallation.cs" /> |
