mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 07:10:09 +01:00
Remove some old erratta, and do a major tidy up of line endings and properties on source files
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LADSPA_plugins-win", "LADSPA_plugins-win.vcproj", "{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LADSPA_plugins-win", "LADSPA_plugins-win.vcproj", "{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
@@ -1,77 +1,77 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="LADSPA_plugins-win"
|
||||
ProjectGUID="{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}"
|
||||
RootNamespace="LADSPA_plugins-win"
|
||||
Keyword="MakeFileProj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir)"
|
||||
ReBuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean all"
|
||||
CleanCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean"
|
||||
Output=""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir)"
|
||||
ReBuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean all"
|
||||
CleanCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean"
|
||||
Output=""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath=".\makefile"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\makefile.inc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\readme.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="LADSPA_plugins-win"
|
||||
ProjectGUID="{9ECDF3B4-5266-4F8D-8AB4-53087BBBB2E6}"
|
||||
RootNamespace="LADSPA_plugins-win"
|
||||
Keyword="MakeFileProj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir)"
|
||||
ReBuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean all"
|
||||
CleanCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean"
|
||||
Output=""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir)"
|
||||
ReBuildCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean all"
|
||||
CleanCommandLine="nmake CONFIG=$(ConfigurationName) OUTDIR=$(OutDir) clean"
|
||||
Output=""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath=".\makefile"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\makefile.inc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\readme.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
|
||||
Reference in New Issue
Block a user