xmp-openmpt.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Checked|Win32">
  13. <Configuration>Checked</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. </ItemGroup>
  17. <PropertyGroup Label="Globals">
  18. <ProjectGuid>{AEA14F53-ADB0-45E5-9823-81F4F36886C2}</ProjectGuid>
  19. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  20. <Keyword>Win32Proj</Keyword>
  21. <RootNamespace>xmp-openmpt</RootNamespace>
  22. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  23. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <UseDebugLibraries>true</UseDebugLibraries>
  29. <UseOfMfc>Static</UseOfMfc>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <PlatformToolset>ClangCL</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <UseDebugLibraries>false</UseDebugLibraries>
  36. <UseOfMfc>Static</UseOfMfc>
  37. <CharacterSet>Unicode</CharacterSet>
  38. <PlatformToolset>ClangCL</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  41. <ConfigurationType>DynamicLibrary</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <UseOfMfc>Static</UseOfMfc>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <PlatformToolset>ClangCL</PlatformToolset>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings">
  49. </ImportGroup>
  50. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <LinkIncremental>true</LinkIncremental>
  62. <OutDir>..\..\bin\debug\vs2022-win10clang-static\x86\</OutDir>
  63. <IntDir>..\obj\vs2022win10clang\xmp-openmpt\x86\Debug\</IntDir>
  64. <TargetName>xmp-openmpt</TargetName>
  65. <TargetExt>.dll</TargetExt>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <LinkIncremental>false</LinkIncremental>
  69. <OutDir>..\..\bin\release\vs2022-win10clang-static\x86\</OutDir>
  70. <IntDir>..\obj\vs2022win10clang\xmp-openmpt\x86\Release\</IntDir>
  71. <TargetName>xmp-openmpt</TargetName>
  72. <TargetExt>.dll</TargetExt>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  75. <LinkIncremental>false</LinkIncremental>
  76. <OutDir>..\..\bin\checked\vs2022-win10clang-static\x86\</OutDir>
  77. <IntDir>..\obj\vs2022win10clang\xmp-openmpt\x86\Checked\</IntDir>
  78. <TargetName>xmp-openmpt</TargetName>
  79. <TargetExt>.dll</TargetExt>
  80. </PropertyGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  82. <ClCompile>
  83. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  84. <WarningLevel>Level4</WarningLevel>
  85. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  86. <AdditionalIncludeDirectories>..\..\include;..\..\include\pugixml\src;..\..;$(IntDir)\svn_version;..\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  87. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  88. <Optimization>Disabled</Optimization>
  89. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  90. <LanguageStandard>stdcpp17</LanguageStandard>
  91. <ConformanceMode>true</ConformanceMode>
  92. </ClCompile>
  93. <ResourceCompile>
  94. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;VER_ARCHNAME=\"x86\";MPT_BUILD_VER_FILENAME=\"xmp-openmpt.dll\";MPT_BUILD_VER_FILEDESC=\"xmp-openmpt\";MPT_BUILD_VER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. <AdditionalIncludeDirectories>..\..\include;..\..\include\pugixml\src;..\..;$(IntDir)\svn_version;..\svn_version;$(IntDir)\svn_version;..\svn_version;$(ProjDir)\..\..\build\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  96. </ResourceCompile>
  97. <Link>
  98. <SubSystem>Windows</SubSystem>
  99. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  100. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  101. <AdditionalDependencies>afxnmcdd.lib;uafxcwd.lib;libcmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  102. <ImportLibrary>..\..\bin\debug\vs2022-win10clang-static\x86\xmp-openmpt.lib</ImportLibrary>
  103. <IgnoreSpecificDefaultLibraries>afxnmcdd.lib;uafxcwd.lib;libcmtd.lib</IgnoreSpecificDefaultLibraries>
  104. </Link>
  105. <PreBuildEvent>
  106. <Command>..\..\build\svn_version\update_svn_version_vs_premake.cmd $(IntDir)</Command>
  107. </PreBuildEvent>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  110. <ClCompile>
  111. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  112. <WarningLevel>Level4</WarningLevel>
  113. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <AdditionalIncludeDirectories>..\..\include;..\..\include\pugixml\src;..\..;$(IntDir)\svn_version;..\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  115. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  116. <Optimization>MaxSpeed</Optimization>
  117. <FunctionLevelLinking>true</FunctionLevelLinking>
  118. <IntrinsicFunctions>true</IntrinsicFunctions>
  119. <MinimalRebuild>false</MinimalRebuild>
  120. <StringPooling>true</StringPooling>
  121. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  122. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  123. <LanguageStandard>stdcpp17</LanguageStandard>
  124. <ConformanceMode>true</ConformanceMode>
  125. </ClCompile>
  126. <ResourceCompile>
  127. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;VER_ARCHNAME=\"x86\";MPT_BUILD_VER_FILENAME=\"xmp-openmpt.dll\";MPT_BUILD_VER_FILEDESC=\"xmp-openmpt\";MPT_BUILD_VER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <AdditionalIncludeDirectories>..\..\include;..\..\include\pugixml\src;..\..;$(IntDir)\svn_version;..\svn_version;$(IntDir)\svn_version;..\svn_version;$(ProjDir)\..\..\build\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  129. </ResourceCompile>
  130. <Link>
  131. <SubSystem>Windows</SubSystem>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  134. <OptimizeReferences>true</OptimizeReferences>
  135. <AdditionalDependencies>afxnmcd.lib;uafxcw.lib;libcmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  136. <ImportLibrary>..\..\bin\release\vs2022-win10clang-static\x86\xmp-openmpt.lib</ImportLibrary>
  137. <IgnoreSpecificDefaultLibraries>afxnmcd.lib;uafxcw.lib;libcmt.lib</IgnoreSpecificDefaultLibraries>
  138. </Link>
  139. <PreBuildEvent>
  140. <Command>..\..\build\svn_version\update_svn_version_vs_premake.cmd $(IntDir)</Command>
  141. </PreBuildEvent>
  142. </ItemDefinitionGroup>
  143. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  144. <ClCompile>
  145. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  146. <WarningLevel>Level4</WarningLevel>
  147. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <AdditionalIncludeDirectories>..\..\include;..\..\include\pugixml\src;..\..;$(IntDir)\svn_version;..\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  149. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  150. <Optimization>Full</Optimization>
  151. <FunctionLevelLinking>true</FunctionLevelLinking>
  152. <IntrinsicFunctions>true</IntrinsicFunctions>
  153. <MinimalRebuild>false</MinimalRebuild>
  154. <OmitFramePointers>false</OmitFramePointers>
  155. <StringPooling>true</StringPooling>
  156. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  157. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  158. <LanguageStandard>stdcpp17</LanguageStandard>
  159. <ConformanceMode>true</ConformanceMode>
  160. </ClCompile>
  161. <ResourceCompile>
  162. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0A00;NTDDI_VERSION=0x0A000000;VER_ARCHNAME=\"x86\";MPT_BUILD_VER_FILENAME=\"xmp-openmpt.dll\";MPT_BUILD_VER_FILEDESC=\"xmp-openmpt\";MPT_BUILD_VER_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  163. <AdditionalIncludeDirectories>..\..\include;..\..\include\pugixml\src;..\..;$(IntDir)\svn_version;..\svn_version;$(IntDir)\svn_version;..\svn_version;$(ProjDir)\..\..\build\svn_version;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  164. </ResourceCompile>
  165. <Link>
  166. <SubSystem>Windows</SubSystem>
  167. <GenerateDebugInformation>true</GenerateDebugInformation>
  168. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  169. <OptimizeReferences>true</OptimizeReferences>
  170. <AdditionalDependencies>afxnmcd.lib;uafxcw.lib;libcmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  171. <ImportLibrary>..\..\bin\checked\vs2022-win10clang-static\x86\xmp-openmpt.lib</ImportLibrary>
  172. <IgnoreSpecificDefaultLibraries>afxnmcd.lib;uafxcw.lib;libcmt.lib</IgnoreSpecificDefaultLibraries>
  173. </Link>
  174. <PreBuildEvent>
  175. <Command>..\..\build\svn_version\update_svn_version_vs_premake.cmd $(IntDir)</Command>
  176. </PreBuildEvent>
  177. </ItemDefinitionGroup>
  178. <ItemGroup>
  179. <ClInclude Include="..\..\libopenmpt\libopenmpt_plugin_gui.hpp" />
  180. <ClInclude Include="..\..\libopenmpt\libopenmpt_plugin_settings.hpp" />
  181. <ClInclude Include="..\..\libopenmpt\resource.h" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ClCompile Include="..\..\libopenmpt\libopenmpt_plugin_gui.cpp" />
  185. <ClCompile Include="..\..\libopenmpt\xmp-openmpt.cpp" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ResourceCompile Include="..\..\libopenmpt\libopenmpt_plugin_gui.rc" />
  189. <ResourceCompile Include="..\..\libopenmpt\libopenmpt_version.rc" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="libopenmpt.vcxproj">
  193. <Project>{9C5101EF-3E20-4558-809B-277FDD50E878}</Project>
  194. </ProjectReference>
  195. <ProjectReference Include="ext\zlib.vcxproj">
  196. <Project>{1654FB18-FDE6-406F-9D84-BA12BFBD67B2}</Project>
  197. </ProjectReference>
  198. <ProjectReference Include="ext\vorbis.vcxproj">
  199. <Project>{B544DCB7-16E5-41BC-B51B-7EAD8CFDFA05}</Project>
  200. </ProjectReference>
  201. <ProjectReference Include="ext\ogg.vcxproj">
  202. <Project>{D8D5E11C-F959-49EF-B741-B3F6DE52DED8}</Project>
  203. </ProjectReference>
  204. <ProjectReference Include="ext\mpg123.vcxproj">
  205. <Project>{7ADFAFB9-0A83-4D35-9891-FB24FDF30B53}</Project>
  206. </ProjectReference>
  207. <ProjectReference Include="ext\pugixml.vcxproj">
  208. <Project>{07B89124-7C71-42CC-81AB-62B09BB61F9B}</Project>
  209. </ProjectReference>
  210. </ItemGroup>
  211. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  212. <ImportGroup Label="ExtensionTargets">
  213. </ImportGroup>
  214. </Project>