UAS_Web.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>x86</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\x86\Debug\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  49. <OutputPath>bin\x86\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x64\Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE</DefineConstants>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>x86</PlatformTarget>
  63. <ErrorReport>prompt</ErrorReport>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  67. <OutputPath>bin\x64\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x64</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. </PropertyGroup>
  75. <PropertyGroup>
  76. <ApplicationIcon>tool\print.ico</ApplicationIcon>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="FastReport">
  80. <HintPath>..\..\..\..\Users\Hcsy\Documents\Visual Studio 2015\Projects\WinformT\WinformT\FastReport.dll</HintPath>
  81. </Reference>
  82. <Reference Include="FastReport.Bars">
  83. <HintPath>..\..\..\..\Users\Hcsy\Documents\Visual Studio 2015\Projects\WinformT\WinformT\FastReport.Bars.dll</HintPath>
  84. </Reference>
  85. <Reference Include="FastReport.Editor">
  86. <HintPath>..\..\..\..\Users\Hcsy\Documents\Visual Studio 2015\Projects\WinformT\WinformT\FastReport.Editor.dll</HintPath>
  87. </Reference>
  88. <Reference Include="PresentationCore" />
  89. <Reference Include="System" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Web" />
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Deployment" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Windows.Forms" />
  98. <Reference Include="System.Xml" />
  99. <Reference Include="Zen.Barcode.Core, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b5ae55aa76d2d9de, processorArchitecture=MSIL">
  100. <SpecificVersion>False</SpecificVersion>
  101. <HintPath>tool\Zen.Barcode.Core.dll</HintPath>
  102. </Reference>
  103. <Reference Include="zxing, Version=0.16.2.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  104. <SpecificVersion>False</SpecificVersion>
  105. <HintPath>tool\zxing.dll</HintPath>
  106. </Reference>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Compile Include="Browser.cs">
  110. <SubType>Form</SubType>
  111. </Compile>
  112. <Compile Include="Browser.Designer.cs">
  113. <DependentUpon>Browser.cs</DependentUpon>
  114. </Compile>
  115. <Compile Include="PrinterList.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="PrinterList.Designer.cs">
  119. <DependentUpon>PrinterList.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="Program.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="tool\BaseUtil.cs" />
  124. <Compile Include="tool\Code128.cs" />
  125. <Compile Include="tool\CookieVisitor .cs" />
  126. <Compile Include="tool\CustomCommand.cs" />
  127. <Compile Include="tool\DownLoadFile.cs" />
  128. <Compile Include="tool\FilterManager.cs" />
  129. <Compile Include="tool\MenuHandler.cs" />
  130. <Compile Include="tool\MessageFilter.cs" />
  131. <Compile Include="tool\PrintHelper.cs" />
  132. <Compile Include="tool\RequestHandler.cs" />
  133. <EmbeddedResource Include="Browser.resx">
  134. <DependentUpon>Browser.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="PrinterList.resx">
  137. <DependentUpon>PrinterList.cs</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="Properties\Resources.resx">
  140. <Generator>ResXFileCodeGenerator</Generator>
  141. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  142. <SubType>Designer</SubType>
  143. </EmbeddedResource>
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DependentUpon>Resources.resx</DependentUpon>
  147. <DesignTime>True</DesignTime>
  148. </Compile>
  149. <None Include="app.config" />
  150. <None Include="packages.config">
  151. <SubType>Designer</SubType>
  152. </None>
  153. <None Include="Properties\Settings.settings">
  154. <Generator>SettingsSingleFileGenerator</Generator>
  155. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  156. </None>
  157. <Compile Include="Properties\Settings.Designer.cs">
  158. <AutoGen>True</AutoGen>
  159. <DependentUpon>Settings.settings</DependentUpon>
  160. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  161. </Compile>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <None Include="tool\print.ico" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Content Include="tool\zxing.dll" />
  168. </ItemGroup>
  169. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  170. <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')" />
  171. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  172. <PropertyGroup>
  173. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  174. </PropertyGroup>
  175. <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'))" />
  176. <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'))" />
  177. <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'))" />
  178. <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'))" />
  179. <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'))" />
  180. </Target>
  181. <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')" />
  182. <Import Project="..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.49.0.1\build\CefSharp.Common.targets')" />
  183. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  184. Other similar extension points exist, see Microsoft.Common.targets.
  185. <Target Name="BeforeBuild">
  186. </Target>
  187. <Target Name="AfterBuild">
  188. </Target>
  189. -->
  190. </Project>