mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01:00 
			
		
		
		
	This was NOT just a straightforward conversion. It took days to figure out why projects kept building over and over again, so committing is the best way for people to kick the tires. These are completely separate from the VS2008 project files, so they do not affect current build process.
		
			
				
	
	
		
			92 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<?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="Release|Win32">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}</ProjectGuid>
 | 
						|
    <RootNamespace>libresample</RootNamespace>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <PlatformToolset>v110</PlatformToolset>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
    <WholeProgramOptimization>false</WholeProgramOptimization>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
						|
    <PlatformToolset>v110</PlatformToolset>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
    <WholeProgramOptimization>true</WholeProgramOptimization>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings">
 | 
						|
  </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" />
 | 
						|
  </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" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(Configuration)\</IntDir>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <StringPooling>true</StringPooling>
 | 
						|
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <PrecompiledHeader />
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <CompileAs>Default</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <StringPooling>true</StringPooling>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <PrecompiledHeader />
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
						|
      <CompileAs>Default</CompileAs>
 | 
						|
      <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="..\..\..\lib-src\libresample\src\filterkit.c" />
 | 
						|
    <ClCompile Include="..\..\..\lib-src\libresample\src\resample.c" />
 | 
						|
    <ClCompile Include="..\..\..\lib-src\libresample\src\resamplesubs.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="..\..\..\lib-src\libresample\src\filterkit.h" />
 | 
						|
    <ClInclude Include="..\..\..\lib-src\libresample\include\libresample.h" />
 | 
						|
    <ClInclude Include="..\..\..\lib-src\libresample\src\resample_defs.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |