smbPitchShift.vcxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <ProjectConfiguration Include="Checked|Win32">
  21. <Configuration>Checked</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Checked|x64">
  25. <Configuration>Checked</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="DebugShared|Win32">
  29. <Configuration>DebugShared</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="DebugShared|x64">
  33. <Configuration>DebugShared</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="ReleaseShared|Win32">
  37. <Configuration>ReleaseShared</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseShared|x64">
  41. <Configuration>ReleaseShared</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="CheckedShared|Win32">
  45. <Configuration>CheckedShared</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="CheckedShared|x64">
  49. <Configuration>CheckedShared</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{89AF16DD-32CC-4A7E-B219-5F117D761F9F}</ProjectGuid>
  55. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  56. <Keyword>Win32Proj</Keyword>
  57. <RootNamespace>smbPitchShift</RootNamespace>
  58. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  59. <LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
  60. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <CharacterSet>Unicode</CharacterSet>
  67. <PlatformToolset>v141</PlatformToolset>
  68. <SpectreMitigation>Spectre</SpectreMitigation>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  71. <ConfigurationType>StaticLibrary</ConfigurationType>
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. <CharacterSet>Unicode</CharacterSet>
  74. <PlatformToolset>v141</PlatformToolset>
  75. <SpectreMitigation>Spectre</SpectreMitigation>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <CharacterSet>Unicode</CharacterSet>
  81. <PlatformToolset>v141</PlatformToolset>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. <SpectreMitigation>Spectre</SpectreMitigation>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <PlatformToolset>v141</PlatformToolset>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. <SpectreMitigation>Spectre</SpectreMitigation>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>false</UseDebugLibraries>
  96. <CharacterSet>Unicode</CharacterSet>
  97. <PlatformToolset>v141</PlatformToolset>
  98. <SpectreMitigation>Spectre</SpectreMitigation>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  101. <ConfigurationType>StaticLibrary</ConfigurationType>
  102. <UseDebugLibraries>false</UseDebugLibraries>
  103. <CharacterSet>Unicode</CharacterSet>
  104. <PlatformToolset>v141</PlatformToolset>
  105. <SpectreMitigation>Spectre</SpectreMitigation>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  108. <ConfigurationType>DynamicLibrary</ConfigurationType>
  109. <UseDebugLibraries>true</UseDebugLibraries>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <PlatformToolset>v141</PlatformToolset>
  112. <SpectreMitigation>Spectre</SpectreMitigation>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  115. <ConfigurationType>DynamicLibrary</ConfigurationType>
  116. <UseDebugLibraries>true</UseDebugLibraries>
  117. <CharacterSet>Unicode</CharacterSet>
  118. <PlatformToolset>v141</PlatformToolset>
  119. <SpectreMitigation>Spectre</SpectreMitigation>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  122. <ConfigurationType>DynamicLibrary</ConfigurationType>
  123. <UseDebugLibraries>false</UseDebugLibraries>
  124. <CharacterSet>Unicode</CharacterSet>
  125. <PlatformToolset>v141</PlatformToolset>
  126. <WholeProgramOptimization>true</WholeProgramOptimization>
  127. <SpectreMitigation>Spectre</SpectreMitigation>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  130. <ConfigurationType>DynamicLibrary</ConfigurationType>
  131. <UseDebugLibraries>false</UseDebugLibraries>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>v141</PlatformToolset>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. <SpectreMitigation>Spectre</SpectreMitigation>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  138. <ConfigurationType>DynamicLibrary</ConfigurationType>
  139. <UseDebugLibraries>false</UseDebugLibraries>
  140. <CharacterSet>Unicode</CharacterSet>
  141. <PlatformToolset>v141</PlatformToolset>
  142. <SpectreMitigation>Spectre</SpectreMitigation>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  145. <ConfigurationType>DynamicLibrary</ConfigurationType>
  146. <UseDebugLibraries>false</UseDebugLibraries>
  147. <CharacterSet>Unicode</CharacterSet>
  148. <PlatformToolset>v141</PlatformToolset>
  149. <SpectreMitigation>Spectre</SpectreMitigation>
  150. </PropertyGroup>
  151. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  152. <ImportGroup Label="ExtensionSettings">
  153. </ImportGroup>
  154. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  156. </ImportGroup>
  157. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  158. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  159. </ImportGroup>
  160. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  162. </ImportGroup>
  163. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  165. </ImportGroup>
  166. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  167. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  168. </ImportGroup>
  169. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  170. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  171. </ImportGroup>
  172. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  173. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  174. </ImportGroup>
  175. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  176. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  177. </ImportGroup>
  178. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  179. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  180. </ImportGroup>
  181. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  182. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  183. </ImportGroup>
  184. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  185. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  186. </ImportGroup>
  187. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  188. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  189. </ImportGroup>
  190. <PropertyGroup Label="UserMacros" />
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  192. <OutDir>..\..\lib\vs2017win7\x86\Debug\</OutDir>
  193. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86\Debug\</IntDir>
  194. <TargetName>openmpt-smbpitchshift</TargetName>
  195. <TargetExt>.lib</TargetExt>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  198. <OutDir>..\..\lib\vs2017win7\x86_64\Debug\</OutDir>
  199. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86_64\Debug\</IntDir>
  200. <TargetName>openmpt-smbpitchshift</TargetName>
  201. <TargetExt>.lib</TargetExt>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  204. <OutDir>..\..\lib\vs2017win7\x86\Release\</OutDir>
  205. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86\Release\</IntDir>
  206. <TargetName>openmpt-smbpitchshift</TargetName>
  207. <TargetExt>.lib</TargetExt>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  210. <OutDir>..\..\lib\vs2017win7\x86_64\Release\</OutDir>
  211. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86_64\Release\</IntDir>
  212. <TargetName>openmpt-smbpitchshift</TargetName>
  213. <TargetExt>.lib</TargetExt>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  216. <OutDir>..\..\lib\vs2017win7\x86\Checked\</OutDir>
  217. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86\Checked\</IntDir>
  218. <TargetName>openmpt-smbpitchshift</TargetName>
  219. <TargetExt>.lib</TargetExt>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  222. <OutDir>..\..\lib\vs2017win7\x86_64\Checked\</OutDir>
  223. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86_64\Checked\</IntDir>
  224. <TargetName>openmpt-smbpitchshift</TargetName>
  225. <TargetExt>.lib</TargetExt>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  228. <LinkIncremental>true</LinkIncremental>
  229. <OutDir>..\..\..\bin\debug\vs2017-win7-shared\x86\</OutDir>
  230. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86\DebugShared\</IntDir>
  231. <TargetName>openmpt-smbpitchshift</TargetName>
  232. <TargetExt>.dll</TargetExt>
  233. </PropertyGroup>
  234. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  235. <LinkIncremental>true</LinkIncremental>
  236. <OutDir>..\..\..\bin\debug\vs2017-win7-shared\amd64\</OutDir>
  237. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86_64\DebugShared\</IntDir>
  238. <TargetName>openmpt-smbpitchshift</TargetName>
  239. <TargetExt>.dll</TargetExt>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  242. <LinkIncremental>false</LinkIncremental>
  243. <OutDir>..\..\..\bin\release\vs2017-win7-shared\x86\</OutDir>
  244. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86\ReleaseShared\</IntDir>
  245. <TargetName>openmpt-smbpitchshift</TargetName>
  246. <TargetExt>.dll</TargetExt>
  247. </PropertyGroup>
  248. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  249. <LinkIncremental>false</LinkIncremental>
  250. <OutDir>..\..\..\bin\release\vs2017-win7-shared\amd64\</OutDir>
  251. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86_64\ReleaseShared\</IntDir>
  252. <TargetName>openmpt-smbpitchshift</TargetName>
  253. <TargetExt>.dll</TargetExt>
  254. </PropertyGroup>
  255. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  256. <LinkIncremental>false</LinkIncremental>
  257. <OutDir>..\..\..\bin\checked\vs2017-win7-shared\x86\</OutDir>
  258. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86\CheckedShared\</IntDir>
  259. <TargetName>openmpt-smbpitchshift</TargetName>
  260. <TargetExt>.dll</TargetExt>
  261. </PropertyGroup>
  262. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  263. <LinkIncremental>false</LinkIncremental>
  264. <OutDir>..\..\..\bin\checked\vs2017-win7-shared\amd64\</OutDir>
  265. <IntDir>..\..\obj\vs2017win7\smbPitchShift\x86_64\CheckedShared\</IntDir>
  266. <TargetName>openmpt-smbpitchshift</TargetName>
  267. <TargetExt>.dll</TargetExt>
  268. </PropertyGroup>
  269. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  270. <ClCompile>
  271. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  272. <WarningLevel>Level3</WarningLevel>
  273. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  274. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  275. <Optimization>Disabled</Optimization>
  276. <MinimalRebuild>false</MinimalRebuild>
  277. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  278. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  279. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  280. <LanguageStandard>stdcpp17</LanguageStandard>
  281. </ClCompile>
  282. <Link>
  283. <SubSystem>Windows</SubSystem>
  284. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  285. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  286. </Link>
  287. </ItemDefinitionGroup>
  288. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  289. <ClCompile>
  290. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  291. <WarningLevel>Level3</WarningLevel>
  292. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  293. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  294. <Optimization>Disabled</Optimization>
  295. <MinimalRebuild>false</MinimalRebuild>
  296. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  297. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  298. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  299. <LanguageStandard>stdcpp17</LanguageStandard>
  300. </ClCompile>
  301. <Link>
  302. <SubSystem>Windows</SubSystem>
  303. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  304. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  305. </Link>
  306. </ItemDefinitionGroup>
  307. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  308. <ClCompile>
  309. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  310. <WarningLevel>Level3</WarningLevel>
  311. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  312. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  313. <Optimization>MaxSpeed</Optimization>
  314. <FunctionLevelLinking>true</FunctionLevelLinking>
  315. <IntrinsicFunctions>true</IntrinsicFunctions>
  316. <MinimalRebuild>false</MinimalRebuild>
  317. <StringPooling>true</StringPooling>
  318. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  319. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  320. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  321. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  322. <LanguageStandard>stdcpp17</LanguageStandard>
  323. </ClCompile>
  324. <Link>
  325. <SubSystem>Windows</SubSystem>
  326. <GenerateDebugInformation>true</GenerateDebugInformation>
  327. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  328. <OptimizeReferences>true</OptimizeReferences>
  329. </Link>
  330. </ItemDefinitionGroup>
  331. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  332. <ClCompile>
  333. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  334. <WarningLevel>Level3</WarningLevel>
  335. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  336. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  337. <Optimization>MaxSpeed</Optimization>
  338. <FunctionLevelLinking>true</FunctionLevelLinking>
  339. <IntrinsicFunctions>true</IntrinsicFunctions>
  340. <MinimalRebuild>false</MinimalRebuild>
  341. <StringPooling>true</StringPooling>
  342. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  343. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  344. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  345. <LanguageStandard>stdcpp17</LanguageStandard>
  346. </ClCompile>
  347. <Link>
  348. <SubSystem>Windows</SubSystem>
  349. <GenerateDebugInformation>true</GenerateDebugInformation>
  350. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  351. <OptimizeReferences>true</OptimizeReferences>
  352. </Link>
  353. </ItemDefinitionGroup>
  354. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  355. <ClCompile>
  356. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  357. <WarningLevel>Level3</WarningLevel>
  358. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  359. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  360. <Optimization>Full</Optimization>
  361. <FunctionLevelLinking>true</FunctionLevelLinking>
  362. <IntrinsicFunctions>true</IntrinsicFunctions>
  363. <MinimalRebuild>false</MinimalRebuild>
  364. <OmitFramePointers>false</OmitFramePointers>
  365. <StringPooling>true</StringPooling>
  366. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  367. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  368. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  369. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  370. <LanguageStandard>stdcpp17</LanguageStandard>
  371. </ClCompile>
  372. <Link>
  373. <SubSystem>Windows</SubSystem>
  374. <GenerateDebugInformation>true</GenerateDebugInformation>
  375. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  376. <OptimizeReferences>true</OptimizeReferences>
  377. </Link>
  378. </ItemDefinitionGroup>
  379. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  380. <ClCompile>
  381. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  382. <WarningLevel>Level3</WarningLevel>
  383. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  384. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  385. <Optimization>Full</Optimization>
  386. <FunctionLevelLinking>true</FunctionLevelLinking>
  387. <IntrinsicFunctions>true</IntrinsicFunctions>
  388. <MinimalRebuild>false</MinimalRebuild>
  389. <OmitFramePointers>false</OmitFramePointers>
  390. <StringPooling>true</StringPooling>
  391. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  392. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  393. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  394. <LanguageStandard>stdcpp17</LanguageStandard>
  395. </ClCompile>
  396. <Link>
  397. <SubSystem>Windows</SubSystem>
  398. <GenerateDebugInformation>true</GenerateDebugInformation>
  399. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  400. <OptimizeReferences>true</OptimizeReferences>
  401. </Link>
  402. </ItemDefinitionGroup>
  403. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  404. <ClCompile>
  405. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  406. <WarningLevel>Level3</WarningLevel>
  407. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;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=0x0601;NTDDI_VERSION=0x06010000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  408. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  409. <Optimization>Disabled</Optimization>
  410. <MinimalRebuild>false</MinimalRebuild>
  411. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  412. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  413. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  414. <LanguageStandard>stdcpp17</LanguageStandard>
  415. </ClCompile>
  416. <Link>
  417. <SubSystem>Windows</SubSystem>
  418. <GenerateDebugInformation>true</GenerateDebugInformation>
  419. <ImportLibrary>..\..\..\bin\debug\vs2017-win7-shared\x86\openmpt-smbpitchshift.lib</ImportLibrary>
  420. </Link>
  421. </ItemDefinitionGroup>
  422. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  423. <ClCompile>
  424. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  425. <WarningLevel>Level3</WarningLevel>
  426. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;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=0x0601;NTDDI_VERSION=0x06010000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  427. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  428. <Optimization>Disabled</Optimization>
  429. <MinimalRebuild>false</MinimalRebuild>
  430. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  431. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  432. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  433. <LanguageStandard>stdcpp17</LanguageStandard>
  434. </ClCompile>
  435. <Link>
  436. <SubSystem>Windows</SubSystem>
  437. <GenerateDebugInformation>true</GenerateDebugInformation>
  438. <ImportLibrary>..\..\..\bin\debug\vs2017-win7-shared\amd64\openmpt-smbpitchshift.lib</ImportLibrary>
  439. </Link>
  440. </ItemDefinitionGroup>
  441. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  442. <ClCompile>
  443. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  444. <WarningLevel>Level3</WarningLevel>
  445. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;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=0x0601;NTDDI_VERSION=0x06010000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  446. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  447. <Optimization>MaxSpeed</Optimization>
  448. <FunctionLevelLinking>true</FunctionLevelLinking>
  449. <IntrinsicFunctions>true</IntrinsicFunctions>
  450. <MinimalRebuild>false</MinimalRebuild>
  451. <StringPooling>true</StringPooling>
  452. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  453. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  454. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  455. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  456. <LanguageStandard>stdcpp17</LanguageStandard>
  457. </ClCompile>
  458. <Link>
  459. <SubSystem>Windows</SubSystem>
  460. <GenerateDebugInformation>true</GenerateDebugInformation>
  461. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  462. <OptimizeReferences>true</OptimizeReferences>
  463. <ImportLibrary>..\..\..\bin\release\vs2017-win7-shared\x86\openmpt-smbpitchshift.lib</ImportLibrary>
  464. </Link>
  465. </ItemDefinitionGroup>
  466. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  467. <ClCompile>
  468. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  469. <WarningLevel>Level3</WarningLevel>
  470. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;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=0x0601;NTDDI_VERSION=0x06010000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  471. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  472. <Optimization>MaxSpeed</Optimization>
  473. <FunctionLevelLinking>true</FunctionLevelLinking>
  474. <IntrinsicFunctions>true</IntrinsicFunctions>
  475. <MinimalRebuild>false</MinimalRebuild>
  476. <StringPooling>true</StringPooling>
  477. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  478. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  479. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  480. <LanguageStandard>stdcpp17</LanguageStandard>
  481. </ClCompile>
  482. <Link>
  483. <SubSystem>Windows</SubSystem>
  484. <GenerateDebugInformation>true</GenerateDebugInformation>
  485. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  486. <OptimizeReferences>true</OptimizeReferences>
  487. <ImportLibrary>..\..\..\bin\release\vs2017-win7-shared\amd64\openmpt-smbpitchshift.lib</ImportLibrary>
  488. </Link>
  489. </ItemDefinitionGroup>
  490. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  491. <ClCompile>
  492. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  493. <WarningLevel>Level3</WarningLevel>
  494. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;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=0x0601;NTDDI_VERSION=0x06010000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  495. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  496. <Optimization>Full</Optimization>
  497. <FunctionLevelLinking>true</FunctionLevelLinking>
  498. <IntrinsicFunctions>true</IntrinsicFunctions>
  499. <MinimalRebuild>false</MinimalRebuild>
  500. <OmitFramePointers>false</OmitFramePointers>
  501. <StringPooling>true</StringPooling>
  502. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  503. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  504. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  505. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  506. <LanguageStandard>stdcpp17</LanguageStandard>
  507. </ClCompile>
  508. <Link>
  509. <SubSystem>Windows</SubSystem>
  510. <GenerateDebugInformation>true</GenerateDebugInformation>
  511. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  512. <OptimizeReferences>true</OptimizeReferences>
  513. <ImportLibrary>..\..\..\bin\checked\vs2017-win7-shared\x86\openmpt-smbpitchshift.lib</ImportLibrary>
  514. </Link>
  515. </ItemDefinitionGroup>
  516. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  517. <ClCompile>
  518. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  519. <WarningLevel>Level3</WarningLevel>
  520. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;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=0x0601;NTDDI_VERSION=0x06010000;SMBPITCHSHIFT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  521. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  522. <Optimization>Full</Optimization>
  523. <FunctionLevelLinking>true</FunctionLevelLinking>
  524. <IntrinsicFunctions>true</IntrinsicFunctions>
  525. <MinimalRebuild>false</MinimalRebuild>
  526. <OmitFramePointers>false</OmitFramePointers>
  527. <StringPooling>true</StringPooling>
  528. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  529. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  530. <AdditionalOptions>/wd4244 %(AdditionalOptions)</AdditionalOptions>
  531. <LanguageStandard>stdcpp17</LanguageStandard>
  532. </ClCompile>
  533. <Link>
  534. <SubSystem>Windows</SubSystem>
  535. <GenerateDebugInformation>true</GenerateDebugInformation>
  536. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  537. <OptimizeReferences>true</OptimizeReferences>
  538. <ImportLibrary>..\..\..\bin\checked\vs2017-win7-shared\amd64\openmpt-smbpitchshift.lib</ImportLibrary>
  539. </Link>
  540. </ItemDefinitionGroup>
  541. <ItemGroup>
  542. <ClInclude Include="..\..\..\include\smbPitchShift\smbPitchShift.h" />
  543. </ItemGroup>
  544. <ItemGroup>
  545. <ClCompile Include="..\..\..\include\smbPitchShift\smbPitchShift.cpp" />
  546. </ItemGroup>
  547. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  548. <ImportGroup Label="ExtensionTargets">
  549. </ImportGroup>
  550. </Project>