|
@@ -65,19 +65,35 @@
|
|
<Compile Include="Com\APP\TmpSavePermit.cs" />
|
|
<Compile Include="Com\APP\TmpSavePermit.cs" />
|
|
<Compile Include="Com\CommonDynamicSelect.cs" />
|
|
<Compile Include="Com\CommonDynamicSelect.cs" />
|
|
<Compile Include="Com\DelCarList.cs" />
|
|
<Compile Include="Com\DelCarList.cs" />
|
|
|
|
+ <Compile Include="Com\DeleteBedNetType.cs" />
|
|
|
|
+ <Compile Include="Com\DeleteDept.cs" />
|
|
|
|
+ <Compile Include="Com\DeleteMattressFormula.cs" />
|
|
|
|
+ <Compile Include="Com\DeleteMattressType.cs" />
|
|
|
|
+ <Compile Include="Com\DeleteWorkmanship.cs" />
|
|
<Compile Include="Com\DelPermitList.cs" />
|
|
<Compile Include="Com\DelPermitList.cs" />
|
|
<Compile Include="Com\DelRoadList.cs" />
|
|
<Compile Include="Com\DelRoadList.cs" />
|
|
<Compile Include="Com\DelUserList.cs" />
|
|
<Compile Include="Com\DelUserList.cs" />
|
|
<Compile Include="Com\GetBillList.cs" />
|
|
<Compile Include="Com\GetBillList.cs" />
|
|
<Compile Include="Com\GetCarList.cs" />
|
|
<Compile Include="Com\GetCarList.cs" />
|
|
|
|
+ <Compile Include="Com\GetDept.cs" />
|
|
<Compile Include="Com\GetDwLayout.cs" />
|
|
<Compile Include="Com\GetDwLayout.cs" />
|
|
<Compile Include="Com\GetFileByMd5.cs" />
|
|
<Compile Include="Com\GetFileByMd5.cs" />
|
|
<Compile Include="Com\GetPriceList.cs" />
|
|
<Compile Include="Com\GetPriceList.cs" />
|
|
- <Compile Include="Com\GetDept.cs" />
|
|
|
|
<Compile Include="Com\GetSysFuncPwr.cs" />
|
|
<Compile Include="Com\GetSysFuncPwr.cs" />
|
|
<Compile Include="Com\Model\sys_func_pwr.cs" />
|
|
<Compile Include="Com\Model\sys_func_pwr.cs" />
|
|
|
|
+ <Compile Include="Com\Model\u_bednet_type.cs" />
|
|
<Compile Include="Com\Model\u_dept.cs" />
|
|
<Compile Include="Com\Model\u_dept.cs" />
|
|
|
|
+ <Compile Include="Com\Model\u_factory_profitrate.cs" />
|
|
|
|
+ <Compile Include="Com\Model\u_mattress_formula.cs" />
|
|
|
|
+ <Compile Include="Com\Model\u_mattress_type.cs" />
|
|
<Compile Include="Com\Model\u_pricelist.cs" />
|
|
<Compile Include="Com\Model\u_pricelist.cs" />
|
|
|
|
+ <Compile Include="Com\Model\u_workmanship_add.cs" />
|
|
|
|
+ <Compile Include="Com\SaveBedNetType.cs" />
|
|
|
|
+ <Compile Include="Com\SaveDept.cs" />
|
|
|
|
+ <Compile Include="Com\SaveMattressFormula.cs" />
|
|
|
|
+ <Compile Include="Com\SaveMattressType.cs" />
|
|
|
|
+ <Compile Include="Com\SaveProfitrate.cs" />
|
|
|
|
+ <Compile Include="Com\SaveWorkmanship.cs" />
|
|
<Compile Include="Com\SetSysUserFileString.cs" />
|
|
<Compile Include="Com\SetSysUserFileString.cs" />
|
|
<Compile Include="Com\GetOptionList.cs" />
|
|
<Compile Include="Com\GetOptionList.cs" />
|
|
<Compile Include="Com\GetPermitList.cs" />
|
|
<Compile Include="Com\GetPermitList.cs" />
|
|
@@ -132,18 +148,23 @@
|
|
<Compile Include="Excutor\APP\TmpSavePermitExcutor.cs" />
|
|
<Compile Include="Excutor\APP\TmpSavePermitExcutor.cs" />
|
|
<Compile Include="Excutor\CommonDynamicSelectExcutor.cs" />
|
|
<Compile Include="Excutor\CommonDynamicSelectExcutor.cs" />
|
|
<Compile Include="Excutor\DelCarListExcutor.cs" />
|
|
<Compile Include="Excutor\DelCarListExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\DeleteBedNetTypeExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\DeleteDeptExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\DeleteMattressFormulaExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\DeleteMattressTypeExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\DeleteWorkmanshipExcutor.cs" />
|
|
<Compile Include="Excutor\DelPermitListExcutor.cs" />
|
|
<Compile Include="Excutor\DelPermitListExcutor.cs" />
|
|
<Compile Include="Excutor\DelRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\DelRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\DelUserListExcutor.cs" />
|
|
<Compile Include="Excutor\DelUserListExcutor.cs" />
|
|
<Compile Include="Excutor\GetBillListExcutor.cs" />
|
|
<Compile Include="Excutor\GetBillListExcutor.cs" />
|
|
<Compile Include="Excutor\GetCarListExcutor.cs" />
|
|
<Compile Include="Excutor\GetCarListExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\GetDeptExcutor.cs" />
|
|
<Compile Include="Excutor\GetDwLayoutExcutor.cs" />
|
|
<Compile Include="Excutor\GetDwLayoutExcutor.cs" />
|
|
<Compile Include="Excutor\GetFileByMd5Excutor.cs" />
|
|
<Compile Include="Excutor\GetFileByMd5Excutor.cs" />
|
|
<Compile Include="Excutor\GetOptionListExcutor.cs" />
|
|
<Compile Include="Excutor\GetOptionListExcutor.cs" />
|
|
<Compile Include="Excutor\GetPermitListExcutor.cs" />
|
|
<Compile Include="Excutor\GetPermitListExcutor.cs" />
|
|
<Compile Include="Excutor\GetRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\GetRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\GetPriceListExcutor.cs" />
|
|
<Compile Include="Excutor\GetPriceListExcutor.cs" />
|
|
- <Compile Include="Excutor\GetDeptExcutor.cs" />
|
|
|
|
<Compile Include="Excutor\GetSysFuncPwrExcutor.cs" />
|
|
<Compile Include="Excutor\GetSysFuncPwrExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserListExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserListExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserPowerExcutor.cs" />
|
|
<Compile Include="Excutor\GetUserPowerExcutor.cs" />
|
|
@@ -151,10 +172,16 @@
|
|
<Compile Include="Excutor\LoginExcutor.cs" />
|
|
<Compile Include="Excutor\LoginExcutor.cs" />
|
|
<Compile Include="Excutor\ModPasswordExcutor.cs" />
|
|
<Compile Include="Excutor\ModPasswordExcutor.cs" />
|
|
<Compile Include="Excutor\PostFileExcutor.cs" />
|
|
<Compile Include="Excutor\PostFileExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SaveBedNetTypeExcutor.cs" />
|
|
<Compile Include="Excutor\SaveCarListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveCarListExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SaveDeptExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SaveMattressFormulaExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SaveMattressTypeExcutor.cs" />
|
|
<Compile Include="Excutor\SavePermitListExcutor.cs" />
|
|
<Compile Include="Excutor\SavePermitListExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SaveProfitrateExcutor.cs" />
|
|
<Compile Include="Excutor\SaveRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveRoadListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveUserListExcutor.cs" />
|
|
<Compile Include="Excutor\SaveUserListExcutor.cs" />
|
|
|
|
+ <Compile Include="Excutor\SaveWorkmanshipExcutor.cs" />
|
|
<Compile Include="Excutor\SetDwLayoutExcutor.cs" />
|
|
<Compile Include="Excutor\SetDwLayoutExcutor.cs" />
|
|
<Compile Include="Excutor\GetSysUserFileStringExcutor.cs" />
|
|
<Compile Include="Excutor\GetSysUserFileStringExcutor.cs" />
|
|
<Compile Include="Excutor\SetSysUserFileStringExcutor.cs" />
|
|
<Compile Include="Excutor\SetSysUserFileStringExcutor.cs" />
|
|
@@ -290,6 +317,7 @@
|
|
<Compile Include="TextLog\ILogger.cs" />
|
|
<Compile Include="TextLog\ILogger.cs" />
|
|
<Compile Include="TextLog\Logger.cs" />
|
|
<Compile Include="TextLog\Logger.cs" />
|
|
<Compile Include="TextLog\SyncLogger.cs" />
|
|
<Compile Include="TextLog\SyncLogger.cs" />
|
|
|
|
+ <Compile Include="Tools\AutoInit.cs" />
|
|
<Compile Include="Tools\ListEx.cs" />
|
|
<Compile Include="Tools\ListEx.cs" />
|
|
<Compile Include="Tools\ObjectHelper.cs" />
|
|
<Compile Include="Tools\ObjectHelper.cs" />
|
|
<Compile Include="XML\XmlConfig.cs" />
|
|
<Compile Include="XML\XmlConfig.cs" />
|
|
@@ -327,7 +355,9 @@
|
|
<PreBuildEvent>"$(SolutionDir)NetGitTool.exe" /before "$(ProjectDir)"</PreBuildEvent>
|
|
<PreBuildEvent>"$(SolutionDir)NetGitTool.exe" /before "$(ProjectDir)"</PreBuildEvent>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
- <PostBuildEvent>"$(SolutionDir)NetGitTool.exe" /after "$(ProjectDir)"</PostBuildEvent>
|
|
|
|
|
|
+ <PostBuildEvent>"$(SolutionDir)NetGitTool.exe" /after "$(ProjectDir)"
|
|
|
|
+if "$(ConfigurationName)" == "Release" rmdir /s /q "$(ProjectDir)$(OutDir)DataStore"
|
|
|
|
+if "$(ConfigurationName)" == "Release" Xcopy "$(ProjectDir)\DataStore\" "$(ProjectDir)$(OutDir)DataStore\" /E</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|