1
0

dsp_sps.vcxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="Current" 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. <VCProjectVersion>17.0</VCProjectVersion>
  23. <SccProjectName />
  24. <SccLocalPath />
  25. <ProjectGuid>{434C583B-DC45-400E-952F-D11755828553}</ProjectGuid>
  26. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <UseOfMfc>false</UseOfMfc>
  33. <CharacterSet>MultiByte</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <UseOfMfc>false</UseOfMfc>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <UseOfMfc>false</UseOfMfc>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <UseOfMfc>false</UseOfMfc>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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|Win32'" Label="PropertySheets">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup>
  70. <_ProjectFileVersion>17.0.32505.173</_ProjectFileVersion>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  74. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  75. <LinkIncremental>false</LinkIncremental>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <LinkIncremental>false</LinkIncremental>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  82. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. </PropertyGroup>
  88. <PropertyGroup Label="Vcpkg">
  89. <VcpkgEnabled>false</VcpkgEnabled>
  90. </PropertyGroup>
  91. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  92. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  93. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  94. </PropertyGroup>
  95. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  97. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  98. </PropertyGroup>
  99. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  100. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  101. </PropertyGroup>
  102. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  103. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  104. </PropertyGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  106. <ClCompile>
  107. <Optimization>Disabled</Optimization>
  108. <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  110. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  111. <PrecompiledHeader />
  112. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  113. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  114. <ObjectFileName>$(IntDir)</ObjectFileName>
  115. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  116. <WarningLevel>Level3</WarningLevel>
  117. <SuppressStartupBanner>true</SuppressStartupBanner>
  118. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  119. <AdditionalIncludeDirectories>..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  120. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  121. </ClCompile>
  122. <Link>
  123. <OutputFile>$(OutDir)$(TargetName).dll</OutputFile>
  124. <SuppressStartupBanner>true</SuppressStartupBanner>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  127. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  128. <TargetMachine>MachineX86</TargetMachine>
  129. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  130. </Link>
  131. <Midl>
  132. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  133. <MkTypLibCompatible>true</MkTypLibCompatible>
  134. <SuppressStartupBanner>true</SuppressStartupBanner>
  135. <TargetEnvironment>Win32</TargetEnvironment>
  136. <TypeLibraryName>$(IntDir)$(TargetName).tlb</TypeLibraryName>
  137. <HeaderFileName />
  138. </Midl>
  139. <ResourceCompile>
  140. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <Culture>0x0409</Culture>
  142. </ResourceCompile>
  143. <PostBuildEvent>
  144. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\
  145. xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\</Command>
  146. <Message>Post build event: 'xcopy /Y /D $(OutDir)*.dll ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
  147. </PostBuildEvent>
  148. </ItemDefinitionGroup>
  149. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  150. <ClCompile>
  151. <Optimization>Disabled</Optimization>
  152. <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  154. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  155. <PrecompiledHeader>
  156. </PrecompiledHeader>
  157. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  158. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  159. <ObjectFileName>$(IntDir)</ObjectFileName>
  160. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  161. <WarningLevel>Level3</WarningLevel>
  162. <SuppressStartupBanner>true</SuppressStartupBanner>
  163. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  164. <AdditionalIncludeDirectories>..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  165. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  166. </ClCompile>
  167. <Link>
  168. <OutputFile>$(OutDir)$(TargetName).dll</OutputFile>
  169. <SuppressStartupBanner>true</SuppressStartupBanner>
  170. <GenerateDebugInformation>true</GenerateDebugInformation>
  171. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  172. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  173. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  174. </Link>
  175. <Midl>
  176. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <MkTypLibCompatible>true</MkTypLibCompatible>
  178. <SuppressStartupBanner>true</SuppressStartupBanner>
  179. <TypeLibraryName>$(IntDir)$(TargetName).tlb</TypeLibraryName>
  180. <HeaderFileName>
  181. </HeaderFileName>
  182. </Midl>
  183. <ResourceCompile>
  184. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  185. <Culture>0x0409</Culture>
  186. </ResourceCompile>
  187. <PostBuildEvent>
  188. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\
  189. xcopy /Y /D $(IntDir)$(TargetName).pdb ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\</Command>
  190. <Message>Post build event: 'xcopy /Y /D $(OutDir)*.dll ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
  191. </PostBuildEvent>
  192. </ItemDefinitionGroup>
  193. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  194. <ClCompile>
  195. <Optimization>MaxSpeed</Optimization>
  196. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  197. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  198. <OmitFramePointers>true</OmitFramePointers>
  199. <AdditionalIncludeDirectories>..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  200. <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. <StringPooling>true</StringPooling>
  202. <ExceptionHandling>Sync</ExceptionHandling>
  203. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  204. <BufferSecurityCheck>true</BufferSecurityCheck>
  205. <FunctionLevelLinking>false</FunctionLevelLinking>
  206. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  207. <PrecompiledHeader />
  208. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  209. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  210. <ObjectFileName>$(IntDir)</ObjectFileName>
  211. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  212. <WarningLevel>Level3</WarningLevel>
  213. <SuppressStartupBanner>true</SuppressStartupBanner>
  214. <DebugInformationFormat>None</DebugInformationFormat>
  215. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  216. </ClCompile>
  217. <Link>
  218. <OutputFile>$(OutDir)$(TargetName).dll</OutputFile>
  219. <SuppressStartupBanner>true</SuppressStartupBanner>
  220. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  221. <OptimizeReferences>true</OptimizeReferences>
  222. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  223. <TargetMachine>MachineX86</TargetMachine>
  224. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  225. </Link>
  226. <Midl>
  227. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  228. <MkTypLibCompatible>true</MkTypLibCompatible>
  229. <SuppressStartupBanner>true</SuppressStartupBanner>
  230. <TargetEnvironment>Win32</TargetEnvironment>
  231. <TypeLibraryName>$(IntDir)$(TargetName).tlb</TypeLibraryName>
  232. <HeaderFileName />
  233. </Midl>
  234. <ResourceCompile>
  235. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  236. <Culture>0x0409</Culture>
  237. </ResourceCompile>
  238. <PostBuildEvent>
  239. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\</Command>
  240. <Message>Post build event: 'xcopy /Y /D $(OutDir)*.dll ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
  241. </PostBuildEvent>
  242. </ItemDefinitionGroup>
  243. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  244. <ClCompile>
  245. <Optimization>MaxSpeed</Optimization>
  246. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  247. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  248. <OmitFramePointers>true</OmitFramePointers>
  249. <AdditionalIncludeDirectories>..\..\..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  250. <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  251. <StringPooling>true</StringPooling>
  252. <ExceptionHandling>Sync</ExceptionHandling>
  253. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  254. <BufferSecurityCheck>true</BufferSecurityCheck>
  255. <FunctionLevelLinking>false</FunctionLevelLinking>
  256. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  257. <PrecompiledHeader>
  258. </PrecompiledHeader>
  259. <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
  260. <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
  261. <ObjectFileName>$(IntDir)</ObjectFileName>
  262. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  263. <WarningLevel>Level3</WarningLevel>
  264. <SuppressStartupBanner>true</SuppressStartupBanner>
  265. <DebugInformationFormat>None</DebugInformationFormat>
  266. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  267. </ClCompile>
  268. <Link>
  269. <OutputFile>$(OutDir)$(TargetName).dll</OutputFile>
  270. <SuppressStartupBanner>true</SuppressStartupBanner>
  271. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  272. <OptimizeReferences>true</OptimizeReferences>
  273. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  274. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  275. </Link>
  276. <Midl>
  277. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  278. <MkTypLibCompatible>true</MkTypLibCompatible>
  279. <SuppressStartupBanner>true</SuppressStartupBanner>
  280. <TypeLibraryName>$(IntDir)$(TargetName).tlb</TypeLibraryName>
  281. <HeaderFileName>
  282. </HeaderFileName>
  283. </Midl>
  284. <ResourceCompile>
  285. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  286. <Culture>0x0409</Culture>
  287. </ResourceCompile>
  288. <PostBuildEvent>
  289. <Command>xcopy /Y /D $(OutDir)$(TargetName)$(TargetExt) ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\</Command>
  290. <Message>Post build event: 'xcopy /Y /D $(OutDir)*.dll ..\..\..\..\Build\Winamp_$(PlatformShortName)_$(Configuration)\Plugins\'</Message>
  291. </PostBuildEvent>
  292. </ItemDefinitionGroup>
  293. <ItemGroup>
  294. <ClCompile Include="..\..\..\ns-eel2\nseel-cfunc.c" />
  295. <ClCompile Include="..\..\..\ns-eel2\nseel-compiler.c" />
  296. <ClCompile Include="..\..\..\ns-eel2\nseel-eval.c" />
  297. <ClCompile Include="..\..\..\ns-eel2\nseel-ram.c" />
  298. <ClCompile Include="..\..\..\ns-eel2\y.tab.c" />
  299. <ClCompile Include="dsp_sps.cpp">
  300. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  301. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
  302. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  303. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  304. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  305. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
  306. <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
  307. <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
  308. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  309. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  310. </ClCompile>
  311. <ClCompile Include="sps_common.cpp">
  312. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
  313. <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disabled</Optimization>
  314. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  315. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  316. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">EnableFastChecks</BasicRuntimeChecks>
  317. <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">EnableFastChecks</BasicRuntimeChecks>
  318. <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MaxSpeed</Optimization>
  319. <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MaxSpeed</Optimization>
  320. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  321. <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;DSP_SPS_EXPORTS;NSEEL_LOOPFUNC_SUPPORT</PreprocessorDefinitions>
  322. </ClCompile>
  323. </ItemGroup>
  324. <ItemGroup>
  325. <ClInclude Include="..\..\..\ns-eel2\denormal.h" />
  326. <ClInclude Include="..\..\..\ns-eel2\glue_x86.h" />
  327. <ClInclude Include="..\..\..\ns-eel2\glue_x86_64.h" />
  328. <ClInclude Include="..\..\..\ns-eel2\ns-eel-addfuncs.h" />
  329. <ClInclude Include="..\..\..\ns-eel2\ns-eel-func-ref.h" />
  330. <ClInclude Include="..\..\..\ns-eel2\ns-eel-int.h" />
  331. <ClInclude Include="..\..\..\ns-eel2\ns-eel.h" />
  332. <ClInclude Include="..\..\..\ns-eel2\wdlcstring.h" />
  333. <ClInclude Include="..\..\..\ns-eel2\wdltypes.h" />
  334. <ClInclude Include="..\..\..\ns-eel2\y.tab.h" />
  335. <ClInclude Include="api__dsp_sps.h" />
  336. <ClInclude Include="resource.h" />
  337. <ClInclude Include="sps_common.h" />
  338. <ClInclude Include="sps_configdlg.h" />
  339. </ItemGroup>
  340. <ItemGroup>
  341. <ResourceCompile Include="res.rc" />
  342. </ItemGroup>
  343. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  344. <ImportGroup Label="ExtensionTargets">
  345. </ImportGroup>
  346. </Project>