mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 23:23:53 +01:00
Removes ANSI Debug and Release targets
And renames Unicode Debug and Unicode Release targets to Debug and Release Removes old allegro project (replaced with portsmf ages ago)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Unicode Release|Win32"
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
@@ -80,72 +80,6 @@
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Unicode Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""..\..\..\lib-src\taglib\taglib";"..\..\..\lib-src\taglib\taglib\ape";"..\..\..\lib-src\taglib\taglib\asf";"..\..\..\lib-src\taglib\taglib\flac";"..\..\..\lib-src\taglib\taglib\mp4";"..\..\..\lib-src\taglib\taglib\mpc";"..\..\..\lib-src\taglib\taglib\mpeg";"..\..\..\lib-src\taglib\taglib\mpeg\id3v1";"..\..\..\lib-src\taglib\taglib\mpeg\id3v2";"..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames";"..\..\..\lib-src\taglib\taglib\ogg";"..\..\..\lib-src\taglib\taglib\ogg\flac";"..\..\..\lib-src\taglib\taglib\ogg\speex";"..\..\..\lib-src\taglib\taglib\ogg\vorbis";"..\..\..\lib-src\taglib\taglib\riff";"..\..\..\lib-src\taglib\taglib\riff\aiff";"..\..\..\lib-src\taglib\taglib\riff\wav";"..\..\..\lib-src\taglib\taglib\toolkit";"..\..\..\lib-src\taglib\taglib\trueaudio";"..\..\..\lib-src\taglib\taglib\wavpack""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_ZLIB=0;MAKE_TAGLIB_LIB=1;WITH_ASF=1;WITH_MP4=1"
|
||||
StringPooling="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
@@ -212,70 +146,6 @@
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
AdditionalIncludeDirectories=""..\..\..\lib-src\taglib\taglib";"..\..\..\lib-src\taglib\taglib\ape";"..\..\..\lib-src\taglib\taglib\asf";"..\..\..\lib-src\taglib\taglib\flac";"..\..\..\lib-src\taglib\taglib\mp4";"..\..\..\lib-src\taglib\taglib\mpc";"..\..\..\lib-src\taglib\taglib\mpeg";"..\..\..\lib-src\taglib\taglib\mpeg\id3v1";"..\..\..\lib-src\taglib\taglib\mpeg\id3v2";"..\..\..\lib-src\taglib\taglib\mpeg\id3v2\frames";"..\..\..\lib-src\taglib\taglib\ogg";"..\..\..\lib-src\taglib\taglib\ogg\flac";"..\..\..\lib-src\taglib\taglib\ogg\speex";"..\..\..\lib-src\taglib\taglib\ogg\vorbis";"..\..\..\lib-src\taglib\taglib\riff";"..\..\..\lib-src\taglib\taglib\riff\aiff";"..\..\..\lib-src\taglib\taglib\riff\wav";"..\..\..\lib-src\taglib\taglib\toolkit";"..\..\..\lib-src\taglib\taglib\trueaudio";"..\..\..\lib-src\taglib\taglib\wavpack""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_ZLIB=0;MAKE_TAGLIB_LIB=1;WITH_ASF=1;WITH_MP4=1"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
CompileAs="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
|
||||
Reference in New Issue
Block a user