libcodec2.2017.vcxproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. <ProjectName>libcodec2</ProjectName>
  23. <RootNamespace>libcodec2</RootNamespace>
  24. <Keyword>Win32Proj</Keyword>
  25. <ProjectGuid>{19E934D6-1484-41C8-9305-78DC42FD61F2}</ProjectGuid>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <CharacterSet>Unicode</CharacterSet>
  31. <WholeProgramOptimization>true</WholeProgramOptimization>
  32. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <CharacterSet>Unicode</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <CharacterSet>Unicode</CharacterSet>
  42. <WholeProgramOptimization>true</WholeProgramOptimization>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <Import Project="$(SolutionDir)w32\libcodec2.props" />
  52. <Import Project="$(SolutionDir)w32\download_libcodec2.props" Condition=" '$(downloadlibcodec2PropsImported)' == '' " />
  53. <ImportGroup Label="ExtensionSettings">
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="$(SolutionDir)w32\extlib.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="$(SolutionDir)w32\extlib.props" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="$(SolutionDir)w32\extlib.props" />
  66. </ImportGroup>
  67. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  68. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  69. <Import Project="$(SolutionDir)w32\extlib.props" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup>
  73. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  74. </PropertyGroup>
  75. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <ClCompile>
  77. <Optimization>Disabled</Optimization>
  78. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  79. <MinimalRebuild>true</MinimalRebuild>
  80. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  81. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  82. <WarningLevel>Level4</WarningLevel>
  83. <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  84. </ClCompile>
  85. </ItemDefinitionGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <ClCompile>
  88. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  89. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  90. <WarningLevel>Level4</WarningLevel>
  91. <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  92. </ClCompile>
  93. </ItemDefinitionGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  95. <Midl>
  96. <TargetEnvironment>X64</TargetEnvironment>
  97. </Midl>
  98. <ClCompile>
  99. <Optimization>Disabled</Optimization>
  100. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <MinimalRebuild>true</MinimalRebuild>
  102. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  103. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  104. <WarningLevel>Level4</WarningLevel>
  105. <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  106. </ClCompile>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  109. <Midl>
  110. <TargetEnvironment>X64</TargetEnvironment>
  111. </Midl>
  112. <ClCompile>
  113. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  115. <WarningLevel>Level4</WarningLevel>
  116. <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  117. </ClCompile>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup>
  120. <PreBuildEvent>
  121. <Command>
  122. xcopy "$(ProjectDir)generated\*" "$(libcodec2LibDir)\codec2\" /C /D /Y
  123. </Command>
  124. </PreBuildEvent>
  125. </ItemDefinitionGroup>
  126. <ItemGroup>
  127. <ClCompile Include="$(libcodec2LibDir)\codec2\dump.c" />
  128. <ClCompile Include="$(libcodec2LibDir)\codec2\lpc.c" />
  129. <ClCompile Include="$(libcodec2LibDir)\codec2\nlp.c" />
  130. <ClCompile Include="$(libcodec2LibDir)\codec2\postfilter.c" />
  131. <ClCompile Include="$(libcodec2LibDir)\codec2\sine.c" />
  132. <ClCompile Include="$(libcodec2LibDir)\codec2\codec2.c" />
  133. <ClCompile Include="$(libcodec2LibDir)\codec2\fifo.c" />
  134. <ClCompile Include="$(libcodec2LibDir)\codec2\fdmdv.c" />
  135. <ClCompile Include="$(libcodec2LibDir)\codec2\kiss_fft.c" />
  136. <ClCompile Include="$(libcodec2LibDir)\codec2\interp.c" />
  137. <ClCompile Include="$(libcodec2LibDir)\codec2\lsp.c" />
  138. <ClCompile Include="$(libcodec2LibDir)\codec2\phase.c" />
  139. <ClCompile Include="$(libcodec2LibDir)\codec2\quantise.c" />
  140. <ClCompile Include="$(libcodec2LibDir)\codec2\pack.c" />
  141. <ClCompile Include="$(libcodec2LibDir)\codec2\codebook.c" />
  142. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookd.c" />
  143. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookvq.c" />
  144. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookjnd.c" />
  145. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookjvm.c" />
  146. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookvqanssi.c" />
  147. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookdt.c" />
  148. <ClCompile Include="$(libcodec2LibDir)\codec2\codebookge.c" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <ClInclude Include="$(libcodec2LibDir)\codec2\dump.h" />
  152. <ClInclude Include="$(libcodec2LibDir)\codec2\lpc.h" />
  153. <ClInclude Include="$(libcodec2LibDir)\codec2\nlp.h" />
  154. <ClInclude Include="$(libcodec2LibDir)\codec2\postfilter.h" />
  155. <ClInclude Include="$(libcodec2LibDir)\codec2\sine.h" />
  156. <ClInclude Include="$(libcodec2LibDir)\codec2\codec2.h" />
  157. <ClInclude Include="$(libcodec2LibDir)\codec2\fifo.h" />
  158. <ClInclude Include="$(libcodec2LibDir)\codec2\fdmdv.h" />
  159. <ClInclude Include="$(libcodec2LibDir)\codec2\kiss_fft.h" />
  160. <ClInclude Include="$(libcodec2LibDir)\codec2\interp.h" />
  161. <ClInclude Include="$(libcodec2LibDir)\codec2\lsp.h" />
  162. <ClInclude Include="$(libcodec2LibDir)\codec2\phase.h" />
  163. <ClInclude Include="$(libcodec2LibDir)\codec2\quantise.h" />
  164. <ClInclude Include="$(libcodec2LibDir)\codec2\pack.h" />
  165. <ClInclude Include="$(libcodec2LibDir)\codec2\codebook.h" />
  166. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookd.h" />
  167. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookvq.h" />
  168. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookjnd.h" />
  169. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookjvm.h" />
  170. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookvqanssi.h" />
  171. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookdt.h" />
  172. <ClInclude Include="$(libcodec2LibDir)\codec2\codebookge.h" />
  173. </ItemGroup>
  174. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  175. <ImportGroup Label="ExtensionTargets">
  176. </ImportGroup>
  177. </Project>