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

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