diff options
author | Karlson2k <k2k@narod.ru> | 2013-11-07 03:38:57 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-11-10 12:54:44 +0400 |
commit | 80859e8faf0ba3b6eb8316aad6f78ce6d16ff613 (patch) | |
tree | beb4a83ed918931dcbf3cdbaea8b4bf54c3358b9 /project | |
parent | 72272e63eb0298ba7d41a581d1de28fcd399d63f (diff) |
[win32] Add "core-defaults" with basic project settings, include file in each project
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/UnrarXLib.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.core-defaults.props | 10 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 1 | ||||
-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, 15 insertions, 0 deletions
diff --git a/project/VS2010Express/UnrarXLib.vcxproj b/project/VS2010Express/UnrarXLib.vcxproj index 7738fc40fe..0c9e452288 100644 --- a/project/VS2010Express/UnrarXLib.vcxproj +++ b/project/VS2010Express/UnrarXLib.vcxproj @@ -23,6 +23,7 @@ <RootNamespace>UnrarXLib</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> + <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> diff --git a/project/VS2010Express/XBMC.core-defaults.props b/project/VS2010Express/XBMC.core-defaults.props new file mode 100644 index 0000000000..4b49fb0b20 --- /dev/null +++ b/project/VS2010Express/XBMC.core-defaults.props @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ImportGroup Label="PropertySheets" /> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup Label="Configuration"> + <UseOfMfc>false</UseOfMfc> + <UseOfAtl>false</UseOfAtl> + <PlatformToolset>v100</PlatformToolset> + </PropertyGroup> +</Project> diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 7e98788018..8227280a5f 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -31,6 +31,7 @@ <RootNamespace>XBMC_PC</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> + <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> diff --git a/project/VS2010Express/XbmcCommons.vcxproj b/project/VS2010Express/XbmcCommons.vcxproj index e18f1ea44e..18af62a925 100644 --- a/project/VS2010Express/XbmcCommons.vcxproj +++ b/project/VS2010Express/XbmcCommons.vcxproj @@ -24,6 +24,7 @@ <RootNamespace>XbmcCommons</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> + <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> diff --git a/project/VS2010Express/XbmcThreads.vcxproj b/project/VS2010Express/XbmcThreads.vcxproj index 57c1655b36..8ce0f502fe 100644 --- a/project/VS2010Express/XbmcThreads.vcxproj +++ b/project/VS2010Express/XbmcThreads.vcxproj @@ -57,6 +57,7 @@ <RootNamespace>XbmcCommons</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> + <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> diff --git a/project/VS2010Express/libPlatinum.vcxproj b/project/VS2010Express/libPlatinum.vcxproj index 85eb8b53e9..77fbbf9546 100644 --- a/project/VS2010Express/libPlatinum.vcxproj +++ b/project/VS2010Express/libPlatinum.vcxproj @@ -15,6 +15,7 @@ <RootNamespace>libPlatinum</RootNamespace> <Keyword>Win32Proj</Keyword> </PropertyGroup> + <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> |