[bluray] Fix stream info/language retrieval for blurays in non-nav mode.
[vuplus_xbmc] / lib / libXDAAP / libXDAAP_win32 / libXDAAP_win32.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     <ProjectName>libXDAAP</ProjectName>
15     <ProjectGuid>{19B16CD0-3B47-47B7-AB0E-81EF2BF1B187}</ProjectGuid>
16     <RootNamespace>libXDAAP</RootNamespace>
17     <Keyword>Win32Proj</Keyword>
18   </PropertyGroup>
19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21     <ConfigurationType>StaticLibrary</ConfigurationType>
22     <CharacterSet>MultiByte</CharacterSet>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>StaticLibrary</ConfigurationType>
26     <CharacterSet>MultiByte</CharacterSet>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
34     <Import Project="..\..\..\project\VS2010Express\XBMC for Windows.props" />
35   </ImportGroup>
36   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
39     <Import Project="..\..\..\project\VS2010Express\XBMC for Windows.props" />
40   </ImportGroup>
41   <PropertyGroup Label="UserMacros" />
42   <PropertyGroup>
43     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
44     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
45     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
46     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
47     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
48     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)d</TargetName>
49   </PropertyGroup>
50   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51     <ClCompile>
52       <Optimization>Disabled</Optimization>
53       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
54       <MinimalRebuild>true</MinimalRebuild>
55       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
56       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
60     </ClCompile>
61     <Lib>
62       <OutputFile>$(OutDir)$(TargetFileName)</OutputFile>
63     </Lib>
64   </ItemDefinitionGroup>
65   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66     <ClCompile>
67       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE%(PreprocessorDefinitions)</PreprocessorDefinitions>
68       <StringPooling>true</StringPooling>
69       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
70       <BufferSecurityCheck>false</BufferSecurityCheck>
71       <FunctionLevelLinking>true</FunctionLevelLinking>
72       <WarningLevel>Level3</WarningLevel>
73       <DebugInformationFormat>
74       </DebugInformationFormat>
75       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
76     </ClCompile>
77     <Lib>
78       <OutputFile>$(OutDir)$(TargetFileName)</OutputFile>
79     </Lib>
80   </ItemDefinitionGroup>
81   <ItemGroup>
82     <ClCompile Include="..\daap.c" />
83     <ClCompile Include="..\debug.c" />
84     <ClCompile Include="..\dmap_generics.c" />
85     <ClCompile Include="..\global.c" />
86     <ClCompile Include="..\Authentication\hasher.c" />
87     <ClCompile Include="..\httpClient.c" />
88     <ClCompile Include="..\libXDAAP.c" />
89     <ClCompile Include="..\Authentication\md5.c" />
90   </ItemGroup>
91   <ItemGroup>
92     <ClInclude Include="..\client.h" />
93     <ClInclude Include="..\compat.h" />
94     <ClInclude Include="..\daap.h" />
95     <ClInclude Include="..\daap_contentcodes.h" />
96     <ClInclude Include="..\daap_readtypes.h" />
97     <ClInclude Include="..\debug.h" />
98     <ClInclude Include="..\dmap_generics.h" />
99     <ClInclude Include="..\endian_swap.h" />
100     <ClInclude Include="..\httpClient.h" />
101     <ClInclude Include="..\libXDAAP.h" />
102     <ClInclude Include="..\Authentication\md5.h" />
103     <ClInclude Include="..\portability.h" />
104     <ClInclude Include="..\private.h" />
105     <ClInclude Include="..\thread.h" />
106     <ClInclude Include="..\types.h" />
107   </ItemGroup>
108   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109   <ImportGroup Label="ExtensionTargets">
110   </ImportGroup>
111 </Project>