mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +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.
		
			
				
	
	
		
			19 lines
		
	
	
		
			897 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			897 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <PropertyGroup
 | 
						|
    Condition="'$(copyBeforeTargets)' == '' and '$(copyAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
 | 
						|
    <copyBeforeTargets>Midl</copyBeforeTargets>
 | 
						|
    <copyAfterTargets>CustomBuild</copyAfterTargets>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup>
 | 
						|
    <copyDependsOn
 | 
						|
      Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(copyDependsOn)</copyDependsOn>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <copy>
 | 
						|
      <CommandLineTemplate>copy /Y [inputs] ..\..\$(IntDir)Plug-ins\%(Filename)%(Extension)</CommandLineTemplate>
 | 
						|
      <Outputs>..\..\$(IntDir)Plug-ins\%(Filename)%(Extension)</Outputs>
 | 
						|
      <ExecutionDescription>Copying %(Filename)%(Extension)</ExecutionDescription>
 | 
						|
    </copy>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
</Project> |