|
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> |
105 | 146 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
106 | 147 | <Optimization>Disabled</Optimization> |
107 | | - <PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 148 | + <PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
108 | 149 | <PrecompiledHeader>Use</PrecompiledHeader> |
109 | 150 | <BrowseInformation>true</BrowseInformation> |
110 | 151 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
124 | 165 | <WarningLevel>Level3</WarningLevel> |
125 | 166 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
126 | 167 | <Optimization>Disabled</Optimization> |
127 | | - <PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 168 | + <PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 169 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 170 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 171 | + </ClCompile> |
| 172 | + <Link> |
| 173 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 174 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 175 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion);</AdditionalLibraryDirectories> |
| 176 | + <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions> |
| 177 | + </Link> |
| 178 | + <Manifest> |
| 179 | + <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
| 180 | + </Manifest> |
| 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>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
128 | 188 | <PrecompiledHeader>Use</PrecompiledHeader> |
129 | 189 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
130 | 190 | </ClCompile> |
|
142 | 202 | <ClCompile> |
143 | 203 | <WarningLevel>Level3</WarningLevel> |
144 | 204 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
145 | | - <PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 205 | + <PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
146 | 206 | <PrecompiledHeader>Use</PrecompiledHeader> |
147 | 207 | <BrowseInformation>true</BrowseInformation> |
148 | 208 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
|
160 | 220 | <ClCompile> |
161 | 221 | <WarningLevel>Level3</WarningLevel> |
162 | 222 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
163 | | - <PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 223 | + <PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 224 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 225 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 226 | + </ClCompile> |
| 227 | + <Link> |
| 228 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 229 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 230 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion)</AdditionalLibraryDirectories> |
| 231 | + </Link> |
| 232 | + <Manifest> |
| 233 | + <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
| 234 | + </Manifest> |
| 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>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
164 | 241 | <PrecompiledHeader>Use</PrecompiledHeader> |
165 | 242 | <MultiProcessorCompilation>true</MultiProcessorCompilation> |
166 | 243 | </ClCompile> |
|
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