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

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