CEFSharpWPF.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.props" Condition="Exists('..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.props')" />
  4. <Import Project="..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.props')" />
  5. <Import Project="..\packages\cef.redist.x86.3.3325.1758\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.3.3325.1758\build\cef.redist.x86.props')" />
  6. <Import Project="..\packages\cef.redist.x64.3.3325.1758\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.3.3325.1758\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>{6449F956-11A3-4207-AE0F-9AB8563DFDCE}</ProjectGuid>
  12. <OutputType>Library</OutputType>
  13. <RootNamespace>CEFSharpWPF</RootNamespace>
  14. <AssemblyName>CEFSharpWPF</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <WarningLevel>4</WarningLevel>
  19. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\OutputDll\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>..\OutputDll\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  43. <DebugSymbols>true</DebugSymbols>
  44. <OutputPath>..\OutputDll\</OutputPath>
  45. <DefineConstants>DEBUG;TRACE</DefineConstants>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. <Prefer32Bit>true</Prefer32Bit>
  51. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  54. <OutputPath>..\OutputDll\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>x64</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. <Prefer32Bit>true</Prefer32Bit>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>..\OutputDll\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>x86</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. <Prefer32Bit>true</Prefer32Bit>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  74. <OutputPath>..\OutputDll\</OutputPath>
  75. <DefineConstants>TRACE</DefineConstants>
  76. <Optimize>true</Optimize>
  77. <DebugType>pdbonly</DebugType>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <ErrorReport>prompt</ErrorReport>
  80. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  81. <Prefer32Bit>true</Prefer32Bit>
  82. </PropertyGroup>
  83. <PropertyGroup>
  84. <StartupObject />
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
  87. <DebugSymbols>true</DebugSymbols>
  88. <OutputPath>..\OutputDll\</OutputPath>
  89. <DefineConstants>DEBUG;TRACE</DefineConstants>
  90. <DebugType>full</DebugType>
  91. <PlatformTarget>x64</PlatformTarget>
  92. <ErrorReport>prompt</ErrorReport>
  93. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  94. <Prefer32Bit>true</Prefer32Bit>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  97. <DebugSymbols>true</DebugSymbols>
  98. <OutputPath>bin\RR17\</OutputPath>
  99. <DefineConstants>DEBUG;TRACE</DefineConstants>
  100. <DebugType>full</DebugType>
  101. <PlatformTarget>AnyCPU</PlatformTarget>
  102. <ErrorReport>prompt</ErrorReport>
  103. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
  106. <DebugSymbols>true</DebugSymbols>
  107. <OutputPath>bin\x86\RR17\</OutputPath>
  108. <DefineConstants>DEBUG;TRACE</DefineConstants>
  109. <DebugType>full</DebugType>
  110. <PlatformTarget>x86</PlatformTarget>
  111. <ErrorReport>prompt</ErrorReport>
  112. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  113. <Prefer32Bit>true</Prefer32Bit>
  114. </PropertyGroup>
  115. <ItemGroup>
  116. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System" />
  120. <Reference Include="System.Data" />
  121. <Reference Include="System.Windows.Presentation" />
  122. <Reference Include="System.Xml" />
  123. <Reference Include="Microsoft.CSharp" />
  124. <Reference Include="System.Core" />
  125. <Reference Include="System.Xml.Linq" />
  126. <Reference Include="System.Data.DataSetExtensions" />
  127. <Reference Include="System.Net.Http" />
  128. <Reference Include="System.Xaml">
  129. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  130. </Reference>
  131. <Reference Include="WindowsBase" />
  132. <Reference Include="PresentationCore" />
  133. <Reference Include="PresentationFramework" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Compile Include="ConstData.cs" />
  137. <Compile Include="ModifyResponseFilter.cs" />
  138. <Compile Include="Properties\AssemblyInfo.cs">
  139. <SubType>Code</SubType>
  140. </Compile>
  141. <Compile Include="Properties\Resources.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DesignTime>True</DesignTime>
  144. <DependentUpon>Resources.resx</DependentUpon>
  145. </Compile>
  146. <Compile Include="Properties\Settings.Designer.cs">
  147. <AutoGen>True</AutoGen>
  148. <DependentUpon>Settings.settings</DependentUpon>
  149. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  150. </Compile>
  151. <Compile Include="SetBrowserEnvironment.cs" />
  152. <Compile Include="SgRequestHandle.cs" />
  153. <Compile Include="UcGplotShow.xaml.cs">
  154. <DependentUpon>UcGplotShow.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="WinBrowser.xaml.cs">
  157. <DependentUpon>WinBrowser.xaml</DependentUpon>
  158. </Compile>
  159. <Compile Include="WindowExtension.cs" />
  160. <EmbeddedResource Include="Properties\Resources.resx">
  161. <Generator>ResXFileCodeGenerator</Generator>
  162. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  163. <SubType>Designer</SubType>
  164. </EmbeddedResource>
  165. <None Include="packages.config" />
  166. <None Include="Properties\Settings.settings">
  167. <Generator>SettingsSingleFileGenerator</Generator>
  168. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  169. </None>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="App.config" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Page Include="UcGplotShow.xaml">
  176. <SubType>Designer</SubType>
  177. <Generator>MSBuild:Compile</Generator>
  178. </Page>
  179. <Page Include="WinBrowser.xaml">
  180. <Generator>MSBuild:Compile</Generator>
  181. <SubType>Designer</SubType>
  182. </Page>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ProjectReference Include="..\SAGA.RevitUtils\SAGA.RevitUtils.csproj">
  186. <Project>{d6201677-b7e4-495a-81ab-33c5837121e6}</Project>
  187. <Name>SAGA.RevitUtils</Name>
  188. </ProjectReference>
  189. </ItemGroup>
  190. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  191. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  192. <PropertyGroup>
  193. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  194. </PropertyGroup>
  195. <Error Condition="!Exists('..\packages\cef.redist.x64.3.3325.1758\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.3.3325.1758\build\cef.redist.x64.props'))" />
  196. <Error Condition="!Exists('..\packages\cef.redist.x86.3.3325.1758\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.3.3325.1758\build\cef.redist.x86.props'))" />
  197. <Error Condition="!Exists('..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.props'))" />
  198. <Error Condition="!Exists('..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.targets'))" />
  199. <Error Condition="!Exists('..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.props'))" />
  200. <Error Condition="!Exists('..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.targets'))" />
  201. </Target>
  202. <Import Project="..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.65.0.0\build\CefSharp.Common.targets')" />
  203. <Import Project="..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.targets" Condition="Exists('..\packages\CefSharp.Wpf.65.0.0\build\CefSharp.Wpf.targets')" />
  204. </Project>