[bluray] Fix stream info/language retrieval for blurays in non-nav mode.
[vuplus_xbmc] / project / VS2010Express / XbmcCommons.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <ItemGroup>
14     <ClCompile Include="..\..\xbmc\commons\Exception.cpp" />
15     <ClCompile Include="..\..\xbmc\commons\ilog.cpp" />
16   </ItemGroup>
17   <ItemGroup>
18     <ClInclude Include="..\..\xbmc\commons\Buffer.h" />
19     <ClInclude Include="..\..\xbmc\commons\Exception.h" />
20     <ClInclude Include="..\..\xbmc\commons\ilog.h" />
21   </ItemGroup>
22   <PropertyGroup Label="Globals">
23     <ProjectGuid>{87DA0A1E-3F33-4927-A5E5-2D58F2C58E17}</ProjectGuid>
24     <RootNamespace>XbmcCommons</RootNamespace>
25     <Keyword>Win32Proj</Keyword>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>StaticLibrary</ConfigurationType>
30     <CharacterSet>MultiByte</CharacterSet>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>StaticLibrary</ConfigurationType>
34     <CharacterSet>MultiByte</CharacterSet>
35   </PropertyGroup>
36   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">
37     <ConfigurationType>StaticLibrary</ConfigurationType>
38   </PropertyGroup>
39   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">
40     <ConfigurationType>StaticLibrary</ConfigurationType>
41   </PropertyGroup>
42   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43   <ImportGroup Label="ExtensionSettings">
44   </ImportGroup>
45   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
46     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
48     <Import Project="XBMC for Windows.props" />
49   </ImportGroup>
50   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
51     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
53     <Import Project="XBMC for Windows.props" />
54   </ImportGroup>
55   <PropertyGroup Label="UserMacros" />
56   <PropertyGroup>
57     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
58     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
59     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
60     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
61     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
62     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
63     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
64     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XbmcCommonsd</TargetName>
65     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XbmcCommons</TargetName>
66     <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
67     <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
68   </PropertyGroup>
69   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70     <ClCompile>
71       <Optimization>Disabled</Optimization>
72       <AdditionalIncludeDirectories>..\..\xbmc;..\..\xbmc\win32</AdditionalIncludeDirectories>
73       <PreprocessorDefinitions>TARGET_WINDOWS;NOMINMAX;WIN32;_DEBUG;_LIB;_XBMC;_USE_32BIT_TIME_T;HAS_DX;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74       <StringPooling>true</StringPooling>
75       <MinimalRebuild>false</MinimalRebuild>
76       <BasicRuntimeChecks>Default</BasicRuntimeChecks>
77       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
78       <BufferSecurityCheck>true</BufferSecurityCheck>
79       <FunctionLevelLinking>true</FunctionLevelLinking>
80       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
81       <WarningLevel>Level3</WarningLevel>
82       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
83       <DisableSpecificWarnings>4800;4018;4146;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
84     </ClCompile>
85     <Lib />
86   </ItemDefinitionGroup>
87   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
88     <ClCompile>
89       <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
90       <Optimization>Full</Optimization>
91       <OmitFramePointers>true</OmitFramePointers>
92       <AdditionalIncludeDirectories>..\..\xbmc;..\..\xbmc\win32</AdditionalIncludeDirectories>
93       <PreprocessorDefinitions>TARGET_WINDOWS;NOMINMAX;NDEBUG;WIN32;_LIB;_XBMC;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94       <StringPooling>true</StringPooling>
95       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
96       <FunctionLevelLinking>true</FunctionLevelLinking>
97       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
98       <PrecompiledHeaderFile>commons.hpp</PrecompiledHeaderFile>
99       <WarningLevel>Level3</WarningLevel>
100       <DebugInformationFormat>
101       </DebugInformationFormat>
102       <DisableSpecificWarnings>4800;4018;4146;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
103     </ClCompile>
104     <Lib />
105   </ItemDefinitionGroup>
106   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
107   <ImportGroup Label="ExtensionTargets">
108   </ImportGroup>
109 </Project>