Skip to content

Commit 06fe0f7

Browse files
bgoglinndenoyelle
authored andcommitted
contrib/windows: build for Windows 10 by default
Thanks to Eloi Gaudry for the patch. Signed-off-by: Brice Goglin <[email protected]>
1 parent 6759507 commit 06fe0f7

12 files changed

+12
-0
lines changed

contrib/windows/hwloc-annotate.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB8F}</ProjectGuid>
55
<RootNamespace>hwloc-bind</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-bind.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB91}</ProjectGuid>
55
<RootNamespace>hwloc-bind</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-calc.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB92}</ProjectGuid>
55
<RootNamespace>hwloc-calc</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-diff.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB93}</ProjectGuid>
55
<RootNamespace>hwloc-bind</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-distrib.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB95}</ProjectGuid>
55
<RootNamespace>hwloc-bind</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-gather-cpuid.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB9A}</ProjectGuid>
55
<RootNamespace>hwloc-bind</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-info.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB96}</ProjectGuid>
55
<RootNamespace>hwloc-info</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/hwloc-patch.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB97}</ProjectGuid>
55
<RootNamespace>hwloc-bind</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

contrib/windows/libhwloc.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB8D}</ProjectGuid>
55
<RootNamespace>libhwloc</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="DebugStatic|x64">

contrib/windows/lstopo-no-graphics.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ProjectGuid>{9DE76C6D-4773-4766-9F93-69C56166CB8E}</ProjectGuid>
55
<RootNamespace>lstopo-no-graphics</RootNamespace>
66
<Keyword>Win32Proj</Keyword>
7+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
78
</PropertyGroup>
89
<ItemGroup Label="ProjectConfigurations">
910
<ProjectConfiguration Include="Release|x64">

0 commit comments

Comments
 (0)