WpfForWeb.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.props" Condition="Exists('..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.props')" />
  4. <Import Project="..\..\packages\chromiumembeddedframework.runtime.win-x86.127.3.5\build\chromiumembeddedframework.runtime.win-x86.props" Condition="Exists('..\..\packages\chromiumembeddedframework.runtime.win-x86.127.3.5\build\chromiumembeddedframework.runtime.win-x86.props')" />
  5. <Import Project="..\..\packages\chromiumembeddedframework.runtime.win-x64.127.3.5\build\chromiumembeddedframework.runtime.win-x64.props" Condition="Exists('..\..\packages\chromiumembeddedframework.runtime.win-x64.127.3.5\build\chromiumembeddedframework.runtime.win-x64.props')" />
  6. <Import Project="..\..\packages\cef.redist.x86.120.2.7\build\cef.redist.x86.props" Condition="Exists('..\..\packages\cef.redist.x86.120.2.7\build\cef.redist.x86.props')" />
  7. <Import Project="..\..\packages\cef.redist.x64.120.2.7\build\cef.redist.x64.props" Condition="Exists('..\..\packages\cef.redist.x64.120.2.7\build\cef.redist.x64.props')" />
  8. <Import Project="..\packages\CefSharp.Wpf.63.0.2\build\CefSharp.Wpf.props" Condition="Exists('..\packages\CefSharp.Wpf.63.0.2\build\CefSharp.Wpf.props')" />
  9. <Import Project="..\packages\CefSharp.Common.63.0.2\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.63.0.2\build\CefSharp.Common.props')" />
  10. <Import Project="..\packages\cef.redist.x64.3.3239.1723\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.3.3239.1723\build\cef.redist.x64.props')" />
  11. <Import Project="..\packages\cef.redist.x86.3.3239.1723\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.3.3239.1723\build\cef.redist.x86.props')" />
  12. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  13. <PropertyGroup>
  14. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  15. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  16. <ProjectGuid>{4434FFBE-E2A9-41B1-B010-1125C28B4325}</ProjectGuid>
  17. <OutputType>WinExe</OutputType>
  18. <AppDesignerFolder>Properties</AppDesignerFolder>
  19. <RootNamespace>WpfForWeb</RootNamespace>
  20. <AssemblyName>WpfForWeb</AssemblyName>
  21. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  22. <FileAlignment>512</FileAlignment>
  23. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  24. <WarningLevel>4</WarningLevel>
  25. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  26. <RestorePackages>true</RestorePackages>
  27. <TargetFrameworkProfile />
  28. <PublishUrl>发布\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. <NuGetPackageImportStamp>
  44. </NuGetPackageImportStamp>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  47. <PlatformTarget>x86</PlatformTarget>
  48. <DebugSymbols>true</DebugSymbols>
  49. <DebugType>full</DebugType>
  50. <Optimize>false</Optimize>
  51. <OutputPath>bin\Debug\</OutputPath>
  52. <DefineConstants>DEBUG;TRACE</DefineConstants>
  53. <ErrorReport>prompt</ErrorReport>
  54. <WarningLevel>4</WarningLevel>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  57. <PlatformTarget>AnyCPU</PlatformTarget>
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Release\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  66. <PlatformTarget>x64</PlatformTarget>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  69. <PlatformTarget>x86</PlatformTarget>
  70. <OutputPath>bin\x86\Debug\</OutputPath>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  73. <PlatformTarget>x86</PlatformTarget>
  74. <OutputPath>bin\x86\Release\</OutputPath>
  75. </PropertyGroup>
  76. <PropertyGroup>
  77. <ApplicationIcon>WpfForWeb.ico</ApplicationIcon>
  78. </PropertyGroup>
  79. <ItemGroup>
  80. <Reference Include="CefSharp, Version=127.3.50.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
  81. <HintPath>..\..\packages\CefSharp.Common.127.3.50\lib\net462\CefSharp.dll</HintPath>
  82. </Reference>
  83. <Reference Include="CefSharp.Core, Version=127.3.50.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
  84. <HintPath>..\..\packages\CefSharp.Common.127.3.50\lib\net462\CefSharp.Core.dll</HintPath>
  85. </Reference>
  86. <Reference Include="CefSharp.Wpf, Version=127.3.50.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
  87. <HintPath>..\..\packages\CefSharp.Wpf.127.3.50\lib\net462\CefSharp.Wpf.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System" />
  93. <Reference Include="System.configuration" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Web.Extensions" />
  96. <Reference Include="System.Xml" />
  97. <Reference Include="Microsoft.CSharp" />
  98. <Reference Include="System.Core" />
  99. <Reference Include="System.Xml.Linq" />
  100. <Reference Include="System.Data.DataSetExtensions" />
  101. <Reference Include="System.Xaml">
  102. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  103. </Reference>
  104. <Reference Include="WindowsBase" />
  105. <Reference Include="PresentationCore" />
  106. <Reference Include="PresentationFramework" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ApplicationDefinition Include="App.xaml">
  110. <Generator>MSBuild:Compile</Generator>
  111. <SubType>Designer</SubType>
  112. </ApplicationDefinition>
  113. <Compile Include="Handler\MenuHandler.cs" />
  114. <Compile Include="Handler\WebHttpHelper.cs" />
  115. <Compile Include="Styles\Wait.xaml.cs">
  116. <DependentUpon>Wait.xaml</DependentUpon>
  117. </Compile>
  118. <Compile Include="Styles\WaitValue.cs" />
  119. <Page Include="MainWindow.xaml">
  120. <Generator>MSBuild:Compile</Generator>
  121. <SubType>Designer</SubType>
  122. </Page>
  123. <Compile Include="App.xaml.cs">
  124. <DependentUpon>App.xaml</DependentUpon>
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="MainWindow.xaml.cs">
  128. <DependentUpon>MainWindow.xaml</DependentUpon>
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Page Include="Styles\MetroWindow.xaml">
  132. <Generator>MSBuild:Compile</Generator>
  133. <SubType>Designer</SubType>
  134. </Page>
  135. <Page Include="Styles\Wait.xaml">
  136. <Generator>MSBuild:Compile</Generator>
  137. <SubType>Designer</SubType>
  138. </Page>
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Compile Include="Properties\AssemblyInfo.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="Properties\Resources.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>Resources.resx</DependentUpon>
  148. </Compile>
  149. <Compile Include="Properties\Settings.Designer.cs">
  150. <AutoGen>True</AutoGen>
  151. <DependentUpon>Settings.settings</DependentUpon>
  152. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  153. </Compile>
  154. <EmbeddedResource Include="Properties\Resources.resx">
  155. <Generator>ResXFileCodeGenerator</Generator>
  156. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  157. <SubType>Designer</SubType>
  158. </EmbeddedResource>
  159. <None Include="..\..\.editorconfig">
  160. <Link>.editorconfig</Link>
  161. </None>
  162. <None Include="packages.config" />
  163. <None Include="Properties\Settings.settings">
  164. <Generator>SettingsSingleFileGenerator</Generator>
  165. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  166. </None>
  167. <AppDesigner Include="Properties\" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <None Include="App.config" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Resource Include="Photoes\JXSysytem.ico" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  177. <Visible>False</Visible>
  178. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  179. <Install>false</Install>
  180. </BootstrapperPackage>
  181. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  182. <Visible>False</Visible>
  183. <ProductName>.NET Framework 3.5 SP1</ProductName>
  184. <Install>false</Install>
  185. </BootstrapperPackage>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Resource Include="Photoes\WpfForWeb.ico" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <Content Include="Dlls\CefSharp.BrowserSubprocess.Core.dll">
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. <Content Include="Dlls\CefSharp.BrowserSubprocess.Core.pdb">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </Content>
  197. <Content Include="Dlls\CefSharp.BrowserSubprocess.exe">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </Content>
  200. <Content Include="Dlls\CefSharp.BrowserSubprocess.pdb">
  201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  202. </Content>
  203. <Content Include="Dlls\CefSharp.Core.dll">
  204. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  205. </Content>
  206. <Content Include="Dlls\CefSharp.Core.pdb">
  207. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  208. </Content>
  209. <Content Include="Dlls\libcef.dll">
  210. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  211. </Content>
  212. <Content Include="Dlls\libEGL.dll">
  213. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  214. </Content>
  215. <Content Include="Dlls\libGLESv2.dll">
  216. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  217. </Content>
  218. <Resource Include="WpfForWeb.ico" />
  219. <Content Include="Dlls\CefSharp.Core.xml">
  220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  221. </Content>
  222. <Content Include="Dlls\CefSharp.dll">
  223. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  224. </Content>
  225. <Content Include="Dlls\CefSharp.pdb">
  226. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  227. </Content>
  228. <Content Include="Dlls\CefSharp.Wpf.dll">
  229. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  230. </Content>
  231. <Content Include="Dlls\CefSharp.Wpf.pdb">
  232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  233. </Content>
  234. <Content Include="Dlls\CefSharp.Wpf.XML">
  235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  236. </Content>
  237. <Content Include="Dlls\CefSharp.XML">
  238. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  239. </Content>
  240. <Content Include="Dlls\chrome_elf.dll">
  241. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  242. </Content>
  243. <Content Include="Dlls\d3dcompiler_47.dll">
  244. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  245. </Content>
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. <Import Project="..\packages\CefSharp.Common.63.0.2\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.63.0.2\build\CefSharp.Common.targets')" />
  249. <Import Project="..\packages\CefSharp.Wpf.63.0.2\build\CefSharp.Wpf.targets" Condition="Exists('..\packages\CefSharp.Wpf.63.0.2\build\CefSharp.Wpf.targets')" />
  250. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  251. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  252. <PropertyGroup>
  253. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  254. </PropertyGroup>
  255. <Error Condition="!Exists('..\..\packages\cef.redist.x64.120.2.7\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\cef.redist.x64.120.2.7\build\cef.redist.x64.props'))" />
  256. <Error Condition="!Exists('..\..\packages\cef.redist.x86.120.2.7\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\cef.redist.x86.120.2.7\build\cef.redist.x86.props'))" />
  257. <Error Condition="!Exists('..\..\packages\chromiumembeddedframework.runtime.win-x64.127.3.5\build\chromiumembeddedframework.runtime.win-x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\chromiumembeddedframework.runtime.win-x64.127.3.5\build\chromiumembeddedframework.runtime.win-x64.props'))" />
  258. <Error Condition="!Exists('..\..\packages\chromiumembeddedframework.runtime.win-x86.127.3.5\build\chromiumembeddedframework.runtime.win-x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\chromiumembeddedframework.runtime.win-x86.127.3.5\build\chromiumembeddedframework.runtime.win-x86.props'))" />
  259. <Error Condition="!Exists('..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.props'))" />
  260. <Error Condition="!Exists('..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.targets'))" />
  261. </Target>
  262. <Import Project="..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.targets" Condition="Exists('..\..\packages\CefSharp.Common.127.3.50\build\CefSharp.Common.targets')" />
  263. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  264. Other similar extension points exist, see Microsoft.Common.targets.
  265. <Target Name="BeforeBuild">
  266. </Target>
  267. <Target Name="AfterBuild">
  268. </Target>
  269. -->
  270. </Project>