JLHHJSvr.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{EA7CE0B6-5C0F-438F-97F4-2D96CF7FD6DB}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>JLHHJSvr</RootNamespace>
  11. <AssemblyName>JLHHJSvr</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  39. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\ICSharpCode.SharpZipLib.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. </Reference>
  44. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="NPOI, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  48. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.dll</HintPath>
  49. </Reference>
  50. <Reference Include="NPOI.OOXML, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  51. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OOXML.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NPOI.OpenXml4Net, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  54. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXml4Net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  57. <HintPath>..\packages\NPOI.Excel.2.1.1\lib\NPOI.OpenXmlFormats.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.configuration" />
  61. <Reference Include="System.Configuration.Install" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.ServiceProcess" />
  65. <Reference Include="System.Web" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="TExprParser, Version=1.2015.7.19, Culture=neutral, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\TExprParser.dll</HintPath>
  76. </Reference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="BLL\FuncPowerHelper.cs" />
  80. <Compile Include="BLL\HelperBase.cs" />
  81. <Compile Include="BLL\UserHelper.cs" />
  82. <Compile Include="BLL\BllHelper.cs" />
  83. <Compile Include="BLL\TokenData.cs" />
  84. <Compile Include="CMD\CMDHelper.cs" />
  85. <Compile Include="Com\APP\EditBill.cs" />
  86. <Compile Include="Com\APP\GetMainInfo.cs" />
  87. <Compile Include="Com\APP\GetPermitListQuery.cs" />
  88. <Compile Include="Com\APP\SaveBill.cs" />
  89. <Compile Include="Com\APP\TmpGetRoadList.cs" />
  90. <Compile Include="Com\APP\TmpSavePermit.cs" />
  91. <Compile Include="Com\AuditBedNet.cs" />
  92. <Compile Include="Com\AuditDept.cs" />
  93. <Compile Include="Com\AuditMattressBcp.cs" />
  94. <Compile Include="Com\AuditPriceList.cs" />
  95. <Compile Include="Com\AuditSpring.cs" />
  96. <Compile Include="Com\AuditWorkmanship.cs" />
  97. <Compile Include="Com\BanMtrlDef.cs" />
  98. <Compile Include="Com\BanMultiPrice.cs" />
  99. <Compile Include="Com\CommonDynamicSelect.cs" />
  100. <Compile Include="Com\CopyMattressAudited.cs" />
  101. <Compile Include="Com\CopyMtrlDef.cs" />
  102. <Compile Include="Com\DeleteMattressExtraType.cs" />
  103. <Compile Include="Com\DeleteMattressExtra.cs" />
  104. <Compile Include="Com\Model\replacement_bednet.cs" />
  105. <Compile Include="Com\FormulaCheck.cs" />
  106. <Compile Include="Com\GetFormulaVarList.cs" />
  107. <Compile Include="Com\Model\u_mattress_computed.cs" />
  108. <Compile Include="Com\Model\u_mattress_extra_type.cs" />
  109. <Compile Include="Com\Model\u_mattress_extra.cs" />
  110. <Compile Include="Com\Model\u_mattress_mx_extra.cs" />
  111. <Compile Include="Com\SaveMattressExtraType.cs" />
  112. <Compile Include="Com\SaveMattressExtra.cs" />
  113. <Compile Include="Com\UnLockUser.cs" />
  114. <Compile Include="Com\UpdateMtrlPrice.cs" />
  115. <Compile Include="Com\DelCarList.cs" />
  116. <Compile Include="Com\DeleteBedNet.cs" />
  117. <Compile Include="Com\DeleteBedNetArea.cs" />
  118. <Compile Include="Com\DeleteBedNetType.cs" />
  119. <Compile Include="Com\DeleteBedNetVar.cs" />
  120. <Compile Include="Com\DeleteConfigureCode.cs" />
  121. <Compile Include="Com\DeleteConfigureCodeMx.cs" />
  122. <Compile Include="Com\DeleteConfigureType.cs" />
  123. <Compile Include="Com\DeleteDept.cs" />
  124. <Compile Include="Com\DeleteMattressBcp.cs" />
  125. <Compile Include="Com\DeleteMattressFormula.cs" />
  126. <Compile Include="Com\DeleteMattressType.cs" />
  127. <Compile Include="Com\DeleteMtrlDef.cs" />
  128. <Compile Include="Com\DeleteMtrlType.cs" />
  129. <Compile Include="Com\DeleteMultiPrice.cs" />
  130. <Compile Include="Com\DeleteShrinkage.cs" />
  131. <Compile Include="Com\DeleteSpring.cs" />
  132. <Compile Include="Com\DeleteWorkmanship.cs" />
  133. <Compile Include="Com\DelPermitList.cs" />
  134. <Compile Include="Com\DelRoadList.cs" />
  135. <Compile Include="Com\DelUserList.cs" />
  136. <Compile Include="Com\GetBedNetVarList.cs" />
  137. <Compile Include="Com\GetBillList.cs" />
  138. <Compile Include="Com\GetCarList.cs" />
  139. <Compile Include="Com\GetComputeSpring.cs" />
  140. <Compile Include="Com\GetERPMtrlTypeList.cs" />
  141. <Compile Include="Com\GetMattressImportDW2.cs" />
  142. <Compile Include="Com\GetMattressPackagMx.cs" />
  143. <Compile Include="Com\GetComputeMattress.cs" />
  144. <Compile Include="Com\GetComputeBednet.cs" />
  145. <Compile Include="Com\GetDept.cs" />
  146. <Compile Include="Com\GetDwLayout.cs" />
  147. <Compile Include="Com\GetERPConfigureList.cs" />
  148. <Compile Include="Com\GetERPMtrldefList.cs" />
  149. <Compile Include="Com\GetERPWrkGrpList.cs" />
  150. <Compile Include="Com\GetFileByMd5.cs" />
  151. <Compile Include="Com\GetMattressInterfaceList.cs" />
  152. <Compile Include="Com\GetMtrlDefList.cs" />
  153. <Compile Include="Com\GetMtrlTypeList.cs" />
  154. <Compile Include="Com\GetPriceList.cs" />
  155. <Compile Include="Com\GetSysFuncPwr.cs" />
  156. <Compile Include="Com\GetFormulaCompute.cs" />
  157. <Compile Include="Com\MattressJS2Audit.cs" />
  158. <Compile Include="Com\MattressJSAudit.cs" />
  159. <Compile Include="Com\MattressYWAudit.cs" />
  160. <Compile Include="Com\Model\ColumnItem.cs" />
  161. <Compile Include="Com\Model\erp_configure_code.cs" />
  162. <Compile Include="Com\Model\erp_prdpf.cs" />
  163. <Compile Include="Com\Model\erp_mtrl_df.cs" />
  164. <Compile Include="Com\Model\erp_mtrldef.cs" />
  165. <Compile Include="Com\Model\erp_sc_workgroup.cs" />
  166. <Compile Include="Com\Model\Recursion2.cs" />
  167. <Compile Include="Com\Model\replacement.cs" />
  168. <Compile Include="Com\Model\Recursion.cs" />
  169. <Compile Include="Com\Model\sys_func_pwr.cs" />
  170. <Compile Include="Com\Model\u_bednet.cs" />
  171. <Compile Include="Com\Model\u_bednetmx.cs" />
  172. <Compile Include="Com\Model\u_bednetmx_mtrl.cs" />
  173. <Compile Include="Com\Model\u_bednetmx_spring.cs" />
  174. <Compile Include="Com\Model\u_bednet_area.cs" />
  175. <Compile Include="Com\Model\u_bednet_qingdan.cs" />
  176. <Compile Include="Com\Model\u_bednet_type.cs" />
  177. <Compile Include="Com\Model\u_bednet_var.cs" />
  178. <Compile Include="Com\Model\u_bednet_varmx.cs" />
  179. <Compile Include="Com\Model\u_configure_code.cs" />
  180. <Compile Include="Com\Model\u_configure_codemx.cs" />
  181. <Compile Include="Com\Model\u_configure_type.cs" />
  182. <Compile Include="Com\Model\u_dept.cs" />
  183. <Compile Include="Com\Model\u_factory_profitrate.cs" />
  184. <Compile Include="Com\Model\u_his_price.cs" />
  185. <Compile Include="Com\Model\u_mattress_interface_qd.cs" />
  186. <Compile Include="Com\Model\u_mattress_interface.cs" />
  187. <Compile Include="Com\Model\u_mattress_mx_mtrl.cs" />
  188. <Compile Include="Com\Model\u_mattress.cs" />
  189. <Compile Include="Com\Model\u_mattress_formula.cs" />
  190. <Compile Include="Com\Model\u_mattress_type.cs" />
  191. <Compile Include="Com\Model\u_mtrltype.cs" />
  192. <Compile Include="Com\Model\u_mtrl_price.cs" />
  193. <Compile Include="Com\Model\u_mtrl_price_pricelist.cs" />
  194. <Compile Include="Com\Model\u_multiprice.cs" />
  195. <Compile Include="Com\Model\u_outerconnection.cs" />
  196. <Compile Include="Com\Model\u_pricelist.cs" />
  197. <Compile Include="Com\Model\u_semi_finished_product.cs" />
  198. <Compile Include="Com\Model\u_semi_finished_product_mx.cs" />
  199. <Compile Include="Com\Model\u_shrinkage.cs" />
  200. <Compile Include="Com\Model\u_spring.cs" />
  201. <Compile Include="Com\Model\u_workmanship_add.cs" />
  202. <Compile Include="Com\ModifyMtrlDefList.cs" />
  203. <Compile Include="Com\ReBuildMattressInterface.cs" />
  204. <Compile Include="Com\ReCalculateBedNetNoAudit.cs" />
  205. <Compile Include="Com\ReCalculateNoAudit.cs" />
  206. <Compile Include="Com\RefreshMattressInterface.cs" />
  207. <Compile Include="Com\RefreshMattressInterfaceQd.cs" />
  208. <Compile Include="Com\SaveBedNet.cs" />
  209. <Compile Include="Com\SaveBedNetArea.cs" />
  210. <Compile Include="Com\SaveBedNetType.cs" />
  211. <Compile Include="Com\SaveBedNetVar.cs" />
  212. <Compile Include="Com\SaveConfigureCode.cs" />
  213. <Compile Include="Com\SaveConfigureCodeMx.cs" />
  214. <Compile Include="Com\SaveConfigureType.cs" />
  215. <Compile Include="Com\SaveDept.cs" />
  216. <Compile Include="Com\DelMattress.cs" />
  217. <Compile Include="Com\SaveMattressAuditing.cs" />
  218. <Compile Include="Com\SaveMattress.cs" />
  219. <Compile Include="Com\SaveMattressBcp.cs" />
  220. <Compile Include="Com\SaveMattressFormula.cs" />
  221. <Compile Include="Com\CreatMtrlPf.cs" />
  222. <Compile Include="Com\SaveMattressInterface.cs" />
  223. <Compile Include="Com\SaveMattressType.cs" />
  224. <Compile Include="Com\SaveMtrlDef.cs" />
  225. <Compile Include="Com\SaveMtrlType.cs" />
  226. <Compile Include="Com\SaveMultiPrice.cs" />
  227. <Compile Include="Com\SaveProfitrate.cs" />
  228. <Compile Include="Com\SaveShrinkage.cs" />
  229. <Compile Include="Com\SaveSpring.cs" />
  230. <Compile Include="Com\SaveWorkmanship.cs" />
  231. <Compile Include="Com\SetSysUserFileString.cs" />
  232. <Compile Include="Com\GetOptionList.cs" />
  233. <Compile Include="Com\GetPermitList.cs" />
  234. <Compile Include="Com\GetRoadList.cs" />
  235. <Compile Include="Com\GetUserList.cs" />
  236. <Compile Include="Com\GetUserPower.cs" />
  237. <Compile Include="Com\HelloWord.cs" />
  238. <Compile Include="Com\Login.cs" />
  239. <Compile Include="Com\Model\Bill.cs" />
  240. <Compile Include="Com\Model\Car.cs" />
  241. <Compile Include="Com\Model\FileInfo.cs" />
  242. <Compile Include="Com\Model\FxUserDwlayout.cs" />
  243. <Compile Include="Com\Model\Option.cs" />
  244. <Compile Include="Com\Model\Permit.cs" />
  245. <Compile Include="Com\Model\Power.cs" />
  246. <Compile Include="Com\Model\Road.cs" />
  247. <Compile Include="Com\Model\User.cs" />
  248. <Compile Include="Com\PostFile.cs" />
  249. <Compile Include="Com\ModPassword.cs" />
  250. <Compile Include="Com\SaveCarList.cs" />
  251. <Compile Include="Com\SavePermitList.cs" />
  252. <Compile Include="Com\SaveRoadList.cs" />
  253. <Compile Include="Com\SaveUserList.cs" />
  254. <Compile Include="Com\SetDwLayout.cs" />
  255. <Compile Include="Com\GetSysUserFileString.cs" />
  256. <Compile Include="Com\SetOption.cs" />
  257. <Compile Include="CRC64\CRC64.cs" />
  258. <Compile Include="DBA\DAL_SQLite\DbSqlHelper.cs" />
  259. <Compile Include="DBA\DAL_SQLite\SqlServerEngine.cs" />
  260. <Compile Include="DBA\DAL_SQLite\Utils\PK.cs" />
  261. <Compile Include="DBA\DAL_SQLite\Utils\SqlEngine.cs" />
  262. <Compile Include="DBA\DAL_SQLite\Utils\SqlStrHelper.cs" />
  263. <Compile Include="DBA\DBModle\fx_user_dwlayout.cs" />
  264. <Compile Include="DBA\DBModle\st_bill.cs" />
  265. <Compile Include="DBA\DBModle\st_bill_mx.cs" />
  266. <Compile Include="DBA\DBModle\st_car.cs" />
  267. <Compile Include="DBA\DBModle\st_file.cs" />
  268. <Compile Include="DBA\DBModle\st_option.cs" />
  269. <Compile Include="DBA\DBModle\st_permit.cs" />
  270. <Compile Include="DBA\DBModle\st_road.cs" />
  271. <Compile Include="DBA\DBModle\u_user_jlhprice.cs" />
  272. <Compile Include="DBA\DBModle\st_user.cs" />
  273. <Compile Include="DBA\DBModle\st_user_power.cs" />
  274. <Compile Include="DBA\DBVersionSql\DBVersionSql.cs" />
  275. <Compile Include="DBA\ParkDBVersion.cs" />
  276. <Compile Include="DEncrypt\DESEncrypt.cs" />
  277. <Compile Include="Excutor\APP\EditBillExcutor.cs" />
  278. <Compile Include="Excutor\APP\GetMainInfoExcutor.cs" />
  279. <Compile Include="Excutor\APP\GetPermitListQueryExcutor.cs" />
  280. <Compile Include="Excutor\APP\SaveBillExcutor.cs" />
  281. <Compile Include="Excutor\APP\TmpGetRoadListExcutor.cs" />
  282. <Compile Include="Excutor\APP\TmpSavePermitExcutor.cs" />
  283. <Compile Include="Excutor\AuditBedNetExcutor.cs" />
  284. <Compile Include="Excutor\AuditDeptExcutor.cs" />
  285. <Compile Include="Excutor\AuditMattressBcpExcutor.cs" />
  286. <Compile Include="Excutor\AuditPriceListExcutor.cs" />
  287. <Compile Include="Excutor\AuditSpringExcutor.cs" />
  288. <Compile Include="Excutor\AuditWorkmanshipExcutor.cs" />
  289. <Compile Include="Excutor\BanMtrlDefExcutor.cs" />
  290. <Compile Include="Excutor\BanMultiPriceExcutor.cs" />
  291. <Compile Include="Excutor\CommonDynamicSelectExcutor.cs" />
  292. <Compile Include="Excutor\CopyMattressAuditedExcutor.cs" />
  293. <Compile Include="Excutor\CopyMtrlDefExcutor.cs" />
  294. <Compile Include="Excutor\DeleteMattressExtraTypeExcutor.cs" />
  295. <Compile Include="Excutor\DeleteMattressExtraExcutor.cs" />
  296. <Compile Include="Excutor\FormulaCheckExcutor.cs" />
  297. <Compile Include="Excutor\GetFormulaVarListExcutor.cs" />
  298. <Compile Include="Excutor\SaveMattressExtraTypeExcutor.cs" />
  299. <Compile Include="Excutor\SaveMattressExtraExcutor.cs" />
  300. <Compile Include="Excutor\UnLockUserExcutor.cs" />
  301. <Compile Include="Excutor\UpdateMtrlPriceExcutor.cs" />
  302. <Compile Include="Excutor\DelMtrlPfExcutor.cs" />
  303. <Compile Include="Excutor\DelCarListExcutor.cs" />
  304. <Compile Include="Excutor\DeleteBedNetAreaExcutor.cs" />
  305. <Compile Include="Excutor\DeleteBedNetExcutor.cs" />
  306. <Compile Include="Excutor\DeleteBedNetTypeExcutor.cs" />
  307. <Compile Include="Excutor\DeleteBedNetVarExcutor.cs" />
  308. <Compile Include="Excutor\DeleteConfigureCodeExcutor.cs" />
  309. <Compile Include="Excutor\DeleteConfigureCodeMxExcutor.cs" />
  310. <Compile Include="Excutor\DeleteConfigureTypeExcutor.cs" />
  311. <Compile Include="Excutor\DeleteDeptExcutor.cs" />
  312. <Compile Include="Excutor\DeleteMattressBcpExcutor.cs" />
  313. <Compile Include="Excutor\DeleteMattressFormulaExcutor.cs" />
  314. <Compile Include="Excutor\DeleteMattressTypeExcutor.cs" />
  315. <Compile Include="Excutor\DeleteMtrlDefExcutor.cs" />
  316. <Compile Include="Excutor\DeleteMtrlTypeExcutor.cs" />
  317. <Compile Include="Excutor\DeleteMultiPriceExcutor.cs" />
  318. <Compile Include="Excutor\DeleteShrinkageExcutor.cs" />
  319. <Compile Include="Excutor\DeleteSpringExcutor.cs" />
  320. <Compile Include="Excutor\DeleteWorkmanshipExcutor.cs" />
  321. <Compile Include="Excutor\DelMtrlPfExcutor.cs" />
  322. <Compile Include="Excutor\DelPermitListExcutor.cs" />
  323. <Compile Include="Excutor\DelRoadListExcutor.cs" />
  324. <Compile Include="Excutor\DelUserListExcutor.cs" />
  325. <Compile Include="Excutor\GetBedNetVarListExcutor.cs" />
  326. <Compile Include="Excutor\GetBillListExcutor.cs" />
  327. <Compile Include="Excutor\GetCarListExcutor.cs" />
  328. <Compile Include="Excutor\GetComputeSpringExcutor.cs" />
  329. <Compile Include="Excutor\GetERPMtrlTypeListExcutor.cs" />
  330. <Compile Include="Excutor\GetMattressPackagMxExcutor.cs" />
  331. <Compile Include="Excutor\GetMattressImportDW2Excutor.cs" />
  332. <Compile Include="Excutor\GetComputeMattressExcutor.cs" />
  333. <Compile Include="Excutor\GetComputeBednetExcutor.cs" />
  334. <Compile Include="Excutor\GetDeptExcutor.cs" />
  335. <Compile Include="Excutor\GetDwLayoutExcutor.cs" />
  336. <Compile Include="Excutor\GetERPConfigureListExcutor.cs" />
  337. <Compile Include="Excutor\GetERPMtrldefListExcutor.cs" />
  338. <Compile Include="Excutor\GetERPWrkGrpListExcutor.cs" />
  339. <Compile Include="Excutor\GetFileByMd5Excutor.cs" />
  340. <Compile Include="Excutor\GetMattressInterfaceListExcutor.cs" />
  341. <Compile Include="Excutor\GetMtrlDefListExcutor.cs" />
  342. <Compile Include="Excutor\GetMtrlTypeListExcutor.cs" />
  343. <Compile Include="Excutor\GetOptionListExcutor.cs" />
  344. <Compile Include="Excutor\GetPermitListExcutor.cs" />
  345. <Compile Include="Excutor\GetRoadListExcutor.cs" />
  346. <Compile Include="Excutor\GetPriceListExcutor.cs" />
  347. <Compile Include="Excutor\GetSysFuncPwrExcutor.cs" />
  348. <Compile Include="Excutor\GetFormulaComputeExcutor.cs" />
  349. <Compile Include="Excutor\GetUserListExcutor.cs" />
  350. <Compile Include="Excutor\GetUserPowerExcutor.cs" />
  351. <Compile Include="Excutor\HelloWordExcutor.cs" />
  352. <Compile Include="Excutor\LoginExcutor.cs" />
  353. <Compile Include="Excutor\MattressJS2AuditExcutor.cs" />
  354. <Compile Include="Excutor\MattressJSAuditExcutor.cs" />
  355. <Compile Include="Excutor\MattressYWAuditExcutor.cs" />
  356. <Compile Include="Excutor\ModifyMtrlDefListExcutor.cs" />
  357. <Compile Include="Excutor\ModPasswordExcutor.cs" />
  358. <Compile Include="Excutor\PostFileExcutor.cs" />
  359. <Compile Include="Excutor\ReBuildMattressInterfaceExcutor.cs" />
  360. <Compile Include="Excutor\ReCalculateBedNetNoAuditExcutor.cs" />
  361. <Compile Include="Excutor\ReCalculateNoAuditExcutor.cs" />
  362. <Compile Include="Excutor\RefreshMattressInterfaceExcutor.cs" />
  363. <Compile Include="Excutor\RefreshMattressInterfaceQdExcutor.cs" />
  364. <Compile Include="Excutor\SaveBedNetAreaExcutor.cs" />
  365. <Compile Include="Excutor\SaveBedNetExcutor.cs" />
  366. <Compile Include="Excutor\SaveBedNetTypeExcutor.cs" />
  367. <Compile Include="Excutor\SaveBedNetVarExcutor.cs" />
  368. <Compile Include="Excutor\SaveCarListExcutor.cs" />
  369. <Compile Include="Excutor\SaveConfigureCodeExcutor.cs" />
  370. <Compile Include="Excutor\SaveConfigureCodeMxExcutor.cs" />
  371. <Compile Include="Excutor\SaveConfigureTypeExcutor.cs" />
  372. <Compile Include="Excutor\SaveDeptExcutor.cs" />
  373. <Compile Include="Excutor\DelMattressExcutor.cs" />
  374. <Compile Include="Excutor\SaveMattressAuditingExcutor.cs" />
  375. <Compile Include="Excutor\SaveMattressBcpExcutor.cs" />
  376. <Compile Include="Excutor\SaveMattressFormulaExcutor.cs" />
  377. <Compile Include="Excutor\CreatMtrlPfExcutor.cs" />
  378. <Compile Include="Excutor\SaveMattressInterfaceExcutor.cs" />
  379. <Compile Include="Excutor\SaveMattressTypeExcutor.cs" />
  380. <Compile Include="Excutor\SaveMtrlDefExcutor.cs" />
  381. <Compile Include="Excutor\SaveMtrlTypeExcutor.cs" />
  382. <Compile Include="Excutor\SaveMultiPriceExcutor.cs" />
  383. <Compile Include="Excutor\SavePermitListExcutor.cs" />
  384. <Compile Include="Excutor\SaveMattressExcutor.cs" />
  385. <Compile Include="Excutor\SaveProfitrateExcutor.cs" />
  386. <Compile Include="Excutor\SaveRoadListExcutor.cs" />
  387. <Compile Include="Excutor\SaveShrinkageExcutor.cs" />
  388. <Compile Include="Excutor\SaveSpringExcutor.cs" />
  389. <Compile Include="Excutor\SaveUserListExcutor.cs" />
  390. <Compile Include="Excutor\SaveWorkmanshipExcutor.cs" />
  391. <Compile Include="Excutor\SetDwLayoutExcutor.cs" />
  392. <Compile Include="Excutor\GetSysUserFileStringExcutor.cs" />
  393. <Compile Include="Excutor\SetSysUserFileStringExcutor.cs" />
  394. <Compile Include="Excutor\SetOptionExcutor.cs" />
  395. <Compile Include="Helper\BedNetHelper.cs" />
  396. <Compile Include="Helper\CacheHelper.cs" />
  397. <Compile Include="Helper\ERPHelper.cs" />
  398. <Compile Include="Helper\InterfaceHelper.cs" />
  399. <Compile Include="Helper\MattressHelper.cs" />
  400. <Compile Include="ImgHelper\ImgHelper.cs" />
  401. <Compile Include="LJFrameWork\LJException\LJException.cs" />
  402. <Compile Include="LJFrameWork\LJLib.Method\SortedListEx.cs" />
  403. <Compile Include="LJFrameWork\Tools\LJExprParser.cs" />
  404. <Compile Include="LJFrameWork\Tools\LJHttpUtil.cs" />
  405. <Compile Include="LJFrameWork\Tools\menuRecursion.cs" />
  406. <Compile Include="LJLib.HttpServer\IFileDBModel.cs" />
  407. <Compile Include="LJLib.HttpServer\SimpleHttpServer.cs" />
  408. <Compile Include="LJLib.HttpServer\LJHttpProcessor.cs" />
  409. <Compile Include="LJLib.HttpServer\LJHttpServer.cs" />
  410. <Compile Include="LJLib.Tools\psw_bczh3.cs" />
  411. <Compile Include="MIMEHelper\MIMEHelper.cs" />
  412. <Compile Include="JLHHJSvrConfig.cs">
  413. <SubType>Form</SubType>
  414. </Compile>
  415. <Compile Include="JLHHJSvrConfig.Designer.cs">
  416. <DependentUpon>JLHHJSvrConfig.cs</DependentUpon>
  417. </Compile>
  418. <Compile Include="GlobalVar\GlobalVar.cs" />
  419. <Compile Include="Jayrock\Jayrock\Json\BooleanObject.cs" />
  420. <Compile Include="Jayrock\Jayrock\Json\Collections\KeyedCollection.cs" />
  421. <Compile Include="Jayrock\Jayrock\Json\Compat.cs" />
  422. <Compile Include="Jayrock\Jayrock\Json\Configuration\DictionarySectionHandler.cs" />
  423. <Compile Include="Jayrock\Jayrock\Json\Configuration\ListSectionHandler.cs" />
  424. <Compile Include="Jayrock\Jayrock\Json\Configuration\TypeListSectionHandler.cs" />
  425. <Compile Include="Jayrock\Jayrock\Json\Diagnostics\DebugString.cs" />
  426. <Compile Include="Jayrock\Jayrock\Json\IndentedTextWriter.cs" />
  427. <Compile Include="Jayrock\Jayrock\Json\InternetDate.cs" />
  428. <Compile Include="Jayrock\Jayrock\Json\Json\BufferedCharReader.cs" />
  429. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\AnyType.cs" />
  430. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\AnyImporter.cs" />
  431. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ArrayImporter.cs" />
  432. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\BooleanExporter.cs" />
  433. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\BooleanImporter.cs" />
  434. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ByteArrayExporter.cs" />
  435. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ByteArrayImporter.cs" />
  436. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ComponentExporter.cs" />
  437. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ComponentImporter.cs" />
  438. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataRowExporter.cs" />
  439. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataRowViewExporter.cs" />
  440. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataSetExporter.cs" />
  441. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataTableExporter.cs" />
  442. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataTableImporter.cs" />
  443. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataTableV1Exporter.cs" />
  444. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataTableV1Importer.cs" />
  445. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DataViewExporter.cs" />
  446. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DateTimeExporter.cs" />
  447. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DateTimeImporter.cs" />
  448. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DictionaryExporter.cs" />
  449. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\DictionaryImporter.cs" />
  450. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\EnumerableExporter.cs" />
  451. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\EnumImporter.cs" />
  452. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ExportAwareExporter.cs" />
  453. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ExporterBase.cs" />
  454. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\GenericListImporter.cs" />
  455. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\GuidImporter.cs" />
  456. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ImportAwareImporter.cs" />
  457. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ImporterBase.cs" />
  458. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\ListImporter.cs" />
  459. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\NameValueCollectionExporter.cs" />
  460. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\NameValueCollectionImporter.cs" />
  461. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\NumberExporter.cs" />
  462. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\NumberImporter.cs" />
  463. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\StringExporter.cs" />
  464. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\Converters\StringImporter.cs" />
  465. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\CustomTypeDescriptor.cs" />
  466. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\ExportContext.cs" />
  467. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\ExporterCollection.cs" />
  468. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\ExporterListSectionHandler.cs" />
  469. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\IExporter.cs" />
  470. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\IImporter.cs" />
  471. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\IJsonExportable.cs" />
  472. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\IJsonImportable.cs" />
  473. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\ImportContext.cs" />
  474. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\ImporterCollection.cs" />
  475. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\ImporterListSectionHandler.cs" />
  476. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\JsonConvert.cs" />
  477. <Compile Include="Jayrock\Jayrock\Json\Json\Conversion\JsonIgnoreAttribute.cs" />
  478. <Compile Include="Jayrock\Jayrock\Json\Json\EmptyJsonWriter.cs" />
  479. <Compile Include="Jayrock\Jayrock\Json\Json\InvalidMemberException.cs" />
  480. <Compile Include="Jayrock\Jayrock\Json\Json\JsonArray.cs" />
  481. <Compile Include="Jayrock\Jayrock\Json\Json\JsonBoolean.cs" />
  482. <Compile Include="Jayrock\Jayrock\Json\Json\JsonException.cs" />
  483. <Compile Include="Jayrock\Jayrock\Json\Json\JsonNull.cs" />
  484. <Compile Include="Jayrock\Jayrock\Json\Json\JsonNumber.cs" />
  485. <Compile Include="Jayrock\Jayrock\Json\Json\JsonObject.cs" />
  486. <Compile Include="Jayrock\Jayrock\Json\Json\JsonReader.cs" />
  487. <Compile Include="Jayrock\Jayrock\Json\Json\JsonReaderBase.cs" />
  488. <Compile Include="Jayrock\Jayrock\Json\Json\JsonRecorder.cs" />
  489. <Compile Include="Jayrock\Jayrock\Json\Json\JsonString.cs" />
  490. <Compile Include="Jayrock\Jayrock\Json\Json\JsonTextReader.cs" />
  491. <Compile Include="Jayrock\Jayrock\Json\Json\JsonTextWriter.cs" />
  492. <Compile Include="Jayrock\Jayrock\Json\Json\JsonToken.cs" />
  493. <Compile Include="Jayrock\Jayrock\Json\Json\JsonTokenClass.cs" />
  494. <Compile Include="Jayrock\Jayrock\Json\Json\JsonWriter.cs" />
  495. <Compile Include="Jayrock\Jayrock\Json\Json\JsonWriterBase.cs" />
  496. <Compile Include="Jayrock\Jayrock\Json\Json\JsonWriterBracket.cs" />
  497. <Compile Include="Jayrock\Jayrock\Json\UnixTime.cs" />
  498. <Compile Include="Jayrock\Jayrock\Mask.cs" />
  499. <Compile Include="Jayrock\LJParser.cs" />
  500. <Compile Include="Jdt\IJdt.cs" />
  501. <Compile Include="LJLib.D\DebugHelper.cs" />
  502. <Compile Include="LJLib.Net.SPI.Com\ErrResponse.cs" />
  503. <Compile Include="LJLib.Net.SPI.Com\ILJRequest.cs" />
  504. <Compile Include="LJLib.Net.SPI.Com\LJResponse.cs" />
  505. <Compile Include="LJLib.Net.SPI.Server\ExcutorBase.cs" />
  506. <Compile Include="LJLib.Net.SPI.Server\ExcutorManager.cs" />
  507. <Compile Include="LJLib.Net.SPI.Server\ILJServer.cs" />
  508. <Compile Include="LJLib.Net.SPI.Server\IRemoteInfoContainer.cs" />
  509. <Compile Include="LJLib.Net.SPI.Server\LJServerBase.cs" />
  510. <Compile Include="LJLib.TcpHandle\P1Server.cs" />
  511. <Compile Include="LJLib.TcpHandle\TcpHandler.cs" />
  512. <Compile Include="LocalLog\LocalTraceListener.cs" />
  513. <Compile Include="MD5\MD5.cs" />
  514. <Compile Include="Program.cs" />
  515. <Compile Include="Properties\AssemblyInfo.cs" />
  516. <Compile Include="JLHHJSvr.cs">
  517. <SubType>Component</SubType>
  518. </Compile>
  519. <Compile Include="JLHHJSvr.Designer.cs">
  520. <DependentUpon>JLHHJSvr.cs</DependentUpon>
  521. </Compile>
  522. <Compile Include="ServiceInstall\LJInstaller.cs">
  523. <SubType>Component</SubType>
  524. </Compile>
  525. <Compile Include="ServiceInstall\LJInstaller.Designer.cs">
  526. <DependentUpon>LJInstaller.cs</DependentUpon>
  527. </Compile>
  528. <Compile Include="ServiceInstall\LJInstallGlobal.cs" />
  529. <Compile Include="ServiceInstall\LJInstallHelper.cs" />
  530. <Compile Include="StreamHelper\StreamHelper.cs" />
  531. <Compile Include="TextLog\ILogger.cs" />
  532. <Compile Include="TextLog\Logger.cs" />
  533. <Compile Include="TextLog\SyncLogger.cs" />
  534. <Compile Include="Tools\AutoInit.cs" />
  535. <Compile Include="Tools\ListEx.cs" />
  536. <Compile Include="Tools\ObjectHelper.cs" />
  537. <Compile Include="XML\XmlConfig.cs" />
  538. <EmbeddedResource Include="JLHHJSvrConfig.resx">
  539. <DependentUpon>JLHHJSvrConfig.cs</DependentUpon>
  540. </EmbeddedResource>
  541. <EmbeddedResource Include="Properties\Resources.resx">
  542. <Generator>ResXFileCodeGenerator</Generator>
  543. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  544. <SubType>Designer</SubType>
  545. </EmbeddedResource>
  546. <Compile Include="Properties\Resources.Designer.cs">
  547. <AutoGen>True</AutoGen>
  548. <DependentUpon>Resources.resx</DependentUpon>
  549. <DesignTime>True</DesignTime>
  550. </Compile>
  551. <EmbeddedResource Include="ServiceInstall\LJInstaller.resx">
  552. <DependentUpon>LJInstaller.cs</DependentUpon>
  553. </EmbeddedResource>
  554. <None Include="app.config" />
  555. <Fakes Include="Fakes\NPOI.fakes" />
  556. <None Include="packages.config" />
  557. <None Include="Properties\Settings.settings">
  558. <Generator>SettingsSingleFileGenerator</Generator>
  559. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  560. </None>
  561. <Compile Include="Properties\Settings.Designer.cs">
  562. <AutoGen>True</AutoGen>
  563. <DependentUpon>Settings.settings</DependentUpon>
  564. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  565. </Compile>
  566. </ItemGroup>
  567. <ItemGroup>
  568. <WCFMetadata Include="Connected Services\" />
  569. </ItemGroup>
  570. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  571. <PropertyGroup>
  572. <PreBuildEvent>"$(SolutionDir)NetGitTool.exe" /before "$(ProjectDir)"</PreBuildEvent>
  573. </PropertyGroup>
  574. <PropertyGroup>
  575. <PostBuildEvent>"$(SolutionDir)NetGitTool.exe" /after "$(ProjectDir)"
  576. if "$(ConfigurationName)" == "Release" rmdir /s /q "$(ProjectDir)$(OutDir)DataStore"
  577. if "$(ConfigurationName)" == "Release" Xcopy "$(ProjectDir)\DataStore\" "$(ProjectDir)$(OutDir)DataStore\" /E</PostBuildEvent>
  578. </PropertyGroup>
  579. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  580. Other similar extension points exist, see Microsoft.Common.targets.
  581. <Target Name="BeforeBuild">
  582. </Target>
  583. <Target Name="AfterBuild">
  584. </Target>
  585. -->
  586. </Project>