UAS-出货标签管理(贸易版).csproj 28 KB

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