Skip to content

Commit 5f64f65

Browse files
committed
Added the PlatformToolset.props file, which fixes VS2010 vs VS2012 settings (to make the projects compilable on both versions).
Former-commit-id: f8bd814a134df0f97a65e01c846fe279842d643d
1 parent c54891e commit 5f64f65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cef_binary_3.1547.1412_windows32/cefclient.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<RootNamespace>cefclient</RootNamespace>
2525
</PropertyGroup>
2626
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
27+
<Import Project="$(SolutionDir)\..\PlatformToolset.props" />
2728
<PropertyGroup Label="Configuration">
2829
<CharacterSet>Unicode</CharacterSet>
2930
<ConfigurationType>Application</ConfigurationType>

cef_binary_3.1547.1412_windows32/libcef_dll_wrapper.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<RootNamespace>libcef_dll_wrapper</RootNamespace>
2525
</PropertyGroup>
2626
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
27+
<Import Project="$(SolutionDir)\..\PlatformToolset.props" />
2728
<PropertyGroup Label="Configuration">
2829
<CharacterSet>Unicode</CharacterSet>
2930
<ConfigurationType>StaticLibrary</ConfigurationType>

0 commit comments

Comments
 (0)