UAS-出货标签管理(吉利通).csproj 29 KB

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