mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 08:09:41 +02:00
78 lines
1.9 KiB
XML
78 lines
1.9 KiB
XML
<?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>
|