[bluray] Fix stream info/language retrieval for blurays in non-nav mode.
[vuplus_xbmc] / lib / addons / library.xbmc.gui / project / VS2010Express / libXBMC_gui.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   <PropertyGroup Label="Globals">
14     <ProjectGuid>{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectGuid>
15     <RootNamespace>XBMC_VDR</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>DynamicLibrary</ConfigurationType>
21     <CharacterSet>MultiByte</CharacterSet>
22   </PropertyGroup>
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24     <ConfigurationType>DynamicLibrary</ConfigurationType>
25     <CharacterSet>MultiByte</CharacterSet>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
28   <ImportGroup Label="ExtensionSettings">
29   </ImportGroup>
30   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
31     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
32     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
33   </ImportGroup>
34   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
37   </ImportGroup>
38   <PropertyGroup Label="UserMacros" />
39   <PropertyGroup>
40     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\..\..\..\addons\library.xbmc.gui\</OutDir>
42     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
43     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\..\..\..\addons\library.xbmc.gui\</OutDir>
44     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
45   </PropertyGroup>
46   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
47     <ClCompile>
48       <Optimization>Disabled</Optimization>
49       <AdditionalIncludeDirectories>..\..\..\..\..\xbmc;..\..\..\..\..\xbmc\addons\include;..\..\..\..\..\xbmc\cores\dvdplayer\DVDDemuxers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
50       <PreprocessorDefinitions>TARGET_WINDOWS;_WIN32;_DEBUG;_WINDOWS;VDR_EXPORTS;_WIN32PC;_WINSOCKAPI_;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51       <MinimalRebuild>true</MinimalRebuild>
52       <ExceptionHandling>Sync</ExceptionHandling>
53       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
54       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
55       <PrecompiledHeader>
56       </PrecompiledHeader>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
59     </ClCompile>
60     <Link>
61       <OutputFile>..\..\..\..\..\addons\library.xbmc.gui\$(ProjectName).dll</OutputFile>
62       <GenerateDebugInformation>true</GenerateDebugInformation>
63     </Link>
64   </ItemDefinitionGroup>
65   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66     <ClCompile>
67       <AdditionalIncludeDirectories>..\..\..\..\..\xbmc;..\..\..\..\..\xbmc\addons\include;..\..\..\..\..\xbmc\cores\dvdplayer\DVDDemuxers;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
68       <PreprocessorDefinitions>TARGET_WINDOWS;WIN32;NDEBUG;_WINDOWS;HAS_SDL_OPENGL;HAS_SDL;_USRDLL;XBMC_VDR_EXPORTS;_WIN32PC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69       <ExceptionHandling>Sync</ExceptionHandling>
70       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
71       <PrecompiledHeader>
72       </PrecompiledHeader>
73       <WarningLevel>Level3</WarningLevel>
74       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
75     </ClCompile>
76     <Link>
77       <OutputFile>../../../../../addons/library.xbmc.gui/$(ProjectName).dll</OutputFile>
78     </Link>
79   </ItemDefinitionGroup>
80   <ItemGroup>
81     <ClCompile Include="..\..\libXBMC_gui.cpp" />
82   </ItemGroup>
83   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
84   <ImportGroup Label="ExtensionTargets">
85   </ImportGroup>
86 </Project>