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

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