307 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			307 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProductVersion>8.0.30703</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{FD1E1931-1688-4B4A-BCD6-335A81465343}</ProjectGuid>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>Model</RootNamespace>
 | |
|     <AssemblyName>Model</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <SccProjectName>
 | |
|     </SccProjectName>
 | |
|     <SccLocalPath>
 | |
|     </SccLocalPath>
 | |
|     <SccAuxPath>
 | |
|     </SccAuxPath>
 | |
|     <SccProvider>
 | |
|     </SccProvider>
 | |
|     <TargetFrameworkProfile />
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</OutputPath>
 | |
|     <DefineConstants>TRACE;DEBUG;m</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|     <DocumentationFile>bin\Debug\Model.xml</DocumentationFile>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|     <Prefer32Bit>false</Prefer32Bit>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System.ComponentModel.DataAnnotations" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.Data.Linq" />
 | |
|     <Reference Include="System.Web.DataVisualization" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="APIItem\AnBang\PersonInput.cs" />
 | |
|     <Compile Include="APIItem\AnBang\PersonTrainRecordInput.cs" />
 | |
|     <Compile Include="APIItem\AnBang\TrainInput.cs" />
 | |
|     <Compile Include="APIItem\AnBang\TrainPersonInput.cs" />
 | |
|     <Compile Include="APIItem\ArchitectureReport.cs" />
 | |
|     <Compile Include="APIItem\ArchitectureReportItem.cs" />
 | |
|     <Compile Include="APIItem\BaseInfoItem.cs" />
 | |
|     <Compile Include="APIItem\BaseProjectItem.cs" />
 | |
|     <Compile Include="APIItem\ChemicalReport.cs" />
 | |
|     <Compile Include="APIItem\ChemicalReportItem.cs" />
 | |
|     <Compile Include="APIItem\AIAlarmEventItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\ActionWorkLedger.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\ActionWorkLedgerItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\CheckRectifyItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\CNCEC_MasterData_PcEp.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\DCGLCheckRectifyItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\Law_RulesRegulations.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\NoticeOutput.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\SafeLawItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\SafetyProductionEvaluation.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\SafetyProductionEvaluationItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\SubUnitReportItemItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\UpCheckReportItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\UpCheckReportItemItem.cs" />
 | |
|     <Compile Include="APIItem\CNCEC\UpCheckReportItemItem2.cs" />
 | |
|     <Compile Include="APIItem\DropDownItem.cs" />
 | |
|     <Compile Include="APIItem\EnergyReport.cs" />
 | |
|     <Compile Include="APIItem\EnergyReportItem.cs" />
 | |
|     <Compile Include="APIItem\EnvironmentalCheckInput.cs" />
 | |
|     <Compile Include="APIItem\Environmental_OperationReportDto.cs" />
 | |
|     <Compile Include="APIItem\EPSummaryReport.cs" />
 | |
|     <Compile Include="APIItem\HJGL\JointCompreInfoItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\ReportQueryItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\TestPackageItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\WelderPerformanceItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\ChartAnalysisItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\CheckSpecialDetailItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\CheckSpecialItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\ConstructSolutionItem.cs" />
 | |
|     <Compile Include="APIItem\CQMS\BeanUtil.cs" />
 | |
|     <Compile Include="APIItem\CQMS\ResponseData.cs" />
 | |
|     <Compile Include="APIItem\CQMS\SpotCheckItem.cs" />
 | |
|     <Compile Include="APIItem\CQMS\ToDoModel.cs" />
 | |
|     <Compile Include="APIItem\CQMS\TreeNode.cs" />
 | |
|     <Compile Include="APIItem\HSSE\EmergencyProcessItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\EmergencyTeamItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\EquipmentQualityItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\FileInfoItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\FlowOperateItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\FlowReceiveItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\HazardListItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\HazardListSelectedItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\HazardRegisterItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\HJGL_PreWeldingDailyItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\HotProcessHardItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\NDETrustItem.cs" />
 | |
|     <Compile Include="APIItem\HJGL\WeldJointItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\ProjectSecurityRiskItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\Hazard_HazardRegisterItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\HSEDiaryItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\HSSELogItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\IncentiveNoticeItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\LargeEngineeringItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\LicenseDataItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\LicenseItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\MeetingItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\NextFlowOperateItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\NoticeItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PauseNoticeItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PersonInOutItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PersonItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PersonQualityItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\ProjectLicenseItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\QCRegistrationItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PictureItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\QualityProblemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\RecityNoticesItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport4OtherItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SuperviseCheckReportDetailItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SuperviseCheckReportItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TowerCraneRecordItem.cs" />
 | |
|     <Compile Include="APIItem\InspectionBrigadeUserItem.cs" />
 | |
|     <Compile Include="APIItem\OperationReportDto.cs" />
 | |
|     <Compile Include="APIItem\ProjectGpsPointItem.cs" />
 | |
|     <Compile Include="APIItem\ProjectItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PunishNoticeItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\PunishNoticeItemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\ReceiveFileManagerItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\RectifyNoticesFlowOperateItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\RectifyNoticesItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\RectifyNoticesItemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\ResourcesItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport10Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport11Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport12Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport1Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport2Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport3Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport4Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport5Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport6Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport7Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport8Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport8ItemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport9Item.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport9ItemRectification.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport9ItemSpecial.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReport9ItemStoppage.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SeDinMonthReportItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SubscribeMessageItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SubUnitQualityItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\SysTestRuleItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TestPlanItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TestPlanTrainingItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TestRecordItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TestRecordItemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TestTrainingResourcesItem.cs" />
 | |
|     <Compile Include="APIItem\QualityWorkSummaryReport.cs" />
 | |
|     <Compile Include="APIItem\QuarterlyProjectQuality.cs" />
 | |
|     <Compile Include="APIItem\ReturnData.cs" />
 | |
|     <Compile Include="APIItem\SafetyBriefing.cs" />
 | |
|     <Compile Include="APIItem\SaveOnlineFileItem.cs" />
 | |
|     <Compile Include="APIItem\SHHSE\NewSYHSEData.cs" />
 | |
|     <Compile Include="APIItem\SHHSE\NewSYHSEDataHiddenDangerCheckItem.cs" />
 | |
|     <Compile Include="APIItem\SHHSE\NewSYHSEDataItem.cs" />
 | |
|     <Compile Include="APIItem\SHHSE\NewSYHSEDataRealTimeDeviceItem.cs" />
 | |
|     <Compile Include="APIItem\SHHSE\NewSYHSEDataRiskControlItem.cs" />
 | |
|     <Compile Include="APIItem\ToDoItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TrainingPlanItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TrainingPlanItemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TrainingTaskItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TrainingTaskItemItem.cs" />
 | |
|     <Compile Include="APIItem\HSSE\TrainRecordItem.cs" />
 | |
|     <Compile Include="APIItem\UnitItem.cs" />
 | |
|     <Compile Include="APIItem\UserItem.cs" />
 | |
|     <Compile Include="APIItem\UserReadItem.cs" />
 | |
|     <Compile Include="APIItem\WorkSummaryReport.cs" />
 | |
|     <Compile Include="BusinessColumn.cs" />
 | |
|     <Compile Include="Chart\DataSourceChart.cs" />
 | |
|     <Compile Include="Chart\DataSourcePoint.cs" />
 | |
|     <Compile Include="Chart\DataSourceTeam.cs" />
 | |
|     <Compile Include="CostControlDetailItem.cs" />
 | |
|     <Compile Include="CQMS\BreakdownProject.cs" />
 | |
|     <Compile Include="CQMS\CheckItem.cs" />
 | |
|     <Compile Include="CQMS\CheckStatisc.cs" />
 | |
|     <Compile Include="CQMS\CQMSConstructSolutionStatisc.cs" />
 | |
|     <Compile Include="CQMS\FileCabinetItem.cs" />
 | |
|     <Compile Include="CQMS\InspectionManagement.cs" />
 | |
|     <Compile Include="CQMS\InspectionManagementDetail.cs" />
 | |
|     <Compile Include="CQMS\InspectionManagementStatistics.cs" />
 | |
|     <Compile Include="CQMS\NCRReportStatisc.cs" />
 | |
|     <Compile Include="CQMS\NCRStatisc.cs" />
 | |
|     <Compile Include="CQMS\NDTCheckItem.cs" />
 | |
|     <Compile Include="CQMS\PassWelderStatisc.cs" />
 | |
|     <Compile Include="CQMS\QualityAcceptanceItem.cs" />
 | |
|     <Compile Include="CQMS\SteelItem.cs" />
 | |
|     <Compile Include="CQMS\UnitWork.cs" />
 | |
|     <Compile Include="CQMS\WelderItem.cs" />
 | |
|     <Compile Include="DoorServer\AbsenceDutyItem.cs" />
 | |
|     <Compile Include="DoorServer\attendanceItem.cs" />
 | |
|     <Compile Include="DoorServer\attendanceItems.cs" />
 | |
|     <Compile Include="DoorServer\InOutListItem.cs" />
 | |
|     <Compile Include="DoorServer\t_d_departmentItem.cs" />
 | |
|     <Compile Include="DoorServer\t_d_employinfoItem.cs" />
 | |
|     <Compile Include="DoorServer\InOutstatisticsItem.cs" />
 | |
|     <Compile Include="DoorServer\t_d_validcardeventItem.cs" />
 | |
|     <Compile Include="DoorServer\t_d_facerecordItem.cs" />
 | |
|     <Compile Include="ErrorInfo.cs" />
 | |
|     <Compile Include="FaceRecordForm.cs" />
 | |
|     <Compile Include="HandleStep.cs" />
 | |
|     <Compile Include="HJGL\SpWeldingDailyItem.cs" />
 | |
|     <Compile Include="HSSE\MonthReportCHSEDay.cs" />
 | |
|     <Compile Include="HSSE\PageDataPersonInOutItem.cs" />
 | |
|     <Compile Include="HSSE\SpResourceCollection.cs" />
 | |
|     <Compile Include="HSSE\WorkPostStatisticItem.cs" />
 | |
|     <Compile Include="HSSE\HSSE_HazardTemplate.cs" />
 | |
|     <Compile Include="IDP\IDPPreRunInstrumentation.cs" />
 | |
|     <Compile Include="IDP\IDPPreRunEquipment.cs" />
 | |
|     <Compile Include="IDP\IDPPreRunPiping.cs" />
 | |
|     <Compile Include="IDP\IDPPreRunData.cs" />
 | |
|     <Compile Include="IDP\SessionItem.cs" />
 | |
|     <Compile Include="IDP\OADesignDrawingData.cs" />
 | |
|     <Compile Include="IDP\IDPDesignDrawingResponseData.cs" />
 | |
|     <Compile Include="JDGL\WBSDetailItem.cs" />
 | |
|     <Compile Include="JDGL\WBSSetInitItem.cs" />
 | |
|     <Compile Include="JDGL\WBSSetItem.cs" />
 | |
|     <Compile Include="PMP\PMPOBS.cs" />
 | |
|     <Compile Include="PMP\PMPApiBase.cs" />
 | |
|     <Compile Include="PMP\PMPProject.cs" />
 | |
|     <Compile Include="Model.cs" />
 | |
|     <Compile Include="ModelProc.cs" />
 | |
|     <Compile Include="Num.cs" />
 | |
|     <Compile Include="Pie.cs" />
 | |
|     <Compile Include="PieData.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="PZHGL\GJSX\GJSXOverdueItem.cs" />
 | |
|     <Compile Include="PZHGL\GJSX\GJSXItem.cs" />
 | |
|     <Compile Include="SingleSerie.cs" />
 | |
|     <Compile Include="SingleSerie2.cs" />
 | |
|     <Compile Include="SpSysMenuItem.cs" />
 | |
|     <Compile Include="SpSysUserItem.cs" />
 | |
|     <Compile Include="APIItem\ResponeData.cs" />
 | |
|     <Compile Include="SpTDesktopItem.cs" />
 | |
|     <Compile Include="TestRun\DriverSub\DriverSubEvaluationData.cs" />
 | |
|     <Compile Include="WorkToDo.cs" />
 | |
|     <Compile Include="TokenItem.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\AccidentOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\BaseEntities.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\CHCheckItemOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\CheckOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\ConstructionEquipmentOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\CostSmallDetailOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\CQMSDataItem.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\EduTrainOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\EmergencyOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\HiddenRectificationOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\HJGLDataItem.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\HSSEDataItem.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\InspectionManagementOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\LargeEngineeringOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\LicenseHSETechnicalOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\LicenseOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\MeetingOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\OfSafetySupervisorsOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\ProjectInformationOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\ProjectOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\SecurityRiskOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\SYHSEDataItem.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\WBSBreakdownProjectOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\WeldDineOutput.cs" />
 | |
|     <Compile Include="ZHGL\DataSync\WelderOutput.cs" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="packages.config" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | |
|        Other similar extension points exist, see Microsoft.Common.targets.
 | |
|   <Target Name="BeforeBuild">
 | |
|   </Target>
 | |
|   <Target Name="AfterBuild">
 | |
|   </Target>
 | |
|   -->
 | |
| </Project> |