libogg_dynamic.vcxproj 9.4 KB

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