UAS-出货标签管理(泽天).csproj 28 KB

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