diff options
author | Pär Björklund <per@ohmy.nu> | 2016-07-19 20:28:33 +0200 |
---|---|---|
committer | Pär Björklund <per@ohmy.nu> | 2016-07-19 20:29:58 +0200 |
commit | a410362ff40b7507e45d0f2deec814156b9c13a2 (patch) | |
tree | ce1721540ad061e989a45d9a7ea4a3451ab79e81 /project | |
parent | adc190b76b62a0ea2168a69417379a75bd7e8f96 (diff) |
Bump sdk to Win 10 as cmake defaults to that for addons anyway. Add the few headers we need from wdk as a package to simplify setup
Diffstat (limited to 'project')
-rw-r--r-- | project/BuildDependencies/scripts/0_package.list | 1 | ||||
-rw-r--r-- | project/VS2010Express/UnrarXLib.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XbmcCommons.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XbmcThreads.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/libPlatinum.vcxproj | 1 |
6 files changed, 6 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list index 1068cfac5e..ebf81f4e59 100644 --- a/project/BuildDependencies/scripts/0_package.list +++ b/project/BuildDependencies/scripts/0_package.list @@ -31,6 +31,7 @@ libxml2-2.9.4-win32-vc140-v2.7z libxslt-1.1.29-win32-vc140.7z libyajl-2.0.1-win32.7z lzo-2.09-win32-vc140-v3.7z +mini_wdk-win32.7z mysql-connector-c-6.1.6-win32-vc140.7z openssl-1.0.2g-win32-vc140-v2.7z pcre-8.37-win32-vc140-v3.7z diff --git a/project/VS2010Express/UnrarXLib.vcxproj b/project/VS2010Express/UnrarXLib.vcxproj index fa59c1469f..84d858815b 100644 --- a/project/VS2010Express/UnrarXLib.vcxproj +++ b/project/VS2010Express/UnrarXLib.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{FE0A91C0-E30A-47CD-8A92-A508C9292452}</ProjectGuid> <RootNamespace>UnrarXLib</RootNamespace> <Keyword>Win32Proj</Keyword> + <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index fdbb568acf..3ec2e2f5ae 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -19,7 +19,7 @@ <RootNamespace>XBMC_PC</RootNamespace> <Keyword>Win32Proj</Keyword> <ProjectName>Kodi</ProjectName> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/project/VS2010Express/XbmcCommons.vcxproj b/project/VS2010Express/XbmcCommons.vcxproj index 93de1b3748..a22591d6eb 100644 --- a/project/VS2010Express/XbmcCommons.vcxproj +++ b/project/VS2010Express/XbmcCommons.vcxproj @@ -23,6 +23,7 @@ <ProjectGuid>{87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}</ProjectGuid> <RootNamespace>XbmcCommons</RootNamespace> <Keyword>Win32Proj</Keyword> + <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/project/VS2010Express/XbmcThreads.vcxproj b/project/VS2010Express/XbmcThreads.vcxproj index d5ca96604f..45ed2da4b9 100644 --- a/project/VS2010Express/XbmcThreads.vcxproj +++ b/project/VS2010Express/XbmcThreads.vcxproj @@ -54,6 +54,7 @@ <ProjectGuid>{034B1D02-CA92-455D-8866-DB95BEE49C10}</ProjectGuid> <RootNamespace>XbmcCommons</RootNamespace> <Keyword>Win32Proj</Keyword> + <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/project/VS2010Express/libPlatinum.vcxproj b/project/VS2010Express/libPlatinum.vcxproj index d62b7ba442..9c387bf233 100644 --- a/project/VS2010Express/libPlatinum.vcxproj +++ b/project/VS2010Express/libPlatinum.vcxproj @@ -14,6 +14,7 @@ <ProjectGuid>{B2975495-FBE4-4F94-AAC5-B21A9842BF50}</ProjectGuid> <RootNamespace>libPlatinum</RootNamespace> <Keyword>Win32Proj</Keyword> + <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |