123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectName>libcodec2</ProjectName>
- <RootNamespace>libcodec2</RootNamespace>
- <Keyword>Win32Proj</Keyword>
- <ProjectGuid>{19E934D6-1484-41C8-9305-78DC42FD61F2}</ProjectGuid>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>StaticLibrary</ConfigurationType>
- <CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <Import Project="$(SolutionDir)w32\libcodec2.props" />
- <Import Project="$(SolutionDir)w32\download_libcodec2.props" Condition=" '$(downloadlibcodec2PropsImported)' == '' " />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(SolutionDir)w32\extlib.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(SolutionDir)w32\extlib.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(SolutionDir)w32\extlib.props" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(SolutionDir)w32\extlib.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <MinimalRebuild>true</MinimalRebuild>
- <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <Midl>
- <TargetEnvironment>X64</TargetEnvironment>
- </Midl>
- <ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBlibcodec2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <WarningLevel>Level4</WarningLevel>
- <DisableSpecificWarnings>4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup>
- <PreBuildEvent>
- <Command>
- xcopy "$(ProjectDir)generated\*" "$(libcodec2LibDir)\codec2\" /C /D /Y
- </Command>
- </PreBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="$(libcodec2LibDir)\codec2\dump.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\lpc.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\nlp.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\postfilter.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\sine.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codec2.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\fifo.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\fdmdv.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\kiss_fft.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\interp.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\lsp.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\phase.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\quantise.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\pack.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebook.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookd.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookvq.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookjnd.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookjvm.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookvqanssi.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookdt.c" />
- <ClCompile Include="$(libcodec2LibDir)\codec2\codebookge.c" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="$(libcodec2LibDir)\codec2\dump.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\lpc.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\nlp.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\postfilter.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\sine.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codec2.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\fifo.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\fdmdv.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\kiss_fft.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\interp.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\lsp.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\phase.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\quantise.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\pack.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebook.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookd.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookvq.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookjnd.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookjvm.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookvqanssi.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookdt.h" />
- <ClInclude Include="$(libcodec2LibDir)\codec2\codebookge.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|