mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
189 lines
8.6 KiB
XML
Executable File
189 lines
8.6 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="wx3-Debug|Win32">
|
|
<Configuration>wx3-Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="wx3-Release|Win32">
|
|
<Configuration>wx3-Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}</ProjectGuid>
|
|
<RootNamespace>locale</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
<PlatformToolset>v120_xp</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<Import Project="po.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>11.0.60610.1</_ProjectFileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Release|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Debug|Win32'">
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<PostBuildEvent>
|
|
<Command>for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
|
|
goto :EOF
|
|
|
|
:fmt
|
|
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
|
|
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
|
|
goto :EOF
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Release|Win32'">
|
|
<PostBuildEvent>
|
|
<Command>for %%I in ("%WXWIN3%\locale\*.po") do call :fmt %%~nI
|
|
goto :EOF
|
|
|
|
:fmt
|
|
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
|
|
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN3%\locale\%1.po"
|
|
goto :EOF
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<PostBuildEvent>
|
|
<Command>for %%I in ("%WXWIN%\locale\*.po") do call :fmt %%~nI
|
|
goto :EOF
|
|
|
|
:fmt
|
|
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
|
|
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN%\locale\%1.po"
|
|
goto :EOF
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='wx3-Debug|Win32'">
|
|
<PostBuildEvent>
|
|
<Command>for %%I in ("%WXWIN3%\locale\*.po") do call :fmt %%~nI
|
|
goto :EOF
|
|
|
|
:fmt
|
|
if not exist "$(OutDir)Languages\%1" mkdir "$(OutDir)Languages\%1"
|
|
msgfmt -o "$(OutDir)Languages\%1\wxstd.mo" "%WXWIN3%\locale\%1.po"
|
|
goto :EOF
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<msgfmt Include="..\..\..\locale\af.po" />
|
|
<msgfmt Include="..\..\..\locale\ar.po" />
|
|
<msgfmt Include="..\..\..\locale\be.po" />
|
|
<msgfmt Include="..\..\..\locale\bg.po" />
|
|
<msgfmt Include="..\..\..\locale\bn.po" />
|
|
<msgfmt Include="..\..\..\locale\bs.po" />
|
|
<msgfmt Include="..\..\..\locale\ca.po" />
|
|
<msgfmt Include="..\..\..\locale\ca_ES%40valencia.po" />
|
|
<msgfmt Include="..\..\..\locale\cs.po" />
|
|
<msgfmt Include="..\..\..\locale\cy.po" />
|
|
<msgfmt Include="..\..\..\locale\da.po" />
|
|
<msgfmt Include="..\..\..\locale\de.po" />
|
|
<msgfmt Include="..\..\..\locale\el.po" />
|
|
<msgfmt Include="..\..\..\locale\es.po" />
|
|
<msgfmt Include="..\..\..\locale\eu.po" />
|
|
<msgfmt Include="..\..\..\locale\fa.po" />
|
|
<msgfmt Include="..\..\..\locale\fi.po" />
|
|
<msgfmt Include="..\..\..\locale\fr.po" />
|
|
<msgfmt Include="..\..\..\locale\ga.po" />
|
|
<msgfmt Include="..\..\..\locale\gl.po" />
|
|
<msgfmt Include="..\..\..\locale\he.po" />
|
|
<msgfmt Include="..\..\..\locale\hi.po" />
|
|
<msgfmt Include="..\..\..\locale\hr.po" />
|
|
<msgfmt Include="..\..\..\locale\hu.po" />
|
|
<msgfmt Include="..\..\..\locale\hy.po" />
|
|
<msgfmt Include="..\..\..\locale\id.po" />
|
|
<msgfmt Include="..\..\..\locale\it.po" />
|
|
<msgfmt Include="..\..\..\locale\ja.po" />
|
|
<msgfmt Include="..\..\..\locale\ka.po" />
|
|
<msgfmt Include="..\..\..\locale\km.po" />
|
|
<msgfmt Include="..\..\..\locale\ko.po" />
|
|
<msgfmt Include="..\..\..\locale\lt.po" />
|
|
<msgfmt Include="..\..\..\locale\mk.po" />
|
|
<msgfmt Include="..\..\..\locale\my.po" />
|
|
<msgfmt Include="..\..\..\locale\nb.po" />
|
|
<msgfmt Include="..\..\..\locale\nl.po" />
|
|
<msgfmt Include="..\..\..\locale\oc.po" />
|
|
<msgfmt Include="..\..\..\locale\pl.po" />
|
|
<msgfmt Include="..\..\..\locale\pt.po" />
|
|
<msgfmt Include="..\..\..\locale\pt_BR.po" />
|
|
<msgfmt Include="..\..\..\locale\ro.po" />
|
|
<msgfmt Include="..\..\..\locale\ru.po" />
|
|
<msgfmt Include="..\..\..\locale\sk.po" />
|
|
<msgfmt Include="..\..\..\locale\sl.po" />
|
|
<msgfmt Include="..\..\..\locale\sr_RS.po" />
|
|
<msgfmt Include="..\..\..\locale\sr_RS%40latin.po" />
|
|
<msgfmt Include="..\..\..\locale\sv.po" />
|
|
<msgfmt Include="..\..\..\locale\ta.po" />
|
|
<msgfmt Include="..\..\..\locale\tg.po" />
|
|
<msgfmt Include="..\..\..\locale\tr.po" />
|
|
<msgfmt Include="..\..\..\locale\uk.po" />
|
|
<msgfmt Include="..\..\..\locale\vi.po" />
|
|
<msgfmt Include="..\..\..\locale\zh.po" />
|
|
<msgfmt Include="..\..\..\locale\zh_TW.po" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\..\locale\audacity.pot" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="po.targets" />
|
|
</ImportGroup>
|
|
</Project> |