aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorPär Björklund <per.bjorklund@gmail.com>2016-07-20 11:56:07 +0200
committerGitHub <noreply@github.com>2016-07-20 11:56:07 +0200
commitd3258c0fa2892ad6f521373edb50eaf51c319656 (patch)
tree9ef3a813396fab2a024fabc04fd4588cb6bb2be6 /project
parentb9cbcbc521a5d8d8994446b283213160f3d71d93 (diff)
parenta410362ff40b7507e45d0f2deec814156b9c13a2 (diff)
Merge pull request #10143 from Paxxi/wdk
[depends][xbmc][fix] Get rid of wdk requirement
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/scripts/0_package.list1
-rw-r--r--project/VS2010Express/UnrarXLib.vcxproj1
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XbmcCommons.vcxproj1
-rw-r--r--project/VS2010Express/XbmcThreads.vcxproj1
-rw-r--r--project/VS2010Express/libPlatinum.vcxproj1
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" />