UAS-出货标签管理(怡海能达).csproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  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>{BA53FB91-84CF-4567-BB8D-9991B88665F2}</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="CustomerRule.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="CustomerRule.Designer.cs">
  228. <DependentUpon>CustomerRule.cs</DependentUpon>
  229. </Compile>
  230. <Compile Include="DateCodeSetAndPrint.cs">
  231. <SubType>Form</SubType>
  232. </Compile>
  233. <Compile Include="DateCodeSetAndPrint.Designer.cs">
  234. <DependentUpon>DateCodeSetAndPrint.cs</DependentUpon>
  235. </Compile>
  236. <Compile Include="DbFind.cs">
  237. <SubType>Form</SubType>
  238. </Compile>
  239. <Compile Include="DbFind.Designer.cs">
  240. <DependentUpon>DbFind.cs</DependentUpon>
  241. </Compile>
  242. <Compile Include="Entity\SystemInf.cs" />
  243. <Compile Include="Entity\User.cs" />
  244. <Compile Include="Login.cs">
  245. <SubType>Form</SubType>
  246. </Compile>
  247. <Compile Include="Login.Designer.cs">
  248. <DependentUpon>Login.cs</DependentUpon>
  249. </Compile>
  250. <Compile Include="PowerSetting.cs">
  251. <SubType>Form</SubType>
  252. </Compile>
  253. <Compile Include="PowerSetting.Designer.cs">
  254. <DependentUpon>PowerSetting.cs</DependentUpon>
  255. </Compile>
  256. <Compile Include="Properties\Settings1.Designer.cs">
  257. <AutoGen>True</AutoGen>
  258. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  259. <DependentUpon>Settings.settings</DependentUpon>
  260. </Compile>
  261. <Compile Include="PublicMethod\ArrayList.cs" />
  262. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  263. <Compile Include="PublicMethod\BaseUtil.cs" />
  264. <Compile Include="PublicMethod\DataHelper.cs" />
  265. <Compile Include="PublicMethod\ExcelHandler.cs" />
  266. <Compile Include="PublicMethod\ftpOperater.cs" />
  267. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  268. <Compile Include="PublicMethod\HttpHandler.cs" />
  269. <Compile Include="PublicMethod\LogicHandler.cs" />
  270. <Compile Include="PublicMethod\LogManager.cs" />
  271. <Compile Include="PublicMethod\Print.cs" />
  272. <Compile Include="PublicMethod\SqliteDBHelper.cs" />
  273. <Compile Include="ReSetMaxNum.cs">
  274. <SubType>Form</SubType>
  275. </Compile>
  276. <Compile Include="ReSetMaxNum.Designer.cs">
  277. <DependentUpon>ReSetMaxNum.cs</DependentUpon>
  278. </Compile>
  279. <Compile Include="Service References\Vivo_BoxReelRelation\Reference.cs">
  280. <AutoGen>True</AutoGen>
  281. <DesignTime>True</DesignTime>
  282. <DependentUpon>Reference.svcmap</DependentUpon>
  283. </Compile>
  284. <Compile Include="Service References\Vivo_GetPlateID\Reference.cs">
  285. <AutoGen>True</AutoGen>
  286. <DesignTime>True</DesignTime>
  287. <DependentUpon>Reference.svcmap</DependentUpon>
  288. </Compile>
  289. <Compile Include="SetLoadingWindow.cs">
  290. <SubType>Form</SubType>
  291. </Compile>
  292. <Compile Include="SetLoadingWindow.Designer.cs">
  293. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  294. </Compile>
  295. <Compile Include="Settings.cs" />
  296. <Compile Include="客户标签维护.cs">
  297. <SubType>Form</SubType>
  298. </Compile>
  299. <Compile Include="客户标签维护.Designer.cs">
  300. <DependentUpon>客户标签维护.cs</DependentUpon>
  301. </Compile>
  302. <Compile Include="生成条码.cs">
  303. <SubType>Form</SubType>
  304. </Compile>
  305. <Compile Include="生成条码.Designer.cs">
  306. <DependentUpon>生成条码.cs</DependentUpon>
  307. </Compile>
  308. <Compile Include="UAS_出货标签管理.cs">
  309. <SubType>Form</SubType>
  310. </Compile>
  311. <Compile Include="UAS_出货标签管理.Designer.cs">
  312. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  313. </Compile>
  314. <Compile Include="Program.cs" />
  315. <Compile Include="Properties\AssemblyInfo.cs" />
  316. <Compile Include="采集策略.cs">
  317. <SubType>Form</SubType>
  318. </Compile>
  319. <Compile Include="采集策略.Designer.cs">
  320. <DependentUpon>采集策略.cs</DependentUpon>
  321. </Compile>
  322. <Compile Include="附件内容打印.cs">
  323. <SubType>Form</SubType>
  324. </Compile>
  325. <Compile Include="附件内容打印.Designer.cs">
  326. <DependentUpon>附件内容打印.cs</DependentUpon>
  327. </Compile>
  328. <EmbeddedResource Include="CustomControl\BlurSearch.resx">
  329. <DependentUpon>BlurSearch.cs</DependentUpon>
  330. </EmbeddedResource>
  331. <EmbeddedResource Include="CustomControl\DataGridViewWithSerialNum.resx">
  332. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  333. </EmbeddedResource>
  334. <EmbeddedResource Include="CustomControl\EnterTextBox.resx">
  335. <DependentUpon>EnterTextBox.cs</DependentUpon>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="CustomControl\HeadBar.resx">
  338. <DependentUpon>HeadBar.cs</DependentUpon>
  339. </EmbeddedResource>
  340. <EmbeddedResource Include="CustomControl\HeadBar.zu.resx">
  341. <DependentUpon>HeadBar.cs</DependentUpon>
  342. </EmbeddedResource>
  343. <EmbeddedResource Include="CustomControl\NumOnlyTextBox.resx">
  344. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  345. </EmbeddedResource>
  346. <EmbeddedResource Include="CustomControl\Pagination.resx">
  347. <DependentUpon>Pagination.cs</DependentUpon>
  348. </EmbeddedResource>
  349. <EmbeddedResource Include="CustomControl\PrinterCombox.resx">
  350. <DependentUpon>PrinterCombox.cs</DependentUpon>
  351. </EmbeddedResource>
  352. <EmbeddedResource Include="CustomControl\SearchTextBox.resx">
  353. <DependentUpon>SearchTextBox.cs</DependentUpon>
  354. </EmbeddedResource>
  355. <EmbeddedResource Include="CustomerRule.resx">
  356. <DependentUpon>CustomerRule.cs</DependentUpon>
  357. </EmbeddedResource>
  358. <EmbeddedResource Include="DateCodeSetAndPrint.resx">
  359. <DependentUpon>DateCodeSetAndPrint.cs</DependentUpon>
  360. </EmbeddedResource>
  361. <EmbeddedResource Include="DbFind.resx">
  362. <DependentUpon>DbFind.cs</DependentUpon>
  363. </EmbeddedResource>
  364. <EmbeddedResource Include="Login.resx">
  365. <DependentUpon>Login.cs</DependentUpon>
  366. </EmbeddedResource>
  367. <EmbeddedResource Include="PowerSetting.resx">
  368. <DependentUpon>PowerSetting.cs</DependentUpon>
  369. </EmbeddedResource>
  370. <EmbeddedResource Include="ReSetMaxNum.resx">
  371. <DependentUpon>ReSetMaxNum.cs</DependentUpon>
  372. </EmbeddedResource>
  373. <EmbeddedResource Include="SetLoadingWindow.resx">
  374. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  375. </EmbeddedResource>
  376. <EmbeddedResource Include="客户标签维护.resx">
  377. <DependentUpon>客户标签维护.cs</DependentUpon>
  378. </EmbeddedResource>
  379. <EmbeddedResource Include="生成条码.resx">
  380. <DependentUpon>生成条码.cs</DependentUpon>
  381. </EmbeddedResource>
  382. <EmbeddedResource Include="UAS_出货标签管理.resx">
  383. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  384. </EmbeddedResource>
  385. <EmbeddedResource Include="Properties\Resources.resx">
  386. <Generator>ResXFileCodeGenerator</Generator>
  387. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  388. <SubType>Designer</SubType>
  389. </EmbeddedResource>
  390. <Compile Include="Properties\Resources.Designer.cs">
  391. <AutoGen>True</AutoGen>
  392. <DependentUpon>Resources.resx</DependentUpon>
  393. <DesignTime>True</DesignTime>
  394. </Compile>
  395. <EmbeddedResource Include="采集策略.resx">
  396. <DependentUpon>采集策略.cs</DependentUpon>
  397. </EmbeddedResource>
  398. <EmbeddedResource Include="附件内容打印.resx">
  399. <DependentUpon>附件内容打印.cs</DependentUpon>
  400. </EmbeddedResource>
  401. <None Include="Properties\app.manifest" />
  402. <None Include="Properties\Settings.settings">
  403. <Generator>SettingsSingleFileGenerator</Generator>
  404. <LastGenOutput>Settings1.Designer.cs</LastGenOutput>
  405. </None>
  406. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.wsdl" />
  407. <None Include="Service References\Vivo_BoxReelRelation\UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity.datasource">
  408. <DependentUpon>Reference.svcmap</DependentUpon>
  409. </None>
  410. <None Include="Service References\Vivo_GetPlateID\ReelAPI.wsdl" />
  411. <None Include="Service References\Vivo_GetPlateID\UAS_LabelMachine.Vivo_GetPlateID.ReelEntity.datasource">
  412. <DependentUpon>Reference.svcmap</DependentUpon>
  413. </None>
  414. <None Include="tool\Lppx2.tlb" />
  415. </ItemGroup>
  416. <ItemGroup>
  417. <None Include="App.config">
  418. <SubType>Designer</SubType>
  419. </None>
  420. </ItemGroup>
  421. <ItemGroup>
  422. <None Include="Resources\timg.jpg" />
  423. </ItemGroup>
  424. <ItemGroup>
  425. <None Include="Resources\users_user_72px_523311_easyicon.net.png" />
  426. </ItemGroup>
  427. <ItemGroup>
  428. <None Include="Resources\users.png" />
  429. </ItemGroup>
  430. <ItemGroup>
  431. <None Include="Resources\Login_Icon.gif" />
  432. </ItemGroup>
  433. <ItemGroup>
  434. <None Include="Resources\1 %284%29.gif" />
  435. </ItemGroup>
  436. <ItemGroup>
  437. <None Include="Resources\46.gif" />
  438. </ItemGroup>
  439. <ItemGroup>
  440. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  441. <Visible>False</Visible>
  442. <ProductName>.NET Framework 3.5 SP1</ProductName>
  443. <Install>true</Install>
  444. </BootstrapperPackage>
  445. </ItemGroup>
  446. <ItemGroup>
  447. <PublishFile Include="BtSystem.Client">
  448. <Visible>False</Visible>
  449. <Group>
  450. </Group>
  451. <TargetPath>
  452. </TargetPath>
  453. <PublishState>Exclude</PublishState>
  454. <IncludeHash>True</IncludeHash>
  455. <FileType>Assembly</FileType>
  456. </PublishFile>
  457. <PublishFile Include="BtSystem.Client.Reader">
  458. <Visible>False</Visible>
  459. <Group>
  460. </Group>
  461. <TargetPath>
  462. </TargetPath>
  463. <PublishState>Exclude</PublishState>
  464. <IncludeHash>True</IncludeHash>
  465. <FileType>Assembly</FileType>
  466. </PublishFile>
  467. <PublishFile Include="BtSystem.Interfaces">
  468. <Visible>False</Visible>
  469. <Group>
  470. </Group>
  471. <TargetPath>
  472. </TargetPath>
  473. <PublishState>Exclude</PublishState>
  474. <IncludeHash>True</IncludeHash>
  475. <FileType>Assembly</FileType>
  476. </PublishFile>
  477. <PublishFile Include="BtSystem.Network">
  478. <Visible>False</Visible>
  479. <Group>
  480. </Group>
  481. <TargetPath>
  482. </TargetPath>
  483. <PublishState>Exclude</PublishState>
  484. <IncludeHash>True</IncludeHash>
  485. <FileType>Assembly</FileType>
  486. </PublishFile>
  487. <PublishFile Include="BtSystem.Reprint.Support">
  488. <Visible>False</Visible>
  489. <Group>
  490. </Group>
  491. <TargetPath>
  492. </TargetPath>
  493. <PublishState>Exclude</PublishState>
  494. <IncludeHash>True</IncludeHash>
  495. <FileType>Assembly</FileType>
  496. </PublishFile>
  497. <PublishFile Include="BtSystem.Strings">
  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.Support">
  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.UI">
  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="DevExpress.Data.v11.1">
  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="DevExpress.Printing.v11.1.Core">
  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="DevExpress.Utils.v11.1">
  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="DevExpress.Xpo.v11.1">
  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="DevExpress.XtraBars.v11.1">
  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.XtraEditors.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.XtraGrid.v11.1">
  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.XtraLayout.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="Interop.BarTender">
  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="Interop.NetFwTypeLib">
  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="Maestro.Interface">
  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="Maestro.Library">
  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="Seagull.Framework">
  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="Seagull.Framework.Interop">
  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="Seagull.Interop">
  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="Seagull.Librarian.Core">
  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="Seagull.Security">
  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.Security.Interop">
  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.XpoDataAccess">
  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. </ItemGroup>
  718. <ItemGroup>
  719. <None Include="Resources\preview_16px_25980_easyicon.net.png" />
  720. </ItemGroup>
  721. <ItemGroup>
  722. <COMReference Include="BarTender">
  723. <Guid>{D58562C1-E51B-11CF-8941-00A024A9083F}</Guid>
  724. <VersionMajor>7</VersionMajor>
  725. <VersionMinor>75</VersionMinor>
  726. <Lcid>0</Lcid>
  727. <WrapperTool>tlbimp</WrapperTool>
  728. <Isolated>False</Isolated>
  729. <EmbedInteropTypes>False</EmbedInteropTypes>
  730. </COMReference>
  731. <COMReference Include="LabelManager2">
  732. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  733. <VersionMajor>6</VersionMajor>
  734. <VersionMinor>0</VersionMinor>
  735. <Lcid>0</Lcid>
  736. <WrapperTool>tlbimp</WrapperTool>
  737. <Isolated>False</Isolated>
  738. <EmbedInteropTypes>False</EmbedInteropTypes>
  739. </COMReference>
  740. <COMReference Include="stdole">
  741. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  742. <VersionMajor>2</VersionMajor>
  743. <VersionMinor>0</VersionMinor>
  744. <Lcid>0</Lcid>
  745. <WrapperTool>primary</WrapperTool>
  746. <Isolated>False</Isolated>
  747. <EmbedInteropTypes>True</EmbedInteropTypes>
  748. </COMReference>
  749. </ItemGroup>
  750. <ItemGroup>
  751. <None Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  752. </ItemGroup>
  753. <ItemGroup>
  754. <None Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  755. </ItemGroup>
  756. <ItemGroup>
  757. <None Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  758. </ItemGroup>
  759. <ItemGroup>
  760. <None Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  761. </ItemGroup>
  762. <ItemGroup>
  763. <None Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  764. </ItemGroup>
  765. <ItemGroup>
  766. <None Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  767. </ItemGroup>
  768. <ItemGroup>
  769. <None Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  770. </ItemGroup>
  771. <ItemGroup>
  772. <None Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  773. </ItemGroup>
  774. <ItemGroup>
  775. <None Include="Resources\search_16px_1202802_easyicon.net.png" />
  776. </ItemGroup>
  777. <ItemGroup>
  778. <None Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  779. </ItemGroup>
  780. <ItemGroup>
  781. <None Include="Resources\close_32px_1181428_easyicon.net.png" />
  782. </ItemGroup>
  783. <ItemGroup>
  784. <None Include="Resources\close_up_32px_1181430_easyicon.net.png" />
  785. </ItemGroup>
  786. <ItemGroup>
  787. <None Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  788. <None Include="Service References\Vivo_GetPlateID\ReelAPI.disco" />
  789. <None Include="Service References\Vivo_GetPlateID\configuration91.svcinfo" />
  790. <None Include="Service References\Vivo_GetPlateID\configuration.svcinfo" />
  791. <None Include="Service References\Vivo_GetPlateID\Reference.svcmap">
  792. <Generator>WCF Proxy Generator</Generator>
  793. <LastGenOutput>Reference.cs</LastGenOutput>
  794. </None>
  795. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.disco" />
  796. <None Include="Service References\Vivo_BoxReelRelation\configuration91.svcinfo" />
  797. <None Include="Service References\Vivo_BoxReelRelation\configuration.svcinfo" />
  798. <None Include="Service References\Vivo_BoxReelRelation\Reference.svcmap">
  799. <Generator>WCF Proxy Generator</Generator>
  800. <LastGenOutput>Reference.cs</LastGenOutput>
  801. </None>
  802. <Content Include="tool\Analysis.dll" />
  803. <Content Include="tool\DataHelper.dll" />
  804. <Content Include="tool\NPOI.dll" />
  805. <Content Include="tool\NPOI.OOXML.dll" />
  806. <Content Include="tool\NPOI.OpenXml4Net.dll" />
  807. <Content Include="tool\NPOI.OpenXmlFormats.dll" />
  808. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  809. <Content Include="tool\Seagull.BarTender.Print.dll" />
  810. <None Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  811. <Content Include="Resources\print_128px_1082624_easyicon.net.ico" />
  812. </ItemGroup>
  813. <ItemGroup>
  814. <WCFMetadata Include="Service References\" />
  815. </ItemGroup>
  816. <ItemGroup>
  817. <WCFMetadataStorage Include="Service References\Vivo_BoxReelRelation\" />
  818. <WCFMetadataStorage Include="Service References\Vivo_GetPlateID\" />
  819. </ItemGroup>
  820. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  821. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  822. Other similar extension points exist, see Microsoft.Common.targets.
  823. <Target Name="BeforeBuild">
  824. </Target>
  825. <Target Name="AfterBuild">
  826. </Target>
  827. -->
  828. </Project>