libogg.vcxproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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|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. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>StaticLibrary</ConfigurationType>
  37. <CharacterSet>Unicode</CharacterSet>
  38. <WholeProgramOptimization>false</WholeProgramOptimization>
  39. <PlatformToolset>v120</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <CharacterSet>Unicode</CharacterSet>
  44. <PlatformToolset>v120</PlatformToolset>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>StaticLibrary</ConfigurationType>
  48. <CharacterSet>Unicode</CharacterSet>
  49. <WholeProgramOptimization>true</WholeProgramOptimization>
  50. <PlatformToolset>v120</PlatformToolset>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  53. <ConfigurationType>StaticLibrary</ConfigurationType>
  54. <CharacterSet>Unicode</CharacterSet>
  55. <PlatformToolset>v120</PlatformToolset>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="ExtensionSettings">
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup>
  74. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  75. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug\</OutDir>
  76. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\../../Link/Debug/libogg\</IntDir>
  77. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  78. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
  79. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
  80. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/libogg\</IntDir>
  81. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  82. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <TargetName>$(ProjectName)_DEBUG</TargetName>
  86. </PropertyGroup>
  87. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <ClCompile>
  89. <Optimization>Disabled</Optimization>
  90. <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  91. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. <MinimalRebuild>false</MinimalRebuild>
  93. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  94. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  95. <PrecompiledHeader>
  96. </PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  99. <CompileAs>CompileAsC</CompileAs>
  100. <CallingConvention>Cdecl</CallingConvention>
  101. <AssemblerListingLocation>.\../../Link/Debug/libogg/</AssemblerListingLocation>
  102. <ObjectFileName>.\../../Link/Debug/libogg/</ObjectFileName>
  103. <ProgramDataBaseFileName>.\../../Link/Debug/libogg/</ProgramDataBaseFileName>
  104. <PrecompiledHeaderOutputFile>.\../../Link/Debug/lpng/libogg.pch</PrecompiledHeaderOutputFile>
  105. </ClCompile>
  106. </ItemDefinitionGroup>
  107. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  108. <Midl>
  109. <TargetEnvironment>X64</TargetEnvironment>
  110. </Midl>
  111. <ClCompile>
  112. <Optimization>Disabled</Optimization>
  113. <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  114. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <MinimalRebuild>true</MinimalRebuild>
  116. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  117. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  118. <PrecompiledHeader>
  119. </PrecompiledHeader>
  120. <WarningLevel>Level4</WarningLevel>
  121. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  122. <CompileAs>CompileAsC</CompileAs>
  123. <CallingConvention>Cdecl</CallingConvention>
  124. </ClCompile>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <ClCompile>
  128. <Optimization>MaxSpeed</Optimization>
  129. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  130. <IntrinsicFunctions>true</IntrinsicFunctions>
  131. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  132. <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <StringPooling>true</StringPooling>
  135. <ExceptionHandling>
  136. </ExceptionHandling>
  137. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  138. <BufferSecurityCheck>false</BufferSecurityCheck>
  139. <PrecompiledHeader>
  140. </PrecompiledHeader>
  141. <WarningLevel>Level3</WarningLevel>
  142. <DebugInformationFormat>
  143. </DebugInformationFormat>
  144. <CompileAs>CompileAsC</CompileAs>
  145. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  146. <CallingConvention>Cdecl</CallingConvention>
  147. <AssemblerListingLocation>.\../../Link/Release/libogg/</AssemblerListingLocation>
  148. <ObjectFileName>.\../../Link/Release/libogg/</ObjectFileName>
  149. <ProgramDataBaseFileName>.\../../Link/Release/libogg/</ProgramDataBaseFileName>
  150. </ClCompile>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  153. <Midl>
  154. <TargetEnvironment>X64</TargetEnvironment>
  155. </Midl>
  156. <ClCompile>
  157. <Optimization>MaxSpeed</Optimization>
  158. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  159. <IntrinsicFunctions>true</IntrinsicFunctions>
  160. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  161. <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  162. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. <StringPooling>true</StringPooling>
  164. <ExceptionHandling>
  165. </ExceptionHandling>
  166. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  167. <BufferSecurityCheck>false</BufferSecurityCheck>
  168. <PrecompiledHeader>
  169. </PrecompiledHeader>
  170. <WarningLevel>Level4</WarningLevel>
  171. <DebugInformationFormat>
  172. </DebugInformationFormat>
  173. <CompileAs>CompileAsC</CompileAs>
  174. <DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  175. <CallingConvention>Cdecl</CallingConvention>
  176. </ClCompile>
  177. </ItemDefinitionGroup>
  178. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  179. <ImportGroup Label="ExtensionTargets">
  180. </ImportGroup>
  181. </Project>