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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  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. <PublishUrl>ftp://richwellgroup.com.cn/</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Web</InstallFrom>
  20. <UpdateEnabled>true</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <InstallUrl>http://richwellgroup.com.cn/</InstallUrl>
  28. <ProductName>UAS-出货标签管理</ProductName>
  29. <PublisherName>深圳市优软科技有限公司</PublisherName>
  30. <SuiteName>UAS-出货标签管理</SuiteName>
  31. <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
  32. <WebPage>publish.htm</WebPage>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <UseApplicationTrust>true</UseApplicationTrust>
  36. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  37. <ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
  38. <PublishWizardCompleted>true</PublishWizardCompleted>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. <SccProjectName>
  41. </SccProjectName>
  42. <SccLocalPath>
  43. </SccLocalPath>
  44. <SccAuxPath>
  45. </SccAuxPath>
  46. <SccProvider>
  47. </SccProvider>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <OutputPath>bin\Debug\</OutputPath>
  55. <DefineConstants>DEBUG;TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <DebugType>pdbonly</DebugType>
  62. <Optimize>true</Optimize>
  63. <OutputPath>bin\Release\</OutputPath>
  64. <DefineConstants>TRACE</DefineConstants>
  65. <ErrorReport>prompt</ErrorReport>
  66. <WarningLevel>4</WarningLevel>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <ManifestCertificateThumbprint>4FA99E585616700DE7B55D9E1B52AECEA80A31C9</ManifestCertificateThumbprint>
  70. </PropertyGroup>
  71. <PropertyGroup>
  72. <ManifestKeyFile>
  73. </ManifestKeyFile>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <GenerateManifests>true</GenerateManifests>
  77. </PropertyGroup>
  78. <PropertyGroup>
  79. <SignManifests>true</SignManifests>
  80. </PropertyGroup>
  81. <PropertyGroup>
  82. <SignAssembly>true</SignAssembly>
  83. </PropertyGroup>
  84. <PropertyGroup>
  85. <AssemblyOriginatorKeyFile>
  86. </AssemblyOriginatorKeyFile>
  87. </PropertyGroup>
  88. <PropertyGroup />
  89. <PropertyGroup>
  90. <TargetZone>LocalIntranet</TargetZone>
  91. </PropertyGroup>
  92. <PropertyGroup>
  93. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  94. </PropertyGroup>
  95. <PropertyGroup>
  96. <ApplicationIcon>Resources\print_128px_1082624_easyicon.net.ico</ApplicationIcon>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <Reference Include="Analysis">
  100. <HintPath>tool\Analysis.dll</HintPath>
  101. </Reference>
  102. <Reference Include="NPOI">
  103. <HintPath>tool\NPOI.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Oracle.ManagedDataAccess">
  106. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System" />
  109. <Reference Include="System.configuration" />
  110. <Reference Include="System.Core" />
  111. <Reference Include="System.Runtime.Serialization" />
  112. <Reference Include="System.ServiceModel" />
  113. <Reference Include="System.Web.Extensions" />
  114. <Reference Include="System.Xml.Linq" />
  115. <Reference Include="System.Data.DataSetExtensions" />
  116. <Reference Include="Microsoft.CSharp" />
  117. <Reference Include="System.Data" />
  118. <Reference Include="System.Deployment" />
  119. <Reference Include="System.Drawing" />
  120. <Reference Include="System.Windows.Forms" />
  121. <Reference Include="System.Xml" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Compile Include="CustomControl\ChooseAllButton.cs">
  125. <SubType>Component</SubType>
  126. </Compile>
  127. <Compile Include="CustomControl\ChooseAllButton.Designer.cs">
  128. <DependentUpon>ChooseAllButton.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="CustomControl\DataGridViewWithSerialNum.cs">
  131. <SubType>Component</SubType>
  132. </Compile>
  133. <Compile Include="CustomControl\DataGridViewWithSerialNum.Designer.cs">
  134. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="CustomControl\EnterTextBox.cs">
  137. <SubType>Component</SubType>
  138. </Compile>
  139. <Compile Include="CustomControl\EnterTextBox.Designer.cs">
  140. <DependentUpon>EnterTextBox.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="CustomControl\GroupBoxWithBorder.cs">
  143. <SubType>Component</SubType>
  144. </Compile>
  145. <Compile Include="CustomControl\GroupBoxWithBorder.Designer.cs">
  146. <DependentUpon>GroupBoxWithBorder.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="CustomControl\HeadBar.cs">
  149. <SubType>UserControl</SubType>
  150. </Compile>
  151. <Compile Include="CustomControl\HeadBar.Designer.cs">
  152. <DependentUpon>HeadBar.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="CustomControl\LoadingCircle.cs">
  155. <SubType>Component</SubType>
  156. </Compile>
  157. <Compile Include="CustomControl\LoadingCircle.Designer.cs">
  158. <DependentUpon>LoadingCircle.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="CustomControl\NormalButton.cs">
  161. <SubType>Component</SubType>
  162. </Compile>
  163. <Compile Include="CustomControl\NormalButton.Designer.cs">
  164. <DependentUpon>NormalButton.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="CustomControl\NumOnlyTextBox.cs">
  167. <SubType>Component</SubType>
  168. </Compile>
  169. <Compile Include="CustomControl\NumOnlyTextBox.Designer.cs">
  170. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="CustomControl\Pagination.cs">
  173. <SubType>UserControl</SubType>
  174. </Compile>
  175. <Compile Include="CustomControl\Pagination.Designer.cs">
  176. <DependentUpon>Pagination.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="CustomControl\PrinterCombox.cs">
  179. <SubType>UserControl</SubType>
  180. </Compile>
  181. <Compile Include="CustomControl\PrinterCombox.Designer.cs">
  182. <DependentUpon>PrinterCombox.cs</DependentUpon>
  183. </Compile>
  184. <Compile Include="CustomControl\RichTextAutoBottom.cs">
  185. <SubType>Component</SubType>
  186. </Compile>
  187. <Compile Include="CustomControl\RichTextAutoBottom.Designer.cs">
  188. <DependentUpon>RichTextAutoBottom.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="CustomControl\SearchTextBox.cs">
  191. <SubType>UserControl</SubType>
  192. </Compile>
  193. <Compile Include="CustomControl\SearchTextBox.Designer.cs">
  194. <DependentUpon>SearchTextBox.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="DbFind.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="DbFind.Designer.cs">
  200. <DependentUpon>DbFind.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Entity\User.cs" />
  203. <Compile Include="Login.cs">
  204. <SubType>Form</SubType>
  205. </Compile>
  206. <Compile Include="Login.Designer.cs">
  207. <DependentUpon>Login.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="PowerSetting.cs">
  210. <SubType>Form</SubType>
  211. </Compile>
  212. <Compile Include="PowerSetting.Designer.cs">
  213. <DependentUpon>PowerSetting.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="PublicMethod\ArrayList.cs" />
  216. <Compile Include="PublicMethod\AutoSizeFormClass.cs" />
  217. <Compile Include="PublicMethod\BaseUtil.cs" />
  218. <Compile Include="PublicMethod\DataHelper.cs" />
  219. <Compile Include="PublicMethod\ExcelHandler.cs" />
  220. <Compile Include="PublicMethod\ftpOperater.cs" />
  221. <Compile Include="PublicMethod\GlobalEventsHandler.cs" />
  222. <Compile Include="PublicMethod\LogManager.cs" />
  223. <Compile Include="Service References\Vivo_BoxReelRelation\Reference.cs">
  224. <AutoGen>True</AutoGen>
  225. <DesignTime>True</DesignTime>
  226. <DependentUpon>Reference.svcmap</DependentUpon>
  227. </Compile>
  228. <Compile Include="Service References\Vivo_GetPlateID\Reference.cs">
  229. <AutoGen>True</AutoGen>
  230. <DesignTime>True</DesignTime>
  231. <DependentUpon>Reference.svcmap</DependentUpon>
  232. </Compile>
  233. <Compile Include="SetLoadingWindow.cs">
  234. <SubType>Form</SubType>
  235. </Compile>
  236. <Compile Include="SetLoadingWindow.Designer.cs">
  237. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="客户标签维护.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="客户标签维护.Designer.cs">
  243. <DependentUpon>客户标签维护.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="生成条码.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="生成条码.Designer.cs">
  249. <DependentUpon>生成条码.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="UAS_出货标签管理.cs">
  252. <SubType>Form</SubType>
  253. </Compile>
  254. <Compile Include="UAS_出货标签管理.Designer.cs">
  255. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  256. </Compile>
  257. <Compile Include="Program.cs" />
  258. <Compile Include="Properties\AssemblyInfo.cs" />
  259. <Compile Include="采集策略.cs">
  260. <SubType>Form</SubType>
  261. </Compile>
  262. <Compile Include="采集策略.Designer.cs">
  263. <DependentUpon>采集策略.cs</DependentUpon>
  264. </Compile>
  265. <EmbeddedResource Include="CustomControl\DataGridViewWithSerialNum.resx">
  266. <DependentUpon>DataGridViewWithSerialNum.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="CustomControl\EnterTextBox.resx">
  269. <DependentUpon>EnterTextBox.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <EmbeddedResource Include="CustomControl\HeadBar.resx">
  272. <DependentUpon>HeadBar.cs</DependentUpon>
  273. </EmbeddedResource>
  274. <EmbeddedResource Include="CustomControl\HeadBar.zu.resx">
  275. <DependentUpon>HeadBar.cs</DependentUpon>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="CustomControl\NumOnlyTextBox.resx">
  278. <DependentUpon>NumOnlyTextBox.cs</DependentUpon>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="CustomControl\Pagination.resx">
  281. <DependentUpon>Pagination.cs</DependentUpon>
  282. </EmbeddedResource>
  283. <EmbeddedResource Include="CustomControl\PrinterCombox.resx">
  284. <DependentUpon>PrinterCombox.cs</DependentUpon>
  285. </EmbeddedResource>
  286. <EmbeddedResource Include="CustomControl\SearchTextBox.resx">
  287. <DependentUpon>SearchTextBox.cs</DependentUpon>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="DbFind.resx">
  290. <DependentUpon>DbFind.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="Login.resx">
  293. <DependentUpon>Login.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="PowerSetting.resx">
  296. <DependentUpon>PowerSetting.cs</DependentUpon>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="SetLoadingWindow.resx">
  299. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="客户标签维护.resx">
  302. <DependentUpon>客户标签维护.cs</DependentUpon>
  303. </EmbeddedResource>
  304. <EmbeddedResource Include="生成条码.resx">
  305. <DependentUpon>生成条码.cs</DependentUpon>
  306. </EmbeddedResource>
  307. <EmbeddedResource Include="UAS_出货标签管理.resx">
  308. <DependentUpon>UAS_出货标签管理.cs</DependentUpon>
  309. </EmbeddedResource>
  310. <EmbeddedResource Include="Properties\Resources.resx">
  311. <Generator>ResXFileCodeGenerator</Generator>
  312. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  313. <SubType>Designer</SubType>
  314. </EmbeddedResource>
  315. <Compile Include="Properties\Resources.Designer.cs">
  316. <AutoGen>True</AutoGen>
  317. <DependentUpon>Resources.resx</DependentUpon>
  318. <DesignTime>True</DesignTime>
  319. </Compile>
  320. <EmbeddedResource Include="采集策略.resx">
  321. <DependentUpon>采集策略.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <None Include="Properties\app.manifest" />
  324. <None Include="Properties\Settings.settings">
  325. <Generator>SettingsSingleFileGenerator</Generator>
  326. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  327. </None>
  328. <Compile Include="Properties\Settings.Designer.cs">
  329. <AutoGen>True</AutoGen>
  330. <DependentUpon>Settings.settings</DependentUpon>
  331. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  332. </Compile>
  333. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.wsdl" />
  334. <None Include="Service References\Vivo_BoxReelRelation\UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity.datasource">
  335. <DependentUpon>Reference.svcmap</DependentUpon>
  336. </None>
  337. <None Include="Service References\Vivo_GetPlateID\ReelAPI.wsdl" />
  338. <None Include="Service References\Vivo_GetPlateID\UAS_LabelMachine.Vivo_GetPlateID.ReelEntity.datasource">
  339. <DependentUpon>Reference.svcmap</DependentUpon>
  340. </None>
  341. <None Include="tool\Lppx2.tlb" />
  342. </ItemGroup>
  343. <ItemGroup>
  344. <None Include="App.config">
  345. <SubType>Designer</SubType>
  346. </None>
  347. </ItemGroup>
  348. <ItemGroup>
  349. <None Include="Resources\timg.jpg" />
  350. </ItemGroup>
  351. <ItemGroup>
  352. <None Include="Resources\users_user_72px_523311_easyicon.net.png" />
  353. </ItemGroup>
  354. <ItemGroup>
  355. <None Include="Resources\users.png" />
  356. </ItemGroup>
  357. <ItemGroup>
  358. <None Include="Resources\Login_Icon.gif" />
  359. </ItemGroup>
  360. <ItemGroup>
  361. <None Include="Resources\1 %284%29.gif" />
  362. </ItemGroup>
  363. <ItemGroup>
  364. <None Include="Resources\46.gif" />
  365. </ItemGroup>
  366. <ItemGroup>
  367. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  368. <Visible>False</Visible>
  369. <ProductName>.NET Framework 3.5 SP1</ProductName>
  370. <Install>true</Install>
  371. </BootstrapperPackage>
  372. </ItemGroup>
  373. <ItemGroup>
  374. <PublishFile Include="BtSystem.Client">
  375. <Visible>False</Visible>
  376. <Group>
  377. </Group>
  378. <TargetPath>
  379. </TargetPath>
  380. <PublishState>Exclude</PublishState>
  381. <IncludeHash>True</IncludeHash>
  382. <FileType>Assembly</FileType>
  383. </PublishFile>
  384. <PublishFile Include="BtSystem.Client.Reader">
  385. <Visible>False</Visible>
  386. <Group>
  387. </Group>
  388. <TargetPath>
  389. </TargetPath>
  390. <PublishState>Exclude</PublishState>
  391. <IncludeHash>True</IncludeHash>
  392. <FileType>Assembly</FileType>
  393. </PublishFile>
  394. <PublishFile Include="BtSystem.Interfaces">
  395. <Visible>False</Visible>
  396. <Group>
  397. </Group>
  398. <TargetPath>
  399. </TargetPath>
  400. <PublishState>Exclude</PublishState>
  401. <IncludeHash>True</IncludeHash>
  402. <FileType>Assembly</FileType>
  403. </PublishFile>
  404. <PublishFile Include="BtSystem.Network">
  405. <Visible>False</Visible>
  406. <Group>
  407. </Group>
  408. <TargetPath>
  409. </TargetPath>
  410. <PublishState>Exclude</PublishState>
  411. <IncludeHash>True</IncludeHash>
  412. <FileType>Assembly</FileType>
  413. </PublishFile>
  414. <PublishFile Include="BtSystem.Reprint.Support">
  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.Strings">
  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.Support">
  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.UI">
  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="DevExpress.Data.v11.1">
  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="DevExpress.Printing.v11.1.Core">
  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="DevExpress.Utils.v11.1">
  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="DevExpress.Xpo.v11.1">
  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.XtraBars.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.XtraEditors.v11.1">
  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.XtraGrid.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.XtraLayout.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="Interop.BarTender">
  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="Interop.NetFwTypeLib">
  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="Maestro.Interface">
  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="Maestro.Library">
  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="Seagull.Framework">
  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="Seagull.Framework.Interop">
  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="Seagull.Interop">
  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="Seagull.Librarian.Core">
  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.Security">
  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.Security.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.XpoDataAccess">
  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. </ItemGroup>
  645. <ItemGroup>
  646. <None Include="Resources\preview_16px_25980_easyicon.net.png" />
  647. </ItemGroup>
  648. <ItemGroup>
  649. <COMReference Include="LabelManager2">
  650. <Guid>{3624B9C2-9E5D-11D3-A896-00C04F324E22}</Guid>
  651. <VersionMajor>6</VersionMajor>
  652. <VersionMinor>0</VersionMinor>
  653. <Lcid>0</Lcid>
  654. <WrapperTool>tlbimp</WrapperTool>
  655. <Isolated>False</Isolated>
  656. <EmbedInteropTypes>False</EmbedInteropTypes>
  657. </COMReference>
  658. <COMReference Include="stdole">
  659. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  660. <VersionMajor>2</VersionMajor>
  661. <VersionMinor>0</VersionMinor>
  662. <Lcid>0</Lcid>
  663. <WrapperTool>primary</WrapperTool>
  664. <Isolated>False</Isolated>
  665. <EmbedInteropTypes>True</EmbedInteropTypes>
  666. </COMReference>
  667. </ItemGroup>
  668. <ItemGroup>
  669. <None Include="Resources\bindingNavigatorAddNewItem.Image.png" />
  670. </ItemGroup>
  671. <ItemGroup>
  672. <None Include="Resources\bindingNavigatorDeleteItem.Image.png" />
  673. </ItemGroup>
  674. <ItemGroup>
  675. <None Include="Resources\bindingNavigatorMoveFirstItem.Image.png" />
  676. </ItemGroup>
  677. <ItemGroup>
  678. <None Include="Resources\bindingNavigatorMoveLastItem.Image.png" />
  679. </ItemGroup>
  680. <ItemGroup>
  681. <None Include="Resources\bindingNavigatorMoveNextItem.Image.png" />
  682. </ItemGroup>
  683. <ItemGroup>
  684. <None Include="Resources\bindingNavigatorMovePreviousItem.Image.png" />
  685. </ItemGroup>
  686. <ItemGroup>
  687. <None Include="Resources\download_17.519713261649px_1200629_easyicon.net %281%29.png" />
  688. </ItemGroup>
  689. <ItemGroup>
  690. <None Include="Resources\Excel_2010_16px_1180011_easyicon.net.png" />
  691. </ItemGroup>
  692. <ItemGroup>
  693. <None Include="Resources\search_16px_1202802_easyicon.net.png" />
  694. </ItemGroup>
  695. <ItemGroup>
  696. <None Include="Resources\upload_17.459649122807px_1200703_easyicon.net %281%29.png" />
  697. </ItemGroup>
  698. <ItemGroup>
  699. <None Include="Resources\close_32px_1181428_easyicon.net.png" />
  700. </ItemGroup>
  701. <ItemGroup>
  702. <None Include="Resources\close_up_32px_1181430_easyicon.net.png" />
  703. </ItemGroup>
  704. <ItemGroup>
  705. <None Include="Resources\write_15.893687707641px_1181413_easyicon.net.png" />
  706. <None Include="Service References\Vivo_GetPlateID\ReelAPI.disco" />
  707. <None Include="Service References\Vivo_GetPlateID\configuration91.svcinfo" />
  708. <None Include="Service References\Vivo_GetPlateID\configuration.svcinfo" />
  709. <None Include="Service References\Vivo_GetPlateID\Reference.svcmap">
  710. <Generator>WCF Proxy Generator</Generator>
  711. <LastGenOutput>Reference.cs</LastGenOutput>
  712. </None>
  713. <None Include="Service References\Vivo_BoxReelRelation\ReelAPI.disco" />
  714. <None Include="Service References\Vivo_BoxReelRelation\configuration91.svcinfo" />
  715. <None Include="Service References\Vivo_BoxReelRelation\configuration.svcinfo" />
  716. <None Include="Service References\Vivo_BoxReelRelation\Reference.svcmap">
  717. <Generator>WCF Proxy Generator</Generator>
  718. <LastGenOutput>Reference.cs</LastGenOutput>
  719. </None>
  720. <Content Include="tool\Analysis.dll" />
  721. <Content Include="tool\DataHelper.dll" />
  722. <Content Include="tool\NPOI.dll" />
  723. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  724. <Content Include="tool\Seagull.BarTender.Print.dll" />
  725. <None Include="Resources\matte_white_square_icon_business_tool_hammer_96px_571061_easyicon.net.ico" />
  726. <Content Include="Resources\print_128px_1082624_easyicon.net.ico" />
  727. </ItemGroup>
  728. <ItemGroup>
  729. <WCFMetadata Include="Service References\" />
  730. </ItemGroup>
  731. <ItemGroup>
  732. <WCFMetadataStorage Include="Service References\Vivo_BoxReelRelation\" />
  733. <WCFMetadataStorage Include="Service References\Vivo_GetPlateID\" />
  734. </ItemGroup>
  735. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  736. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  737. Other similar extension points exist, see Microsoft.Common.targets.
  738. <Target Name="BeforeBuild">
  739. </Target>
  740. <Target Name="AfterBuild">
  741. </Target>
  742. -->
  743. </Project>