UAS-出货标签管理(贸易版).csproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  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>{B44AD0C1-6ED9-4811-8381-B0549B554194}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UAS_LabelMachine</RootNamespace>
  11. <AssemblyName>UAS_LabelMachine</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <IsWebBootstrapper>true</IsWebBootstrapper>
  16. <TargetFrameworkProfile />
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. <PublishUrl>F:\MESRelease\</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Web</InstallFrom>
  28. <UpdateEnabled>true</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>false</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <InstallUrl>http://218.17.158.219:8888/publish.htm/</InstallUrl>
  36. <ProductName>UAS-出货标签管理</ProductName>
  37. <PublisherName>深圳市优软科技有限公司</PublisherName>
  38. <SuiteName>UAS-出货标签管理</SuiteName>
  39. <MinimumRequiredVersion>1.0.0.0</MinimumRequiredVersion>
  40. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  41. <WebPage>publish.htm</WebPage>
  42. <ApplicationRevision>0</ApplicationRevision>
  43. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  44. <UseApplicationTrust>true</UseApplicationTrust>
  45. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  46. <ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
  47. <PublishWizardCompleted>true</PublishWizardCompleted>
  48. <BootstrapperEnabled>true</BootstrapperEnabled>
  49. </PropertyGroup>
  50. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  51. <PlatformTarget>x86</PlatformTarget>
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\Debug\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. </PropertyGroup>
  60. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  61. <PlatformTarget>AnyCPU</PlatformTarget>
  62. <DebugType>pdbonly</DebugType>
  63. <Optimize>true</Optimize>
  64. <OutputPath>bin\Release\</OutputPath>
  65. <DefineConstants>TRACE</DefineConstants>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. </PropertyGroup>
  69. <PropertyGroup>
  70. <ManifestCertificateThumbprint>0702B5BD480611CA32663309A8FD3717B722E307</ManifestCertificateThumbprint>
  71. </PropertyGroup>
  72. <PropertyGroup>
  73. <ManifestKeyFile>
  74. </ManifestKeyFile>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <GenerateManifests>true</GenerateManifests>
  78. </PropertyGroup>
  79. <PropertyGroup>
  80. <SignManifests>true</SignManifests>
  81. </PropertyGroup>
  82. <PropertyGroup>
  83. <SignAssembly>true</SignAssembly>
  84. </PropertyGroup>
  85. <PropertyGroup>
  86. <AssemblyOriginatorKeyFile>
  87. </AssemblyOriginatorKeyFile>
  88. </PropertyGroup>
  89. <PropertyGroup />
  90. <PropertyGroup>
  91. <TargetZone>LocalIntranet</TargetZone>
  92. </PropertyGroup>
  93. <PropertyGroup>
  94. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  95. </PropertyGroup>
  96. <PropertyGroup>
  97. <ApplicationIcon>Resources\print_128px_1082624_easyicon.net.ico</ApplicationIcon>
  98. </PropertyGroup>
  99. <ItemGroup>
  100. <Reference Include="Analysis">
  101. <HintPath>tool\Analysis.dll</HintPath>
  102. </Reference>
  103. <Reference Include="CheckBoxComboBox">
  104. <HintPath>tool\CheckBoxComboBox.dll</HintPath>
  105. </Reference>
  106. <Reference Include="ICSharpCode.SharpZipLib">
  107. <HintPath>tool\ICSharpCode.SharpZipLib.dll</HintPath>
  108. </Reference>
  109. <Reference Include="NPOI">
  110. <HintPath>tool\NPOI.dll</HintPath>
  111. </Reference>
  112. <Reference Include="NPOI.OOXML">
  113. <HintPath>tool\NPOI.OOXML.dll</HintPath>
  114. </Reference>
  115. <Reference Include="NPOI.OpenXml4Net">
  116. <HintPath>tool\NPOI.OpenXml4Net.dll</HintPath>
  117. </Reference>
  118. <Reference Include="NPOI.OpenXmlFormats">
  119. <HintPath>tool\NPOI.OpenXmlFormats.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Oracle.ManagedDataAccess">
  122. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  123. </Reference>
  124. <Reference Include="Seagull.BarTender.Print, Version=10.1.3.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=x86">
  125. <SpecificVersion>False</SpecificVersion>
  126. <HintPath>tool\Seagull.BarTender.Print.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System" />
  129. <Reference Include="System.ComponentModel.DataAnnotations" />
  130. <Reference Include="System.configuration" />
  131. <Reference Include="System.Core" />
  132. <Reference Include="System.Data.Linq" />
  133. <Reference Include="System.Data.SQLite, Version=1.0.82.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>tool\System.Data.SQLite.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Runtime.Serialization" />
  138. <Reference Include="System.ServiceModel" />
  139. <Reference Include="System.Web" />
  140. <Reference Include="System.Web.Extensions" />
  141. <Reference Include="System.Xml.Linq" />
  142. <Reference Include="System.Data.DataSetExtensions" />
  143. <Reference Include="Microsoft.CSharp" />
  144. <Reference Include="System.Data" />
  145. <Reference Include="System.Deployment" />
  146. <Reference Include="System.Drawing" />
  147. <Reference Include="System.Windows.Forms" />
  148. <Reference Include="System.Xml" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Compile Include="CustomControl\BlurSearch.cs">
  152. <SubType>UserControl</SubType>
  153. </Compile>
  154. <Compile Include="CustomControl\BlurSearch.Designer.cs">
  155. <DependentUpon>BlurSearch.cs</DependentUpon>
  156. </Compile>
  157. <Compile Include="CustomControl\ChooseAllButton.cs">
  158. <SubType>Component</SubType>
  159. </Compile>
  160. <Compile Include="CustomControl\ChooseAllButton.Designer.cs">
  161. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="CustomControl\DataGridViewWithSerialNum.cs">
  164. <SubType>Component</SubType>
  165. </Compile>
  166. <Compile Include="CustomControl\DataGridViewWithSerialNum.Designer.cs">
  167. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="CustomControl\EnterTextBox.cs">
  170. <SubType>Component</SubType>
  171. </Compile>
  172. <Compile Include="CustomControl\EnterTextBox.Designer.cs">
  173. <DependentUpon>EnterTextBox.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="CustomControl\GroupBoxWithBorder.cs">
  176. <SubType>Component</SubType>
  177. </Compile>
  178. <Compile Include="CustomControl\GroupBoxWithBorder.Designer.cs">
  179. <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="CustomControl\HeadBar.cs">
  182. <SubType>UserControl</SubType>
  183. </Compile>
  184. <Compile Include="CustomControl\HeadBar.Designer.cs">
  185. <DependentUpon>HeadBar.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="CustomControl\LoadingCircle.cs">
  188. <SubType>Component</SubType>
  189. </Compile>
  190. <Compile Include="CustomControl\LoadingCircle.Designer.cs">
  191. <DependentUpon>LoadingCircle.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="CustomControl\NormalButton.cs">
  194. <SubType>Component</SubType>
  195. </Compile>
  196. <Compile Include="CustomControl\NormalButton.Designer.cs">
  197. <DependentUpon>NormalButton.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="CustomControl\NumOnlyTextBox.cs">
  200. <SubType>Component</SubType>
  201. </Compile>
  202. <Compile Include="CustomControl\NumOnlyTextBox.Designer.cs">
  203. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="CustomControl\Pagination.cs">
  206. <SubType>UserControl</SubType>
  207. </Compile>
  208. <Compile Include="CustomControl\Pagination.Designer.cs">
  209. <DependentUpon>Pagination.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="CustomControl\PrinterCombox.cs">
  212. <SubType>UserControl</SubType>
  213. </Compile>
  214. <Compile Include="CustomControl\PrinterCombox.Designer.cs">
  215. <DependentUpon>PrinterCombox.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="CustomControl\RichTextAutoBottom.cs">
  218. <SubType>Component</SubType>
  219. </Compile>
  220. <Compile Include="CustomControl\RichTextAutoBottom.Designer.cs">
  221. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="CustomControl\SearchTextBox.cs">
  224. <SubType>UserControl</SubType>
  225. </Compile>
  226. <Compile Include="CustomControl\SearchTextBox.Designer.cs">
  227. <DependentUpon>SearchTextBox.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="CustomerRule.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="CustomerRule.Designer.cs">
  233. <DependentUpon>CustomerRule.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="SetLotNo.cs">
  236. <SubType>Form</SubType>
  237. </Compile>
  238. <Compile Include="SetLotNo.Designer.cs">
  239. <DependentUpon>SetLotNo.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="DateCodeSetAndPrint.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="DateCodeSetAndPrint.Designer.cs">
  245. <DependentUpon>DateCodeSetAndPrint.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="DbFind.cs">
  248. <SubType>Form</SubType>
  249. </Compile>
  250. <Compile Include="DbFind.Designer.cs">
  251. <DependentUpon>DbFind.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="Entity\SystemInf.cs" />
  254. <Compile Include="Entity\User.cs" />
  255. <Compile Include="ExportColumns.cs">
  256. <SubType>Form</SubType>
  257. </Compile>
  258. <Compile Include="ExportColumns.Designer.cs">
  259. <DependentUpon>ExportColumns.cs</DependentUpon>
  260. </Compile>
  261. <Compile Include="ExportExcel.cs">
  262. <SubType>Form</SubType>
  263. </Compile>
  264. <Compile Include="ExportExcel.Designer.cs">
  265. <DependentUpon>ExportExcel.cs</DependentUpon>
  266. </Compile>
  267. <Compile Include="Login.cs">
  268. <SubType>Form</SubType>
  269. </Compile>
  270. <Compile Include="Login.Designer.cs">
  271. <DependentUpon>Login.cs</DependentUpon>
  272. </Compile>
  273. <Compile Include="PowerSetting.cs">
  274. <SubType>Form</SubType>
  275. </Compile>
  276. <Compile Include="PowerSetting.Designer.cs">
  277. <DependentUpon>PowerSetting.cs</DependentUpon>
  278. </Compile>
  279. <Compile Include="PreViewWindow.cs">
  280. <SubType>Form</SubType>
  281. </Compile>
  282. <Compile Include="PreViewWindow.Designer.cs">
  283. <DependentUpon>PreViewWindow.cs</DependentUpon>
  284. </Compile>
  285. <Compile Include="Properties\Settings1.Designer.cs">
  286. <AutoGen>True</AutoGen>
  287. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  288. <DependentUpon>Settings.settings</DependentUpon>
  289. </Compile>
  290. <Compile Include="PublicMethod\ArrayList.cs" />
  291. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  292. <Compile Include="PublicMethod\BaseUtil.cs" />
  293. <Compile Include="PublicMethod\DataHelper.cs" />
  294. <Compile Include="PublicMethod\ExcelHandler.cs" />
  295. <Compile Include="PublicMethod\ftpOperater.cs" />
  296. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  297. <Compile Include="PublicMethod\HttpHandler.cs" />
  298. <Compile Include="PublicMethod\LogicHandler.cs" />
  299. <Compile Include="PublicMethod\LogManager.cs" />
  300. <Compile Include="PublicMethod\Print.cs" />
  301. <Compile Include="PublicMethod\SqliteDBHelper.cs" />
  302. <Compile Include="ReSetMaxNum.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="ReSetMaxNum.Designer.cs">
  306. <DependentUpon>ReSetMaxNum.cs</DependentUpon>
  307. </Compile>
  308. <Compile Include="Service References\Vivo_BoxReelRelation\Reference.cs">
  309. <AutoGen>True</AutoGen>
  310. <DesignTime>True</DesignTime>
  311. <DependentUpon>Reference.svcmap</DependentUpon>
  312. </Compile>
  313. <Compile Include="Service References\Vivo_GetPlateID\Reference.cs">
  314. <AutoGen>True</AutoGen>
  315. <DesignTime>True</DesignTime>
  316. <DependentUpon>Reference.svcmap</DependentUpon>
  317. </Compile>
  318. <Compile Include="SetLoadingWindow.cs">
  319. <SubType>Form</SubType>
  320. </Compile>
  321. <Compile Include="SetLoadingWindow.Designer.cs">
  322. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  323. </Compile>
  324. <Compile Include="Settings.cs" />
  325. <Compile Include="客户标签维护.cs">
  326. <SubType>Form</SubType>
  327. </Compile>
  328. <Compile Include="客户标签维护.Designer.cs">
  329. <DependentUpon>客户标签维护.cs</DependentUpon>
  330. </Compile>
  331. <Compile Include="生成条码.cs">
  332. <SubType>Form</SubType>
  333. </Compile>
  334. <Compile Include="生成条码.Designer.cs">
  335. <DependentUpon>生成条码.cs</DependentUpon>
  336. </Compile>
  337. <Compile Include="UAS_出货标签管理.cs">
  338. <SubType>Form</SubType>
  339. </Compile>
  340. <Compile Include="UAS_出货标签管理.Designer.cs">
  341. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  342. </Compile>
  343. <Compile Include="Program.cs" />
  344. <Compile Include="Properties\AssemblyInfo.cs" />
  345. <Compile Include="采集策略.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="采集策略.Designer.cs">
  349. <DependentUpon>采集策略.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="附件内容打印.cs">
  352. <SubType>Form</SubType>
  353. </Compile>
  354. <Compile Include="附件内容打印.Designer.cs">
  355. <DependentUpon>附件内容打印.cs</DependentUpon>
  356. </Compile>
  357. <EmbeddedResource Include="CustomControl\BlurSearch.resx">
  358. <DependentUpon>BlurSearch.cs</DependentUpon>
  359. </EmbeddedResource>
  360. <EmbeddedResource Include="CustomControl\DataGridViewWithSerialNum.resx">
  361. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  362. </EmbeddedResource>
  363. <EmbeddedResource Include="CustomControl\EnterTextBox.resx">
  364. <DependentUpon>EnterTextBox.cs</DependentUpon>
  365. </EmbeddedResource>
  366. <EmbeddedResource Include="CustomControl\HeadBar.resx">
  367. <DependentUpon>HeadBar.cs</DependentUpon>
  368. </EmbeddedResource>
  369. <EmbeddedResource Include="CustomControl\HeadBar.zu.resx">
  370. <DependentUpon>HeadBar.cs</DependentUpon>
  371. </EmbeddedResource>
  372. <EmbeddedResource Include="CustomControl\NumOnlyTextBox.resx">
  373. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  374. </EmbeddedResource>
  375. <EmbeddedResource Include="CustomControl\Pagination.resx">
  376. <DependentUpon>Pagination.cs</DependentUpon>
  377. </EmbeddedResource>
  378. <EmbeddedResource Include="CustomControl\PrinterCombox.resx">
  379. <DependentUpon>PrinterCombox.cs</DependentUpon>
  380. </EmbeddedResource>
  381. <EmbeddedResource Include="CustomControl\SearchTextBox.resx">
  382. <DependentUpon>SearchTextBox.cs</DependentUpon>
  383. </EmbeddedResource>
  384. <EmbeddedResource Include="CustomerRule.resx">
  385. <DependentUpon>CustomerRule.cs</DependentUpon>
  386. </EmbeddedResource>
  387. <EmbeddedResource Include="SetLotNo.resx">
  388. <DependentUpon>SetLotNo.cs</DependentUpon>
  389. </EmbeddedResource>
  390. <EmbeddedResource Include="DateCodeSetAndPrint.resx">
  391. <DependentUpon>DateCodeSetAndPrint.cs</DependentUpon>
  392. </EmbeddedResource>
  393. <EmbeddedResource Include="DbFind.resx">
  394. <DependentUpon>DbFind.cs</DependentUpon>
  395. </EmbeddedResource>
  396. <EmbeddedResource Include="ExportColumns.resx">
  397. <DependentUpon>ExportColumns.cs</DependentUpon>
  398. </EmbeddedResource>
  399. <EmbeddedResource Include="ExportExcel.resx">
  400. <DependentUpon>ExportExcel.cs</DependentUpon>
  401. </EmbeddedResource>
  402. <EmbeddedResource Include="Login.resx">
  403. <DependentUpon>Login.cs</DependentUpon>
  404. </EmbeddedResource>
  405. <EmbeddedResource Include="PowerSetting.resx">
  406. <DependentUpon>PowerSetting.cs</DependentUpon>
  407. </EmbeddedResource>
  408. <EmbeddedResource Include="PreViewWindow.resx">
  409. <DependentUpon>PreViewWindow.cs</DependentUpon>
  410. </EmbeddedResource>
  411. <EmbeddedResource Include="ReSetMaxNum.resx">
  412. <DependentUpon>ReSetMaxNum.cs</DependentUpon>
  413. </EmbeddedResource>
  414. <EmbeddedResource Include="SetLoadingWindow.resx">
  415. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  416. </EmbeddedResource>
  417. <EmbeddedResource Include="客户标签维护.resx">
  418. <DependentUpon>客户标签维护.cs</DependentUpon>
  419. </EmbeddedResource>
  420. <EmbeddedResource Include="生成条码.resx">
  421. <DependentUpon>生成条码.cs</DependentUpon>
  422. </EmbeddedResource>
  423. <EmbeddedResource Include="UAS_出货标签管理.resx">
  424. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  425. </EmbeddedResource>
  426. <EmbeddedResource Include="Properties\Resources.resx">
  427. <Generator>ResXFileCodeGenerator</Generator>
  428. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  429. <SubType>Designer</SubType>
  430. </EmbeddedResource>
  431. <Compile Include="Properties\Resources.Designer.cs">
  432. <AutoGen>True</AutoGen>
  433. <DependentUpon>Resources.resx</DependentUpon>
  434. <DesignTime>True</DesignTime>
  435. </Compile>
  436. <EmbeddedResource Include="采集策略.resx">
  437. <DependentUpon>采集策略.cs</DependentUpon>
  438. </EmbeddedResource>
  439. <EmbeddedResource Include="附件内容打印.resx">
  440. <DependentUpon>附件内容打印.cs</DependentUpon>
  441. </EmbeddedResource>
  442. <None Include="Properties\app.manifest" />
  443. <None Include="Properties\Settings.settings">
  444. <Generator>SettingsSingleFileGenerator</Generator>
  445. <LastGenOutput>Settings1.Designer.cs</LastGenOutput>
  446. </None>
  447. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.wsdl" />
  448. <None Include="Service References\Vivo_BoxReelRelation\UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity.datasource">
  449. <DependentUpon>Reference.svcmap</DependentUpon>
  450. </None>
  451. <None Include="Service References\Vivo_GetPlateID\ReelAPI.wsdl" />
  452. <None Include="Service References\Vivo_GetPlateID\UAS_LabelMachine.Vivo_GetPlateID.ReelEntity.datasource">
  453. <DependentUpon>Reference.svcmap</DependentUpon>
  454. </None>
  455. <None Include="tool\Lppx2.tlb" />
  456. </ItemGroup>
  457. <ItemGroup>
  458. <None Include="App.config">
  459. <SubType>Designer</SubType>
  460. </None>
  461. </ItemGroup>
  462. <ItemGroup>
  463. <None Include="Resources\timg.jpg" />
  464. </ItemGroup>
  465. <ItemGroup>
  466. <None Include="Resources\users_user_72px_523311_easyicon.net.png" />
  467. </ItemGroup>
  468. <ItemGroup>
  469. <None Include="Resources\users.png" />
  470. </ItemGroup>
  471. <ItemGroup>
  472. <None Include="Resources\Login_Icon.gif" />
  473. </ItemGroup>
  474. <ItemGroup>
  475. <None Include="Resources\1 %284%29.gif" />
  476. </ItemGroup>
  477. <ItemGroup>
  478. <None Include="Resources\46.gif" />
  479. </ItemGroup>
  480. <ItemGroup>
  481. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  482. <Visible>False</Visible>
  483. <ProductName>.NET Framework 3.5 SP1</ProductName>
  484. <Install>true</Install>
  485. </BootstrapperPackage>
  486. </ItemGroup>
  487. <ItemGroup>
  488. <PublishFile Include="BtSystem.Client">
  489. <Visible>False</Visible>
  490. <Group>
  491. </Group>
  492. <TargetPath>
  493. </TargetPath>
  494. <PublishState>Exclude</PublishState>
  495. <IncludeHash>True</IncludeHash>
  496. <FileType>Assembly</FileType>
  497. </PublishFile>
  498. <PublishFile Include="BtSystem.Client.Reader">
  499. <Visible>False</Visible>
  500. <Group>
  501. </Group>
  502. <TargetPath>
  503. </TargetPath>
  504. <PublishState>Exclude</PublishState>
  505. <IncludeHash>True</IncludeHash>
  506. <FileType>Assembly</FileType>
  507. </PublishFile>
  508. <PublishFile Include="BtSystem.Interfaces">
  509. <Visible>False</Visible>
  510. <Group>
  511. </Group>
  512. <TargetPath>
  513. </TargetPath>
  514. <PublishState>Exclude</PublishState>
  515. <IncludeHash>True</IncludeHash>
  516. <FileType>Assembly</FileType>
  517. </PublishFile>
  518. <PublishFile Include="BtSystem.Network">
  519. <Visible>False</Visible>
  520. <Group>
  521. </Group>
  522. <TargetPath>
  523. </TargetPath>
  524. <PublishState>Exclude</PublishState>
  525. <IncludeHash>True</IncludeHash>
  526. <FileType>Assembly</FileType>
  527. </PublishFile>
  528. <PublishFile Include="BtSystem.Reprint.Support">
  529. <Visible>False</Visible>
  530. <Group>
  531. </Group>
  532. <TargetPath>
  533. </TargetPath>
  534. <PublishState>Exclude</PublishState>
  535. <IncludeHash>True</IncludeHash>
  536. <FileType>Assembly</FileType>
  537. </PublishFile>
  538. <PublishFile Include="BtSystem.Strings">
  539. <Visible>False</Visible>
  540. <Group>
  541. </Group>
  542. <TargetPath>
  543. </TargetPath>
  544. <PublishState>Exclude</PublishState>
  545. <IncludeHash>True</IncludeHash>
  546. <FileType>Assembly</FileType>
  547. </PublishFile>
  548. <PublishFile Include="BtSystem.Support">
  549. <Visible>False</Visible>
  550. <Group>
  551. </Group>
  552. <TargetPath>
  553. </TargetPath>
  554. <PublishState>Exclude</PublishState>
  555. <IncludeHash>True</IncludeHash>
  556. <FileType>Assembly</FileType>
  557. </PublishFile>
  558. <PublishFile Include="BtSystem.UI">
  559. <Visible>False</Visible>
  560. <Group>
  561. </Group>
  562. <TargetPath>
  563. </TargetPath>
  564. <PublishState>Exclude</PublishState>
  565. <IncludeHash>True</IncludeHash>
  566. <FileType>Assembly</FileType>
  567. </PublishFile>
  568. <PublishFile Include="DevExpress.Data.v11.1">
  569. <Visible>False</Visible>
  570. <Group>
  571. </Group>
  572. <TargetPath>
  573. </TargetPath>
  574. <PublishState>Exclude</PublishState>
  575. <IncludeHash>True</IncludeHash>
  576. <FileType>Assembly</FileType>
  577. </PublishFile>
  578. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  579. <Visible>False</Visible>
  580. <Group>
  581. </Group>
  582. <TargetPath>
  583. </TargetPath>
  584. <PublishState>Exclude</PublishState>
  585. <IncludeHash>True</IncludeHash>
  586. <FileType>Assembly</FileType>
  587. </PublishFile>
  588. <PublishFile Include="DevExpress.Utils.v11.1">
  589. <Visible>False</Visible>
  590. <Group>
  591. </Group>
  592. <TargetPath>
  593. </TargetPath>
  594. <PublishState>Exclude</PublishState>
  595. <IncludeHash>True</IncludeHash>
  596. <FileType>Assembly</FileType>
  597. </PublishFile>
  598. <PublishFile Include="DevExpress.Xpo.v11.1">
  599. <Visible>False</Visible>
  600. <Group>
  601. </Group>
  602. <TargetPath>
  603. </TargetPath>
  604. <PublishState>Exclude</PublishState>
  605. <IncludeHash>True</IncludeHash>
  606. <FileType>Assembly</FileType>
  607. </PublishFile>
  608. <PublishFile Include="DevExpress.XtraBars.v11.1">
  609. <Visible>False</Visible>
  610. <Group>
  611. </Group>
  612. <TargetPath>
  613. </TargetPath>
  614. <PublishState>Exclude</PublishState>
  615. <IncludeHash>True</IncludeHash>
  616. <FileType>Assembly</FileType>
  617. </PublishFile>
  618. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  619. <Visible>False</Visible>
  620. <Group>
  621. </Group>
  622. <TargetPath>
  623. </TargetPath>
  624. <PublishState>Exclude</PublishState>
  625. <IncludeHash>True</IncludeHash>
  626. <FileType>Assembly</FileType>
  627. </PublishFile>
  628. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  629. <Visible>False</Visible>
  630. <Group>
  631. </Group>
  632. <TargetPath>
  633. </TargetPath>
  634. <PublishState>Exclude</PublishState>
  635. <IncludeHash>True</IncludeHash>
  636. <FileType>Assembly</FileType>
  637. </PublishFile>
  638. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  639. <Visible>False</Visible>
  640. <Group>
  641. </Group>
  642. <TargetPath>
  643. </TargetPath>
  644. <PublishState>Exclude</PublishState>
  645. <IncludeHash>True</IncludeHash>
  646. <FileType>Assembly</FileType>
  647. </PublishFile>
  648. <PublishFile Include="Interop.BarTender">
  649. <Visible>False</Visible>
  650. <Group>
  651. </Group>
  652. <TargetPath>
  653. </TargetPath>
  654. <PublishState>Exclude</PublishState>
  655. <IncludeHash>True</IncludeHash>
  656. <FileType>Assembly</FileType>
  657. </PublishFile>
  658. <PublishFile Include="Interop.NetFwTypeLib">
  659. <Visible>False</Visible>
  660. <Group>
  661. </Group>
  662. <TargetPath>
  663. </TargetPath>
  664. <PublishState>Exclude</PublishState>
  665. <IncludeHash>True</IncludeHash>
  666. <FileType>Assembly</FileType>
  667. </PublishFile>
  668. <PublishFile Include="Maestro.Interface">
  669. <Visible>False</Visible>
  670. <Group>
  671. </Group>
  672. <TargetPath>
  673. </TargetPath>
  674. <PublishState>Exclude</PublishState>
  675. <IncludeHash>True</IncludeHash>
  676. <FileType>Assembly</FileType>
  677. </PublishFile>
  678. <PublishFile Include="Maestro.Library">
  679. <Visible>False</Visible>
  680. <Group>
  681. </Group>
  682. <TargetPath>
  683. </TargetPath>
  684. <PublishState>Exclude</PublishState>
  685. <IncludeHash>True</IncludeHash>
  686. <FileType>Assembly</FileType>
  687. </PublishFile>
  688. <PublishFile Include="Seagull.Framework">
  689. <Visible>False</Visible>
  690. <Group>
  691. </Group>
  692. <TargetPath>
  693. </TargetPath>
  694. <PublishState>Exclude</PublishState>
  695. <IncludeHash>True</IncludeHash>
  696. <FileType>Assembly</FileType>
  697. </PublishFile>
  698. <PublishFile Include="Seagull.Framework.Interop">
  699. <Visible>False</Visible>
  700. <Group>
  701. </Group>
  702. <TargetPath>
  703. </TargetPath>
  704. <PublishState>Exclude</PublishState>
  705. <IncludeHash>True</IncludeHash>
  706. <FileType>Assembly</FileType>
  707. </PublishFile>
  708. <PublishFile Include="Seagull.Interop">
  709. <Visible>False</Visible>
  710. <Group>
  711. </Group>
  712. <TargetPath>
  713. </TargetPath>
  714. <PublishState>Exclude</PublishState>
  715. <IncludeHash>True</IncludeHash>
  716. <FileType>Assembly</FileType>
  717. </PublishFile>
  718. <PublishFile Include="Seagull.Librarian.Core">
  719. <Visible>False</Visible>
  720. <Group>
  721. </Group>
  722. <TargetPath>
  723. </TargetPath>
  724. <PublishState>Exclude</PublishState>
  725. <IncludeHash>True</IncludeHash>
  726. <FileType>Assembly</FileType>
  727. </PublishFile>
  728. <PublishFile Include="Seagull.Security">
  729. <Visible>False</Visible>
  730. <Group>
  731. </Group>
  732. <TargetPath>
  733. </TargetPath>
  734. <PublishState>Exclude</PublishState>
  735. <IncludeHash>True</IncludeHash>
  736. <FileType>Assembly</FileType>
  737. </PublishFile>
  738. <PublishFile Include="Seagull.Security.Interop">
  739. <Visible>False</Visible>
  740. <Group>
  741. </Group>
  742. <TargetPath>
  743. </TargetPath>
  744. <PublishState>Exclude</PublishState>
  745. <IncludeHash>True</IncludeHash>
  746. <FileType>Assembly</FileType>
  747. </PublishFile>
  748. <PublishFile Include="Seagull.XpoDataAccess">
  749. <Visible>False</Visible>
  750. <Group>
  751. </Group>
  752. <TargetPath>
  753. </TargetPath>
  754. <PublishState>Exclude</PublishState>
  755. <IncludeHash>True</IncludeHash>
  756. <FileType>Assembly</FileType>
  757. </PublishFile>
  758. </ItemGroup>
  759. <ItemGroup>
  760. <None Include="Resources\preview_16px_25980_easyicon.net.png" />
  761. </ItemGroup>
  762. <ItemGroup>
  763. <COMReference Include="LabelManager2">
  764. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  765. <VersionMajor>6</VersionMajor>
  766. <VersionMinor>0</VersionMinor>
  767. <Lcid>0</Lcid>
  768. <WrapperTool>tlbimp</WrapperTool>
  769. <Isolated>False</Isolated>
  770. <EmbedInteropTypes>False</EmbedInteropTypes>
  771. </COMReference>
  772. <COMReference Include="stdole">
  773. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  774. <VersionMajor>2</VersionMajor>
  775. <VersionMinor>0</VersionMinor>
  776. <Lcid>0</Lcid>
  777. <WrapperTool>primary</WrapperTool>
  778. <Isolated>False</Isolated>
  779. <EmbedInteropTypes>True</EmbedInteropTypes>
  780. </COMReference>
  781. </ItemGroup>
  782. <ItemGroup>
  783. <None Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  784. </ItemGroup>
  785. <ItemGroup>
  786. <None Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  787. </ItemGroup>
  788. <ItemGroup>
  789. <None Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  790. </ItemGroup>
  791. <ItemGroup>
  792. <None Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  793. </ItemGroup>
  794. <ItemGroup>
  795. <None Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  796. </ItemGroup>
  797. <ItemGroup>
  798. <None Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  799. </ItemGroup>
  800. <ItemGroup>
  801. <None Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  802. </ItemGroup>
  803. <ItemGroup>
  804. <None Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  805. </ItemGroup>
  806. <ItemGroup>
  807. <None Include="Resources\search_16px_1202802_easyicon.net.png" />
  808. </ItemGroup>
  809. <ItemGroup>
  810. <None Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  811. </ItemGroup>
  812. <ItemGroup>
  813. <None Include="Resources\close_32px_1181428_easyicon.net.png" />
  814. </ItemGroup>
  815. <ItemGroup>
  816. <None Include="Resources\close_up_32px_1181430_easyicon.net.png" />
  817. </ItemGroup>
  818. <ItemGroup>
  819. <None Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  820. <None Include="Service References\Vivo_GetPlateID\ReelAPI.disco" />
  821. <None Include="Service References\Vivo_GetPlateID\configuration91.svcinfo" />
  822. <None Include="Service References\Vivo_GetPlateID\configuration.svcinfo" />
  823. <None Include="Service References\Vivo_GetPlateID\Reference.svcmap">
  824. <Generator>WCF Proxy Generator</Generator>
  825. <LastGenOutput>Reference.cs</LastGenOutput>
  826. </None>
  827. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.disco" />
  828. <None Include="Service References\Vivo_BoxReelRelation\configuration91.svcinfo" />
  829. <None Include="Service References\Vivo_BoxReelRelation\configuration.svcinfo" />
  830. <None Include="Service References\Vivo_BoxReelRelation\Reference.svcmap">
  831. <Generator>WCF Proxy Generator</Generator>
  832. <LastGenOutput>Reference.cs</LastGenOutput>
  833. </None>
  834. <Content Include="SQL\Note.txt" />
  835. <Content Include="SQL\SQL.txt" />
  836. <Content Include="tool\Analysis.dll" />
  837. <Content Include="tool\DataHelper.dll" />
  838. <Content Include="tool\NPOI.dll" />
  839. <Content Include="tool\NPOI.OOXML.dll" />
  840. <Content Include="tool\NPOI.OpenXml4Net.dll" />
  841. <Content Include="tool\NPOI.OpenXmlFormats.dll" />
  842. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  843. <Content Include="tool\Seagull.BarTender.Print.dll" />
  844. <None Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  845. <Content Include="Resources\print_128px_1082624_easyicon.net.ico" />
  846. </ItemGroup>
  847. <ItemGroup>
  848. <WCFMetadata Include="Service References\" />
  849. </ItemGroup>
  850. <ItemGroup>
  851. <WCFMetadataStorage Include="Service References\Vivo_BoxReelRelation\" />
  852. <WCFMetadataStorage Include="Service References\Vivo_GetPlateID\" />
  853. </ItemGroup>
  854. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  855. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  856. Other similar extension points exist, see Microsoft.Common.targets.
  857. <Target Name="BeforeBuild">
  858. </Target>
  859. <Target Name="AfterBuild">
  860. </Target>
  861. -->
  862. </Project>