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

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