UAS-出货标签管理.csproj 30 KB

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