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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  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="SetLoadingWindow.cs">
  261. <SubType>Form</SubType>
  262. </Compile>
  263. <Compile Include="SetLoadingWindow.Designer.cs">
  264. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  265. </Compile>
  266. <Compile Include="Settings.cs" />
  267. <Compile Include="客户标签维护.cs">
  268. <SubType>Form</SubType>
  269. </Compile>
  270. <Compile Include="客户标签维护.Designer.cs">
  271. <DependentUpon>客户标签维护.cs</DependentUpon>
  272. </Compile>
  273. <Compile Include="生成条码.cs">
  274. <SubType>Form</SubType>
  275. </Compile>
  276. <Compile Include="生成条码.Designer.cs">
  277. <DependentUpon>生成条码.cs</DependentUpon>
  278. </Compile>
  279. <Compile Include="UAS_出货标签管理.cs">
  280. <SubType>Form</SubType>
  281. </Compile>
  282. <Compile Include="UAS_出货标签管理.Designer.cs">
  283. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  284. </Compile>
  285. <Compile Include="Program.cs" />
  286. <Compile Include="Properties\AssemblyInfo.cs" />
  287. <Compile Include="采集策略.cs">
  288. <SubType>Form</SubType>
  289. </Compile>
  290. <Compile Include="采集策略.Designer.cs">
  291. <DependentUpon>采集策略.cs</DependentUpon>
  292. </Compile>
  293. <Compile Include="附件内容打印.cs">
  294. <SubType>Form</SubType>
  295. </Compile>
  296. <Compile Include="附件内容打印.Designer.cs">
  297. <DependentUpon>附件内容打印.cs</DependentUpon>
  298. </Compile>
  299. <EmbeddedResource Include="BartenderPreview.resx">
  300. <DependentUpon>BartenderPreview.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="CustomControl\BlurSearch.resx">
  303. <DependentUpon>BlurSearch.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="CustomControl\DataGridViewWithSerialNum.resx">
  306. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="CustomControl\EnterTextBox.resx">
  309. <DependentUpon>EnterTextBox.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="CustomControl\HeadBar.resx">
  312. <DependentUpon>HeadBar.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="CustomControl\HeadBar.zu.resx">
  315. <DependentUpon>HeadBar.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="CustomControl\NumOnlyTextBox.resx">
  318. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="CustomControl\Pagination.resx">
  321. <DependentUpon>Pagination.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="CustomControl\PrinterCombox.resx">
  324. <DependentUpon>PrinterCombox.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="CustomControl\SearchTextBox.resx">
  327. <DependentUpon>SearchTextBox.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="DbFind.resx">
  330. <DependentUpon>DbFind.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="Login.resx">
  333. <DependentUpon>Login.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="PowerSetting.resx">
  336. <DependentUpon>PowerSetting.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="SetLoadingWindow.resx">
  339. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="客户标签维护.resx">
  342. <DependentUpon>客户标签维护.cs</DependentUpon>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="生成条码.resx">
  345. <DependentUpon>生成条码.cs</DependentUpon>
  346. </EmbeddedResource>
  347. <EmbeddedResource Include="UAS_出货标签管理.resx">
  348. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  349. </EmbeddedResource>
  350. <EmbeddedResource Include="Properties\Resources.resx">
  351. <Generator>ResXFileCodeGenerator</Generator>
  352. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  353. <SubType>Designer</SubType>
  354. </EmbeddedResource>
  355. <Compile Include="Properties\Resources.Designer.cs">
  356. <AutoGen>True</AutoGen>
  357. <DependentUpon>Resources.resx</DependentUpon>
  358. <DesignTime>True</DesignTime>
  359. </Compile>
  360. <EmbeddedResource Include="采集策略.resx">
  361. <DependentUpon>采集策略.cs</DependentUpon>
  362. </EmbeddedResource>
  363. <EmbeddedResource Include="附件内容打印.resx">
  364. <DependentUpon>附件内容打印.cs</DependentUpon>
  365. </EmbeddedResource>
  366. <None Include="Properties\app.manifest" />
  367. <None Include="Properties\Settings.settings">
  368. <Generator>SettingsSingleFileGenerator</Generator>
  369. <LastGenOutput>Settings1.Designer.cs</LastGenOutput>
  370. </None>
  371. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.wsdl" />
  372. <None Include="Service References\Vivo_BoxReelRelation\UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity.datasource">
  373. <DependentUpon>Reference.svcmap</DependentUpon>
  374. </None>
  375. <None Include="Service References\Vivo_GetPlateID\ReelAPI.wsdl" />
  376. <None Include="Service References\Vivo_GetPlateID\UAS_LabelMachine.Vivo_GetPlateID.ReelEntity.datasource">
  377. <DependentUpon>Reference.svcmap</DependentUpon>
  378. </None>
  379. <None Include="tool\Lppx2.tlb" />
  380. </ItemGroup>
  381. <ItemGroup>
  382. <None Include="App.config">
  383. <SubType>Designer</SubType>
  384. </None>
  385. </ItemGroup>
  386. <ItemGroup>
  387. <None Include="Resources\timg.jpg" />
  388. </ItemGroup>
  389. <ItemGroup>
  390. <None Include="Resources\users_user_72px_523311_easyicon.net.png" />
  391. </ItemGroup>
  392. <ItemGroup>
  393. <None Include="Resources\users.png" />
  394. </ItemGroup>
  395. <ItemGroup>
  396. <None Include="Resources\Login_Icon.gif" />
  397. </ItemGroup>
  398. <ItemGroup>
  399. <None Include="Resources\1 %284%29.gif" />
  400. </ItemGroup>
  401. <ItemGroup>
  402. <None Include="Resources\46.gif" />
  403. </ItemGroup>
  404. <ItemGroup>
  405. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  406. <Visible>False</Visible>
  407. <ProductName>.NET Framework 3.5 SP1</ProductName>
  408. <Install>true</Install>
  409. </BootstrapperPackage>
  410. </ItemGroup>
  411. <ItemGroup>
  412. <PublishFile Include="BtSystem.Client">
  413. <Visible>False</Visible>
  414. <Group>
  415. </Group>
  416. <TargetPath>
  417. </TargetPath>
  418. <PublishState>Exclude</PublishState>
  419. <IncludeHash>True</IncludeHash>
  420. <FileType>Assembly</FileType>
  421. </PublishFile>
  422. <PublishFile Include="BtSystem.Client.Reader">
  423. <Visible>False</Visible>
  424. <Group>
  425. </Group>
  426. <TargetPath>
  427. </TargetPath>
  428. <PublishState>Exclude</PublishState>
  429. <IncludeHash>True</IncludeHash>
  430. <FileType>Assembly</FileType>
  431. </PublishFile>
  432. <PublishFile Include="BtSystem.Interfaces">
  433. <Visible>False</Visible>
  434. <Group>
  435. </Group>
  436. <TargetPath>
  437. </TargetPath>
  438. <PublishState>Exclude</PublishState>
  439. <IncludeHash>True</IncludeHash>
  440. <FileType>Assembly</FileType>
  441. </PublishFile>
  442. <PublishFile Include="BtSystem.Network">
  443. <Visible>False</Visible>
  444. <Group>
  445. </Group>
  446. <TargetPath>
  447. </TargetPath>
  448. <PublishState>Exclude</PublishState>
  449. <IncludeHash>True</IncludeHash>
  450. <FileType>Assembly</FileType>
  451. </PublishFile>
  452. <PublishFile Include="BtSystem.Reprint.Support">
  453. <Visible>False</Visible>
  454. <Group>
  455. </Group>
  456. <TargetPath>
  457. </TargetPath>
  458. <PublishState>Exclude</PublishState>
  459. <IncludeHash>True</IncludeHash>
  460. <FileType>Assembly</FileType>
  461. </PublishFile>
  462. <PublishFile Include="BtSystem.Strings">
  463. <Visible>False</Visible>
  464. <Group>
  465. </Group>
  466. <TargetPath>
  467. </TargetPath>
  468. <PublishState>Exclude</PublishState>
  469. <IncludeHash>True</IncludeHash>
  470. <FileType>Assembly</FileType>
  471. </PublishFile>
  472. <PublishFile Include="BtSystem.Support">
  473. <Visible>False</Visible>
  474. <Group>
  475. </Group>
  476. <TargetPath>
  477. </TargetPath>
  478. <PublishState>Exclude</PublishState>
  479. <IncludeHash>True</IncludeHash>
  480. <FileType>Assembly</FileType>
  481. </PublishFile>
  482. <PublishFile Include="BtSystem.UI">
  483. <Visible>False</Visible>
  484. <Group>
  485. </Group>
  486. <TargetPath>
  487. </TargetPath>
  488. <PublishState>Exclude</PublishState>
  489. <IncludeHash>True</IncludeHash>
  490. <FileType>Assembly</FileType>
  491. </PublishFile>
  492. <PublishFile Include="DevExpress.Data.v11.1">
  493. <Visible>False</Visible>
  494. <Group>
  495. </Group>
  496. <TargetPath>
  497. </TargetPath>
  498. <PublishState>Exclude</PublishState>
  499. <IncludeHash>True</IncludeHash>
  500. <FileType>Assembly</FileType>
  501. </PublishFile>
  502. <PublishFile Include="DevExpress.Printing.v11.1.Core">
  503. <Visible>False</Visible>
  504. <Group>
  505. </Group>
  506. <TargetPath>
  507. </TargetPath>
  508. <PublishState>Exclude</PublishState>
  509. <IncludeHash>True</IncludeHash>
  510. <FileType>Assembly</FileType>
  511. </PublishFile>
  512. <PublishFile Include="DevExpress.Utils.v11.1">
  513. <Visible>False</Visible>
  514. <Group>
  515. </Group>
  516. <TargetPath>
  517. </TargetPath>
  518. <PublishState>Exclude</PublishState>
  519. <IncludeHash>True</IncludeHash>
  520. <FileType>Assembly</FileType>
  521. </PublishFile>
  522. <PublishFile Include="DevExpress.Xpo.v11.1">
  523. <Visible>False</Visible>
  524. <Group>
  525. </Group>
  526. <TargetPath>
  527. </TargetPath>
  528. <PublishState>Exclude</PublishState>
  529. <IncludeHash>True</IncludeHash>
  530. <FileType>Assembly</FileType>
  531. </PublishFile>
  532. <PublishFile Include="DevExpress.XtraBars.v11.1">
  533. <Visible>False</Visible>
  534. <Group>
  535. </Group>
  536. <TargetPath>
  537. </TargetPath>
  538. <PublishState>Exclude</PublishState>
  539. <IncludeHash>True</IncludeHash>
  540. <FileType>Assembly</FileType>
  541. </PublishFile>
  542. <PublishFile Include="DevExpress.XtraEditors.v11.1">
  543. <Visible>False</Visible>
  544. <Group>
  545. </Group>
  546. <TargetPath>
  547. </TargetPath>
  548. <PublishState>Exclude</PublishState>
  549. <IncludeHash>True</IncludeHash>
  550. <FileType>Assembly</FileType>
  551. </PublishFile>
  552. <PublishFile Include="DevExpress.XtraGrid.v11.1">
  553. <Visible>False</Visible>
  554. <Group>
  555. </Group>
  556. <TargetPath>
  557. </TargetPath>
  558. <PublishState>Exclude</PublishState>
  559. <IncludeHash>True</IncludeHash>
  560. <FileType>Assembly</FileType>
  561. </PublishFile>
  562. <PublishFile Include="DevExpress.XtraLayout.v11.1">
  563. <Visible>False</Visible>
  564. <Group>
  565. </Group>
  566. <TargetPath>
  567. </TargetPath>
  568. <PublishState>Exclude</PublishState>
  569. <IncludeHash>True</IncludeHash>
  570. <FileType>Assembly</FileType>
  571. </PublishFile>
  572. <PublishFile Include="Interop.BarTender">
  573. <Visible>False</Visible>
  574. <Group>
  575. </Group>
  576. <TargetPath>
  577. </TargetPath>
  578. <PublishState>Exclude</PublishState>
  579. <IncludeHash>True</IncludeHash>
  580. <FileType>Assembly</FileType>
  581. </PublishFile>
  582. <PublishFile Include="Interop.NetFwTypeLib">
  583. <Visible>False</Visible>
  584. <Group>
  585. </Group>
  586. <TargetPath>
  587. </TargetPath>
  588. <PublishState>Exclude</PublishState>
  589. <IncludeHash>True</IncludeHash>
  590. <FileType>Assembly</FileType>
  591. </PublishFile>
  592. <PublishFile Include="Maestro.Interface">
  593. <Visible>False</Visible>
  594. <Group>
  595. </Group>
  596. <TargetPath>
  597. </TargetPath>
  598. <PublishState>Exclude</PublishState>
  599. <IncludeHash>True</IncludeHash>
  600. <FileType>Assembly</FileType>
  601. </PublishFile>
  602. <PublishFile Include="Maestro.Library">
  603. <Visible>False</Visible>
  604. <Group>
  605. </Group>
  606. <TargetPath>
  607. </TargetPath>
  608. <PublishState>Exclude</PublishState>
  609. <IncludeHash>True</IncludeHash>
  610. <FileType>Assembly</FileType>
  611. </PublishFile>
  612. <PublishFile Include="Seagull.Framework">
  613. <Visible>False</Visible>
  614. <Group>
  615. </Group>
  616. <TargetPath>
  617. </TargetPath>
  618. <PublishState>Exclude</PublishState>
  619. <IncludeHash>True</IncludeHash>
  620. <FileType>Assembly</FileType>
  621. </PublishFile>
  622. <PublishFile Include="Seagull.Framework.Interop">
  623. <Visible>False</Visible>
  624. <Group>
  625. </Group>
  626. <TargetPath>
  627. </TargetPath>
  628. <PublishState>Exclude</PublishState>
  629. <IncludeHash>True</IncludeHash>
  630. <FileType>Assembly</FileType>
  631. </PublishFile>
  632. <PublishFile Include="Seagull.Interop">
  633. <Visible>False</Visible>
  634. <Group>
  635. </Group>
  636. <TargetPath>
  637. </TargetPath>
  638. <PublishState>Exclude</PublishState>
  639. <IncludeHash>True</IncludeHash>
  640. <FileType>Assembly</FileType>
  641. </PublishFile>
  642. <PublishFile Include="Seagull.Librarian.Core">
  643. <Visible>False</Visible>
  644. <Group>
  645. </Group>
  646. <TargetPath>
  647. </TargetPath>
  648. <PublishState>Exclude</PublishState>
  649. <IncludeHash>True</IncludeHash>
  650. <FileType>Assembly</FileType>
  651. </PublishFile>
  652. <PublishFile Include="Seagull.Security">
  653. <Visible>False</Visible>
  654. <Group>
  655. </Group>
  656. <TargetPath>
  657. </TargetPath>
  658. <PublishState>Exclude</PublishState>
  659. <IncludeHash>True</IncludeHash>
  660. <FileType>Assembly</FileType>
  661. </PublishFile>
  662. <PublishFile Include="Seagull.Security.Interop">
  663. <Visible>False</Visible>
  664. <Group>
  665. </Group>
  666. <TargetPath>
  667. </TargetPath>
  668. <PublishState>Exclude</PublishState>
  669. <IncludeHash>True</IncludeHash>
  670. <FileType>Assembly</FileType>
  671. </PublishFile>
  672. <PublishFile Include="Seagull.XpoDataAccess">
  673. <Visible>False</Visible>
  674. <Group>
  675. </Group>
  676. <TargetPath>
  677. </TargetPath>
  678. <PublishState>Exclude</PublishState>
  679. <IncludeHash>True</IncludeHash>
  680. <FileType>Assembly</FileType>
  681. </PublishFile>
  682. </ItemGroup>
  683. <ItemGroup>
  684. <None Include="Resources\preview_16px_25980_easyicon.net.png" />
  685. </ItemGroup>
  686. <ItemGroup>
  687. <COMReference Include="stdole">
  688. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  689. <VersionMajor>2</VersionMajor>
  690. <VersionMinor>0</VersionMinor>
  691. <Lcid>0</Lcid>
  692. <WrapperTool>primary</WrapperTool>
  693. <Isolated>False</Isolated>
  694. <EmbedInteropTypes>True</EmbedInteropTypes>
  695. </COMReference>
  696. </ItemGroup>
  697. <ItemGroup>
  698. <None Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  699. </ItemGroup>
  700. <ItemGroup>
  701. <None Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  702. </ItemGroup>
  703. <ItemGroup>
  704. <None Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  705. </ItemGroup>
  706. <ItemGroup>
  707. <None Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  708. </ItemGroup>
  709. <ItemGroup>
  710. <None Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  711. </ItemGroup>
  712. <ItemGroup>
  713. <None Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  714. </ItemGroup>
  715. <ItemGroup>
  716. <None Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  717. </ItemGroup>
  718. <ItemGroup>
  719. <None Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  720. </ItemGroup>
  721. <ItemGroup>
  722. <None Include="Resources\search_16px_1202802_easyicon.net.png" />
  723. </ItemGroup>
  724. <ItemGroup>
  725. <None Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  726. </ItemGroup>
  727. <ItemGroup>
  728. <None Include="Resources\close_32px_1181428_easyicon.net.png" />
  729. </ItemGroup>
  730. <ItemGroup>
  731. <None Include="Resources\close_up_32px_1181430_easyicon.net.png" />
  732. </ItemGroup>
  733. <ItemGroup>
  734. <None Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  735. <None Include="Service References\Vivo_GetPlateID\ReelAPI.disco" />
  736. <None Include="Service References\Vivo_GetPlateID\configuration91.svcinfo" />
  737. <None Include="Service References\Vivo_GetPlateID\configuration.svcinfo" />
  738. <None Include="Service References\Vivo_GetPlateID\Reference.svcmap">
  739. <Generator>WCF Proxy Generator</Generator>
  740. <LastGenOutput>Reference.cs</LastGenOutput>
  741. </None>
  742. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.disco" />
  743. <None Include="Service References\Vivo_BoxReelRelation\configuration91.svcinfo" />
  744. <None Include="Service References\Vivo_BoxReelRelation\configuration.svcinfo" />
  745. <None Include="Service References\Vivo_BoxReelRelation\Reference.svcmap">
  746. <Generator>WCF Proxy Generator</Generator>
  747. <LastGenOutput>Reference.cs</LastGenOutput>
  748. </None>
  749. <Content Include="tool\Analysis.dll" />
  750. <Content Include="tool\DataHelper.dll" />
  751. <Content Include="tool\NPOI.dll" />
  752. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  753. <Content Include="tool\Seagull.BarTender.Print.dll" />
  754. <None Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  755. <Content Include="Resources\print_128px_1082624_easyicon.net.ico" />
  756. </ItemGroup>
  757. <ItemGroup>
  758. <WCFMetadata Include="Service References\" />
  759. </ItemGroup>
  760. <ItemGroup>
  761. <WCFMetadataStorage Include="Service References\Vivo_BoxReelRelation\" />
  762. <WCFMetadataStorage Include="Service References\Vivo_GetPlateID\" />
  763. </ItemGroup>
  764. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  765. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  766. Other similar extension points exist, see Microsoft.Common.targets.
  767. <Target Name="BeforeBuild">
  768. </Target>
  769. <Target Name="AfterBuild">
  770. </Target>
  771. -->
  772. </Project>