libogg_static.vcxproj 9.0 KB

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