libogg.vcxproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="..\..\lib\libogg\src\bitwise.c" />
  23. <ClCompile Include="..\..\lib\libogg\src\framing.c" />
  24. </ItemGroup>
  25. <ItemGroup>
  26. <ClInclude Include="..\..\lib\libogg\include\ogg\ogg.h" />
  27. <ClInclude Include="..\..\lib\libogg\include\ogg\os_types.h" />
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{15CBFEFF-7965-41F5-B4E2-21E8795C9159}</ProjectGuid>
  31. <RootNamespace>libogg</RootNamespace>
  32. <Keyword>Win32Proj</Keyword>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <CharacterSet>Unicode</CharacterSet>
  39. <WholeProgramOptimization>false</WholeProgramOptimization>
  40. <PlatformToolset>v142</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <PlatformToolset>v142</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <CharacterSet>Unicode</CharacterSet>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <PlatformToolset>v142</PlatformToolset>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  54. <ConfigurationType>StaticLibrary</ConfigurationType>
  55. <CharacterSet>Unicode</CharacterSet>
  56. <PlatformToolset>v142</PlatformToolset>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  59. <ImportGroup Label="ExtensionSettings">
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. </ImportGroup>
  70. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  71. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  72. </ImportGroup>
  73. <PropertyGroup Label="UserMacros" />
  74. <PropertyGroup>
  75. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  76. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug\</OutDir>
  77. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug/libogg\</IntDir>
  78. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\../../Link/Debug\</OutDir>
  79. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\../../Link/Debug/libogg\</IntDir>
  80. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
  81. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/libogg\</IntDir>
  82. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  83. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  86. <TargetName>$(ProjectName)_DEBUG</TargetName>
  87. </PropertyGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <Optimization>Disabled</Optimization>
  91. <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  92. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <MinimalRebuild>false</MinimalRebuild>
  94. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  95. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  96. <PrecompiledHeader>
  97. </PrecompiledHeader>
  98. <WarningLevel>Level3</WarningLevel>
  99. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  100. <CompileAs>CompileAsC</CompileAs>
  101. <CallingConvention>Cdecl</CallingConvention>
  102. <AssemblerListingLocation>.\../../Link/Debug/libogg/</AssemblerListingLocation>
  103. <ObjectFileName>.\../../Link/Debug/libogg/</ObjectFileName>
  104. <ProgramDataBaseFileName>.\../../Link/Debug/libogg/</ProgramDataBaseFileName>
  105. <PrecompiledHeaderOutputFile>.\../../Link/Debug/lpng/libogg.pch</PrecompiledHeaderOutputFile>
  106. </ClCompile>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <Midl>
  110. <TargetEnvironment>X64</TargetEnvironment>
  111. </Midl>
  112. <ClCompile>
  113. <Optimization>Disabled</Optimization>
  114. <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  115. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <MinimalRebuild>true</MinimalRebuild>
  117. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  118. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  119. <PrecompiledHeader>
  120. </PrecompiledHeader>
  121. <WarningLevel>Level3</WarningLevel>
  122. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  123. <CompileAs>CompileAsC</CompileAs>
  124. <CallingConvention>Cdecl</CallingConvention>
  125. <AssemblerListingLocation>.\../../Link/Debug/libogg/</AssemblerListingLocation>
  126. <ObjectFileName>.\../../Link/Debug/libogg/</ObjectFileName>
  127. <ProgramDataBaseFileName>.\../../Link/Debug/libogg/</ProgramDataBaseFileName>
  128. </ClCompile>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  131. <ClCompile>
  132. <Optimization>MaxSpeed</Optimization>
  133. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  134. <IntrinsicFunctions>true</IntrinsicFunctions>
  135. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  136. <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  137. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <StringPooling>true</StringPooling>
  139. <ExceptionHandling>
  140. </ExceptionHandling>
  141. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  142. <BufferSecurityCheck>false</BufferSecurityCheck>
  143. <PrecompiledHeader>
  144. </PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <DebugInformationFormat>
  147. </DebugInformationFormat>
  148. <CompileAs>CompileAsC</CompileAs>
  149. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  150. <CallingConvention>Cdecl</CallingConvention>
  151. <AssemblerListingLocation>.\../../Link/Release/libogg/</AssemblerListingLocation>
  152. <ObjectFileName>.\../../Link/Release/libogg/</ObjectFileName>
  153. <ProgramDataBaseFileName>.\../../Link/Release/libogg/</ProgramDataBaseFileName>
  154. </ClCompile>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  157. <Midl>
  158. <TargetEnvironment>X64</TargetEnvironment>
  159. </Midl>
  160. <ClCompile>
  161. <Optimization>MaxSpeed</Optimization>
  162. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  163. <IntrinsicFunctions>true</IntrinsicFunctions>
  164. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  165. <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  166. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <StringPooling>true</StringPooling>
  168. <ExceptionHandling>
  169. </ExceptionHandling>
  170. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  171. <BufferSecurityCheck>false</BufferSecurityCheck>
  172. <PrecompiledHeader>
  173. </PrecompiledHeader>
  174. <WarningLevel>Level4</WarningLevel>
  175. <DebugInformationFormat>
  176. </DebugInformationFormat>
  177. <CompileAs>CompileAsC</CompileAs>
  178. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  179. <CallingConvention>Cdecl</CallingConvention>
  180. </ClCompile>
  181. </ItemDefinitionGroup>
  182. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  183. <ImportGroup Label="ExtensionTargets">
  184. </ImportGroup>
  185. </Project>