|
13 | 13 | <Configuration>Debug</Configuration>
|
14 | 14 | <Platform>x64</Platform>
|
15 | 15 | </ProjectConfiguration>
|
| 16 | + <ProjectConfiguration Include="Debug|arm64"> |
| 17 | + <Configuration>Debug</Configuration> |
| 18 | + <Platform>arm64</Platform> |
| 19 | + </ProjectConfiguration> |
16 | 20 | <ProjectConfiguration Include="Release|Win32">
|
17 | 21 | <Configuration>Release</Configuration>
|
18 | 22 | <Platform>Win32</Platform>
|
|
21 | 25 | <Configuration>Release</Configuration>
|
22 | 26 | <Platform>x64</Platform>
|
23 | 27 | </ProjectConfiguration>
|
| 28 | + <ProjectConfiguration Include="Release|arm64"> |
| 29 | + <Configuration>Release</Configuration> |
| 30 | + <Platform>arm64</Platform> |
| 31 | + </ProjectConfiguration> |
24 | 32 | </ItemGroup>
|
25 | 33 | <PropertyGroup Label="Globals">
|
26 | 34 | <VCProjectVersion>16.0</VCProjectVersion>
|
|
44 | 52 | <CLRSupport>NetCore</CLRSupport>
|
45 | 53 | <CharacterSet>Unicode</CharacterSet>
|
46 | 54 | </PropertyGroup>
|
| 55 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="Configuration"> |
| 56 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 57 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 58 | + <CLRSupport>NetCore</CLRSupport> |
| 59 | + <CharacterSet>Unicode</CharacterSet> |
| 60 | + </PropertyGroup> |
47 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
48 | 62 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
49 | 63 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
56 | 70 | <CLRSupport>NetCore</CLRSupport>
|
57 | 71 | <CharacterSet>Unicode</CharacterSet>
|
58 | 72 | </PropertyGroup>
|
| 73 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="Configuration"> |
| 74 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 75 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 76 | + <CLRSupport>NetCore</CLRSupport> |
| 77 | + <CharacterSet>Unicode</CharacterSet> |
| 78 | + </PropertyGroup> |
59 | 79 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
60 | 80 | <ImportGroup Label="ExtensionSettings">
|
61 | 81 | </ImportGroup>
|
|
65 | 85 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
66 | 86 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
67 | 87 | </ImportGroup>
|
| 88 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="PropertySheets"> |
| 89 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 90 | + </ImportGroup> |
68 | 91 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
69 | 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
70 | 93 | </ImportGroup>
|
71 | 94 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
72 | 95 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
73 | 96 | </ImportGroup>
|
| 97 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="PropertySheets"> |
| 98 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 99 | + </ImportGroup> |
74 | 100 | <PropertyGroup Label="UserMacros" />
|
75 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
76 | 102 | <LinkIncremental>true</LinkIncremental>
|
|
88 | 114 | <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir>
|
89 | 115 | <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath>
|
90 | 116 | </PropertyGroup>
|
| 117 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'"> |
| 118 | + <LinkIncremental>true</LinkIncremental> |
| 119 | + <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
| 120 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 121 | + <OutDir>bin.netcore\$(Platform)\$(Configuration)\</OutDir> |
| 122 | + <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir> |
| 123 | + <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath> |
| 124 | + </PropertyGroup> |
91 | 125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
92 | 126 | <LinkIncremental>false</LinkIncremental>
|
93 | 127 | <LinkKeyFile>..\CefSharp.snk</LinkKeyFile>
|
|
102 | 136 | <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir>
|
103 | 137 | <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath>
|
104 | 138 | </PropertyGroup>
|
| 139 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'"> |
| 140 | + <LinkIncremental>false</LinkIncremental> |
| 141 | + <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
| 142 | + <OutDir>bin.netcore\$(Platform)\$(Configuration)\</OutDir> |
| 143 | + <IntDir>obj.netcore\$(Platform)\$(Configuration)\</IntDir> |
| 144 | + <SourcePath>$(SolutionDir)packages\$(CefSdkVer)\CEF;$(SourcePath)</SourcePath> |
| 145 | + </PropertyGroup> |
105 | 146 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
106 | 147 | <ClCompile>
|
107 | 148 | <WarningLevel>Level3</WarningLevel>
|
108 | 149 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories>
|
109 | 150 | <Optimization>Disabled</Optimization>
|
110 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 151 | + <PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
111 | 152 | <PrecompiledHeader>Use</PrecompiledHeader>
|
112 | 153 | <BrowseInformation>true</BrowseInformation>
|
113 | 154 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
127 | 168 | <WarningLevel>Level3</WarningLevel>
|
128 | 169 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories>
|
129 | 170 | <Optimization>Disabled</Optimization>
|
130 |
| - <PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 171 | + <PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 172 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 173 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 174 | + </ClCompile> |
| 175 | + <Link> |
| 176 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 177 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 178 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion);</AdditionalLibraryDirectories> |
| 179 | + <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions> |
| 180 | + </Link> |
| 181 | + <Manifest> |
| 182 | + <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
| 183 | + </Manifest> |
| 184 | + </ItemDefinitionGroup> |
| 185 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'"> |
| 186 | + <ClCompile> |
| 187 | + <WarningLevel>Level3</WarningLevel> |
| 188 | + <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
| 189 | + <Optimization>Disabled</Optimization> |
| 190 | + <PreprocessorDefinitions>_DEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
131 | 191 | <PrecompiledHeader>Use</PrecompiledHeader>
|
132 | 192 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
133 | 193 | </ClCompile>
|
|
145 | 205 | <ClCompile>
|
146 | 206 | <WarningLevel>Level3</WarningLevel>
|
147 | 207 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories>
|
148 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 208 | + <PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
149 | 209 | <PrecompiledHeader>Use</PrecompiledHeader>
|
150 | 210 | <BrowseInformation>true</BrowseInformation>
|
151 | 211 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
163 | 223 | <ClCompile>
|
164 | 224 | <WarningLevel>Level3</WarningLevel>
|
165 | 225 | <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories>
|
166 |
| - <PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 226 | + <PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 227 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 228 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 229 | + </ClCompile> |
| 230 | + <Link> |
| 231 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 232 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 233 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion)</AdditionalLibraryDirectories> |
| 234 | + </Link> |
| 235 | + <Manifest> |
| 236 | + <AdditionalManifestFiles>Assembly.manifest</AdditionalManifestFiles> |
| 237 | + </Manifest> |
| 238 | + </ItemDefinitionGroup> |
| 239 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'"> |
| 240 | + <ClCompile> |
| 241 | + <WarningLevel>Level3</WarningLevel> |
| 242 | + <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
| 243 | + <PreprocessorDefinitions>NDEBUG;EXPORT;NETCOREAPP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
167 | 244 | <PrecompiledHeader>Use</PrecompiledHeader>
|
168 | 245 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
169 | 246 | </ClCompile>
|
|
226 | 303 | <ClCompile Include="Stdafx.cpp">
|
227 | 304 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
228 | 305 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
| 306 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">Create</PrecompiledHeader> |
229 | 307 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
230 | 308 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
| 309 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">Create</PrecompiledHeader> |
231 | 310 | </ClCompile>
|
232 | 311 | <ClCompile Include="TypeUtils.cpp" />
|
233 | 312 | <ClCompile Include="Serialization\V8Serialization.cpp" />
|
|
0 commit comments