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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  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. </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="Interop.LabelManager2">
  104. <HintPath>..\..\..\UAS_WinForm\UAS-出货标签管理\bin\Debug\Interop.LabelManager2.dll</HintPath>
  105. <EmbedInteropTypes>False</EmbedInteropTypes>
  106. </Reference>
  107. <Reference Include="NPOI">
  108. <HintPath>tool\NPOI.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Oracle.ManagedDataAccess">
  111. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Seagull.BarTender.Print, Version=10.1.4.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=x86" />
  114. <Reference Include="System" />
  115. <Reference Include="System.configuration" />
  116. <Reference Include="System.Core" />
  117. <Reference Include="System.Runtime.Serialization" />
  118. <Reference Include="System.ServiceModel" />
  119. <Reference Include="System.Web" />
  120. <Reference Include="System.Web.Extensions" />
  121. <Reference Include="System.Xml.Linq" />
  122. <Reference Include="System.Data.DataSetExtensions" />
  123. <Reference Include="Microsoft.CSharp" />
  124. <Reference Include="System.Data" />
  125. <Reference Include="System.Deployment" />
  126. <Reference Include="System.Drawing" />
  127. <Reference Include="System.Windows.Forms" />
  128. <Reference Include="System.Xml" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Compile Include="BartenderPreview.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="BartenderPreview.Designer.cs">
  135. <DependentUpon>BartenderPreview.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="CustomControl\BlurSearch.cs">
  138. <SubType>UserControl</SubType>
  139. </Compile>
  140. <Compile Include="CustomControl\BlurSearch.Designer.cs">
  141. <DependentUpon>BlurSearch.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="CustomControl\ChooseAllButton.cs">
  144. <SubType>Component</SubType>
  145. </Compile>
  146. <Compile Include="CustomControl\ChooseAllButton.Designer.cs">
  147. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="CustomControl\DataGridViewWithSerialNum.cs">
  150. <SubType>Component</SubType>
  151. </Compile>
  152. <Compile Include="CustomControl\DataGridViewWithSerialNum.Designer.cs">
  153. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="CustomControl\EnterTextBox.cs">
  156. <SubType>Component</SubType>
  157. </Compile>
  158. <Compile Include="CustomControl\EnterTextBox.Designer.cs">
  159. <DependentUpon>EnterTextBox.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="CustomControl\GroupBoxWithBorder.cs">
  162. <SubType>Component</SubType>
  163. </Compile>
  164. <Compile Include="CustomControl\GroupBoxWithBorder.Designer.cs">
  165. <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="CustomControl\HeadBar.cs">
  168. <SubType>UserControl</SubType>
  169. </Compile>
  170. <Compile Include="CustomControl\HeadBar.Designer.cs">
  171. <DependentUpon>HeadBar.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="CustomControl\LoadingCircle.cs">
  174. <SubType>Component</SubType>
  175. </Compile>
  176. <Compile Include="CustomControl\LoadingCircle.Designer.cs">
  177. <DependentUpon>LoadingCircle.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="CustomControl\NormalButton.cs">
  180. <SubType>Component</SubType>
  181. </Compile>
  182. <Compile Include="CustomControl\NormalButton.Designer.cs">
  183. <DependentUpon>NormalButton.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="CustomControl\NumOnlyTextBox.cs">
  186. <SubType>Component</SubType>
  187. </Compile>
  188. <Compile Include="CustomControl\NumOnlyTextBox.Designer.cs">
  189. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="CustomControl\Pagination.cs">
  192. <SubType>UserControl</SubType>
  193. </Compile>
  194. <Compile Include="CustomControl\Pagination.Designer.cs">
  195. <DependentUpon>Pagination.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="CustomControl\PrinterCombox.cs">
  198. <SubType>UserControl</SubType>
  199. </Compile>
  200. <Compile Include="CustomControl\PrinterCombox.Designer.cs">
  201. <DependentUpon>PrinterCombox.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="CustomControl\RichTextAutoBottom.cs">
  204. <SubType>Component</SubType>
  205. </Compile>
  206. <Compile Include="CustomControl\RichTextAutoBottom.Designer.cs">
  207. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="CustomControl\SearchTextBox.cs">
  210. <SubType>UserControl</SubType>
  211. </Compile>
  212. <Compile Include="CustomControl\SearchTextBox.Designer.cs">
  213. <DependentUpon>SearchTextBox.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="DbFind.cs">
  216. <SubType>Form</SubType>
  217. </Compile>
  218. <Compile Include="DbFind.Designer.cs">
  219. <DependentUpon>DbFind.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="Entity\SystemInf.cs" />
  222. <Compile Include="Entity\User.cs" />
  223. <Compile Include="Login.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="Login.Designer.cs">
  227. <DependentUpon>Login.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="PowerSetting.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="PowerSetting.Designer.cs">
  233. <DependentUpon>PowerSetting.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="Properties\Settings1.Designer.cs">
  236. <AutoGen>True</AutoGen>
  237. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  238. <DependentUpon>Settings.settings</DependentUpon>
  239. </Compile>
  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_BoxReelRelation\UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity_V1.datasource">
  387. <DependentUpon>Reference.svcmap</DependentUpon>
  388. </None>
  389. <None Include="Service References\Vivo_GetPlateID\ReelAPI.wsdl" />
  390. <None Include="Service References\Vivo_GetPlateID\UAS_LabelMachine.Vivo_GetPlateID.ReelEntity.datasource">
  391. <DependentUpon>Reference.svcmap</DependentUpon>
  392. </None>
  393. <None Include="Service References\Vivo_New_BoxReelRelation\ReelAPI.wsdl" />
  394. <None Include="Service References\Vivo_New_BoxReelRelation\UAS_LabelMachine.Vivo_New_BoxReelRelation.BoxEntity.datasource">
  395. <DependentUpon>Reference.svcmap</DependentUpon>
  396. </None>
  397. <None Include="Service References\Vivo_New_BoxReelRelation\UAS_LabelMachine.Vivo_New_BoxReelRelation.ReelEntity.datasource">
  398. <DependentUpon>Reference.svcmap</DependentUpon>
  399. </None>
  400. <None Include="Service References\Vivo_New_BoxReelRelation\UAS_LabelMachine.Vivo_New_BoxReelRelation.ReelEntity_V1.datasource">
  401. <DependentUpon>Reference.svcmap</DependentUpon>
  402. </None>
  403. <None Include="Service References\Vivo_New_GetPlateID\ReelAPI.wsdl" />
  404. <None Include="Service References\Vivo_New_GetPlateID\UAS_LabelMachine.Vivo_New_GetPlateID.BoxEntity.datasource">
  405. <DependentUpon>Reference.svcmap</DependentUpon>
  406. </None>
  407. <None Include="Service References\Vivo_New_GetPlateID\UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity.datasource">
  408. <DependentUpon>Reference.svcmap</DependentUpon>
  409. </None>
  410. <None Include="Service References\Vivo_New_GetPlateID\UAS_LabelMachine.Vivo_New_GetPlateID.ReelEntity_V1.datasource">
  411. <DependentUpon>Reference.svcmap</DependentUpon>
  412. </None>
  413. <None Include="tool\Lppx2.tlb" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <None Include="App.config">
  417. <SubType>Designer</SubType>
  418. </None>
  419. </ItemGroup>
  420. <ItemGroup>
  421. <None Include="Resources\timg.jpg" />
  422. </ItemGroup>
  423. <ItemGroup>
  424. <None Include="Resources\users_user_72px_523311_easyicon.net.png" />
  425. </ItemGroup>
  426. <ItemGroup>
  427. <None Include="Resources\users.png" />
  428. </ItemGroup>
  429. <ItemGroup>
  430. <None Include="Resources\Login_Icon.gif" />
  431. </ItemGroup>
  432. <ItemGroup>
  433. <None Include="Resources\1 %284%29.gif" />
  434. </ItemGroup>
  435. <ItemGroup>
  436. <None Include="Resources\46.gif" />
  437. </ItemGroup>
  438. <ItemGroup>
  439. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  440. <Visible>False</Visible>
  441. <ProductName>.NET Framework 3.5 SP1</ProductName>
  442. <Install>true</Install>
  443. </BootstrapperPackage>
  444. </ItemGroup>
  445. <ItemGroup>
  446. <PublishFile Include="BtSystem.Client">
  447. <Visible>False</Visible>
  448. <Group>
  449. </Group>
  450. <TargetPath>
  451. </TargetPath>
  452. <PublishState>Exclude</PublishState>
  453. <IncludeHash>True</IncludeHash>
  454. <FileType>Assembly</FileType>
  455. </PublishFile>
  456. <PublishFile Include="BtSystem.Client.Reader">
  457. <Visible>False</Visible>
  458. <Group>
  459. </Group>
  460. <TargetPath>
  461. </TargetPath>
  462. <PublishState>Exclude</PublishState>
  463. <IncludeHash>True</IncludeHash>
  464. <FileType>Assembly</FileType>
  465. </PublishFile>
  466. <PublishFile Include="BtSystem.Interfaces">
  467. <Visible>False</Visible>
  468. <Group>
  469. </Group>
  470. <TargetPath>
  471. </TargetPath>
  472. <PublishState>Exclude</PublishState>
  473. <IncludeHash>True</IncludeHash>
  474. <FileType>Assembly</FileType>
  475. </PublishFile>
  476. <PublishFile Include="BtSystem.Network">
  477. <Visible>False</Visible>
  478. <Group>
  479. </Group>
  480. <TargetPath>
  481. </TargetPath>
  482. <PublishState>Exclude</PublishState>
  483. <IncludeHash>True</IncludeHash>
  484. <FileType>Assembly</FileType>
  485. </PublishFile>
  486. <PublishFile Include="BtSystem.Reprint.Support">
  487. <Visible>False</Visible>
  488. <Group>
  489. </Group>
  490. <TargetPath>
  491. </TargetPath>
  492. <PublishState>Exclude</PublishState>
  493. <IncludeHash>True</IncludeHash>
  494. <FileType>Assembly</FileType>
  495. </PublishFile>
  496. <PublishFile Include="BtSystem.Strings">
  497. <Visible>False</Visible>
  498. <Group>
  499. </Group>
  500. <TargetPath>
  501. </TargetPath>
  502. <PublishState>Exclude</PublishState>
  503. <IncludeHash>True</IncludeHash>
  504. <FileType>Assembly</FileType>
  505. </PublishFile>
  506. <PublishFile Include="BtSystem.Support">
  507. <Visible>False</Visible>
  508. <Group>
  509. </Group>
  510. <TargetPath>
  511. </TargetPath>
  512. <PublishState>Exclude</PublishState>
  513. <IncludeHash>True</IncludeHash>
  514. <FileType>Assembly</FileType>
  515. </PublishFile>
  516. <PublishFile Include="BtSystem.UI">
  517. <Visible>False</Visible>
  518. <Group>
  519. </Group>
  520. <TargetPath>
  521. </TargetPath>
  522. <PublishState>Exclude</PublishState>
  523. <IncludeHash>True</IncludeHash>
  524. <FileType>Assembly</FileType>
  525. </PublishFile>
  526. <PublishFile Include="DevExpress.Data.v11.1">
  527. <Visible>False</Visible>
  528. <Group>
  529. </Group>
  530. <TargetPath>
  531. </TargetPath>
  532. <PublishState>Exclude</PublishState>
  533. <IncludeHash>True</IncludeHash>
  534. <FileType>Assembly</FileType>
  535. </PublishFile>
  536. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  537. <Visible>False</Visible>
  538. <Group>
  539. </Group>
  540. <TargetPath>
  541. </TargetPath>
  542. <PublishState>Exclude</PublishState>
  543. <IncludeHash>True</IncludeHash>
  544. <FileType>Assembly</FileType>
  545. </PublishFile>
  546. <PublishFile Include="DevExpress.Utils.v11.1">
  547. <Visible>False</Visible>
  548. <Group>
  549. </Group>
  550. <TargetPath>
  551. </TargetPath>
  552. <PublishState>Exclude</PublishState>
  553. <IncludeHash>True</IncludeHash>
  554. <FileType>Assembly</FileType>
  555. </PublishFile>
  556. <PublishFile Include="DevExpress.Xpo.v11.1">
  557. <Visible>False</Visible>
  558. <Group>
  559. </Group>
  560. <TargetPath>
  561. </TargetPath>
  562. <PublishState>Exclude</PublishState>
  563. <IncludeHash>True</IncludeHash>
  564. <FileType>Assembly</FileType>
  565. </PublishFile>
  566. <PublishFile Include="DevExpress.XtraBars.v11.1">
  567. <Visible>False</Visible>
  568. <Group>
  569. </Group>
  570. <TargetPath>
  571. </TargetPath>
  572. <PublishState>Exclude</PublishState>
  573. <IncludeHash>True</IncludeHash>
  574. <FileType>Assembly</FileType>
  575. </PublishFile>
  576. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  577. <Visible>False</Visible>
  578. <Group>
  579. </Group>
  580. <TargetPath>
  581. </TargetPath>
  582. <PublishState>Exclude</PublishState>
  583. <IncludeHash>True</IncludeHash>
  584. <FileType>Assembly</FileType>
  585. </PublishFile>
  586. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  587. <Visible>False</Visible>
  588. <Group>
  589. </Group>
  590. <TargetPath>
  591. </TargetPath>
  592. <PublishState>Exclude</PublishState>
  593. <IncludeHash>True</IncludeHash>
  594. <FileType>Assembly</FileType>
  595. </PublishFile>
  596. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  597. <Visible>False</Visible>
  598. <Group>
  599. </Group>
  600. <TargetPath>
  601. </TargetPath>
  602. <PublishState>Exclude</PublishState>
  603. <IncludeHash>True</IncludeHash>
  604. <FileType>Assembly</FileType>
  605. </PublishFile>
  606. <PublishFile Include="Interop.BarTender">
  607. <Visible>False</Visible>
  608. <Group>
  609. </Group>
  610. <TargetPath>
  611. </TargetPath>
  612. <PublishState>Exclude</PublishState>
  613. <IncludeHash>True</IncludeHash>
  614. <FileType>Assembly</FileType>
  615. </PublishFile>
  616. <PublishFile Include="Interop.NetFwTypeLib">
  617. <Visible>False</Visible>
  618. <Group>
  619. </Group>
  620. <TargetPath>
  621. </TargetPath>
  622. <PublishState>Exclude</PublishState>
  623. <IncludeHash>True</IncludeHash>
  624. <FileType>Assembly</FileType>
  625. </PublishFile>
  626. <PublishFile Include="Maestro.Interface">
  627. <Visible>False</Visible>
  628. <Group>
  629. </Group>
  630. <TargetPath>
  631. </TargetPath>
  632. <PublishState>Exclude</PublishState>
  633. <IncludeHash>True</IncludeHash>
  634. <FileType>Assembly</FileType>
  635. </PublishFile>
  636. <PublishFile Include="Maestro.Library">
  637. <Visible>False</Visible>
  638. <Group>
  639. </Group>
  640. <TargetPath>
  641. </TargetPath>
  642. <PublishState>Exclude</PublishState>
  643. <IncludeHash>True</IncludeHash>
  644. <FileType>Assembly</FileType>
  645. </PublishFile>
  646. <PublishFile Include="Seagull.Framework">
  647. <Visible>False</Visible>
  648. <Group>
  649. </Group>
  650. <TargetPath>
  651. </TargetPath>
  652. <PublishState>Exclude</PublishState>
  653. <IncludeHash>True</IncludeHash>
  654. <FileType>Assembly</FileType>
  655. </PublishFile>
  656. <PublishFile Include="Seagull.Framework.Interop">
  657. <Visible>False</Visible>
  658. <Group>
  659. </Group>
  660. <TargetPath>
  661. </TargetPath>
  662. <PublishState>Exclude</PublishState>
  663. <IncludeHash>True</IncludeHash>
  664. <FileType>Assembly</FileType>
  665. </PublishFile>
  666. <PublishFile Include="Seagull.Interop">
  667. <Visible>False</Visible>
  668. <Group>
  669. </Group>
  670. <TargetPath>
  671. </TargetPath>
  672. <PublishState>Exclude</PublishState>
  673. <IncludeHash>True</IncludeHash>
  674. <FileType>Assembly</FileType>
  675. </PublishFile>
  676. <PublishFile Include="Seagull.Librarian.Core">
  677. <Visible>False</Visible>
  678. <Group>
  679. </Group>
  680. <TargetPath>
  681. </TargetPath>
  682. <PublishState>Exclude</PublishState>
  683. <IncludeHash>True</IncludeHash>
  684. <FileType>Assembly</FileType>
  685. </PublishFile>
  686. <PublishFile Include="Seagull.Security">
  687. <Visible>False</Visible>
  688. <Group>
  689. </Group>
  690. <TargetPath>
  691. </TargetPath>
  692. <PublishState>Exclude</PublishState>
  693. <IncludeHash>True</IncludeHash>
  694. <FileType>Assembly</FileType>
  695. </PublishFile>
  696. <PublishFile Include="Seagull.Security.Interop">
  697. <Visible>False</Visible>
  698. <Group>
  699. </Group>
  700. <TargetPath>
  701. </TargetPath>
  702. <PublishState>Exclude</PublishState>
  703. <IncludeHash>True</IncludeHash>
  704. <FileType>Assembly</FileType>
  705. </PublishFile>
  706. <PublishFile Include="Seagull.XpoDataAccess">
  707. <Visible>False</Visible>
  708. <Group>
  709. </Group>
  710. <TargetPath>
  711. </TargetPath>
  712. <PublishState>Exclude</PublishState>
  713. <IncludeHash>True</IncludeHash>
  714. <FileType>Assembly</FileType>
  715. </PublishFile>
  716. </ItemGroup>
  717. <ItemGroup>
  718. <None Include="Resources\preview_16px_25980_easyicon.net.png" />
  719. </ItemGroup>
  720. <ItemGroup>
  721. <COMReference Include="stdole">
  722. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  723. <VersionMajor>2</VersionMajor>
  724. <VersionMinor>0</VersionMinor>
  725. <Lcid>0</Lcid>
  726. <WrapperTool>primary</WrapperTool>
  727. <Isolated>False</Isolated>
  728. <EmbedInteropTypes>True</EmbedInteropTypes>
  729. </COMReference>
  730. </ItemGroup>
  731. <ItemGroup>
  732. <None Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  733. </ItemGroup>
  734. <ItemGroup>
  735. <None Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  736. </ItemGroup>
  737. <ItemGroup>
  738. <None Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  739. </ItemGroup>
  740. <ItemGroup>
  741. <None Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  742. </ItemGroup>
  743. <ItemGroup>
  744. <None Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  745. </ItemGroup>
  746. <ItemGroup>
  747. <None Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  748. </ItemGroup>
  749. <ItemGroup>
  750. <None Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  751. </ItemGroup>
  752. <ItemGroup>
  753. <None Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  754. </ItemGroup>
  755. <ItemGroup>
  756. <None Include="Resources\search_16px_1202802_easyicon.net.png" />
  757. </ItemGroup>
  758. <ItemGroup>
  759. <None Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  760. </ItemGroup>
  761. <ItemGroup>
  762. <None Include="Resources\close_32px_1181428_easyicon.net.png" />
  763. </ItemGroup>
  764. <ItemGroup>
  765. <None Include="Resources\close_up_32px_1181430_easyicon.net.png" />
  766. </ItemGroup>
  767. <ItemGroup>
  768. <None Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  769. <None Include="Service References\Vivo_GetPlateID\ReelAPI.disco" />
  770. <None Include="Service References\Vivo_GetPlateID\configuration91.svcinfo" />
  771. <None Include="Service References\Vivo_GetPlateID\configuration.svcinfo" />
  772. <None Include="Service References\Vivo_GetPlateID\Reference.svcmap">
  773. <Generator>WCF Proxy Generator</Generator>
  774. <LastGenOutput>Reference.cs</LastGenOutput>
  775. </None>
  776. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.disco" />
  777. <None Include="Service References\Vivo_BoxReelRelation\configuration91.svcinfo" />
  778. <None Include="Service References\Vivo_BoxReelRelation\configuration.svcinfo" />
  779. <None Include="Service References\Vivo_BoxReelRelation\Reference.svcmap">
  780. <Generator>WCF Proxy Generator</Generator>
  781. <LastGenOutput>Reference.cs</LastGenOutput>
  782. </None>
  783. <None Include="Service References\Vivo_New_GetPlateID\ReelAPI.disco" />
  784. <None Include="Service References\Vivo_New_GetPlateID\configuration91.svcinfo" />
  785. <None Include="Service References\Vivo_New_GetPlateID\configuration.svcinfo" />
  786. <None Include="Service References\Vivo_New_GetPlateID\Reference.svcmap">
  787. <Generator>WCF Proxy Generator</Generator>
  788. <LastGenOutput>Reference.cs</LastGenOutput>
  789. </None>
  790. <None Include="Service References\Vivo_New_BoxReelRelation\ReelAPI.disco" />
  791. <None Include="Service References\Vivo_New_BoxReelRelation\configuration91.svcinfo" />
  792. <None Include="Service References\Vivo_New_BoxReelRelation\configuration.svcinfo" />
  793. <None Include="Service References\Vivo_New_BoxReelRelation\Reference.svcmap">
  794. <Generator>WCF Proxy Generator</Generator>
  795. <LastGenOutput>Reference.cs</LastGenOutput>
  796. </None>
  797. <Content Include="tool\Analysis.dll" />
  798. <Content Include="tool\DataHelper.dll" />
  799. <Content Include="tool\NPOI.dll" />
  800. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  801. <Content Include="tool\Seagull.BarTender.Print.dll" />
  802. <None Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  803. <Content Include="Resources\print_128px_1082624_easyicon.net.ico" />
  804. </ItemGroup>
  805. <ItemGroup>
  806. <WCFMetadata Include="Service References\" />
  807. </ItemGroup>
  808. <ItemGroup>
  809. <WCFMetadataStorage Include="Service References\Vivo_BoxReelRelation\" />
  810. <WCFMetadataStorage Include="Service References\Vivo_GetPlateID\" />
  811. <WCFMetadataStorage Include="Service References\Vivo_New_BoxReelRelation\" />
  812. <WCFMetadataStorage Include="Service References\Vivo_New_GetPlateID\" />
  813. </ItemGroup>
  814. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  815. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  816. Other similar extension points exist, see Microsoft.Common.targets.
  817. <Target Name="BeforeBuild">
  818. </Target>
  819. <Target Name="AfterBuild">
  820. </Target>
  821. -->
  822. </Project>