FileWatcher.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{DB114F68-6E53-4F84-9EF6-088419D1F9A2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FileWatcher</RootNamespace>
  11. <AssemblyName>FileWatcher</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <TargetFrameworkProfile />
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="Aspose.Cells">
  54. <HintPath>tool\Aspose.Cells.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Office.Interop.Excel, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  57. <SpecificVersion>False</SpecificVersion>
  58. <EmbedInteropTypes>True</EmbedInteropTypes>
  59. <HintPath>..\UAS-MES\Tool\Microsoft.Office.Interop.Excel.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json">
  62. <HintPath>..\TestProject\tool\Newtonsoft.Json.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NPOI">
  65. <HintPath>tool\NPOI.dll</HintPath>
  66. </Reference>
  67. <Reference Include="NPOI.OOXML">
  68. <HintPath>tool\NPOI.OOXML.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI.OpenXml4Net">
  71. <HintPath>tool\NPOI.OpenXml4Net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="NPOI.OpenXmlFormats">
  74. <HintPath>tool\NPOI.OpenXmlFormats.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  79. </Reference>
  80. <Reference Include="PresentationCore" />
  81. <Reference Include="System" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Web" />
  84. <Reference Include="System.Web.Extensions" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Deployment" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. <Reference Include="UMESDLLService, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>bin\Debug\UMESDLLService.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="AutoAnalysisXLSJC.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="AutoAnalysisXLSJC.Designer.cs">
  103. <DependentUpon>AutoAnalysisXLSJC.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="AutoMakeQTYRZ.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="AutoMakeQTYRZ.Designer.cs">
  109. <DependentUpon>AutoMakeQTYRZ.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="AutoMakeQTY.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="AutoMakeQTY.Designer.cs">
  115. <DependentUpon>AutoMakeQTY.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="AutoAnalysisDevice.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="AutoAnalysisDevice.Designer.cs">
  121. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="AutoAnalysisXmlByStep.cs">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="AutoAnalysisXmlByStep.Designer.cs">
  127. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="AutoAnalysisXml.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="AutoAnalysisXml.Designer.cs">
  133. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="BaseForm.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="BaseForm.Designer.cs">
  139. <DependentUpon>BaseForm.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="BaseUtil.cs" />
  142. <Compile Include="ClickPicBox.cs">
  143. <SubType>Component</SubType>
  144. </Compile>
  145. <Compile Include="ClickPicBox.Designer.cs">
  146. <DependentUpon>ClickPicBox.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="DataHelper.cs" />
  149. <Compile Include="DateWeek.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="DateWeek.Designer.cs">
  153. <DependentUpon>DateWeek.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="DbFind.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="DbFind.Designer.cs">
  159. <DependentUpon>DbFind.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="EnterTextBox.cs">
  162. <SubType>Component</SubType>
  163. </Compile>
  164. <Compile Include="EnterTextBox.Designer.cs">
  165. <DependentUpon>EnterTextBox.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="Form2.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="Form2.Designer.cs">
  171. <DependentUpon>Form2.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="Form4.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="Form4.Designer.cs">
  177. <DependentUpon>Form4.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="Form5.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="Form5.Designer.cs">
  183. <DependentUpon>Form5.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="LockCheckBox.cs">
  186. <SubType>Component</SubType>
  187. </Compile>
  188. <Compile Include="LockCheckBox.Designer.cs">
  189. <DependentUpon>LockCheckBox.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="MaCodeSearchTextBox.cs">
  192. <SubType>UserControl</SubType>
  193. </Compile>
  194. <Compile Include="MaCodeSearchTextBox.Designer.cs">
  195. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="MaCodeTextBox.cs">
  198. <SubType>Component</SubType>
  199. </Compile>
  200. <Compile Include="MaCodeTextBox.Designer.cs">
  201. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="Pagination.cs">
  204. <SubType>UserControl</SubType>
  205. </Compile>
  206. <Compile Include="Pagination.Designer.cs">
  207. <DependentUpon>Pagination.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="PaginationDbFind.cs">
  210. <SubType>UserControl</SubType>
  211. </Compile>
  212. <Compile Include="PaginationDbFind.Designer.cs">
  213. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="SearchTextBox.cs">
  216. <SubType>UserControl</SubType>
  217. </Compile>
  218. <Compile Include="SearchTextBox.Designer.cs">
  219. <DependentUpon>SearchTextBox.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="SerialPortCombox.cs">
  222. <SubType>UserControl</SubType>
  223. </Compile>
  224. <Compile Include="SerialPortCombox.Designer.cs">
  225. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="SOP.cs">
  228. <SubType>Form</SubType>
  229. </Compile>
  230. <Compile Include="SOP.Designer.cs">
  231. <DependentUpon>SOP.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="ftpOperater.cs" />
  234. <Compile Include="LoadingCircle.cs">
  235. <SubType>Component</SubType>
  236. </Compile>
  237. <Compile Include="LoadingCircle.Designer.cs">
  238. <DependentUpon>LoadingCircle.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="LogicHandler.cs" />
  241. <Compile Include="Login.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="Login.Designer.cs">
  245. <DependentUpon>Login.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="SetLoadingWindow.cs">
  248. <SubType>Form</SubType>
  249. </Compile>
  250. <Compile Include="SetLoadingWindow.Designer.cs">
  251. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="SystemInf.cs" />
  254. <Compile Include="TcpServer.cs" />
  255. <Compile Include="测试记录解析.cs">
  256. <SubType>Form</SubType>
  257. </Compile>
  258. <Compile Include="测试记录解析.Designer.cs">
  259. <DependentUpon>测试记录解析.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="Form1.cs">
  262. <SubType>Form</SubType>
  263. </Compile>
  264. <Compile Include="Form1.Designer.cs">
  265. <DependentUpon>Form1.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="Program.cs" />
  268. <Compile Include="Properties\AssemblyInfo.cs" />
  269. <Compile Include="首件仪上传.cs">
  270. <SubType>Form</SubType>
  271. </Compile>
  272. <Compile Include="首件仪上传.Designer.cs">
  273. <DependentUpon>首件仪上传.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="测试记录解析DCW.cs">
  276. <SubType>Form</SubType>
  277. </Compile>
  278. <Compile Include="测试记录解析DCW.Designer.cs">
  279. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  280. </Compile>
  281. <EmbeddedResource Include="AutoAnalysisXLSJC.resx">
  282. <DependentUpon>AutoAnalysisXLSJC.cs</DependentUpon>
  283. </EmbeddedResource>
  284. <EmbeddedResource Include="AutoMakeQTYRZ.resx">
  285. <DependentUpon>AutoMakeQTYRZ.cs</DependentUpon>
  286. </EmbeddedResource>
  287. <EmbeddedResource Include="AutoMakeQTY.resx">
  288. <DependentUpon>AutoMakeQTY.cs</DependentUpon>
  289. </EmbeddedResource>
  290. <EmbeddedResource Include="AutoAnalysisDevice.resx">
  291. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  292. </EmbeddedResource>
  293. <EmbeddedResource Include="AutoAnalysisXmlByStep.resx">
  294. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  295. </EmbeddedResource>
  296. <EmbeddedResource Include="AutoAnalysisXml.resx">
  297. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="BaseForm.resx">
  300. <DependentUpon>BaseForm.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="ClickPicBox.resx">
  303. <DependentUpon>ClickPicBox.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="DateWeek.resx">
  306. <DependentUpon>DateWeek.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="DbFind.resx">
  309. <DependentUpon>DbFind.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="EnterTextBox.resx">
  312. <DependentUpon>EnterTextBox.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="Form2.resx">
  315. <DependentUpon>Form2.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="Form4.resx">
  318. <DependentUpon>Form4.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="Form5.resx">
  321. <DependentUpon>Form5.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="LockCheckBox.resx">
  324. <DependentUpon>LockCheckBox.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="MaCodeSearchTextBox.resx">
  327. <DependentUpon>MaCodeSearchTextBox.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="MaCodeTextBox.resx">
  330. <DependentUpon>MaCodeTextBox.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="Pagination.resx">
  333. <DependentUpon>Pagination.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="PaginationDbFind.resx">
  336. <DependentUpon>PaginationDbFind.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="SearchTextBox.resx">
  339. <DependentUpon>SearchTextBox.cs</DependentUpon>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="SerialPortCombox.resx">
  342. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="SOP.resx">
  345. <DependentUpon>SOP.cs</DependentUpon>
  346. </EmbeddedResource>
  347. <EmbeddedResource Include="Login.resx">
  348. <DependentUpon>Login.cs</DependentUpon>
  349. </EmbeddedResource>
  350. <EmbeddedResource Include="SetLoadingWindow.resx">
  351. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  352. </EmbeddedResource>
  353. <EmbeddedResource Include="测试记录解析.resx">
  354. <DependentUpon>测试记录解析.cs</DependentUpon>
  355. </EmbeddedResource>
  356. <EmbeddedResource Include="Form1.resx">
  357. <DependentUpon>Form1.cs</DependentUpon>
  358. </EmbeddedResource>
  359. <EmbeddedResource Include="Properties\Resources.resx">
  360. <Generator>ResXFileCodeGenerator</Generator>
  361. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  362. <SubType>Designer</SubType>
  363. </EmbeddedResource>
  364. <Compile Include="Properties\Resources.Designer.cs">
  365. <AutoGen>True</AutoGen>
  366. <DependentUpon>Resources.resx</DependentUpon>
  367. <DesignTime>True</DesignTime>
  368. </Compile>
  369. <EmbeddedResource Include="首件仪上传.resx">
  370. <DependentUpon>首件仪上传.cs</DependentUpon>
  371. </EmbeddedResource>
  372. <EmbeddedResource Include="测试记录解析DCW.resx">
  373. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  374. </EmbeddedResource>
  375. <None Include="app.config" />
  376. <None Include="packages.config" />
  377. <None Include="Properties\Settings.settings">
  378. <Generator>SettingsSingleFileGenerator</Generator>
  379. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  380. </None>
  381. <Compile Include="Properties\Settings.Designer.cs">
  382. <AutoGen>True</AutoGen>
  383. <DependentUpon>Settings.settings</DependentUpon>
  384. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  385. </Compile>
  386. </ItemGroup>
  387. <ItemGroup>
  388. <Content Include="Resources\07.gif" />
  389. <Content Include="Resources\0802192135.png" />
  390. <Content Include="Resources\15aedb5b-a345-48b6-8b81-784e410d7fd1.png" />
  391. <Content Include="Resources\2-0btn_04.png" />
  392. <Content Include="Resources\2-0btn_07.png" />
  393. <Content Include="Resources\2-0btn_36.png" />
  394. <Content Include="Resources\20130711113247276.png" />
  395. <Content Include="Resources\46.gif" />
  396. <Content Include="Resources\83.gif" />
  397. <Content Include="Resources\b473847f-a85b-400e-807a-4875c4c07ff1.png" />
  398. <Content Include="Resources\Barcode_48px_1072745_easyicon.net.png" />
  399. <Content Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  400. <Content Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  401. <Content Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  402. <Content Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  403. <Content Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  404. <Content Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  405. <Content Include="Resources\box_17.453077699294px_1191579_easyicon.net.png" />
  406. <Content Include="Resources\box_26.17961654894px_1191579_easyicon.net.png" />
  407. <Content Include="Resources\btncheckoff1.png" />
  408. <Content Include="Resources\btncheckoff2.png" />
  409. <Content Include="Resources\btncheckoff3.png" />
  410. <Content Include="Resources\btncheckoff4.png" />
  411. <Content Include="Resources\btncheckoff5.png" />
  412. <Content Include="Resources\btncheckoff6.png" />
  413. <Content Include="Resources\btncheckon1.png" />
  414. <Content Include="Resources\btncheckon2.png" />
  415. <Content Include="Resources\btncheckon3.png" />
  416. <Content Include="Resources\btncheckon4.png" />
  417. <Content Include="Resources\btncheckon5.png" />
  418. <Content Include="Resources\btncheckon6.png" />
  419. <Content Include="Resources\change_password.png" />
  420. <Content Include="Resources\close.png" />
  421. <Content Include="Resources\close_16px_558195_easyicon.net.png" />
  422. <Content Include="Resources\CLOSE_24px_1115282_easyicon.net.png" />
  423. <Content Include="Resources\close_24px_1139093_easyicon.net.png" />
  424. <Content Include="Resources\close_24px_1139293_easyicon.net.png" />
  425. <Content Include="Resources\close_32px_1181428_easyicon.net.png" />
  426. <Content Include="Resources\Close_up_32px_1181430_easyicon.net.png" />
  427. <Content Include="Resources\defaulticon.png" />
  428. <Content Include="Resources\dialog_close_24px_1173781_easyicon.net.png" />
  429. <Content Include="Resources\dialog_error_5_48px_542794_easyicon.net.png" />
  430. <Content Include="Resources\down.png" />
  431. <Content Include="Resources\download_14.926374650513px_1191613_easyicon.net.png" />
  432. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  433. <Content Include="Resources\download_17.519713261649px_1200629_easyicon.net.png" />
  434. <Content Include="Resources\excel.png" />
  435. <Content Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  436. <Content Include="Resources\Excel_2013_16px_1180012_easyicon.net.png" />
  437. <Content Include="Resources\file.png" />
  438. <Content Include="Resources\file_24px_1133611_easyicon.net.png" />
  439. <Content Include="Resources\file_24px_1175380_easyicon.net.png" />
  440. <Content Include="Resources\file_info_64px_1176626_easyicon.net.png" />
  441. <Content Include="Resources\file_manager_24px_1145241_easyicon.net.png" />
  442. <Content Include="Resources\focus.png" />
  443. <Content Include="Resources\gray.png" />
  444. <Content Include="Resources\highlight.png" />
  445. <Content Include="Resources\icon_title.png" />
  446. <Content Include="Resources\Image1.bmp" />
  447. <Content Include="Resources\Light.png" />
  448. <Content Include="Resources\LoadingError.gif" />
  449. <Content Include="Resources\LoadingFormat.gif" />
  450. <Content Include="Resources\Lock24px.png" />
  451. <Content Include="Resources\lock_lock_24px.png" />
  452. <Content Include="Resources\lock_open_24px.png" />
  453. <Content Include="Resources\LoginBG.jpg" />
  454. <Content Include="Resources\Logout_32px_581264_easyicon.net.png" />
  455. <Content Include="Resources\minus.gif" />
  456. <Content Include="Resources\normal.png" />
  457. <Content Include="Resources\notice_text_editor_16px_11373_easyicon.net.png" />
  458. <Content Include="Resources\OQC作业.png" />
  459. <Content Include="Resources\People_48px_500819_easyicon.net.png" />
  460. <Content Include="Resources\plus.gif" />
  461. <Content Include="Resources\pluslogo.png" />
  462. <Content Include="Resources\preview_16px_25980_easyicon.net.png" />
  463. <Content Include="Resources\pwd.png" />
  464. <Content Include="Resources\refresh.png" />
  465. <Content Include="Resources\search_16px_1202802_easyicon.net.png" />
  466. <Content Include="Resources\Sound\1454.wav" />
  467. <Content Include="Resources\Sound\3291.wav" />
  468. <Content Include="Resources\Sound\3853.wav" />
  469. <Content Include="Resources\Sound\4082.wav" />
  470. <Content Include="Resources\Sound\5185.wav" />
  471. <Content Include="Resources\Sound\8378.wav" />
  472. <Content Include="Resources\Sound\9865.wav" />
  473. <Content Include="Resources\Sound\Windows Background.wav" />
  474. <Content Include="Resources\timg.jpg" />
  475. <Content Include="Resources\two_arrow_left.png" />
  476. <Content Include="Resources\two_arrow_right.png" />
  477. <Content Include="Resources\uas_blue.png" />
  478. <Content Include="Resources\updating.gif" />
  479. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  480. <Content Include="Resources\upload_17.459649122807px_1200703_easyicon.net.png" />
  481. <Content Include="Resources\upload_icon1.png" />
  482. <Content Include="Resources\White-side.png" />
  483. <Content Include="Resources\WhiteImage.png" />
  484. <Content Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  485. <Content Include="Resources\zxing_android_code_48px_1107946_easyicon.net.png" />
  486. <Content Include="Resources\产线作业.png" />
  487. <Content Include="Resources\人员管理.png" />
  488. <Content Include="Resources\仓库作业.png" />
  489. <Content Include="Resources\包装作业.png" />
  490. <Content Include="Resources\查询分析.png" />
  491. <Content Include="Resources\特殊作业.png" />
  492. <Content Include="Resources\系统设置.png" />
  493. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  494. <Content Include="tool\XlsCrt2.DLL" />
  495. <Content Include="tool\XlsxCrt.dll" />
  496. </ItemGroup>
  497. <ItemGroup>
  498. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  499. <Visible>False</Visible>
  500. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  501. <Install>true</Install>
  502. </BootstrapperPackage>
  503. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  504. <Visible>False</Visible>
  505. <ProductName>.NET Framework 3.5 SP1</ProductName>
  506. <Install>false</Install>
  507. </BootstrapperPackage>
  508. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  509. <Visible>False</Visible>
  510. <ProductName>Windows Installer 4.5</ProductName>
  511. <Install>true</Install>
  512. </BootstrapperPackage>
  513. </ItemGroup>
  514. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  515. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  516. Other similar extension points exist, see Microsoft.Common.targets.
  517. <Target Name="BeforeBuild">
  518. </Target>
  519. <Target Name="AfterBuild">
  520. </Target>
  521. -->
  522. </Project>