UAS_Web.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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="..\packages\CefSharp.WinForms.49.0.1\build\CefSharp.WinForms.props" Condition="Exists('..\packages\CefSharp.WinForms.49.0.1\build\CefSharp.WinForms.props')" />
  4. <Import Project="..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{7293045C-D6EE-4454-B822-E296AD9E758B}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>UAS_Web</RootNamespace>
  13. <AssemblyName>UAS_Web</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. <TargetFrameworkProfile />
  19. <IsWebBootstrapper>false</IsWebBootstrapper>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>x86</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <Prefer32Bit>false</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>bin\x86\Debug\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <ErrorReport>prompt</ErrorReport>
  63. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  64. <Prefer32Bit>false</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  67. <OutputPath>bin\x86\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x86</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <Prefer32Bit>false</Prefer32Bit>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  77. <DebugSymbols>true</DebugSymbols>
  78. <OutputPath>bin\Debug\</OutputPath>
  79. <DefineConstants>
  80. </DefineConstants>
  81. <DebugType>full</DebugType>
  82. <PlatformTarget>x86</PlatformTarget>
  83. <ErrorReport>prompt</ErrorReport>
  84. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  85. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  86. <Prefer32Bit>false</Prefer32Bit>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  89. <OutputPath>bin\x64\Release\</OutputPath>
  90. <DefineConstants>TRACE</DefineConstants>
  91. <Optimize>true</Optimize>
  92. <DebugType>pdbonly</DebugType>
  93. <PlatformTarget>x64</PlatformTarget>
  94. <ErrorReport>prompt</ErrorReport>
  95. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  96. <Prefer32Bit>false</Prefer32Bit>
  97. </PropertyGroup>
  98. <PropertyGroup>
  99. <ApplicationIcon>tool\print.ico</ApplicationIcon>
  100. </PropertyGroup>
  101. <PropertyGroup>
  102. <TargetZone>LocalIntranet</TargetZone>
  103. </PropertyGroup>
  104. <PropertyGroup>
  105. <GenerateManifests>false</GenerateManifests>
  106. </PropertyGroup>
  107. <PropertyGroup />
  108. <PropertyGroup>
  109. <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
  110. </PropertyGroup>
  111. <PropertyGroup />
  112. <ItemGroup>
  113. <Reference Include="CefSharp, Version=49.0.1.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=x86">
  114. <SpecificVersion>False</SpecificVersion>
  115. <HintPath>tool\CefSharp.dll</HintPath>
  116. </Reference>
  117. <Reference Include="CefSharp.BrowserSubprocess.Core, Version=49.0.1.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=x86">
  118. <SpecificVersion>False</SpecificVersion>
  119. <HintPath>tool\CefSharp.BrowserSubprocess.Core.dll</HintPath>
  120. </Reference>
  121. <Reference Include="CefSharp.Core, Version=49.0.1.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=x86">
  122. <SpecificVersion>False</SpecificVersion>
  123. <HintPath>tool\CefSharp.Core.dll</HintPath>
  124. </Reference>
  125. <Reference Include="CefSharp.WinForms, Version=49.0.1.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=x86">
  126. <SpecificVersion>False</SpecificVersion>
  127. <HintPath>tool\CefSharp.WinForms.dll</HintPath>
  128. </Reference>
  129. <Reference Include="FastReport">
  130. <HintPath>tool\FastReport.dll</HintPath>
  131. </Reference>
  132. <Reference Include="FastReport.Bars">
  133. <HintPath>..\..\..\..\Users\Hcsy\Documents\Visual Studio 2015\Projects\WinformT\WinformT\FastReport.Bars.dll</HintPath>
  134. </Reference>
  135. <Reference Include="FastReport.Editor">
  136. <HintPath>..\..\..\..\Users\Hcsy\Documents\Visual Studio 2015\Projects\WinformT\WinformT\FastReport.Editor.dll</HintPath>
  137. </Reference>
  138. <Reference Include="PresentationCore" />
  139. <Reference Include="System" />
  140. <Reference Include="System.Core" />
  141. <Reference Include="System.Web" />
  142. <Reference Include="System.Xml.Linq" />
  143. <Reference Include="System.Data.DataSetExtensions" />
  144. <Reference Include="System.Data" />
  145. <Reference Include="System.Deployment" />
  146. <Reference Include="System.Drawing" />
  147. <Reference Include="System.Windows.Forms" />
  148. <Reference Include="System.Xml" />
  149. <Reference Include="zxing, Version=0.16.2.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  150. <SpecificVersion>False</SpecificVersion>
  151. <HintPath>tool\zxing.dll</HintPath>
  152. </Reference>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Compile Include="Browser.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="Browser.Designer.cs">
  159. <DependentUpon>Browser.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="PrinterList.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="PrinterList.Designer.cs">
  165. <DependentUpon>PrinterList.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="Program.cs" />
  168. <Compile Include="Properties\AssemblyInfo.cs" />
  169. <Compile Include="tool\BaseUtil.cs" />
  170. <Compile Include="tool\Code128.cs" />
  171. <Compile Include="tool\CookieVisitor .cs" />
  172. <Compile Include="tool\CustomCommand.cs" />
  173. <Compile Include="tool\DownLoadFile.cs" />
  174. <Compile Include="tool\FilterManager.cs" />
  175. <Compile Include="tool\MenuHandler.cs" />
  176. <Compile Include="tool\MessageFilter.cs" />
  177. <Compile Include="tool\PrintHelper.cs" />
  178. <Compile Include="tool\RequestHandler.cs" />
  179. <EmbeddedResource Include="Browser.resx">
  180. <DependentUpon>Browser.cs</DependentUpon>
  181. </EmbeddedResource>
  182. <EmbeddedResource Include="PrinterList.resx">
  183. <DependentUpon>PrinterList.cs</DependentUpon>
  184. </EmbeddedResource>
  185. <EmbeddedResource Include="Properties\Resources.resx">
  186. <Generator>ResXFileCodeGenerator</Generator>
  187. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  188. <SubType>Designer</SubType>
  189. </EmbeddedResource>
  190. <Compile Include="Properties\Resources.Designer.cs">
  191. <AutoGen>True</AutoGen>
  192. <DependentUpon>Resources.resx</DependentUpon>
  193. <DesignTime>True</DesignTime>
  194. </Compile>
  195. <None Include="app.config" />
  196. <None Include="packages.config">
  197. <SubType>Designer</SubType>
  198. </None>
  199. <None Include="Properties\app.manifest" />
  200. <None Include="Properties\Settings.settings">
  201. <Generator>SettingsSingleFileGenerator</Generator>
  202. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  203. </None>
  204. <Compile Include="Properties\Settings.Designer.cs">
  205. <AutoGen>True</AutoGen>
  206. <DependentUpon>Settings.settings</DependentUpon>
  207. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  208. </Compile>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <None Include="tool\print.ico" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  215. <Visible>False</Visible>
  216. <ProductName>.NET Framework 3.5 SP1</ProductName>
  217. <Install>false</Install>
  218. </BootstrapperPackage>
  219. </ItemGroup>
  220. <ItemGroup>
  221. <Content Include="hy%281%29.ico" />
  222. <Content Include="hy.ico" />
  223. <None Include="Resources\hy.ico" />
  224. <None Include="tool\hy.ico" />
  225. <Content Include="桌面图标.ico" />
  226. </ItemGroup>
  227. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  228. <Import Project="..\packages\cef.redist.x64.3.2623.1401\build\cef.redist.x64.targets" Condition="Exists('..\packages\cef.redist.x64.3.2623.1401\build\cef.redist.x64.targets')" />
  229. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  230. <PropertyGroup>
  231. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  232. </PropertyGroup>
  233. <Error Condition="!Exists('..\packages\cef.redist.x64.3.2623.1401\build\cef.redist.x64.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.3.2623.1401\build\cef.redist.x64.targets'))" />
  234. <Error Condition="!Exists('..\packages\cef.redist.x86.3.2623.1401\build\cef.redist.x86.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.3.2623.1401\build\cef.redist.x86.targets'))" />
  235. <Error Condition="!Exists('..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.props'))" />
  236. <Error Condition="!Exists('..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.targets'))" />
  237. <Error Condition="!Exists('..\packages\CefSharp.WinForms.49.0.1\build\CefSharp.WinForms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.WinForms.49.0.1\build\CefSharp.WinForms.props'))" />
  238. </Target>
  239. <Import Project="..\packages\cef.redist.x86.3.2623.1401\build\cef.redist.x86.targets" Condition="Exists('..\packages\cef.redist.x86.3.2623.1401\build\cef.redist.x86.targets')" />
  240. <Import Project="..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.targets')" />
  241. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  242. Other similar extension points exist, see Microsoft.Common.targets.
  243. <Target Name="BeforeBuild">
  244. </Target>
  245. <Target Name="AfterBuild">
  246. </Target>
  247. -->
  248. </Project>