|
6 | 6 | <Configuration>Debug</Configuration> |
7 | 7 | <Platform>Win32</Platform> |
8 | 8 | </ProjectConfiguration> |
| 9 | + <ProjectConfiguration Include="Debug|x64"> |
| 10 | + <Configuration>Debug</Configuration> |
| 11 | + <Platform>x64</Platform> |
| 12 | + </ProjectConfiguration> |
9 | 13 | <ProjectConfiguration Include="Release|Win32"> |
10 | 14 | <Configuration>Release</Configuration> |
11 | 15 | <Platform>Win32</Platform> |
12 | 16 | </ProjectConfiguration> |
| 17 | + <ProjectConfiguration Include="Release|x64"> |
| 18 | + <Configuration>Release</Configuration> |
| 19 | + <Platform>x64</Platform> |
| 20 | + </ProjectConfiguration> |
13 | 21 | </ItemGroup> |
14 | 22 | <PropertyGroup Label="Globals"> |
15 | 23 | <ProjectGuid>{6C4BB501-2F8E-48AC-9AB5-8CFB2D74185C}</ProjectGuid> |
|
24 | 32 | <CLRSupport>true</CLRSupport> |
25 | 33 | <CharacterSet>Unicode</CharacterSet> |
26 | 34 | </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 36 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 37 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 38 | + <CLRSupport>true</CLRSupport> |
| 39 | + <CharacterSet>Unicode</CharacterSet> |
| 40 | + </PropertyGroup> |
27 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
29 | 43 | <UseDebugLibraries>false</UseDebugLibraries> |
30 | 44 | <CLRSupport>true</CLRSupport> |
31 | 45 | <CharacterSet>Unicode</CharacterSet> |
32 | 46 | </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 48 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 49 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 50 | + <CLRSupport>true</CLRSupport> |
| 51 | + <CharacterSet>Unicode</CharacterSet> |
| 52 | + </PropertyGroup> |
33 | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
34 | 54 | <ImportGroup Label="ExtensionSettings"> |
35 | 55 | </ImportGroup> |
36 | 56 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
37 | 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
38 | 58 | </ImportGroup> |
| 59 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 60 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 61 | + </ImportGroup> |
39 | 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
40 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
41 | 64 | </ImportGroup> |
| 65 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 66 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 67 | + </ImportGroup> |
42 | 68 | <PropertyGroup Label="UserMacros" /> |
43 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
44 | 70 | <LinkIncremental>true</LinkIncremental> |
45 | 71 | <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
46 | 72 | <IgnoreImportLibrary>true</IgnoreImportLibrary> |
47 | 73 | </PropertyGroup> |
| 74 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 75 | + <LinkIncremental>true</LinkIncremental> |
| 76 | + <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
| 77 | + <IgnoreImportLibrary>true</IgnoreImportLibrary> |
| 78 | + </PropertyGroup> |
48 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
49 | 80 | <LinkIncremental>false</LinkIncremental> |
50 | 81 | <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
51 | 82 | </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 84 | + <LinkIncremental>false</LinkIncremental> |
| 85 | + <LinkKeyFile>..\CefSharp.snk</LinkKeyFile> |
| 86 | + </PropertyGroup> |
52 | 87 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
53 | 88 | <ClCompile> |
54 | 89 | <WarningLevel>Level3</WarningLevel> |
|
64 | 99 | <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions> |
65 | 100 | </Link> |
66 | 101 | </ItemDefinitionGroup> |
| 102 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 103 | + <ClCompile> |
| 104 | + <WarningLevel>Level3</WarningLevel> |
| 105 | + <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
| 106 | + <Optimization>Disabled</Optimization> |
| 107 | + <PreprocessorDefinitions>WIN32;_DEBUG;EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 108 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 109 | + </ClCompile> |
| 110 | + <Link> |
| 111 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 112 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 113 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion);$(SolutionDir)CefSharp.Core\bin</AdditionalLibraryDirectories> |
| 114 | + <AdditionalOptions>/ignore:4099 %(AdditionalOptions)</AdditionalOptions> |
| 115 | + </Link> |
| 116 | + </ItemDefinitionGroup> |
67 | 117 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
68 | 118 | <ClCompile> |
69 | 119 | <WarningLevel>Level3</WarningLevel> |
|
77 | 127 | <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion)</AdditionalLibraryDirectories> |
78 | 128 | </Link> |
79 | 129 | </ItemDefinitionGroup> |
| 130 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 131 | + <ClCompile> |
| 132 | + <WarningLevel>Level3</WarningLevel> |
| 133 | + <AdditionalIncludeDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF;%(AdditionalIncludeDirectories);$(ProjectDir)</AdditionalIncludeDirectories> |
| 134 | + <PreprocessorDefinitions>WIN32;NDEBUG;EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 135 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 136 | + </ClCompile> |
| 137 | + <Link> |
| 138 | + <GenerateDebugInformation>true</GenerateDebugInformation> |
| 139 | + <AdditionalDependencies>libcef.lib;libcef_dll_wrapper.lib</AdditionalDependencies> |
| 140 | + <AdditionalLibraryDirectories>$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration);$(SolutionDir)packages\$(CefSdkVer)\CEF\$(Platform)\$(Configuration)\VS$(VisualStudioProductVersion)</AdditionalLibraryDirectories> |
| 141 | + </Link> |
| 142 | + </ItemDefinitionGroup> |
80 | 143 | <ItemGroup> |
81 | 144 | <Reference Include="System" /> |
82 | 145 | <Reference Include="System.Core" /> |
|
113 | 176 | <ClCompile Include="JavascriptPropertyWrapper.cpp" /> |
114 | 177 | <ClCompile Include="Stdafx.cpp"> |
115 | 178 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader> |
| 179 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
116 | 180 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader> |
| 181 | + <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
117 | 182 | </ClCompile> |
118 | 183 | <ClCompile Include="TypeUtils.cpp" /> |
119 | 184 | </ItemGroup> |
|
0 commit comments