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

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