This commit is contained in:
parent
8bf83936b2
commit
696a8fa692
|
@ -318,6 +318,8 @@
|
|||
<Compile Include="CQMS\ManageReport\ComprehensiveService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\ConstructionProblemsService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\NextQualityControlService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\ProjectQualityWorkSummaryReportService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\ProjectQuarterlyProjectQualityService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\RowMaterialProblemService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\ThisWeekOrMonthContentService.cs" />
|
||||
<Compile Include="CQMS\ManageReport\WeekAndMonthReportService.cs" />
|
||||
|
@ -508,10 +510,12 @@
|
|||
<Compile Include="HSSE\InformationProject\ProjectDrillConductedQuarterlyReportService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectDrillPlanHalfYearReportItemService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectDrillPlanHalfYearReportService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectEPSummaryReportService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectFolderItemService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectFolderService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectMillionsMonthlyReportService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectSafetyQuarterlyReportService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\ProjectWorkSummaryReportService.cs" />
|
||||
<Compile Include="HSSE\InformationProject\PromotionalActivitiesService.cs" />
|
||||
<Compile Include="HSSE\Law\HSSEStandardsListService.cs" />
|
||||
<Compile Include="HSSE\Law\ManageRuleService.cs" />
|
||||
|
@ -703,6 +707,7 @@
|
|||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="SHIYE\InformationProject_SafetyBriefingService.cs" />
|
||||
<Compile Include="SortConditionHelper.cs" />
|
||||
<Compile Include="SQLHelper.cs" />
|
||||
<Compile Include="Common\Const.cs" />
|
||||
|
@ -777,6 +782,7 @@
|
|||
<Compile Include="WebService\CNCECHSSEWebService.cs" />
|
||||
<Compile Include="ZHGL\DataStatistics\DataStatisticsService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\CQMSDataService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\Hazard_RealTimeDeviceService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\HJGLData_DefectService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\HJGLData_HJGLService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\HSSEData_HiddenDangerDetailService.cs" />
|
||||
|
@ -788,7 +794,22 @@
|
|||
<Compile Include="ZHGL\DataSync\ProjectDataSync\Project_HSSEData_HSSEService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\ProjectDataSync\Project_SYHSEData_SYHSEService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\ServerService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\SYHSEData_DataService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\SYHSEData_HiddenDangerCheckService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\SYHSEData_RiskControlService.cs" />
|
||||
<Compile Include="ZHGL\DataSync\SYHSEData_SYHSEService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ArchitectureReportItemService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ArchitectureReportService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ChemicalReportItemService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ChemicalReportService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\EnergyreportItemService .cs" />
|
||||
<Compile Include="ZHGL\Environmental\EnergyReportService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ProjectArchitectureReportItemService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ProjectArchitectureReportService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ProjectChemicalReportItemService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ProjectChemicalReportService.cs" />
|
||||
<Compile Include="ZHGL\Environmental\ProjectEnergyreportItemService .cs" />
|
||||
<Compile Include="ZHGL\Environmental\ProjectEnergyReportService.cs" />
|
||||
<Compile Include="ZHGL\HSSESystem\HSSEManageItemService.cs" />
|
||||
<Compile Include="ZHGL\HSSESystem\HSSEManageService.cs" />
|
||||
<Compile Include="ZHGL\HSSESystem\HSSEOrganizeService.cs" />
|
||||
|
@ -799,10 +820,15 @@
|
|||
<Compile Include="ZHGL\Information\DrillConductedQuarterlyReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\DrillPlanHalfYearReportItemService.cs" />
|
||||
<Compile Include="ZHGL\Information\DrillPlanHalfYearReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\EPSummaryReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\MillionsMonthlyReportItemService.cs" />
|
||||
<Compile Include="ZHGL\Information\MillionsMonthlyReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\QualityWorkSummaryReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\QuarterlyProjectQualityService.cs" />
|
||||
<Compile Include="ZHGL\Information\SafetyBriefingService.cs" />
|
||||
<Compile Include="ZHGL\Information\SafetyQuarterlyReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\UrgeReportService.cs" />
|
||||
<Compile Include="ZHGL\Information\WorkSummaryReportService.cs" />
|
||||
<Compile Include="ZHGL\ProjectAccident\AccidentAnalysisItemService.cs" />
|
||||
<Compile Include="ZHGL\ProjectAccident\AccidentAnalysisService.cs" />
|
||||
<Compile Include="ZHGL\ProjectAccident\AccidentStatisticsService.cs" />
|
||||
|
|
Loading…
Reference in New Issue