1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|ARM">
5      <Configuration>Debug</Configuration>
6      <Platform>ARM</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|Win32">
9      <Configuration>Debug</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Debug|x64">
13      <Configuration>Debug</Configuration>
14      <Platform>x64</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|ARM">
17      <Configuration>Release</Configuration>
18      <Platform>ARM</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|Win32">
21      <Configuration>Release</Configuration>
22      <Platform>Win32</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|x64">
25      <Configuration>Release</Configuration>
26      <Platform>x64</Platform>
27    </ProjectConfiguration>
28  </ItemGroup>
29  <ItemGroup>
30    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\analysis.c" />
31    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\bitrate.c" />
32    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\block.c" />
33    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\codebook.c" />
34    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\envelope.c" />
35    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\floor0.c" />
36    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\floor1.c" />
37    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\info.c" />
38    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\lookup.c" />
39    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\lpc.c" />
40    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\lsp.c" />
41    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\mapping0.c" />
42    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\mdct.c" />
43    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\psy.c" />
44    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\registry.c" />
45    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\res0.c" />
46    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\sharedbook.c" />
47    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\smallft.c" />
48    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\synthesis.c" />
49    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\vorbisenc.c" />
50    <ClCompile Include="..\..\external\libvorbis-1.3.5\lib\window.c" />
51  </ItemGroup>
52  <ItemGroup>
53    <ClInclude Include="..\..\external\libvorbis-1.3.5\include\vorbis\codec.h" />
54    <ClInclude Include="..\..\external\libvorbis-1.3.5\include\vorbis\vorbisenc.h" />
55    <ClInclude Include="..\..\external\libvorbis-1.3.5\include\vorbis\vorbisfile.h" />
56    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\backends.h" />
57    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\bitrate.h" />
58    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\books\coupled\res_books_stereo.h" />
59    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\books\floor\floor_books.h" />
60    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\books\uncoupled\res_books_uncoupled.h" />
61    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\codebook.h" />
62    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\codec_internal.h" />
63    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\envelope.h" />
64    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\highlevel.h" />
65    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lookup.h" />
66    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lookup_data.h" />
67    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lpc.h" />
68    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\lsp.h" />
69    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\masking.h" />
70    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\mdct.h" />
71    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\misc.h" />
72    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\floor_all.h" />
73    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_11.h" />
74    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_16.h" />
75    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_44.h" />
76    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\psych_8.h" />
77    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_16.h" />
78    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_44.h" />
79    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_44u.h" />
80    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\residue_8.h" />
81    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_11.h" />
82    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_16.h" />
83    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_22.h" />
84    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_32.h" />
85    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_44.h" />
86    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_44u.h" />
87    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_8.h" />
88    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\modes\setup_X.h" />
89    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\os.h" />
90    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\psy.h" />
91    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\registry.h" />
92    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\scales.h" />
93    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\smallft.h" />
94    <ClInclude Include="..\..\external\libvorbis-1.3.5\lib\window.h" />
95  </ItemGroup>
96  <ItemGroup>
97    <None Include="..\..\external\libvorbis-1.3.5\win32\vorbis.def" />
98  </ItemGroup>
99  <ItemGroup>
100    <ProjectReference Include="libogg_dynamic-WinRT81.vcxproj">
101      <Project>{6bc6349c-e355-4f1c-9290-ff755114a84b}</Project>
102    </ProjectReference>
103  </ItemGroup>
104  <PropertyGroup Label="Globals">
105    <ProjectGuid>{e3ab27f1-eb89-4c65-85df-cb6a4f805753}</ProjectGuid>
106    <Keyword>Win32Proj</Keyword>
107    <ProjectName>libvorbis_dynamic-WinRT81</ProjectName>
108    <RootNamespace>libvorbis_dynamic_WinRT81</RootNamespace>
109    <DefaultLanguage>en-US</DefaultLanguage>
110    <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
111    <AppContainerApplication>true</AppContainerApplication>
112    <ApplicationType>Windows Store</ApplicationType>
113    <ApplicationTypeRevision>8.1</ApplicationTypeRevision>
114  </PropertyGroup>
115  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
116  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
117    <ConfigurationType>DynamicLibrary</ConfigurationType>
118    <UseDebugLibraries>true</UseDebugLibraries>
119    <PlatformToolset>v120</PlatformToolset>
120  </PropertyGroup>
121  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
122    <ConfigurationType>DynamicLibrary</ConfigurationType>
123    <UseDebugLibraries>true</UseDebugLibraries>
124    <PlatformToolset>v120</PlatformToolset>
125  </PropertyGroup>
126  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
127    <ConfigurationType>DynamicLibrary</ConfigurationType>
128    <UseDebugLibraries>true</UseDebugLibraries>
129    <PlatformToolset>v120</PlatformToolset>
130  </PropertyGroup>
131  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
132    <ConfigurationType>DynamicLibrary</ConfigurationType>
133    <UseDebugLibraries>false</UseDebugLibraries>
134    <WholeProgramOptimization>true</WholeProgramOptimization>
135    <PlatformToolset>v120</PlatformToolset>
136  </PropertyGroup>
137  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
138    <ConfigurationType>DynamicLibrary</ConfigurationType>
139    <UseDebugLibraries>false</UseDebugLibraries>
140    <WholeProgramOptimization>true</WholeProgramOptimization>
141    <PlatformToolset>v120</PlatformToolset>
142  </PropertyGroup>
143  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
144    <ConfigurationType>DynamicLibrary</ConfigurationType>
145    <UseDebugLibraries>false</UseDebugLibraries>
146    <WholeProgramOptimization>true</WholeProgramOptimization>
147    <PlatformToolset>v120</PlatformToolset>
148  </PropertyGroup>
149  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
150  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
151    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
152  </ImportGroup>
153  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
154    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
155  </ImportGroup>
156  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
157    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
158  </ImportGroup>
159  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
160    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
161  </ImportGroup>
162  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
163    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
164  </ImportGroup>
165  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
167  </ImportGroup>
168  <PropertyGroup Label="UserMacros" />
169  <PropertyGroup />
170  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
171    <GenerateManifest>false</GenerateManifest>
172    <IgnoreImportLibrary>false</IgnoreImportLibrary>
173    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
174    <TargetName>libvorbis</TargetName>
175  </PropertyGroup>
176  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
177    <GenerateManifest>false</GenerateManifest>
178    <IgnoreImportLibrary>false</IgnoreImportLibrary>
179    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
180    <TargetName>libvorbis</TargetName>
181  </PropertyGroup>
182  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
183    <GenerateManifest>false</GenerateManifest>
184    <IgnoreImportLibrary>false</IgnoreImportLibrary>
185    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
186    <TargetName>libvorbis</TargetName>
187  </PropertyGroup>
188  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
189    <GenerateManifest>false</GenerateManifest>
190    <IgnoreImportLibrary>false</IgnoreImportLibrary>
191    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
192    <TargetName>libvorbis</TargetName>
193  </PropertyGroup>
194  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
195    <GenerateManifest>false</GenerateManifest>
196    <IgnoreImportLibrary>false</IgnoreImportLibrary>
197    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
198    <TargetName>libvorbis</TargetName>
199  </PropertyGroup>
200  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
201    <GenerateManifest>false</GenerateManifest>
202    <IgnoreImportLibrary>false</IgnoreImportLibrary>
203    <IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir>
204    <TargetName>libvorbis</TargetName>
205  </PropertyGroup>
206  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
207    <ClCompile>
208      <PrecompiledHeader>NotUsing</PrecompiledHeader>
209      <CompileAsWinRT>false</CompileAsWinRT>
210      <AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
211      <PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212      <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
213    </ClCompile>
214    <Link>
215      <SubSystem>Console</SubSystem>
216      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
217      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
218      <ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
219    </Link>
220  </ItemDefinitionGroup>
221  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
222    <ClCompile>
223      <PrecompiledHeader>NotUsing</PrecompiledHeader>
224      <CompileAsWinRT>false</CompileAsWinRT>
225      <AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
226      <PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
227      <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
228    </ClCompile>
229    <Link>
230      <SubSystem>Console</SubSystem>
231      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
232      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
233      <ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
234    </Link>
235  </ItemDefinitionGroup>
236  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
237    <ClCompile>
238      <PrecompiledHeader>NotUsing</PrecompiledHeader>
239      <CompileAsWinRT>false</CompileAsWinRT>
240      <AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
241      <PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WIN32_WCE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
242      <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
243    </ClCompile>
244    <Link>
245      <SubSystem>Console</SubSystem>
246      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
247      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
248      <ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
249    </Link>
250  </ItemDefinitionGroup>
251  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
252    <ClCompile>
253      <PrecompiledHeader>NotUsing</PrecompiledHeader>
254      <CompileAsWinRT>false</CompileAsWinRT>
255      <AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
256      <PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WIN32_WCE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257      <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
258    </ClCompile>
259    <Link>
260      <SubSystem>Console</SubSystem>
261      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
262      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
263      <ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
264    </Link>
265  </ItemDefinitionGroup>
266  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
267    <ClCompile>
268      <PrecompiledHeader>NotUsing</PrecompiledHeader>
269      <CompileAsWinRT>false</CompileAsWinRT>
270      <AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
271      <PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
272      <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
273    </ClCompile>
274    <Link>
275      <SubSystem>Console</SubSystem>
276      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
277      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
278      <ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
279    </Link>
280  </ItemDefinitionGroup>
281  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
282    <ClCompile>
283      <PrecompiledHeader>NotUsing</PrecompiledHeader>
284      <CompileAsWinRT>false</CompileAsWinRT>
285      <AdditionalIncludeDirectories>..\..\external\libvorbis-1.3.5\include;..\..\external\libogg-1.3.2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
286      <PreprocessorDefinitions>LIBVORBIS_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
287      <DisableSpecificWarnings>4244;4100;4267;4189;4305;4127;4706</DisableSpecificWarnings>
288    </ClCompile>
289    <Link>
290      <SubSystem>Console</SubSystem>
291      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
292      <GenerateWindowsMetadata>false</GenerateWindowsMetadata>
293      <ModuleDefinitionFile>..\..\external\libvorbis-1.3.5\win32\vorbis.def</ModuleDefinitionFile>
294    </Link>
295  </ItemDefinitionGroup>
296  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
297  <ImportGroup Label="ExtensionTargets">
298  </ImportGroup>
299</Project>
300