mirror of
				https://github.com/musix-org/musix-oss
				synced 2025-11-04 12:59:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			264 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			264 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" ToolsVersion="4.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>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="..\..\celt\bands.c" />
 | 
						|
    <ClCompile Include="..\..\celt\celt.c" />
 | 
						|
    <ClCompile Include="..\..\celt\celt_decoder.c" />
 | 
						|
    <ClCompile Include="..\..\celt\celt_encoder.c" />
 | 
						|
    <ClCompile Include="..\..\celt\celt_lpc.c" />
 | 
						|
    <ClCompile Include="..\..\celt\cwrs.c" />
 | 
						|
    <ClCompile Include="..\..\celt\entcode.c" />
 | 
						|
    <ClCompile Include="..\..\celt\entdec.c" />
 | 
						|
    <ClCompile Include="..\..\celt\entenc.c" />
 | 
						|
    <ClCompile Include="..\..\celt\kiss_fft.c" />
 | 
						|
    <ClCompile Include="..\..\celt\laplace.c" />
 | 
						|
    <ClCompile Include="..\..\celt\mathops.c" />
 | 
						|
    <ClCompile Include="..\..\celt\mdct.c" />
 | 
						|
    <ClCompile Include="..\..\celt\modes.c" />
 | 
						|
    <ClCompile Include="..\..\celt\pitch.c" />
 | 
						|
    <ClCompile Include="..\..\celt\quant_bands.c" />
 | 
						|
    <ClCompile Include="..\..\celt\rate.c" />
 | 
						|
    <ClCompile Include="..\..\celt\vq.c" />
 | 
						|
    <ClCompile Include="..\..\celt\x86\celt_lpc_sse.c" />
 | 
						|
    <ClCompile Include="..\..\celt\x86\pitch_sse.c" />
 | 
						|
    <ClCompile Include="..\..\celt\x86\pitch_sse2.c" />
 | 
						|
    <ClCompile Include="..\..\celt\x86\pitch_sse4_1.c" />
 | 
						|
    <ClCompile Include="..\..\celt\x86\x86cpu.c" />
 | 
						|
    <ClCompile Include="..\..\celt\x86\x86_celt_map.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="..\..\celt\arch.h" />
 | 
						|
    <ClInclude Include="..\..\celt\bands.h" />
 | 
						|
    <ClInclude Include="..\..\celt\celt.h" />
 | 
						|
    <ClInclude Include="..\..\celt\celt_lpc.h" />
 | 
						|
    <ClInclude Include="..\..\celt\cwrs.h" />
 | 
						|
    <ClInclude Include="..\..\celt\ecintrin.h" />
 | 
						|
    <ClInclude Include="..\..\celt\entcode.h" />
 | 
						|
    <ClInclude Include="..\..\celt\entdec.h" />
 | 
						|
    <ClInclude Include="..\..\celt\entenc.h" />
 | 
						|
    <ClInclude Include="..\..\celt\fixed_c5x.h" />
 | 
						|
    <ClInclude Include="..\..\celt\fixed_c6x.h" />
 | 
						|
    <ClInclude Include="..\..\celt\fixed_debug.h" />
 | 
						|
    <ClInclude Include="..\..\celt\fixed_generic.h" />
 | 
						|
    <ClInclude Include="..\..\celt\float_cast.h" />
 | 
						|
    <ClInclude Include="..\..\celt\kiss_fft.h" />
 | 
						|
    <ClInclude Include="..\..\celt\laplace.h" />
 | 
						|
    <ClInclude Include="..\..\celt\mathops.h" />
 | 
						|
    <ClInclude Include="..\..\celt\mdct.h" />
 | 
						|
    <ClInclude Include="..\..\celt\mfrngcod.h" />
 | 
						|
    <ClInclude Include="..\..\celt\modes.h" />
 | 
						|
    <ClInclude Include="..\..\celt\os_support.h" />
 | 
						|
    <ClInclude Include="..\..\celt\pitch.h" />
 | 
						|
    <ClInclude Include="..\..\celt\quant_bands.h" />
 | 
						|
    <ClInclude Include="..\..\celt\rate.h" />
 | 
						|
    <ClInclude Include="..\..\celt\stack_alloc.h" />
 | 
						|
    <ClInclude Include="..\..\celt\static_modes_fixed.h" />
 | 
						|
    <ClInclude Include="..\..\celt\static_modes_float.h" />
 | 
						|
    <ClInclude Include="..\..\celt\vq.h" />
 | 
						|
    <ClInclude Include="..\..\celt\x86\celt_lpc_sse.h" />
 | 
						|
    <ClInclude Include="..\..\celt\x86\pitch_sse.h" />
 | 
						|
    <ClInclude Include="..\..\celt\x86\x86cpu.h" />
 | 
						|
    <ClInclude Include="..\..\celt\_kiss_fft_guts.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{245603E3-F580-41A5-9632-B25FE3372CBF}</ProjectGuid>
 | 
						|
    <Keyword>Win32Proj</Keyword>
 | 
						|
    <RootNamespace>celt</RootNamespace>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
    <CharacterSet>Unicode</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings">
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </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" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
  </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" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <CustomBuildBeforeTargets>
 | 
						|
    </CustomBuildBeforeTargets>
 | 
						|
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
    <OutDir>$(Platform)\$(Configuration)\</OutDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Windows</SubSystem>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
    <PreBuildEvent>
 | 
						|
      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
 | 
						|
      <Message>Generating version.h</Message>
 | 
						|
    </PreBuildEvent>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Command>
 | 
						|
      </Command>
 | 
						|
    </CustomBuildStep>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Outputs>
 | 
						|
      </Outputs>
 | 
						|
    </CustomBuildStep>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Windows</SubSystem>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
    </Link>
 | 
						|
    <PreBuildEvent>
 | 
						|
      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
 | 
						|
      <Message>Generating version.h</Message>
 | 
						|
    </PreBuildEvent>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Command>
 | 
						|
      </Command>
 | 
						|
    </CustomBuildStep>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Outputs>
 | 
						|
      </Outputs>
 | 
						|
    </CustomBuildStep>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Windows</SubSystem>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
						|
      <OptimizeReferences>true</OptimizeReferences>
 | 
						|
    </Link>
 | 
						|
    <PreBuildEvent>
 | 
						|
      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
 | 
						|
      <Message>Generating version.h</Message>
 | 
						|
    </PreBuildEvent>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Command>
 | 
						|
      </Command>
 | 
						|
    </CustomBuildStep>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Outputs>
 | 
						|
      </Outputs>
 | 
						|
    </CustomBuildStep>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <ClCompile>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <PrecompiledHeader>
 | 
						|
      </PrecompiledHeader>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
						|
      <PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <AdditionalIncludeDirectories>..\;..\..\include;..\..\celt;..\..\silk;..\..\silk\float;..\..\silk\fixed;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <SubSystem>Windows</SubSystem>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
						|
      <OptimizeReferences>true</OptimizeReferences>
 | 
						|
    </Link>
 | 
						|
    <PreBuildEvent>
 | 
						|
      <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
 | 
						|
      <Message>Generating version.h</Message>
 | 
						|
    </PreBuildEvent>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Command>
 | 
						|
      </Command>
 | 
						|
    </CustomBuildStep>
 | 
						|
    <CustomBuildStep>
 | 
						|
      <Outputs>
 | 
						|
      </Outputs>
 | 
						|
    </CustomBuildStep>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |