mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
And renames Unicode Debug and Unicode Release targets to Debug and Release Removes old allegro project (replaced with portsmf ages ago)
66 lines
1.9 KiB
XML
66 lines
1.9 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="help"
|
|
ProjectGUID="{02F94A40-586A-4403-8464-13B50801FFEC}"
|
|
RootNamespace="help"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="10"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="set SRC="$(SolutionDir)\..\help\manual"
set DEST="$(OutDir)\help\manual"

cd ..\..\..\scripts\mw2html_audacity

if EXIST %SRC% goto built

wiki2htm.bat

:built

xcopy /I /E /C /Y /Q %SRC% %DEST%
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="10"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="set SRC="$(SolutionDir)\..\help\manual"
set DEST="$(OutDir)\help\manual"

cd ..\..\..\scripts\mw2html_audacity

if EXIST %SRC% goto built

wiki2htm.bat

:built

xcopy /I /E /C /Y /Q %SRC% %DEST%
"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|