UAS-出货标签管理(CKD).csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893
  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>{5B956186-B0DF-4896-93AF-7FB8AB042054}</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="Seagull.Framework.resources, Version=10.1.4.1, Culture=zh-CHS, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=MSIL">
  129. <SpecificVersion>False</SpecificVersion>
  130. <HintPath>..\..\..\Users\callm\Desktop\Seagull.Framework.resources.dll</HintPath>
  131. </Reference>
  132. <Reference Include="System" />
  133. <Reference Include="System.ComponentModel.DataAnnotations" />
  134. <Reference Include="System.configuration" />
  135. <Reference Include="System.Core" />
  136. <Reference Include="System.Data.Linq" />
  137. <Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
  138. <SpecificVersion>False</SpecificVersion>
  139. <HintPath>tool\System.Data.SQLite.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System.Runtime.Serialization" />
  142. <Reference Include="System.ServiceModel" />
  143. <Reference Include="System.Web" />
  144. <Reference Include="System.Web.Extensions" />
  145. <Reference Include="System.Xml.Linq" />
  146. <Reference Include="System.Data.DataSetExtensions" />
  147. <Reference Include="Microsoft.CSharp" />
  148. <Reference Include="System.Data" />
  149. <Reference Include="System.Deployment" />
  150. <Reference Include="System.Drawing" />
  151. <Reference Include="System.Windows.Forms" />
  152. <Reference Include="System.Xml" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Compile Include="ChangeMaster.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="ChangeMaster.Designer.cs">
  159. <DependentUpon>ChangeMaster.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="ComInfoSet.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="ComInfoSet.Designer.cs">
  165. <DependentUpon>ComInfoSet.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="CustomControl\BlurSearch.cs">
  168. <SubType>UserControl</SubType>
  169. </Compile>
  170. <Compile Include="CustomControl\BlurSearch.Designer.cs">
  171. <DependentUpon>BlurSearch.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="CustomControl\ChooseAllButton.cs">
  174. <SubType>Component</SubType>
  175. </Compile>
  176. <Compile Include="CustomControl\ChooseAllButton.Designer.cs">
  177. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="CustomControl\DataGridViewWithSerialNum.cs">
  180. <SubType>Component</SubType>
  181. </Compile>
  182. <Compile Include="CustomControl\DataGridViewWithSerialNum.Designer.cs">
  183. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="CustomControl\EnterTextBox.cs">
  186. <SubType>Component</SubType>
  187. </Compile>
  188. <Compile Include="CustomControl\EnterTextBox.Designer.cs">
  189. <DependentUpon>EnterTextBox.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="CustomControl\GroupBoxWithBorder.cs">
  192. <SubType>Component</SubType>
  193. </Compile>
  194. <Compile Include="CustomControl\GroupBoxWithBorder.Designer.cs">
  195. <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="CustomControl\HeadBar.cs">
  198. <SubType>UserControl</SubType>
  199. </Compile>
  200. <Compile Include="CustomControl\HeadBar.Designer.cs">
  201. <DependentUpon>HeadBar.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="CustomControl\LoadingCircle.cs">
  204. <SubType>Component</SubType>
  205. </Compile>
  206. <Compile Include="CustomControl\LoadingCircle.Designer.cs">
  207. <DependentUpon>LoadingCircle.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="CustomControl\NormalButton.cs">
  210. <SubType>Component</SubType>
  211. </Compile>
  212. <Compile Include="CustomControl\NormalButton.Designer.cs">
  213. <DependentUpon>NormalButton.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="CustomControl\NumOnlyTextBox.cs">
  216. <SubType>Component</SubType>
  217. </Compile>
  218. <Compile Include="CustomControl\NumOnlyTextBox.Designer.cs">
  219. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="CustomControl\Pagination.cs">
  222. <SubType>UserControl</SubType>
  223. </Compile>
  224. <Compile Include="CustomControl\Pagination.Designer.cs">
  225. <DependentUpon>Pagination.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="CustomControl\PrinterCombox.cs">
  228. <SubType>UserControl</SubType>
  229. </Compile>
  230. <Compile Include="CustomControl\PrinterCombox.Designer.cs">
  231. <DependentUpon>PrinterCombox.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="CustomControl\RichTextAutoBottom.cs">
  234. <SubType>Component</SubType>
  235. </Compile>
  236. <Compile Include="CustomControl\RichTextAutoBottom.Designer.cs">
  237. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="CustomControl\SearchTextBox.cs">
  240. <SubType>UserControl</SubType>
  241. </Compile>
  242. <Compile Include="CustomControl\SearchTextBox.Designer.cs">
  243. <DependentUpon>SearchTextBox.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="CustomControl\SerialPortCombox.cs">
  246. <SubType>UserControl</SubType>
  247. </Compile>
  248. <Compile Include="CustomControl\SerialPortCombox.Designer.cs">
  249. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="CustomerRule.cs">
  252. <SubType>Form</SubType>
  253. </Compile>
  254. <Compile Include="CustomerRule.Designer.cs">
  255. <DependentUpon>CustomerRule.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="SetLotNo.cs">
  258. <SubType>Form</SubType>
  259. </Compile>
  260. <Compile Include="SetLotNo.Designer.cs">
  261. <DependentUpon>SetLotNo.cs</DependentUpon>
  262. </Compile>
  263. <Compile Include="DateCodeSetAndPrint.cs">
  264. <SubType>Form</SubType>
  265. </Compile>
  266. <Compile Include="DateCodeSetAndPrint.Designer.cs">
  267. <DependentUpon>DateCodeSetAndPrint.cs</DependentUpon>
  268. </Compile>
  269. <Compile Include="DbFind.cs">
  270. <SubType>Form</SubType>
  271. </Compile>
  272. <Compile Include="DbFind.Designer.cs">
  273. <DependentUpon>DbFind.cs</DependentUpon>
  274. </Compile>
  275. <Compile Include="Entity\SystemInf.cs" />
  276. <Compile Include="Entity\User.cs" />
  277. <Compile Include="ExportColumns.cs">
  278. <SubType>Form</SubType>
  279. </Compile>
  280. <Compile Include="ExportColumns.Designer.cs">
  281. <DependentUpon>ExportColumns.cs</DependentUpon>
  282. </Compile>
  283. <Compile Include="ExportExcel.cs">
  284. <SubType>Form</SubType>
  285. </Compile>
  286. <Compile Include="ExportExcel.Designer.cs">
  287. <DependentUpon>ExportExcel.cs</DependentUpon>
  288. </Compile>
  289. <Compile Include="Login.cs">
  290. <SubType>Form</SubType>
  291. </Compile>
  292. <Compile Include="Login.Designer.cs">
  293. <DependentUpon>Login.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="PowerSetting.cs">
  296. <SubType>Form</SubType>
  297. </Compile>
  298. <Compile Include="PowerSetting.Designer.cs">
  299. <DependentUpon>PowerSetting.cs</DependentUpon>
  300. </Compile>
  301. <Compile Include="PreViewWindow.cs">
  302. <SubType>Form</SubType>
  303. </Compile>
  304. <Compile Include="PreViewWindow.Designer.cs">
  305. <DependentUpon>PreViewWindow.cs</DependentUpon>
  306. </Compile>
  307. <Compile Include="Properties\Settings1.Designer.cs">
  308. <AutoGen>True</AutoGen>
  309. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  310. <DependentUpon>Settings.settings</DependentUpon>
  311. </Compile>
  312. <Compile Include="PublicMethod\ArrayList.cs" />
  313. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  314. <Compile Include="PublicMethod\BaseUtil.cs" />
  315. <Compile Include="PublicMethod\DataHelper.cs" />
  316. <Compile Include="PublicMethod\ExcelHandler.cs" />
  317. <Compile Include="PublicMethod\ftpOperater.cs" />
  318. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  319. <Compile Include="PublicMethod\HttpHandler.cs" />
  320. <Compile Include="PublicMethod\LogicHandler.cs" />
  321. <Compile Include="PublicMethod\LogManager.cs" />
  322. <Compile Include="PublicMethod\Print.cs" />
  323. <Compile Include="PublicMethod\SqliteDBHelper.cs" />
  324. <Compile Include="ReSetMaxNum.cs">
  325. <SubType>Form</SubType>
  326. </Compile>
  327. <Compile Include="ReSetMaxNum.Designer.cs">
  328. <DependentUpon>ReSetMaxNum.cs</DependentUpon>
  329. </Compile>
  330. <Compile Include="Service References\Vivo_BoxReelRelation\Reference.cs">
  331. <AutoGen>True</AutoGen>
  332. <DesignTime>True</DesignTime>
  333. <DependentUpon>Reference.svcmap</DependentUpon>
  334. </Compile>
  335. <Compile Include="Service References\Vivo_GetPlateID\Reference.cs">
  336. <AutoGen>True</AutoGen>
  337. <DesignTime>True</DesignTime>
  338. <DependentUpon>Reference.svcmap</DependentUpon>
  339. </Compile>
  340. <Compile Include="SetLoadingWindow.cs">
  341. <SubType>Form</SubType>
  342. </Compile>
  343. <Compile Include="SetLoadingWindow.Designer.cs">
  344. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  345. </Compile>
  346. <Compile Include="Settings.cs" />
  347. <Compile Include="客户标签维护.cs">
  348. <SubType>Form</SubType>
  349. </Compile>
  350. <Compile Include="客户标签维护.Designer.cs">
  351. <DependentUpon>客户标签维护.cs</DependentUpon>
  352. </Compile>
  353. <Compile Include="生成条码.cs">
  354. <SubType>Form</SubType>
  355. </Compile>
  356. <Compile Include="生成条码.Designer.cs">
  357. <DependentUpon>生成条码.cs</DependentUpon>
  358. </Compile>
  359. <Compile Include="UAS_出货标签管理.cs">
  360. <SubType>Form</SubType>
  361. </Compile>
  362. <Compile Include="UAS_出货标签管理.Designer.cs">
  363. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  364. </Compile>
  365. <Compile Include="Program.cs" />
  366. <Compile Include="Properties\AssemblyInfo.cs" />
  367. <Compile Include="采集策略.cs">
  368. <SubType>Form</SubType>
  369. </Compile>
  370. <Compile Include="采集策略.Designer.cs">
  371. <DependentUpon>采集策略.cs</DependentUpon>
  372. </Compile>
  373. <Compile Include="附件内容打印.cs">
  374. <SubType>Form</SubType>
  375. </Compile>
  376. <Compile Include="附件内容打印.Designer.cs">
  377. <DependentUpon>附件内容打印.cs</DependentUpon>
  378. </Compile>
  379. <EmbeddedResource Include="ChangeMaster.resx">
  380. <DependentUpon>ChangeMaster.cs</DependentUpon>
  381. </EmbeddedResource>
  382. <EmbeddedResource Include="ComInfoSet.resx">
  383. <DependentUpon>ComInfoSet.cs</DependentUpon>
  384. </EmbeddedResource>
  385. <EmbeddedResource Include="CustomControl\BlurSearch.resx">
  386. <DependentUpon>BlurSearch.cs</DependentUpon>
  387. </EmbeddedResource>
  388. <EmbeddedResource Include="CustomControl\DataGridViewWithSerialNum.resx">
  389. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  390. </EmbeddedResource>
  391. <EmbeddedResource Include="CustomControl\EnterTextBox.resx">
  392. <DependentUpon>EnterTextBox.cs</DependentUpon>
  393. </EmbeddedResource>
  394. <EmbeddedResource Include="CustomControl\HeadBar.resx">
  395. <DependentUpon>HeadBar.cs</DependentUpon>
  396. </EmbeddedResource>
  397. <EmbeddedResource Include="CustomControl\HeadBar.zu.resx">
  398. <DependentUpon>HeadBar.cs</DependentUpon>
  399. </EmbeddedResource>
  400. <EmbeddedResource Include="CustomControl\NumOnlyTextBox.resx">
  401. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  402. </EmbeddedResource>
  403. <EmbeddedResource Include="CustomControl\Pagination.resx">
  404. <DependentUpon>Pagination.cs</DependentUpon>
  405. </EmbeddedResource>
  406. <EmbeddedResource Include="CustomControl\PrinterCombox.resx">
  407. <DependentUpon>PrinterCombox.cs</DependentUpon>
  408. </EmbeddedResource>
  409. <EmbeddedResource Include="CustomControl\SearchTextBox.resx">
  410. <DependentUpon>SearchTextBox.cs</DependentUpon>
  411. </EmbeddedResource>
  412. <EmbeddedResource Include="CustomControl\SerialPortCombox.resx">
  413. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  414. </EmbeddedResource>
  415. <EmbeddedResource Include="CustomerRule.resx">
  416. <DependentUpon>CustomerRule.cs</DependentUpon>
  417. </EmbeddedResource>
  418. <EmbeddedResource Include="SetLotNo.resx">
  419. <DependentUpon>SetLotNo.cs</DependentUpon>
  420. </EmbeddedResource>
  421. <EmbeddedResource Include="DateCodeSetAndPrint.resx">
  422. <DependentUpon>DateCodeSetAndPrint.cs</DependentUpon>
  423. </EmbeddedResource>
  424. <EmbeddedResource Include="DbFind.resx">
  425. <DependentUpon>DbFind.cs</DependentUpon>
  426. </EmbeddedResource>
  427. <EmbeddedResource Include="ExportColumns.resx">
  428. <DependentUpon>ExportColumns.cs</DependentUpon>
  429. </EmbeddedResource>
  430. <EmbeddedResource Include="ExportExcel.resx">
  431. <DependentUpon>ExportExcel.cs</DependentUpon>
  432. </EmbeddedResource>
  433. <EmbeddedResource Include="Login.resx">
  434. <DependentUpon>Login.cs</DependentUpon>
  435. </EmbeddedResource>
  436. <EmbeddedResource Include="PowerSetting.resx">
  437. <DependentUpon>PowerSetting.cs</DependentUpon>
  438. </EmbeddedResource>
  439. <EmbeddedResource Include="PreViewWindow.resx">
  440. <DependentUpon>PreViewWindow.cs</DependentUpon>
  441. </EmbeddedResource>
  442. <EmbeddedResource Include="ReSetMaxNum.resx">
  443. <DependentUpon>ReSetMaxNum.cs</DependentUpon>
  444. </EmbeddedResource>
  445. <EmbeddedResource Include="SetLoadingWindow.resx">
  446. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  447. </EmbeddedResource>
  448. <EmbeddedResource Include="客户标签维护.resx">
  449. <DependentUpon>客户标签维护.cs</DependentUpon>
  450. </EmbeddedResource>
  451. <EmbeddedResource Include="生成条码.resx">
  452. <DependentUpon>生成条码.cs</DependentUpon>
  453. </EmbeddedResource>
  454. <EmbeddedResource Include="UAS_出货标签管理.resx">
  455. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  456. </EmbeddedResource>
  457. <EmbeddedResource Include="Properties\Resources.resx">
  458. <Generator>ResXFileCodeGenerator</Generator>
  459. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  460. <SubType>Designer</SubType>
  461. </EmbeddedResource>
  462. <Compile Include="Properties\Resources.Designer.cs">
  463. <AutoGen>True</AutoGen>
  464. <DependentUpon>Resources.resx</DependentUpon>
  465. <DesignTime>True</DesignTime>
  466. </Compile>
  467. <EmbeddedResource Include="采集策略.resx">
  468. <DependentUpon>采集策略.cs</DependentUpon>
  469. </EmbeddedResource>
  470. <EmbeddedResource Include="附件内容打印.resx">
  471. <DependentUpon>附件内容打印.cs</DependentUpon>
  472. </EmbeddedResource>
  473. <None Include="Properties\app.manifest" />
  474. <None Include="Properties\Settings.settings">
  475. <Generator>SettingsSingleFileGenerator</Generator>
  476. <LastGenOutput>Settings1.Designer.cs</LastGenOutput>
  477. </None>
  478. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.wsdl" />
  479. <None Include="Service References\Vivo_BoxReelRelation\UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity.datasource">
  480. <DependentUpon>Reference.svcmap</DependentUpon>
  481. </None>
  482. <None Include="Service References\Vivo_GetPlateID\ReelAPI.wsdl" />
  483. <None Include="Service References\Vivo_GetPlateID\UAS_LabelMachine.Vivo_GetPlateID.ReelEntity.datasource">
  484. <DependentUpon>Reference.svcmap</DependentUpon>
  485. </None>
  486. <None Include="tool\Lppx2.tlb" />
  487. </ItemGroup>
  488. <ItemGroup>
  489. <None Include="App.config">
  490. <SubType>Designer</SubType>
  491. </None>
  492. </ItemGroup>
  493. <ItemGroup>
  494. <None Include="Resources\timg.jpg" />
  495. </ItemGroup>
  496. <ItemGroup>
  497. <None Include="Resources\users_user_72px_523311_easyicon.net.png" />
  498. </ItemGroup>
  499. <ItemGroup>
  500. <None Include="Resources\users.png" />
  501. </ItemGroup>
  502. <ItemGroup>
  503. <None Include="Resources\Login_Icon.gif" />
  504. </ItemGroup>
  505. <ItemGroup>
  506. <None Include="Resources\1 %284%29.gif" />
  507. </ItemGroup>
  508. <ItemGroup>
  509. <None Include="Resources\46.gif" />
  510. </ItemGroup>
  511. <ItemGroup>
  512. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  513. <Visible>False</Visible>
  514. <ProductName>.NET Framework 3.5 SP1</ProductName>
  515. <Install>true</Install>
  516. </BootstrapperPackage>
  517. </ItemGroup>
  518. <ItemGroup>
  519. <PublishFile Include="BtSystem.Client">
  520. <Visible>False</Visible>
  521. <Group>
  522. </Group>
  523. <TargetPath>
  524. </TargetPath>
  525. <PublishState>Exclude</PublishState>
  526. <IncludeHash>True</IncludeHash>
  527. <FileType>Assembly</FileType>
  528. </PublishFile>
  529. <PublishFile Include="BtSystem.Client.Reader">
  530. <Visible>False</Visible>
  531. <Group>
  532. </Group>
  533. <TargetPath>
  534. </TargetPath>
  535. <PublishState>Exclude</PublishState>
  536. <IncludeHash>True</IncludeHash>
  537. <FileType>Assembly</FileType>
  538. </PublishFile>
  539. <PublishFile Include="BtSystem.Interfaces">
  540. <Visible>False</Visible>
  541. <Group>
  542. </Group>
  543. <TargetPath>
  544. </TargetPath>
  545. <PublishState>Exclude</PublishState>
  546. <IncludeHash>True</IncludeHash>
  547. <FileType>Assembly</FileType>
  548. </PublishFile>
  549. <PublishFile Include="BtSystem.Network">
  550. <Visible>False</Visible>
  551. <Group>
  552. </Group>
  553. <TargetPath>
  554. </TargetPath>
  555. <PublishState>Exclude</PublishState>
  556. <IncludeHash>True</IncludeHash>
  557. <FileType>Assembly</FileType>
  558. </PublishFile>
  559. <PublishFile Include="BtSystem.Reprint.Support">
  560. <Visible>False</Visible>
  561. <Group>
  562. </Group>
  563. <TargetPath>
  564. </TargetPath>
  565. <PublishState>Exclude</PublishState>
  566. <IncludeHash>True</IncludeHash>
  567. <FileType>Assembly</FileType>
  568. </PublishFile>
  569. <PublishFile Include="BtSystem.Strings">
  570. <Visible>False</Visible>
  571. <Group>
  572. </Group>
  573. <TargetPath>
  574. </TargetPath>
  575. <PublishState>Exclude</PublishState>
  576. <IncludeHash>True</IncludeHash>
  577. <FileType>Assembly</FileType>
  578. </PublishFile>
  579. <PublishFile Include="BtSystem.Support">
  580. <Visible>False</Visible>
  581. <Group>
  582. </Group>
  583. <TargetPath>
  584. </TargetPath>
  585. <PublishState>Exclude</PublishState>
  586. <IncludeHash>True</IncludeHash>
  587. <FileType>Assembly</FileType>
  588. </PublishFile>
  589. <PublishFile Include="BtSystem.UI">
  590. <Visible>False</Visible>
  591. <Group>
  592. </Group>
  593. <TargetPath>
  594. </TargetPath>
  595. <PublishState>Exclude</PublishState>
  596. <IncludeHash>True</IncludeHash>
  597. <FileType>Assembly</FileType>
  598. </PublishFile>
  599. <PublishFile Include="DevExpress.Data.v11.1">
  600. <Visible>False</Visible>
  601. <Group>
  602. </Group>
  603. <TargetPath>
  604. </TargetPath>
  605. <PublishState>Exclude</PublishState>
  606. <IncludeHash>True</IncludeHash>
  607. <FileType>Assembly</FileType>
  608. </PublishFile>
  609. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  610. <Visible>False</Visible>
  611. <Group>
  612. </Group>
  613. <TargetPath>
  614. </TargetPath>
  615. <PublishState>Exclude</PublishState>
  616. <IncludeHash>True</IncludeHash>
  617. <FileType>Assembly</FileType>
  618. </PublishFile>
  619. <PublishFile Include="DevExpress.Utils.v11.1">
  620. <Visible>False</Visible>
  621. <Group>
  622. </Group>
  623. <TargetPath>
  624. </TargetPath>
  625. <PublishState>Exclude</PublishState>
  626. <IncludeHash>True</IncludeHash>
  627. <FileType>Assembly</FileType>
  628. </PublishFile>
  629. <PublishFile Include="DevExpress.Xpo.v11.1">
  630. <Visible>False</Visible>
  631. <Group>
  632. </Group>
  633. <TargetPath>
  634. </TargetPath>
  635. <PublishState>Exclude</PublishState>
  636. <IncludeHash>True</IncludeHash>
  637. <FileType>Assembly</FileType>
  638. </PublishFile>
  639. <PublishFile Include="DevExpress.XtraBars.v11.1">
  640. <Visible>False</Visible>
  641. <Group>
  642. </Group>
  643. <TargetPath>
  644. </TargetPath>
  645. <PublishState>Exclude</PublishState>
  646. <IncludeHash>True</IncludeHash>
  647. <FileType>Assembly</FileType>
  648. </PublishFile>
  649. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  650. <Visible>False</Visible>
  651. <Group>
  652. </Group>
  653. <TargetPath>
  654. </TargetPath>
  655. <PublishState>Exclude</PublishState>
  656. <IncludeHash>True</IncludeHash>
  657. <FileType>Assembly</FileType>
  658. </PublishFile>
  659. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  660. <Visible>False</Visible>
  661. <Group>
  662. </Group>
  663. <TargetPath>
  664. </TargetPath>
  665. <PublishState>Exclude</PublishState>
  666. <IncludeHash>True</IncludeHash>
  667. <FileType>Assembly</FileType>
  668. </PublishFile>
  669. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  670. <Visible>False</Visible>
  671. <Group>
  672. </Group>
  673. <TargetPath>
  674. </TargetPath>
  675. <PublishState>Exclude</PublishState>
  676. <IncludeHash>True</IncludeHash>
  677. <FileType>Assembly</FileType>
  678. </PublishFile>
  679. <PublishFile Include="Interop.BarTender">
  680. <Visible>False</Visible>
  681. <Group>
  682. </Group>
  683. <TargetPath>
  684. </TargetPath>
  685. <PublishState>Exclude</PublishState>
  686. <IncludeHash>True</IncludeHash>
  687. <FileType>Assembly</FileType>
  688. </PublishFile>
  689. <PublishFile Include="Interop.NetFwTypeLib">
  690. <Visible>False</Visible>
  691. <Group>
  692. </Group>
  693. <TargetPath>
  694. </TargetPath>
  695. <PublishState>Exclude</PublishState>
  696. <IncludeHash>True</IncludeHash>
  697. <FileType>Assembly</FileType>
  698. </PublishFile>
  699. <PublishFile Include="Maestro.Interface">
  700. <Visible>False</Visible>
  701. <Group>
  702. </Group>
  703. <TargetPath>
  704. </TargetPath>
  705. <PublishState>Exclude</PublishState>
  706. <IncludeHash>True</IncludeHash>
  707. <FileType>Assembly</FileType>
  708. </PublishFile>
  709. <PublishFile Include="Maestro.Library">
  710. <Visible>False</Visible>
  711. <Group>
  712. </Group>
  713. <TargetPath>
  714. </TargetPath>
  715. <PublishState>Exclude</PublishState>
  716. <IncludeHash>True</IncludeHash>
  717. <FileType>Assembly</FileType>
  718. </PublishFile>
  719. <PublishFile Include="Seagull.Framework">
  720. <Visible>False</Visible>
  721. <Group>
  722. </Group>
  723. <TargetPath>
  724. </TargetPath>
  725. <PublishState>Exclude</PublishState>
  726. <IncludeHash>True</IncludeHash>
  727. <FileType>Assembly</FileType>
  728. </PublishFile>
  729. <PublishFile Include="Seagull.Framework.Interop">
  730. <Visible>False</Visible>
  731. <Group>
  732. </Group>
  733. <TargetPath>
  734. </TargetPath>
  735. <PublishState>Exclude</PublishState>
  736. <IncludeHash>True</IncludeHash>
  737. <FileType>Assembly</FileType>
  738. </PublishFile>
  739. <PublishFile Include="Seagull.Interop">
  740. <Visible>False</Visible>
  741. <Group>
  742. </Group>
  743. <TargetPath>
  744. </TargetPath>
  745. <PublishState>Exclude</PublishState>
  746. <IncludeHash>True</IncludeHash>
  747. <FileType>Assembly</FileType>
  748. </PublishFile>
  749. <PublishFile Include="Seagull.Librarian.Core">
  750. <Visible>False</Visible>
  751. <Group>
  752. </Group>
  753. <TargetPath>
  754. </TargetPath>
  755. <PublishState>Exclude</PublishState>
  756. <IncludeHash>True</IncludeHash>
  757. <FileType>Assembly</FileType>
  758. </PublishFile>
  759. <PublishFile Include="Seagull.Security">
  760. <Visible>False</Visible>
  761. <Group>
  762. </Group>
  763. <TargetPath>
  764. </TargetPath>
  765. <PublishState>Exclude</PublishState>
  766. <IncludeHash>True</IncludeHash>
  767. <FileType>Assembly</FileType>
  768. </PublishFile>
  769. <PublishFile Include="Seagull.Security.Interop">
  770. <Visible>False</Visible>
  771. <Group>
  772. </Group>
  773. <TargetPath>
  774. </TargetPath>
  775. <PublishState>Exclude</PublishState>
  776. <IncludeHash>True</IncludeHash>
  777. <FileType>Assembly</FileType>
  778. </PublishFile>
  779. <PublishFile Include="Seagull.XpoDataAccess">
  780. <Visible>False</Visible>
  781. <Group>
  782. </Group>
  783. <TargetPath>
  784. </TargetPath>
  785. <PublishState>Exclude</PublishState>
  786. <IncludeHash>True</IncludeHash>
  787. <FileType>Assembly</FileType>
  788. </PublishFile>
  789. </ItemGroup>
  790. <ItemGroup>
  791. <None Include="Resources\preview_16px_25980_easyicon.net.png" />
  792. </ItemGroup>
  793. <ItemGroup>
  794. <COMReference Include="LabelManager2">
  795. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  796. <VersionMajor>6</VersionMajor>
  797. <VersionMinor>0</VersionMinor>
  798. <Lcid>0</Lcid>
  799. <WrapperTool>tlbimp</WrapperTool>
  800. <Isolated>False</Isolated>
  801. <EmbedInteropTypes>False</EmbedInteropTypes>
  802. </COMReference>
  803. <COMReference Include="stdole">
  804. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  805. <VersionMajor>2</VersionMajor>
  806. <VersionMinor>0</VersionMinor>
  807. <Lcid>0</Lcid>
  808. <WrapperTool>primary</WrapperTool>
  809. <Isolated>False</Isolated>
  810. <EmbedInteropTypes>True</EmbedInteropTypes>
  811. </COMReference>
  812. </ItemGroup>
  813. <ItemGroup>
  814. <None Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  815. </ItemGroup>
  816. <ItemGroup>
  817. <None Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  818. </ItemGroup>
  819. <ItemGroup>
  820. <None Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  821. </ItemGroup>
  822. <ItemGroup>
  823. <None Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  824. </ItemGroup>
  825. <ItemGroup>
  826. <None Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  827. </ItemGroup>
  828. <ItemGroup>
  829. <None Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  830. </ItemGroup>
  831. <ItemGroup>
  832. <None Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  833. </ItemGroup>
  834. <ItemGroup>
  835. <None Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  836. </ItemGroup>
  837. <ItemGroup>
  838. <None Include="Resources\search_16px_1202802_easyicon.net.png" />
  839. </ItemGroup>
  840. <ItemGroup>
  841. <None Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  842. </ItemGroup>
  843. <ItemGroup>
  844. <None Include="Resources\close_32px_1181428_easyicon.net.png" />
  845. </ItemGroup>
  846. <ItemGroup>
  847. <None Include="Resources\close_up_32px_1181430_easyicon.net.png" />
  848. </ItemGroup>
  849. <ItemGroup>
  850. <None Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  851. <None Include="Service References\Vivo_GetPlateID\ReelAPI.disco" />
  852. <None Include="Service References\Vivo_GetPlateID\configuration91.svcinfo" />
  853. <None Include="Service References\Vivo_GetPlateID\configuration.svcinfo" />
  854. <None Include="Service References\Vivo_GetPlateID\Reference.svcmap">
  855. <Generator>WCF Proxy Generator</Generator>
  856. <LastGenOutput>Reference.cs</LastGenOutput>
  857. </None>
  858. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.disco" />
  859. <None Include="Service References\Vivo_BoxReelRelation\configuration91.svcinfo" />
  860. <None Include="Service References\Vivo_BoxReelRelation\configuration.svcinfo" />
  861. <None Include="Service References\Vivo_BoxReelRelation\Reference.svcmap">
  862. <Generator>WCF Proxy Generator</Generator>
  863. <LastGenOutput>Reference.cs</LastGenOutput>
  864. </None>
  865. <Content Include="SQL\Note.txt" />
  866. <Content Include="SQL\SQL.txt" />
  867. <Content Include="tool\Analysis.dll" />
  868. <Content Include="tool\DataHelper.dll" />
  869. <Content Include="tool\NPOI.dll" />
  870. <Content Include="tool\NPOI.OOXML.dll" />
  871. <Content Include="tool\NPOI.OpenXml4Net.dll" />
  872. <Content Include="tool\NPOI.OpenXmlFormats.dll" />
  873. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  874. <Content Include="tool\Seagull.BarTender.Print.dll" />
  875. <None Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  876. <Content Include="Resources\print_128px_1082624_easyicon.net.ico" />
  877. </ItemGroup>
  878. <ItemGroup>
  879. <WCFMetadata Include="Service References\" />
  880. </ItemGroup>
  881. <ItemGroup>
  882. <WCFMetadataStorage Include="Service References\Vivo_BoxReelRelation\" />
  883. <WCFMetadataStorage Include="Service References\Vivo_GetPlateID\" />
  884. </ItemGroup>
  885. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  886. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  887. Other similar extension points exist, see Microsoft.Common.targets.
  888. <Target Name="BeforeBuild">
  889. </Target>
  890. <Target Name="AfterBuild">
  891. </Target>
  892. -->
  893. </Project>