CefSharpWrap.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.props" Condition="Exists('C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.props')" />
  4. <Import Project="C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.props" Condition="Exists('C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.props')" />
  5. <Import Project="C:\NuGetLocalRepo\cef.redist.x86.3.3497.1841\build\cef.redist.x86.props" Condition="Exists('C:\NuGetLocalRepo\cef.redist.x86.3.3497.1841\build\cef.redist.x86.props')" />
  6. <Import Project="C:\NuGetLocalRepo\cef.redist.x64.3.3497.1841\build\cef.redist.x64.props" Condition="Exists('C:\NuGetLocalRepo\cef.redist.x64.3.3497.1841\build\cef.redist.x64.props')" />
  7. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProjectGuid>{B1C071BE-21E2-45EF-B2C7-E7F662895C04}</ProjectGuid>
  12. <OutputType>WinExe</OutputType>
  13. <RootNamespace>CefSharpWrap</RootNamespace>
  14. <AssemblyName>CefSharpWrap</AssemblyName>
  15. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup>
  22. <StartupObject />
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  25. <DebugSymbols>true</DebugSymbols>
  26. <OutputPath>..\WholeBin\Dbg86\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG</DefineConstants>
  28. <DebugType>full</DebugType>
  29. <PlatformTarget>x86</PlatformTarget>
  30. <ErrorReport>prompt</ErrorReport>
  31. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  34. <OutputPath>..\WholeBin\Rel86\</OutputPath>
  35. <DefineConstants>
  36. </DefineConstants>
  37. <Optimize>true</Optimize>
  38. <DebugType>none</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x86'">
  45. <OutputPath>..\WholeBin\Pre86\</OutputPath>
  46. <DefineConstants>TRACE;PreRelease</DefineConstants>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>x86</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. <Prefer32Bit>true</Prefer32Bit>
  52. <DebugSymbols>true</DebugSymbols>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|x64'">
  55. <OutputPath>..\WholeBin\Pre64\</OutputPath>
  56. <PlatformTarget>x64</PlatformTarget>
  57. <DefineConstants>TRACE;PreRelease</DefineConstants>
  58. <ErrorReport>prompt</ErrorReport>
  59. <DebugType>full</DebugType>
  60. <DebugSymbols>true</DebugSymbols>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  63. <PlatformTarget>x64</PlatformTarget>
  64. <DefineConstants>TRACE;DEBUG</DefineConstants>
  65. <OutputPath>..\WholeBin\Dbg64\</OutputPath>
  66. <ErrorReport>prompt</ErrorReport>
  67. <DebugType>full</DebugType>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  70. <PlatformTarget>x64</PlatformTarget>
  71. <Optimize>true</Optimize>
  72. <OutputPath>..\WholeBin\Rel64\</OutputPath>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  75. <ErrorReport>prompt</ErrorReport>
  76. <DebugType>full</DebugType>
  77. <DefineConstants>TRACE;DEBUG</DefineConstants>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'PreRelease|AnyCPU'">
  80. <ErrorReport>prompt</ErrorReport>
  81. <DebugType>full</DebugType>
  82. <DebugSymbols>true</DebugSymbols>
  83. <DefineConstants>TRACE</DefineConstants>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  86. <Optimize>true</Optimize>
  87. </PropertyGroup>
  88. <ItemGroup>
  89. <Reference Include="System" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="Microsoft.CSharp" />
  94. <Reference Include="System.Data" />
  95. <Reference Include="System.Deployment" />
  96. <Reference Include="System.Drawing" />
  97. <Reference Include="System.Net.Http" />
  98. <Reference Include="System.Windows.Forms" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="CefSharpWrapConst.cs" />
  103. <Compile Include="CefSharpWrapPdfExportSetting.cs" />
  104. <Compile Include="CustomResource\CustomResourceSchemeHandlerFactory.cs" />
  105. <Compile Include="CustomResource\BytesProvider.cs" />
  106. <Compile Include="CefSharpWrapBrowser.cs" />
  107. <Compile Include="CefSharpWrapBrowserBase.cs" />
  108. <Compile Include="CefSharpWrapFactory.cs" />
  109. <Compile Include="CustomResource\ConflictResolve.cs" />
  110. <Compile Include="CustomResource\DefaultCustomResourceResolveResult.cs" />
  111. <Compile Include="CustomResource\IBytesProvider.cs" />
  112. <Compile Include="CustomResource\ICustomResourceResolver.cs" />
  113. <Compile Include="CustomResource\ICustomResourceResolveResult.cs" />
  114. <Compile Include="Program.cs" />
  115. <Compile Include="ProjectNameSpaceHolder.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="ExternalRequestBlocker.cs" />
  118. <EmbeddedResource Include="Properties\Resources.resx">
  119. <Generator>ResXFileCodeGenerator</Generator>
  120. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  121. <SubType>Designer</SubType>
  122. </EmbeddedResource>
  123. <Compile Include="Properties\Resources.Designer.cs">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Resources.resx</DependentUpon>
  126. <DesignTime>True</DesignTime>
  127. </Compile>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="app.config" />
  131. <None Include="packages.config" />
  132. </ItemGroup>
  133. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  134. <PropertyGroup>
  135. <PostBuildEvent>
  136. </PostBuildEvent>
  137. </PropertyGroup>
  138. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  139. <PropertyGroup>
  140. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  141. </PropertyGroup>
  142. <Error Condition="!Exists('C:\NuGetLocalRepo\cef.redist.x64.3.3497.1841\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\cef.redist.x64.3.3497.1841\build\cef.redist.x64.props'))" />
  143. <Error Condition="!Exists('C:\NuGetLocalRepo\cef.redist.x86.3.3497.1841\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\cef.redist.x86.3.3497.1841\build\cef.redist.x86.props'))" />
  144. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.props'))" />
  145. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.targets'))" />
  146. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.props'))" />
  147. <Error Condition="!Exists('C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.targets'))" />
  148. </Target>
  149. <Import Project="C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.targets" Condition="Exists('C:\NuGetLocalRepo\CefSharp.Common.69.0.0\build\CefSharp.Common.targets')" />
  150. <Import Project="C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.targets" Condition="Exists('C:\NuGetLocalRepo\CefSharp.WinForms.69.0.0\build\CefSharp.WinForms.targets')" />
  151. </Project>