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 /lib/stsound | |
parent | 72272e63eb0298ba7d41a581d1de28fcd399d63f (diff) |
[win32] Add "core-defaults" with basic project settings, include file in each project
Diffstat (limited to 'lib/stsound')
-rw-r--r-- | lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj b/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj index 4889effec7..14c5d120ac 100644 --- a/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj +++ b/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj @@ -15,6 +15,7 @@ <ProjectGuid>{D9885434-4B9D-41FB-B5FC-5E89D41AEFF0}</ProjectGuid> <RootNamespace>libStSoundLibrary_dll</RootNamespace> </PropertyGroup> + <Import Project="$(SolutionDir)\XBMC.core-defaults.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> |