[bluray] Fix stream info/language retrieval for blurays in non-nav mode.
[vuplus_xbmc] / lib / libRTV / libRTV.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="Profile_FastCap|Win32">
9       <Configuration>Profile_FastCap</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Profile|Win32">
13       <Configuration>Profile</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release_LTCG|Win32">
17       <Configuration>Release_LTCG</Configuration>
18       <Platform>Win32</Platform>
19     </ProjectConfiguration>
20     <ProjectConfiguration Include="Release|Win32">
21       <Configuration>Release</Configuration>
22       <Platform>Win32</Platform>
23     </ProjectConfiguration>
24   </ItemGroup>
25   <PropertyGroup Label="Globals">
26     <ProjectGuid>{DD4818AE-7E35-40B7-A6A0-0FF83AA1C916}</ProjectGuid>
27     <Keyword>XboxProj</Keyword>
28   </PropertyGroup>
29   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Win32'" Label="Configuration">
31     <ConfigurationType>Application</ConfigurationType>
32     <CharacterSet>MultiByte</CharacterSet>
33     <WholeProgramOptimization>true</WholeProgramOptimization>
34   </PropertyGroup>
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36     <ConfigurationType>StaticLibrary</ConfigurationType>
37     <CharacterSet>MultiByte</CharacterSet>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Win32'" Label="Configuration">
40     <ConfigurationType>Application</ConfigurationType>
41     <CharacterSet>MultiByte</CharacterSet>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
44     <ConfigurationType>Application</ConfigurationType>
45     <CharacterSet>MultiByte</CharacterSet>
46   </PropertyGroup>
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
48     <ConfigurationType>StaticLibrary</ConfigurationType>
49     <CharacterSet>MultiByte</CharacterSet>
50   </PropertyGroup>
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52   <ImportGroup Label="ExtensionSettings">
53   </ImportGroup>
54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Win32'" Label="PropertySheets">
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
62     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
63   </ImportGroup>
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Win32'" Label="PropertySheets">
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
67     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
68   </ImportGroup>
69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
72     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
73   </ImportGroup>
74   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
75     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
77     <Import Project="..\..\project\VS2010Express\XBMC for Windows.props" />
78   </ImportGroup>
79   <PropertyGroup Label="UserMacros" />
80   <PropertyGroup>
81     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
82     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
83     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
84     <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
85     <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
86     <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
87     <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
88     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
89     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
90     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Win32'">$(SolutionDir)libs\$(TargetName)\$(Configuration)\</OutDir>
91     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Win32'">$(SolutionDir)objs\$(TargetName)\$(Configuration)\</IntDir>
92     <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)_win32</TargetName>
93     <TargetName Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Win32'">$(ProjectName)_win32</TargetName>
94     <TargetName Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(ProjectName)_win32</TargetName>
95     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Win32'">$(ProjectName)_win32</TargetName>
96     <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)_win32</TargetName>
97   </PropertyGroup>
98   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
99     <ClCompile>
100       <Optimization>Disabled</Optimization>
101       <PreprocessorDefinitions>_DEBUG;_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
103       <SmallerTypeCheck>true</SmallerTypeCheck>
104       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
105       <BufferSecurityCheck>true</BufferSecurityCheck>
106       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
107       <PrecompiledHeader>
108       </PrecompiledHeader>
109       <WarningLevel>Level3</WarningLevel>
110       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
111       <CompileAs>Default</CompileAs>
112     </ClCompile>
113   </ItemDefinitionGroup>
114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
115     <ClCompile>
116       <Optimization>Full</Optimization>
117       <OmitFramePointers>true</OmitFramePointers>
118       <PreprocessorDefinitions>NDEBUG;_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;PROFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119       <StringPooling>true</StringPooling>
120       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
121       <FunctionLevelLinking>true</FunctionLevelLinking>
122       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
123       <PrecompiledHeader>
124       </PrecompiledHeader>
125       <WarningLevel>Level3</WarningLevel>
126       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
127     </ClCompile>
128     <Link>
129       <RandomizedBaseAddress>false</RandomizedBaseAddress>
130       <DataExecutionPrevention>
131       </DataExecutionPrevention>
132     </Link>
133   </ItemDefinitionGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Win32'">
135     <ClCompile>
136       <Optimization>Full</Optimization>
137       <OmitFramePointers>true</OmitFramePointers>
138       <PreprocessorDefinitions>NDEBUG;_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;PROFILE;FASTCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139       <StringPooling>true</StringPooling>
140       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
141       <FunctionLevelLinking>true</FunctionLevelLinking>
142       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
143       <PrecompiledHeader>
144       </PrecompiledHeader>
145       <WarningLevel>Level3</WarningLevel>
146       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
147     </ClCompile>
148     <Link>
149       <RandomizedBaseAddress>false</RandomizedBaseAddress>
150       <DataExecutionPrevention>
151       </DataExecutionPrevention>
152     </Link>
153   </ItemDefinitionGroup>
154   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
155     <ClCompile>
156       <Optimization>Full</Optimization>
157       <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
158       <OmitFramePointers>true</OmitFramePointers>
159       <PreprocessorDefinitions>NDEBUG;_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160       <StringPooling>false</StringPooling>
161       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
162       <FunctionLevelLinking>true</FunctionLevelLinking>
163       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
164       <RuntimeTypeInfo>true</RuntimeTypeInfo>
165       <PrecompiledHeader>
166       </PrecompiledHeader>
167       <WarningLevel>Level3</WarningLevel>
168       <DebugInformationFormat>
169       </DebugInformationFormat>
170     </ClCompile>
171     <Lib>
172       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
173     </Lib>
174   </ItemDefinitionGroup>
175   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Win32'">
176     <ClCompile>
177       <Optimization>Full</Optimization>
178       <OmitFramePointers>true</OmitFramePointers>
179       <PreprocessorDefinitions>NDEBUG;_WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE%(PreprocessorDefinitions)</PreprocessorDefinitions>
180       <StringPooling>true</StringPooling>
181       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
182       <FunctionLevelLinking>true</FunctionLevelLinking>
183       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
184       <PrecompiledHeader>
185       </PrecompiledHeader>
186       <WarningLevel>Level3</WarningLevel>
187       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
188     </ClCompile>
189     <Link>
190       <RandomizedBaseAddress>false</RandomizedBaseAddress>
191       <DataExecutionPrevention>
192       </DataExecutionPrevention>
193     </Link>
194   </ItemDefinitionGroup>
195   <ItemGroup>
196     <ClCompile Include="crypt.c" />
197     <ClCompile Include="guideclient.c" />
198     <ClCompile Include="GuideParser.cpp">
199       <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
200     </ClCompile>
201     <ClCompile Include="httpclient.c" />
202     <ClCompile Include="httpfsclient.c" />
203     <ClCompile Include="interface.c" />
204     <ClCompile Include="md5.c" />
205     <ClCompile Include="netclient.c" />
206     <ClCompile Include="rtv.c" />
207     <ClCompile Include="sleep.c" />
208   </ItemGroup>
209   <ItemGroup>
210     <ClInclude Include="crypt.h" />
211     <ClInclude Include="guideclient.h" />
212     <ClInclude Include="GuideParser.h" />
213     <ClInclude Include="httpclient.h" />
214     <ClInclude Include="httpfsclient.h" />
215     <ClInclude Include="interface.h" />
216     <ClInclude Include="md5.h" />
217     <ClInclude Include="netclient.h" />
218     <ClInclude Include="rtv.h" />
219     <ClInclude Include="sleep.h" />
220   </ItemGroup>
221   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
222   <ImportGroup Label="ExtensionTargets">
223   </ImportGroup>
224 </Project>