Core.StlMes.Client.Mcp.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{70E5633E-14AF-43E9-AAA0-F3742552FF63}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Core.StlMes.Client.Mcp</RootNamespace>
  12. <AssemblyName>Core.StlMes.Client.Mcp</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <StartupObject>
  16. </StartupObject>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <UpgradeBackupLocation>
  20. </UpgradeBackupLocation>
  21. <OldToolsVersion>3.5</OldToolsVersion>
  22. <TargetFrameworkProfile />
  23. <PublishUrl>发布\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>..\output\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <DocumentationFile>
  48. </DocumentationFile>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Core.Mes.Client.Comm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\output\Core.Mes.Client.Comm.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Core.StlMes.Client.Mcp.Control, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\output\Core.StlMes.Client.Mcp.Control.dll</HintPath>
  66. </Reference>
  67. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\output\CoreFS.CA06.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\output\Infragistics2.Excel.v9.2.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\output\Infragistics2.Shared.v9.2.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\output\Infragistics2.Win.Misc.v9.2.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  84. <Reference Include="Infragistics2.Win.UltraWinDock.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  85. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\output\Infragistics2.Win.UltraWinEditors.v9.2.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\output\Infragistics2.Win.UltraWinGrid.v9.2.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Infragistics2.Win.UltraWinTabbedMdi.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\output\Infragistics2.Win.UltraWinTabbedMdi.v9.2.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  98. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  99. <SpecificVersion>False</SpecificVersion>
  100. <HintPath>..\output\Infragistics2.Win.UltraWinToolbars.v9.2.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  103. <SpecificVersion>False</SpecificVersion>
  104. <HintPath>..\output\Infragistics2.Win.v9.2.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Interop.TalentICTGXControl, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <EmbedInteropTypes>False</EmbedInteropTypes>
  109. <HintPath>..\output\Interop.TalentICTGXControl.dll</HintPath>
  110. </Reference>
  111. <Reference Include="Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c">
  112. <SpecificVersion>False</SpecificVersion>
  113. <HintPath>..\output\Microsoft.Office.Interop.Word.dll</HintPath>
  114. </Reference>
  115. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  116. <SpecificVersion>False</SpecificVersion>
  117. <HintPath>..\output\Newtonsoft.Json.dll</HintPath>
  118. </Reference>
  119. <Reference Include="PresentationCore">
  120. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  121. </Reference>
  122. <Reference Include="PresentationFramework">
  123. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  124. </Reference>
  125. <Reference Include="ReachFramework">
  126. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  127. </Reference>
  128. <Reference Include="System" />
  129. <Reference Include="System.Core">
  130. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  131. </Reference>
  132. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  133. <Reference Include="System.Xaml" />
  134. <Reference Include="System.Xml.Linq">
  135. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  136. </Reference>
  137. <Reference Include="System.Data.DataSetExtensions">
  138. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  139. </Reference>
  140. <Reference Include="System.Data" />
  141. <Reference Include="System.Deployment" />
  142. <Reference Include="System.Drawing" />
  143. <Reference Include="System.Windows.Forms" />
  144. <Reference Include="System.Xml" />
  145. <Reference Include="UIAutomationProvider">
  146. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  147. </Reference>
  148. <Reference Include="WindowsBase">
  149. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  150. </Reference>
  151. <Reference Include="WindowsFormsIntegration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  152. <SpecificVersion>False</SpecificVersion>
  153. <HintPath>C:\Windows\assembly\GAC_MSIL\WindowsFormsIntegration\3.0.0.0__31bf3856ad364e35\WindowsFormsIntegration.dll</HintPath>
  154. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  155. </Reference>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Compile Include="CollarLibrary\FrmCollarDialog.cs">
  159. <SubType>Form</SubType>
  160. </Compile>
  161. <Compile Include="CollarLibrary\FrmCollarDialog.Designer.cs">
  162. <DependentUpon>FrmCollarDialog.cs</DependentUpon>
  163. </Compile>
  164. <Compile Include="CollarLibrary\FrmCollarInBound.cs">
  165. <SubType>Form</SubType>
  166. </Compile>
  167. <Compile Include="CollarLibrary\FrmCollarInBound.Designer.cs">
  168. <DependentUpon>FrmCollarInBound.cs</DependentUpon>
  169. </Compile>
  170. <Compile Include="CollarLibrary\FrmJGPurchasePlan.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="CollarLibrary\FrmJGPurchasePlan.Designer.cs">
  174. <DependentUpon>FrmJGPurchasePlan.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="CollarLibrary\FrmCollarInventory.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="CollarLibrary\FrmCollarInventory.Designer.cs">
  180. <DependentUpon>FrmCollarInventory.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="CollarLibrary\FrmDealOut.cs">
  183. <SubType>Form</SubType>
  184. </Compile>
  185. <Compile Include="CollarLibrary\FrmDealOut.Designer.cs">
  186. <DependentUpon>FrmDealOut.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="CollarLibrary\FrmOrderJg.cs">
  189. <SubType>Form</SubType>
  190. </Compile>
  191. <Compile Include="CollarLibrary\FrmOrderJg.Designer.cs">
  192. <DependentUpon>FrmOrderJg.cs</DependentUpon>
  193. </Compile>
  194. <Compile Include="CollarLibrary\FrmOutManagJg.cs">
  195. <SubType>Form</SubType>
  196. </Compile>
  197. <Compile Include="CollarLibrary\FrmOutManagJg.Designer.cs">
  198. <DependentUpon>FrmOutManagJg.cs</DependentUpon>
  199. </Compile>
  200. <Compile Include="CollarLibrary\FrmCollarOutventory.cs">
  201. <SubType>Form</SubType>
  202. </Compile>
  203. <Compile Include="CollarLibrary\FrmCollarOutventory.Designer.cs">
  204. <DependentUpon>FrmCollarOutventory.cs</DependentUpon>
  205. </Compile>
  206. <Compile Include="CollarLibrary\FrmCollarOutBound.cs">
  207. <SubType>Form</SubType>
  208. </Compile>
  209. <Compile Include="CollarLibrary\FrmCollarOutBound.Designer.cs">
  210. <DependentUpon>FrmCollarOutBound.cs</DependentUpon>
  211. </Compile>
  212. <Compile Include="CollarLibrary\FrmRecipientsJg.cs">
  213. <SubType>Form</SubType>
  214. </Compile>
  215. <Compile Include="CollarLibrary\FrmRecipientsJg.Designer.cs">
  216. <DependentUpon>FrmRecipientsJg.cs</DependentUpon>
  217. </Compile>
  218. <Compile Include="CollarMaterial\FrmBoxMainTenance.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="CollarMaterial\FrmBoxMainTenance.designer.cs">
  222. <DependentUpon>FrmBoxMainTenance.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="CollarMaterial\FrmBoxMainTenanceQ.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="CollarMaterial\FrmBoxMainTenanceQ.designer.cs">
  228. <DependentUpon>FrmBoxMainTenanceQ.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="CollarMaterial\FrmVarietie.cs">
  231. <SubType>Form</SubType>
  232. </Compile>
  233. <Compile Include="CollarMaterial\FrmVarietie.Designer.cs">
  234. <DependentUpon>FrmVarietie.cs</DependentUpon>
  235. </Compile>
  236. <Compile Include="Common\BaseHelper.cs" />
  237. <Compile Include="Common\IcReadWrite.cs" />
  238. <Compile Include="Common\McpBaseHelper.cs" />
  239. <Compile Include="Coupling\ComCoupBug.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="Coupling\ComCoupBug.Designer.cs">
  243. <DependentUpon>ComCoupBug.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="Coupling\ComCoupBugReasion.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="Coupling\ComCoupBugReasion.Designer.cs">
  249. <DependentUpon>ComCoupBugReasion.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="Coupling\FrmBcPipeApplPro.cs">
  252. <SubType>Form</SubType>
  253. </Compile>
  254. <Compile Include="Coupling\FrmBcPipeApplPro.Designer.cs">
  255. <DependentUpon>FrmBcPipeApplPro.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="Coupling\FrmConfiguration.cs">
  258. <SubType>Form</SubType>
  259. </Compile>
  260. <Compile Include="Coupling\FrmConfiguration.Designer.cs">
  261. <DependentUpon>FrmConfiguration.cs</DependentUpon>
  262. </Compile>
  263. <Compile Include="Coupling\FrmCouplingAppl.cs">
  264. <SubType>Form</SubType>
  265. </Compile>
  266. <Compile Include="Coupling\FrmCouplingAppl.Designer.cs">
  267. <DependentUpon>FrmCouplingAppl.cs</DependentUpon>
  268. </Compile>
  269. <Compile Include="Coupling\FrmCouplingApplPh.cs">
  270. <SubType>Form</SubType>
  271. </Compile>
  272. <Compile Include="Coupling\FrmCouplingApplPh.Designer.cs">
  273. <DependentUpon>FrmCouplingApplPh.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="Coupling\FrmCouplingApplPro.cs">
  276. <SubType>Form</SubType>
  277. </Compile>
  278. <Compile Include="Coupling\FrmCouplingApplPro.Designer.cs">
  279. <DependentUpon>FrmCouplingApplPro.cs</DependentUpon>
  280. </Compile>
  281. <Compile Include="Coupling\FrmCouplingConfirm.cs">
  282. <SubType>Form</SubType>
  283. </Compile>
  284. <Compile Include="Coupling\FrmCouplingConfirm.Designer.cs">
  285. <DependentUpon>FrmCouplingConfirm.cs</DependentUpon>
  286. </Compile>
  287. <Compile Include="Coupling\FrmCoupLoading.cs">
  288. <SubType>Form</SubType>
  289. </Compile>
  290. <Compile Include="Coupling\FrmCoupLoading.Designer.cs">
  291. <DependentUpon>FrmCoupLoading.cs</DependentUpon>
  292. </Compile>
  293. <Compile Include="Coupling\FrmDownLineManage.cs">
  294. <SubType>Form</SubType>
  295. </Compile>
  296. <Compile Include="Coupling\FrmDownLineManage.Designer.cs">
  297. <DependentUpon>FrmDownLineManage.cs</DependentUpon>
  298. </Compile>
  299. <Compile Include="Coupling\FrmMachineCut.cs">
  300. <SubType>Form</SubType>
  301. </Compile>
  302. <Compile Include="Coupling\FrmMachineCut.Designer.cs">
  303. <DependentUpon>FrmMachineCut.cs</DependentUpon>
  304. </Compile>
  305. <Compile Include="Coupling\FrmOut.cs">
  306. <SubType>Form</SubType>
  307. </Compile>
  308. <Compile Include="Coupling\FrmOut.Designer.cs">
  309. <DependentUpon>FrmOut.cs</DependentUpon>
  310. </Compile>
  311. <Compile Include="Coupling\FrmOutManagement.cs">
  312. <SubType>Form</SubType>
  313. </Compile>
  314. <Compile Include="Coupling\FrmOutManagement.Designer.cs">
  315. <DependentUpon>FrmOutManagement.cs</DependentUpon>
  316. </Compile>
  317. <Compile Include="Coupling\FrmPerformanceResult.cs">
  318. <SubType>Form</SubType>
  319. </Compile>
  320. <Compile Include="Coupling\FrmPerformanceResult.Designer.cs">
  321. <DependentUpon>FrmPerformanceResult.cs</DependentUpon>
  322. </Compile>
  323. <Compile Include="Coupling\FrmCutResult.cs">
  324. <SubType>Form</SubType>
  325. </Compile>
  326. <Compile Include="Coupling\FrmCutResult.Designer.cs">
  327. <DependentUpon>FrmCutResult.cs</DependentUpon>
  328. </Compile>
  329. <Compile Include="Coupling\FrmInformation.cs">
  330. <SubType>Form</SubType>
  331. </Compile>
  332. <Compile Include="Coupling\FrmInformation.Designer.cs">
  333. <DependentUpon>FrmInformation.cs</DependentUpon>
  334. </Compile>
  335. <Compile Include="Coupling\FrmInLibrary.cs">
  336. <SubType>Form</SubType>
  337. </Compile>
  338. <Compile Include="Coupling\FrmInLibrary.Designer.cs">
  339. <DependentUpon>FrmInLibrary.cs</DependentUpon>
  340. </Compile>
  341. <Compile Include="Coupling\FrmOutSourPerfor.cs">
  342. <SubType>Form</SubType>
  343. </Compile>
  344. <Compile Include="Coupling\FrmOutSourPerfor.Designer.cs">
  345. <DependentUpon>FrmOutSourPerfor.cs</DependentUpon>
  346. </Compile>
  347. <Compile Include="Coupling\FrmPhosphateResult.cs">
  348. <SubType>Form</SubType>
  349. </Compile>
  350. <Compile Include="Coupling\FrmPhosphateResult.Designer.cs">
  351. <DependentUpon>FrmPhosphateResult.cs</DependentUpon>
  352. </Compile>
  353. <Compile Include="Coupling\FrmPlnZyJgWorkBill.cs">
  354. <SubType>Form</SubType>
  355. </Compile>
  356. <Compile Include="Coupling\FrmPlnZyJgWorkBill.Designer.cs">
  357. <DependentUpon>FrmPlnZyJgWorkBill.cs</DependentUpon>
  358. </Compile>
  359. <Compile Include="Coupling\FrmQcmAddAsk.cs">
  360. <SubType>Form</SubType>
  361. </Compile>
  362. <Compile Include="Coupling\FrmQcmAddAsk.Designer.cs">
  363. <DependentUpon>FrmQcmAddAsk.cs</DependentUpon>
  364. </Compile>
  365. <Compile Include="Coupling\FrmQcmJgWt.cs">
  366. <SubType>Form</SubType>
  367. </Compile>
  368. <Compile Include="Coupling\FrmQcmJgWt.Designer.cs">
  369. <DependentUpon>FrmQcmJgWt.cs</DependentUpon>
  370. </Compile>
  371. <Compile Include="Coupling\FrmSandBlast.cs">
  372. <SubType>Form</SubType>
  373. </Compile>
  374. <Compile Include="Coupling\FrmSandBlast.Designer.cs">
  375. <DependentUpon>FrmSandBlast.cs</DependentUpon>
  376. </Compile>
  377. <Compile Include="Coupling\FrmSpitBill.cs">
  378. <SubType>Form</SubType>
  379. </Compile>
  380. <Compile Include="Coupling\FrmSpitBill.Designer.cs">
  381. <DependentUpon>FrmSpitBill.cs</DependentUpon>
  382. </Compile>
  383. <Compile Include="Coupling\FrmThreadingResult.cs">
  384. <SubType>Form</SubType>
  385. </Compile>
  386. <Compile Include="Coupling\FrmThreadingResult.Designer.cs">
  387. <DependentUpon>FrmThreadingResult.cs</DependentUpon>
  388. </Compile>
  389. <Compile Include="Coupling\FrmThreadInspectResult.cs">
  390. <SubType>Form</SubType>
  391. </Compile>
  392. <Compile Include="Coupling\FrmThreadInspectResult.Designer.cs">
  393. <DependentUpon>FrmThreadInspectResult.cs</DependentUpon>
  394. </Compile>
  395. <Compile Include="Coupling\FrmMachine.cs">
  396. <SubType>Form</SubType>
  397. </Compile>
  398. <Compile Include="Coupling\FrmMachine.Designer.cs">
  399. <DependentUpon>FrmMachine.cs</DependentUpon>
  400. </Compile>
  401. <Compile Include="Coupling\FrmWeiTuo.cs">
  402. <SubType>Form</SubType>
  403. </Compile>
  404. <Compile Include="Coupling\FrmWeiTuo.Designer.cs">
  405. <DependentUpon>FrmWeiTuo.cs</DependentUpon>
  406. </Compile>
  407. <Compile Include="Coupling\Oback.cs">
  408. <SubType>Form</SubType>
  409. </Compile>
  410. <Compile Include="Coupling\Oback.Designer.cs">
  411. <DependentUpon>Oback.cs</DependentUpon>
  412. </Compile>
  413. <Compile Include="Coupling\OffLine.cs">
  414. <SubType>Form</SubType>
  415. </Compile>
  416. <Compile Include="Coupling\OffLine.Designer.cs">
  417. <DependentUpon>OffLine.cs</DependentUpon>
  418. </Compile>
  419. <Compile Include="Coupling\OffLineCut.cs">
  420. <SubType>Form</SubType>
  421. </Compile>
  422. <Compile Include="Coupling\OffLineCut.Designer.cs">
  423. <DependentUpon>OffLineCut.cs</DependentUpon>
  424. </Compile>
  425. <Compile Include="Entity\ComMscJgEntity.cs" />
  426. <Compile Include="Entity\ComPlnOrderJgEntity.cs" />
  427. <Compile Include="Entity\CouplingButtressEntity.cs" />
  428. <Compile Include="Entity\CouplingCutResultEntity.cs" />
  429. <Compile Include="Entity\CouplingInspectionResultEntity.cs" />
  430. <Compile Include="Entity\CouplingMatButtressEntity.cs" />
  431. <Compile Include="Entity\CouplingMatDealEntity.cs" />
  432. <Compile Include="Entity\CouplingComInfoEntity.cs" />
  433. <Compile Include="Entity\CouplingLoadingResultEntity.cs" />
  434. <Compile Include="Entity\CouplingMatDealEntity1.cs" />
  435. <Compile Include="Entity\CouplingMatMEntity.cs" />
  436. <Compile Include="Entity\CouplingMatMEntity1.cs" />
  437. <Compile Include="Entity\CouplingOfflineResultEntity.cs" />
  438. <Compile Include="Entity\CouplingOutsourcResultEntity.cs" />
  439. <Compile Include="Entity\CouplingPhosphateResultEntity.cs" />
  440. <Compile Include="Entity\FrmOutPrce.cs">
  441. <SubType>Form</SubType>
  442. </Compile>
  443. <Compile Include="Entity\FrmOutPrce.Designer.cs">
  444. <DependentUpon>FrmOutPrce.cs</DependentUpon>
  445. </Compile>
  446. <Compile Include="Entity\JgPurchasePlanEntity.cs" />
  447. <Compile Include="Entity\MatBcMEntity.cs" />
  448. <Compile Include="Entity\PlnGxJgPropSEntity.cs" />
  449. <Compile Include="Entity\PlnZyJgMiddleEntity.cs" />
  450. <Compile Include="Entity\PlnZyJgWorkbillEntity.cs" />
  451. <Compile Include="Entity\PlnZyJgWorkMidbillEntity.cs" />
  452. <Compile Include="Entity\QcmAddAskEntity.cs" />
  453. <Compile Include="Entity\QcmZgJugdeApplyEntity.cs" />
  454. <Compile Include="Entity\YdmBcOutlistEntity.cs" />
  455. <Compile Include="Entity\YdmPlnSaleordEntity.cs" />
  456. <Compile Include="Entity\YdmZcInlistEntity.cs" />
  457. <Compile Include="Coupling\FrmInspection.cs">
  458. <SubType>Form</SubType>
  459. </Compile>
  460. <Compile Include="Coupling\FrmInspection.Designer.cs">
  461. <DependentUpon>FrmInspection.cs</DependentUpon>
  462. </Compile>
  463. <Compile Include="PlanComm\LogOperator.cs" />
  464. <Compile Include="PlanComm\PlanComm.cs" />
  465. <Compile Include="PlanComm\RollLenCal.cs" />
  466. <Compile Include="PlanComm\TreeViewHelper.cs" />
  467. <Compile Include="Properties\AssemblyInfo.cs" />
  468. <EmbeddedResource Include="CollarLibrary\FrmCollarDialog.resx">
  469. <DependentUpon>FrmCollarDialog.cs</DependentUpon>
  470. </EmbeddedResource>
  471. <EmbeddedResource Include="CollarLibrary\FrmCollarInBound.resx">
  472. <DependentUpon>FrmCollarInBound.cs</DependentUpon>
  473. </EmbeddedResource>
  474. <EmbeddedResource Include="CollarLibrary\FrmJGPurchasePlan.resx">
  475. <DependentUpon>FrmJGPurchasePlan.cs</DependentUpon>
  476. </EmbeddedResource>
  477. <EmbeddedResource Include="CollarLibrary\FrmCollarInventory.resx">
  478. <DependentUpon>FrmCollarInventory.cs</DependentUpon>
  479. </EmbeddedResource>
  480. <EmbeddedResource Include="CollarLibrary\FrmDealOut.resx">
  481. <DependentUpon>FrmDealOut.cs</DependentUpon>
  482. </EmbeddedResource>
  483. <EmbeddedResource Include="CollarLibrary\FrmOrderJg.resx">
  484. <DependentUpon>FrmOrderJg.cs</DependentUpon>
  485. </EmbeddedResource>
  486. <EmbeddedResource Include="CollarLibrary\FrmOutManagJg.resx">
  487. <DependentUpon>FrmOutManagJg.cs</DependentUpon>
  488. </EmbeddedResource>
  489. <EmbeddedResource Include="CollarLibrary\FrmCollarOutventory.resx">
  490. <DependentUpon>FrmCollarOutventory.cs</DependentUpon>
  491. </EmbeddedResource>
  492. <EmbeddedResource Include="CollarLibrary\FrmCollarOutBound.resx">
  493. <DependentUpon>FrmCollarOutBound.cs</DependentUpon>
  494. </EmbeddedResource>
  495. <EmbeddedResource Include="CollarLibrary\FrmRecipientsJg.resx">
  496. <DependentUpon>FrmRecipientsJg.cs</DependentUpon>
  497. </EmbeddedResource>
  498. <EmbeddedResource Include="CollarMaterial\FrmBoxMainTenance.resx">
  499. <DependentUpon>FrmBoxMainTenance.cs</DependentUpon>
  500. </EmbeddedResource>
  501. <EmbeddedResource Include="CollarMaterial\FrmBoxMainTenanceQ.resx">
  502. <DependentUpon>FrmBoxMainTenanceQ.cs</DependentUpon>
  503. </EmbeddedResource>
  504. <EmbeddedResource Include="CollarMaterial\FrmVarietie.resx">
  505. <DependentUpon>FrmVarietie.cs</DependentUpon>
  506. </EmbeddedResource>
  507. <EmbeddedResource Include="Coupling\ComCoupBug.resx">
  508. <DependentUpon>ComCoupBug.cs</DependentUpon>
  509. </EmbeddedResource>
  510. <EmbeddedResource Include="Coupling\ComCoupBugReasion.resx">
  511. <DependentUpon>ComCoupBugReasion.cs</DependentUpon>
  512. </EmbeddedResource>
  513. <EmbeddedResource Include="Coupling\FrmBcPipeApplPro.resx">
  514. <DependentUpon>FrmBcPipeApplPro.cs</DependentUpon>
  515. </EmbeddedResource>
  516. <EmbeddedResource Include="Coupling\FrmConfiguration.resx">
  517. <DependentUpon>FrmConfiguration.cs</DependentUpon>
  518. </EmbeddedResource>
  519. <EmbeddedResource Include="Coupling\FrmCouplingAppl.resx">
  520. <DependentUpon>FrmCouplingAppl.cs</DependentUpon>
  521. </EmbeddedResource>
  522. <EmbeddedResource Include="Coupling\FrmCouplingApplPh.resx">
  523. <DependentUpon>FrmCouplingApplPh.cs</DependentUpon>
  524. </EmbeddedResource>
  525. <EmbeddedResource Include="Coupling\FrmCouplingApplPro.resx">
  526. <DependentUpon>FrmCouplingApplPro.cs</DependentUpon>
  527. </EmbeddedResource>
  528. <EmbeddedResource Include="Coupling\FrmCouplingConfirm.resx">
  529. <DependentUpon>FrmCouplingConfirm.cs</DependentUpon>
  530. </EmbeddedResource>
  531. <EmbeddedResource Include="Coupling\FrmCoupLoading.resx">
  532. <DependentUpon>FrmCoupLoading.cs</DependentUpon>
  533. <SubType>Designer</SubType>
  534. </EmbeddedResource>
  535. <EmbeddedResource Include="Coupling\FrmDownLineManage.resx">
  536. <DependentUpon>FrmDownLineManage.cs</DependentUpon>
  537. </EmbeddedResource>
  538. <EmbeddedResource Include="Coupling\FrmMachineCut.resx">
  539. <DependentUpon>FrmMachineCut.cs</DependentUpon>
  540. </EmbeddedResource>
  541. <EmbeddedResource Include="Coupling\FrmOut.resx">
  542. <DependentUpon>FrmOut.cs</DependentUpon>
  543. </EmbeddedResource>
  544. <EmbeddedResource Include="Coupling\FrmOutManagement.resx">
  545. <DependentUpon>FrmOutManagement.cs</DependentUpon>
  546. </EmbeddedResource>
  547. <EmbeddedResource Include="Coupling\FrmPerformanceResult.resx">
  548. <DependentUpon>FrmPerformanceResult.cs</DependentUpon>
  549. <SubType>Designer</SubType>
  550. </EmbeddedResource>
  551. <EmbeddedResource Include="Coupling\FrmCutResult.resx">
  552. <DependentUpon>FrmCutResult.cs</DependentUpon>
  553. <SubType>Designer</SubType>
  554. </EmbeddedResource>
  555. <EmbeddedResource Include="Coupling\FrmInformation.resx">
  556. <DependentUpon>FrmInformation.cs</DependentUpon>
  557. </EmbeddedResource>
  558. <EmbeddedResource Include="Coupling\FrmInLibrary.resx">
  559. <DependentUpon>FrmInLibrary.cs</DependentUpon>
  560. </EmbeddedResource>
  561. <EmbeddedResource Include="Coupling\FrmInspection.resx">
  562. <DependentUpon>FrmInspection.cs</DependentUpon>
  563. </EmbeddedResource>
  564. <EmbeddedResource Include="Coupling\FrmOutSourPerfor.resx">
  565. <DependentUpon>FrmOutSourPerfor.cs</DependentUpon>
  566. <SubType>Designer</SubType>
  567. </EmbeddedResource>
  568. <EmbeddedResource Include="Coupling\FrmPhosphateResult.resx">
  569. <DependentUpon>FrmPhosphateResult.cs</DependentUpon>
  570. <SubType>Designer</SubType>
  571. </EmbeddedResource>
  572. <EmbeddedResource Include="Coupling\FrmPlnZyJgWorkBill.resx">
  573. <DependentUpon>FrmPlnZyJgWorkBill.cs</DependentUpon>
  574. </EmbeddedResource>
  575. <EmbeddedResource Include="Coupling\FrmQcmAddAsk.resx">
  576. <DependentUpon>FrmQcmAddAsk.cs</DependentUpon>
  577. </EmbeddedResource>
  578. <EmbeddedResource Include="Coupling\FrmQcmJgWt.resx">
  579. <DependentUpon>FrmQcmJgWt.cs</DependentUpon>
  580. </EmbeddedResource>
  581. <EmbeddedResource Include="Coupling\FrmSandBlast.resx">
  582. <DependentUpon>FrmSandBlast.cs</DependentUpon>
  583. </EmbeddedResource>
  584. <EmbeddedResource Include="Coupling\FrmSpitBill.resx">
  585. <DependentUpon>FrmSpitBill.cs</DependentUpon>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="Coupling\FrmThreadingResult.resx">
  588. <DependentUpon>FrmThreadingResult.cs</DependentUpon>
  589. <SubType>Designer</SubType>
  590. </EmbeddedResource>
  591. <EmbeddedResource Include="Coupling\FrmThreadInspectResult.resx">
  592. <DependentUpon>FrmThreadInspectResult.cs</DependentUpon>
  593. <SubType>Designer</SubType>
  594. </EmbeddedResource>
  595. <EmbeddedResource Include="Coupling\FrmMachine.resx">
  596. <DependentUpon>FrmMachine.cs</DependentUpon>
  597. </EmbeddedResource>
  598. <EmbeddedResource Include="Coupling\FrmWeiTuo.resx">
  599. <DependentUpon>FrmWeiTuo.cs</DependentUpon>
  600. </EmbeddedResource>
  601. <EmbeddedResource Include="Coupling\Oback.resx">
  602. <DependentUpon>Oback.cs</DependentUpon>
  603. </EmbeddedResource>
  604. <EmbeddedResource Include="Coupling\OffLine.resx">
  605. <DependentUpon>OffLine.cs</DependentUpon>
  606. </EmbeddedResource>
  607. <EmbeddedResource Include="Coupling\OffLineCut.resx">
  608. <DependentUpon>OffLineCut.cs</DependentUpon>
  609. </EmbeddedResource>
  610. <EmbeddedResource Include="Entity\FrmOutPRce.resx">
  611. <DependentUpon>FrmOutPrce.cs</DependentUpon>
  612. </EmbeddedResource>
  613. <EmbeddedResource Include="Properties\licenses.licx" />
  614. <EmbeddedResource Include="Report\FrmCouplingCutReport.resx">
  615. <DependentUpon>FrmCouplingCutReport.cs</DependentUpon>
  616. </EmbeddedResource>
  617. <EmbeddedResource Include="Report\FrmCouplingInlist.resx">
  618. <DependentUpon>FrmCouplingInlist.cs</DependentUpon>
  619. </EmbeddedResource>
  620. <EmbeddedResource Include="Report\FrmCouplingInspectReport.resx">
  621. <DependentUpon>FrmCouplingInspectReport.cs</DependentUpon>
  622. </EmbeddedResource>
  623. <EmbeddedResource Include="Report\FrmCouplingLoadReport.resx">
  624. <DependentUpon>FrmCouplingLoadReport.cs</DependentUpon>
  625. </EmbeddedResource>
  626. <EmbeddedResource Include="Report\FrmCouplingOnlist.resx">
  627. <DependentUpon>FrmCouplingOnlist.cs</DependentUpon>
  628. </EmbeddedResource>
  629. <EmbeddedResource Include="Report\FrmCouplingPhosphReport.resx">
  630. <DependentUpon>FrmCouplingPhosphReport.cs</DependentUpon>
  631. </EmbeddedResource>
  632. <EmbeddedResource Include="Report\FrmCouplingSandBlastReport.resx">
  633. <DependentUpon>FrmCouplingSandBlastReport.cs</DependentUpon>
  634. </EmbeddedResource>
  635. <EmbeddedResource Include="Report\FrmCouplingThreadInReport.resx">
  636. <DependentUpon>FrmCouplingThreadInReport.cs</DependentUpon>
  637. </EmbeddedResource>
  638. <EmbeddedResource Include="Report\FrmCouplingThreaReport.resx">
  639. <DependentUpon>FrmCouplingThreaReport.cs</DependentUpon>
  640. </EmbeddedResource>
  641. <EmbeddedResource Include="Report\FrmJGMatLiKuReport.resx">
  642. <DependentUpon>FrmJGMatLiKuReport.cs</DependentUpon>
  643. </EmbeddedResource>
  644. <EmbeddedResource Include="Report\FrmJGMatNoReport.resx">
  645. <DependentUpon>FrmJGMatNoReport.cs</DependentUpon>
  646. </EmbeddedResource>
  647. <EmbeddedResource Include="Report\FrmJGMatReport.resx">
  648. <DependentUpon>FrmJGMatReport.cs</DependentUpon>
  649. </EmbeddedResource>
  650. <EmbeddedResource Include="Report\FrmJGPerformance.resx">
  651. <DependentUpon>FrmjGPerformance.cs</DependentUpon>
  652. </EmbeddedResource>
  653. <EmbeddedResource Include="UpSetting\FrmUpSettingResult.resx">
  654. <DependentUpon>FrmUpSettingResult.cs</DependentUpon>
  655. <SubType>Designer</SubType>
  656. </EmbeddedResource>
  657. <None Include="Properties\DataSources\com.steering.mes.mcp.Craft.datasource" />
  658. <None Include="Properties\DataSources\com.steering.mes.mcp.entity.Craft.datasource" />
  659. <None Include="Properties\DataSources\com.steering.mes.mcp.entity.SinglePlan.datasource" />
  660. <None Include="Properties\DataSources\com.steering.mes.mcp.SinglePlan.datasource" />
  661. <None Include="Properties\DataSources\com.steering.mes.upsetting.Craft.datasource" />
  662. <None Include="Properties\DataSources\com.steering.mes.upsetting.UpSettingPlan.datasource" />
  663. <None Include="Properties\DataSources\Core.StlMes.Client.Mcp.Entity.ComMscJgEntity.datasource" />
  664. <None Include="Properties\DataSources\Core.StlMes.Client.Mcp.Entity.CouplingComInfoEntity.datasource" />
  665. <None Include="Properties\DataSources\Core.StlMes.Client.Mcp.Entity.CouplingMatDealEntity.datasource" />
  666. <None Include="Properties\DataSources\Core.StlMes.Client.Mcp.Entity.CouplingOutsourcResultEntity.datasource" />
  667. <None Include="Properties\DataSources\Core.StlMes.Client.Mcp.Entity.JgPurchasePlanEntity.datasource" />
  668. <None Include="Properties\Settings.settings">
  669. <Generator>SettingsSingleFileGenerator</Generator>
  670. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  671. </None>
  672. <Compile Include="Properties\Settings.Designer.cs">
  673. <AutoGen>True</AutoGen>
  674. <DependentUpon>Settings.settings</DependentUpon>
  675. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  676. </Compile>
  677. <Compile Include="Report\comm.cs" />
  678. <Compile Include="Report\FrmCouplingCutReport.cs">
  679. <SubType>Form</SubType>
  680. </Compile>
  681. <Compile Include="Report\FrmCouplingCutReport.Designer.cs">
  682. <DependentUpon>FrmCouplingCutReport.cs</DependentUpon>
  683. </Compile>
  684. <Compile Include="Report\FrmCouplingInlist.cs">
  685. <SubType>Form</SubType>
  686. </Compile>
  687. <Compile Include="Report\FrmCouplingInlist.Designer.cs">
  688. <DependentUpon>FrmCouplingInlist.cs</DependentUpon>
  689. </Compile>
  690. <Compile Include="Report\FrmCouplingInspectReport.cs">
  691. <SubType>Form</SubType>
  692. </Compile>
  693. <Compile Include="Report\FrmCouplingInspectReport.Designer.cs">
  694. <DependentUpon>FrmCouplingInspectReport.cs</DependentUpon>
  695. </Compile>
  696. <Compile Include="Report\FrmCouplingLoadReport.cs">
  697. <SubType>Form</SubType>
  698. </Compile>
  699. <Compile Include="Report\FrmCouplingLoadReport.Designer.cs">
  700. <DependentUpon>FrmCouplingLoadReport.cs</DependentUpon>
  701. </Compile>
  702. <Compile Include="Report\FrmCouplingOnlist.cs">
  703. <SubType>Form</SubType>
  704. </Compile>
  705. <Compile Include="Report\FrmCouplingOnlist.Designer.cs">
  706. <DependentUpon>FrmCouplingOnlist.cs</DependentUpon>
  707. </Compile>
  708. <Compile Include="Report\FrmCouplingPhosphReport.cs">
  709. <SubType>Form</SubType>
  710. </Compile>
  711. <Compile Include="Report\FrmCouplingPhosphReport.Designer.cs">
  712. <DependentUpon>FrmCouplingPhosphReport.cs</DependentUpon>
  713. </Compile>
  714. <Compile Include="Report\FrmCouplingSandBlastReport.cs">
  715. <SubType>Form</SubType>
  716. </Compile>
  717. <Compile Include="Report\FrmCouplingSandBlastReport.Designer.cs">
  718. <DependentUpon>FrmCouplingSandBlastReport.cs</DependentUpon>
  719. </Compile>
  720. <Compile Include="Report\FrmCouplingThreadInReport.cs">
  721. <SubType>Form</SubType>
  722. </Compile>
  723. <Compile Include="Report\FrmCouplingThreadInReport.Designer.cs">
  724. <DependentUpon>FrmCouplingThreadInReport.cs</DependentUpon>
  725. </Compile>
  726. <Compile Include="Report\FrmCouplingThreaReport.cs">
  727. <SubType>Form</SubType>
  728. </Compile>
  729. <Compile Include="Report\FrmCouplingThreaReport.Designer.cs">
  730. <DependentUpon>FrmCouplingThreaReport.cs</DependentUpon>
  731. </Compile>
  732. <Compile Include="Report\FrmJGMatLiKuReport.cs">
  733. <SubType>Form</SubType>
  734. </Compile>
  735. <Compile Include="Report\FrmJGMatLiKuReport.Designer.cs">
  736. <DependentUpon>FrmJGMatLiKuReport.cs</DependentUpon>
  737. </Compile>
  738. <Compile Include="Report\FrmJGMatNoReport.cs">
  739. <SubType>Form</SubType>
  740. </Compile>
  741. <Compile Include="Report\FrmJGMatNoReport.Designer.cs">
  742. <DependentUpon>FrmJGMatNoReport.cs</DependentUpon>
  743. </Compile>
  744. <Compile Include="Report\FrmJGMatReport.cs">
  745. <SubType>Form</SubType>
  746. </Compile>
  747. <Compile Include="Report\FrmJGMatReport.Designer.cs">
  748. <DependentUpon>FrmJGMatReport.cs</DependentUpon>
  749. </Compile>
  750. <Compile Include="Report\FrmjGPerformance.cs">
  751. <SubType>Form</SubType>
  752. </Compile>
  753. <Compile Include="Report\FrmJGPerformance.Designer.cs">
  754. <DependentUpon>FrmjGPerformance.cs</DependentUpon>
  755. </Compile>
  756. <Compile Include="UpSetting\Craft.cs" />
  757. <Compile Include="UpSetting\FrmUpSettingResult.cs">
  758. <SubType>Form</SubType>
  759. </Compile>
  760. <Compile Include="UpSetting\FrmUpSettingResult.Designer.cs">
  761. <DependentUpon>FrmUpSettingResult.cs</DependentUpon>
  762. </Compile>
  763. <Compile Include="UpSetting\UpSettingPlan.cs" />
  764. </ItemGroup>
  765. <ItemGroup>
  766. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  767. <Visible>False</Visible>
  768. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  769. <Install>false</Install>
  770. </BootstrapperPackage>
  771. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  772. <Visible>False</Visible>
  773. <ProductName>.NET Framework 3.5 SP1</ProductName>
  774. <Install>true</Install>
  775. </BootstrapperPackage>
  776. </ItemGroup>
  777. <ItemGroup>
  778. <None Include="Resources\Add.png" />
  779. </ItemGroup>
  780. <ItemGroup>
  781. <None Include="Resources\Exit.png" />
  782. </ItemGroup>
  783. <ItemGroup>
  784. <Content Include="管加工作业.txt" />
  785. </ItemGroup>
  786. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  787. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  788. Other similar extension points exist, see Microsoft.Common.targets.
  789. <Target Name="BeforeBuild">
  790. </Target>
  791. <Target Name="AfterBuild">
  792. </Target>
  793. -->
  794. </Project>