Debug ARM64 Debug Win32 Debug x64 Release ARM64 Release Win32 Release x64 MergeLang {4B011DDA-2279-437D-903C-8028913AF31B} MergeLang Win32Proj 10.0.17763.0 $(LatestTargetPlatformVersion) Utility Unicode v141_xp v142 false Utility Unicode v141_xp v142 false Utility Unicode v141_xp v142 false Utility Unicode v141 v142 false Utility Unicode v141_xp v142 false Utility Unicode v141 v142 false <_ProjectFileVersion>10.0.30319.1 .\..\Build\Debug\ .\..\BuildTmp\MergeLang\$(Configuration)\ true .\..\Build\$(Platform)\$(Configuration)\ .\..\Build\$(Platform)\$(Configuration)\ .\..\BuildTmp\MergeLang\$(Platform)\$(Configuration)\ .\..\BuildTmp\MergeLang\$(Platform)\$(Configuration)\ true true .\..\Build\Release\ .\..\BuildTmp\MergeLang\$(Configuration)\ false .\..\Build\$(Platform)\$(Configuration)\ .\..\Build\$(Platform)\$(Configuration)\ .\..\BuildTmp\MergeLang\$(Platform)\$(Configuration)\ .\..\BuildTmp\MergeLang\$(Platform)\$(Configuration)\ false false mkdir $(OutDir)\Languages\ 2> NUL copy /Y "$(ProjectDir)..\Translations\WinMerge\*.po" "$(OutDir)\Languages\" pushd ..\Translations\WinMerge date /t > MergeLang.lastbuild attrib -a English.pot del English.pot.prev English.pot.flt English.pot.prev.flt 2> NUL move English.pot English.pot.prev 2> NUL cscript CreateMasterPotFile.vbs attrib -a English.pot findstr /v POT-Creation-Date English.pot > English.pot.flt findstr /v POT-Creation-Date English.pot.prev > English.pot.prev.flt fc English.pot.flt English.pot.prev.flt if not errorlevel 1 ( copy /y English.pot.prev English.pot ) else ( set POT_UPDATED=true ) del English.pot.prev English.pot.flt English.pot.prev.flt set LIB= powershell -ExecutionPolicy ByPass -File UpdatePoFilesFromPotFile.ps1 if "%POT_UPDATED%" == "true" ( pushd .. for %%i in ("%LOCALAPPDATA%\Programs\Python\Python39" "C:\Python39") do ( if exist "%%~i\python.exe" ( "%%~i\python.exe" GetTranslationsStatus.py ) ) popd ) popd $(ProjectDir)..\Translations\WinMerge\MergeLang.lastbuild