mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 16:14:00 +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:
		@@ -16,7 +16,7 @@
 | 
			
		||||
	</ToolFiles>
 | 
			
		||||
	<Configurations>
 | 
			
		||||
		<Configuration
 | 
			
		||||
			Name="Unicode Debug|Win32"
 | 
			
		||||
			Name="Debug|Win32"
 | 
			
		||||
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 | 
			
		||||
			IntermediateDirectory="$(ConfigurationName)"
 | 
			
		||||
			ConfigurationType="4"
 | 
			
		||||
@@ -80,7 +80,7 @@
 | 
			
		||||
			/>
 | 
			
		||||
		</Configuration>
 | 
			
		||||
		<Configuration
 | 
			
		||||
			Name="Unicode Release|Win32"
 | 
			
		||||
			Name="Release|Win32"
 | 
			
		||||
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 | 
			
		||||
			IntermediateDirectory="$(ConfigurationName)"
 | 
			
		||||
			ConfigurationType="4"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user