dsp_test.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{91476D06-BDDF-4BD1-B855-AB2DC03A41C3}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <PlatformToolset>v142</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings">
  49. </ImportGroup>
  50. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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)'=='Debug|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. <PropertyGroup Label="UserMacros" />
  63. <PropertyGroup>
  64. <_ProjectFileVersion>16.0.32629.160</_ProjectFileVersion>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  68. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  69. <LinkIncremental>false</LinkIncremental>
  70. <IncludePath>$(IncludePath)</IncludePath>
  71. <LibraryPath>$(LibraryPath)</LibraryPath>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  74. <LinkIncremental>false</LinkIncremental>
  75. <IncludePath>$(IncludePath)</IncludePath>
  76. <LibraryPath>$(LibraryPath)</LibraryPath>
  77. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  78. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  82. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  83. <LinkIncremental>false</LinkIncremental>
  84. <IncludePath>$(IncludePath)</IncludePath>
  85. <LibraryPath>$(LibraryPath)</LibraryPath>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  88. <LinkIncremental>false</LinkIncremental>
  89. <IncludePath>$(IncludePath)</IncludePath>
  90. <LibraryPath>$(LibraryPath)</LibraryPath>
  91. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  92. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  93. </PropertyGroup>
  94. <PropertyGroup Label="Vcpkg">
  95. <VcpkgEnabled>false</VcpkgEnabled>
  96. </PropertyGroup>
  97. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  99. </PropertyGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <ClCompile>
  102. <Optimization>Disabled</Optimization>
  103. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DSP_TEST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <MinimalRebuild>false</MinimalRebuild>
  105. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  106. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  107. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  108. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  109. <PrecompiledHeader />
  110. <WarningLevel>Level3</WarningLevel>
  111. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  112. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  113. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  114. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  115. </ClCompile>
  116. <Link>
  117. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  118. <GenerateDebugInformation>true</GenerateDebugInformation>
  119. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  120. <SubSystem>Windows</SubSystem>
  121. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  122. <TargetMachine>MachineX86</TargetMachine>
  123. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  127. <ClCompile>
  128. <Optimization>Disabled</Optimization>
  129. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DSP_TEST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  131. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  132. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  133. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  134. <PrecompiledHeader>
  135. </PrecompiledHeader>
  136. <WarningLevel>Level3</WarningLevel>
  137. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  138. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  139. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  140. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  141. </ClCompile>
  142. <Link>
  143. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  144. <GenerateDebugInformation>true</GenerateDebugInformation>
  145. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  146. <SubSystem>Windows</SubSystem>
  147. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  148. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  152. <ClCompile>
  153. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  154. <IntrinsicFunctions>true</IntrinsicFunctions>
  155. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  156. <OmitFramePointers>true</OmitFramePointers>
  157. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DSP_TEST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  158. <StringPooling>true</StringPooling>
  159. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  160. <BufferSecurityCheck>true</BufferSecurityCheck>
  161. <FunctionLevelLinking>true</FunctionLevelLinking>
  162. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  163. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  164. <PrecompiledHeader />
  165. <WarningLevel>Level3</WarningLevel>
  166. <DebugInformationFormat>None</DebugInformationFormat>
  167. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  168. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  169. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  170. </ClCompile>
  171. <Link>
  172. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  173. <GenerateDebugInformation>true</GenerateDebugInformation>
  174. <SubSystem>Windows</SubSystem>
  175. <OptimizeReferences>true</OptimizeReferences>
  176. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  177. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  178. <TargetMachine>MachineX86</TargetMachine>
  179. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  180. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  181. </Link>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  184. <ClCompile>
  185. <InlineFunctionExpansion>Default</InlineFunctionExpansion>
  186. <IntrinsicFunctions>true</IntrinsicFunctions>
  187. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  188. <OmitFramePointers>true</OmitFramePointers>
  189. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DSP_TEST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  190. <StringPooling>true</StringPooling>
  191. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  192. <BufferSecurityCheck>true</BufferSecurityCheck>
  193. <FunctionLevelLinking>true</FunctionLevelLinking>
  194. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  195. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  196. <PrecompiledHeader>
  197. </PrecompiledHeader>
  198. <WarningLevel>Level3</WarningLevel>
  199. <DebugInformationFormat>None</DebugInformationFormat>
  200. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  201. <AdditionalIncludeDirectories>..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  202. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  203. </ClCompile>
  204. <Link>
  205. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  206. <GenerateDebugInformation>true</GenerateDebugInformation>
  207. <SubSystem>Windows</SubSystem>
  208. <OptimizeReferences>true</OptimizeReferences>
  209. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  210. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  211. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  212. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  213. </Link>
  214. </ItemDefinitionGroup>
  215. <ItemGroup>
  216. <ClCompile Include="dsp_test.c" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <ClInclude Include="RESOURCE.H" />
  220. </ItemGroup>
  221. <ItemGroup>
  222. <ResourceCompile Include="SCRIPT1.RC" />
  223. </ItemGroup>
  224. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  225. <ImportGroup Label="ExtensionTargets">
  226. </ImportGroup>
  227. </Project>