|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\cef.sdk.88.1.0\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.88.1.0\build\cef.sdk.props')" /> |
| 3 | + <Import Project="..\packages\cef.sdk.88.1.2\build\cef.sdk.props" Condition="Exists('..\packages\cef.sdk.88.1.2\build\cef.sdk.props')" /> |
4 | 4 | <ItemGroup Label="ProjectConfigurations"> |
5 | 5 | <ProjectConfiguration Include="Debug|Win32"> |
6 | 6 | <Configuration>Debug</Configuration> |
|
10 | 10 | <Configuration>Debug</Configuration> |
11 | 11 | <Platform>x64</Platform> |
12 | 12 | </ProjectConfiguration> |
| 13 | + <ProjectConfiguration Include="Debug|arm64"> |
| 14 | + <Configuration>Debug</Configuration> |
| 15 | + <Platform>arm64</Platform> |
| 16 | + </ProjectConfiguration> |
13 | 17 | <ProjectConfiguration Include="Release|Win32"> |
14 | 18 | <Configuration>Release</Configuration> |
15 | 19 | <Platform>Win32</Platform> |
|
18 | 22 | <Configuration>Release</Configuration> |
19 | 23 | <Platform>x64</Platform> |
20 | 24 | </ProjectConfiguration> |
| 25 | + <ProjectConfiguration Include="Release|arm64"> |
| 26 | + <Configuration>Release</Configuration> |
| 27 | + <Platform>arm64</Platform> |
| 28 | + </ProjectConfiguration> |
21 | 29 | </ItemGroup> |
22 | 30 | <PropertyGroup Label="Globals"> |
23 | 31 | <VCProjectVersion>16.0</VCProjectVersion> |
|
41 | 49 | <CLRSupport>NetCore</CLRSupport> |
42 | 50 | <CharacterSet>Unicode</CharacterSet> |
43 | 51 | </PropertyGroup> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="Configuration"> |
| 53 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 54 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 55 | + <CLRSupport>NetCore</CLRSupport> |
| 56 | + <CharacterSet>Unicode</CharacterSet> |
| 57 | + </PropertyGroup> |
44 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
45 | 59 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
46 | 60 | <UseDebugLibraries>false</UseDebugLibraries> |
|
53 | 67 | <CLRSupport>NetCore</CLRSupport> |
54 | 68 | <CharacterSet>Unicode</CharacterSet> |
55 | 69 | </PropertyGroup> |
| 70 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="Configuration"> |
| 71 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 72 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 73 | + <CLRSupport>NetCore</CLRSupport> |
| 74 | + <CharacterSet>Unicode</CharacterSet> |
| 75 | + </PropertyGroup> |
56 | 76 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
57 | 77 | <ImportGroup Label="ExtensionSettings"> |
58 | 78 | </ImportGroup> |
|
62 | 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
63 | 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | 84 | </ImportGroup> |
| 85 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="PropertySheets"> |
| 86 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 87 | + </ImportGroup> |
65 | 88 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
66 | 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
67 | 90 | </ImportGroup> |
68 | 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
69 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
70 | 93 | </ImportGroup> |
| 94 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="PropertySheets"> |
| 95 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 96 | + </ImportGroup> |
71 | 97 | <PropertyGroup Label="UserMacros" /> |
72 | 98 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
73 | 99 | <LinkIncremental>true</LinkIncremental> |
|
85 | 111 | <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir> |
86 | 112 | <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath> |
87 | 113 | </PropertyGroup> |
| 114 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'"> |
| 115 | + <LinkIncremental>true</LinkIncremental> |
| 116 | + <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
| 117 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 118 | + <OutDir>bin.netcore\$(Platform)\$(Configuration)\</OutDir> |
| 119 | + <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir> |
| 120 | + <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath> |
| 121 | + </PropertyGroup> |
88 | 122 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
89 | 123 | <LinkIncremental>false</LinkIncremental> |
90 | 124 | <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
|
99 | 133 | <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir> |
100 | 134 | <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath> |
101 | 135 | </PropertyGroup> |
| 136 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'"> |
| 137 | + <LinkIncremental>false</LinkIncremental> |
| 138 | + <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
| 139 | + <OutDir>bin.netcore\$(Platform)\$(Configuration)\</OutDir> |
| 140 | + <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir> |
| 141 | + <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath> |
| 142 | + </PropertyGroup> |
102 | 143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
103 | 144 | <ClCompile> |
104 | 145 | <WarningLevel>Level3</WarningLevel> |
|
138 | 179 | <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
139 | 180 | </Manifest> |
140 | 181 | </ItemDefinitionGroup> |
| 182 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'"> |
| 183 | + <ClCompile> |
| 184 | + <WarningLevel>Level3</WarningLevel> |
| 185 | + <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
| 186 | + <Optimization>Disabled</Optimization> |
| 187 | + <PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 188 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 189 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 190 | + </ClCompile> |
| 191 | + <Link> |
| 192 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 193 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 194 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion);</AdditionalLibraryDirectories> |
| 195 | + <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions> |
| 196 | + </Link> |
| 197 | + <Manifest> |
| 198 | + <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
| 199 | + </Manifest> |
| 200 | + </ItemDefinitionGroup> |
141 | 201 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
142 | 202 | <ClCompile> |
143 | 203 | <WarningLevel>Level3</WarningLevel> |
|
173 | 233 | <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
174 | 234 | </Manifest> |
175 | 235 | </ItemDefinitionGroup> |
| 236 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'"> |
| 237 | + <ClCompile> |
| 238 | + <WarningLevel>Level3</WarningLevel> |
| 239 | + <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
| 240 | + <PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 241 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 242 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 243 | + </ClCompile> |
| 244 | + <Link> |
| 245 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 246 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 247 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion)</AdditionalLibraryDirectories> |
| 248 | + </Link> |
| 249 | + <Manifest> |
| 250 | + <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
| 251 | + </Manifest> |
| 252 | + </ItemDefinitionGroup> |
176 | 253 | <ItemGroup> |
177 | 254 | <ClInclude Include="..\CefSharp.Core.Runtime\Internals\MCefRefPtr.h" /> |
178 | 255 | <ClInclude Include="..\CefSharp.Core.Runtime\Internals\ReportUnhandledExceptions.h" /> |
|
223 | 300 | <ClCompile Include="Stdafx.cpp"> |
224 | 301 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
225 | 302 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
| 303 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">Create</PrecompiledHeader> |
226 | 304 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
227 | 305 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
| 306 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">Create</PrecompiledHeader> |
228 | 307 | </ClCompile> |
229 | 308 | <ClCompile Include="TypeUtils.cpp" /> |
230 | 309 | <ClCompile Include="Serialization\V8Serialization.cpp" /> |
|
0 commit comments