openal.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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="ReleaseVS2013|Win32">
  9. <Configuration>ReleaseVS2013</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="ReleaseVS2013|x64">
  13. <Configuration>ReleaseVS2013</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x64">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{EC2DCE5C-267A-4050-8DDE-5BF58FF08E31}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>openal</RootNamespace>
  33. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v140</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v120</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>true</UseDebugLibraries>
  59. <PlatformToolset>v140</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v140</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v120</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>Unicode</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="Shared">
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  97. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  98. </ImportGroup>
  99. <PropertyGroup Label="UserMacros" />
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <LinkIncremental>true</LinkIncremental>
  102. <TargetExt>.hdll</TargetExt>
  103. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/openal/include</IncludePath>
  104. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration);../../include/openal/libs/Win32</LibraryPath>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  107. <LinkIncremental>true</LinkIncremental>
  108. <TargetExt>.hdll</TargetExt>
  109. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/openal/include</IncludePath>
  110. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration);../../include/openal/libs/Win64</LibraryPath>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  113. <LinkIncremental>false</LinkIncremental>
  114. <TargetExt>.hdll</TargetExt>
  115. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/openal/include</IncludePath>
  116. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration);../../include/openal/libs/Win32</LibraryPath>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  119. <LinkIncremental>false</LinkIncremental>
  120. <TargetExt>.hdll</TargetExt>
  121. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/openal/include</IncludePath>
  122. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration);../../include/openal/libs/Win32</LibraryPath>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  125. <LinkIncremental>false</LinkIncremental>
  126. <TargetExt>.hdll</TargetExt>
  127. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/openal/include</IncludePath>
  128. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration);../../include/openal/libs/Win64</LibraryPath>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  131. <LinkIncremental>false</LinkIncremental>
  132. <TargetExt>.hdll</TargetExt>
  133. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/openal/include</IncludePath>
  134. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration);../../include/openal/libs/Win64</LibraryPath>
  135. </PropertyGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  137. <ClCompile>
  138. <PrecompiledHeader>
  139. </PrecompiledHeader>
  140. <WarningLevel>Level3</WarningLevel>
  141. <Optimization>Disabled</Optimization>
  142. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  143. </ClCompile>
  144. <Link>
  145. <SubSystem>Windows</SubSystem>
  146. <GenerateDebugInformation>true</GenerateDebugInformation>
  147. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  148. <AdditionalDependencies>libhl.lib;OpenAL32.lib</AdditionalDependencies>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  152. <ClCompile>
  153. <PrecompiledHeader>
  154. </PrecompiledHeader>
  155. <WarningLevel>Level3</WarningLevel>
  156. <Optimization>Disabled</Optimization>
  157. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;OPENAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. </ClCompile>
  159. <Link>
  160. <SubSystem>Windows</SubSystem>
  161. <GenerateDebugInformation>true</GenerateDebugInformation>
  162. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  163. <AdditionalDependencies>libhl.lib;OpenAL32.lib</AdditionalDependencies>
  164. </Link>
  165. </ItemDefinitionGroup>
  166. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  167. <ClCompile>
  168. <WarningLevel>Level3</WarningLevel>
  169. <PrecompiledHeader>
  170. </PrecompiledHeader>
  171. <Optimization>MaxSpeed</Optimization>
  172. <FunctionLevelLinking>true</FunctionLevelLinking>
  173. <IntrinsicFunctions>true</IntrinsicFunctions>
  174. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  175. </ClCompile>
  176. <Link>
  177. <SubSystem>Windows</SubSystem>
  178. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  179. <OptimizeReferences>true</OptimizeReferences>
  180. <GenerateDebugInformation>true</GenerateDebugInformation>
  181. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  182. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  183. <AdditionalDependencies>libhl.lib;OpenAL32.lib</AdditionalDependencies>
  184. </Link>
  185. </ItemDefinitionGroup>
  186. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  187. <ClCompile>
  188. <WarningLevel>Level3</WarningLevel>
  189. <PrecompiledHeader>
  190. </PrecompiledHeader>
  191. <Optimization>MaxSpeed</Optimization>
  192. <FunctionLevelLinking>true</FunctionLevelLinking>
  193. <IntrinsicFunctions>true</IntrinsicFunctions>
  194. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. </ClCompile>
  196. <Link>
  197. <SubSystem>Windows</SubSystem>
  198. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  199. <OptimizeReferences>true</OptimizeReferences>
  200. <GenerateDebugInformation>true</GenerateDebugInformation>
  201. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  202. <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
  203. <AdditionalDependencies>libhl.lib;OpenAL32.lib</AdditionalDependencies>
  204. </Link>
  205. </ItemDefinitionGroup>
  206. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  207. <ClCompile>
  208. <WarningLevel>Level3</WarningLevel>
  209. <PrecompiledHeader>
  210. </PrecompiledHeader>
  211. <Optimization>MaxSpeed</Optimization>
  212. <FunctionLevelLinking>true</FunctionLevelLinking>
  213. <IntrinsicFunctions>true</IntrinsicFunctions>
  214. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;OPENAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  215. </ClCompile>
  216. <Link>
  217. <SubSystem>Windows</SubSystem>
  218. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  219. <OptimizeReferences>true</OptimizeReferences>
  220. <GenerateDebugInformation>true</GenerateDebugInformation>
  221. <AdditionalDependencies>libhl.lib;OpenAL32.lib</AdditionalDependencies>
  222. </Link>
  223. </ItemDefinitionGroup>
  224. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  225. <ClCompile>
  226. <WarningLevel>Level3</WarningLevel>
  227. <PrecompiledHeader>
  228. </PrecompiledHeader>
  229. <Optimization>MaxSpeed</Optimization>
  230. <FunctionLevelLinking>true</FunctionLevelLinking>
  231. <IntrinsicFunctions>true</IntrinsicFunctions>
  232. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;OPENAL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  233. </ClCompile>
  234. <Link>
  235. <SubSystem>Windows</SubSystem>
  236. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  237. <OptimizeReferences>true</OptimizeReferences>
  238. <GenerateDebugInformation>true</GenerateDebugInformation>
  239. <AdditionalDependencies>libhl.lib;OpenAL32.lib</AdditionalDependencies>
  240. </Link>
  241. </ItemDefinitionGroup>
  242. <ItemGroup>
  243. <ClCompile Include="openal.c" />
  244. </ItemGroup>
  245. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  246. <ImportGroup Label="ExtensionTargets">
  247. </ImportGroup>
  248. </Project>