You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
<ExecCommand="rem Copy compiled l18n assemblies to alt folder
GOTO END
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
set langs=ar cs de el es fi fr he hu-HU idn it ja nl pl pt pt-BR ru se uk-UA vi zh-Hans zh-Hant

for %25%25l in (%25langs%25) do (
 xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
)

echo $(Version)> $(ProjectDir)\newest.txt

:END
" />
371
+
<ExecCommand="rem Copy compiled l18n assemblies to alt folder
GOTO END
if not exist $(TargetDir)Lang mkdir $(TargetDir)Lang
set langs=ar cs de el es fi fr he hu-HU idn it ja nl pl pt pt-BR ru se tr uk-UA vi zh-Hans zh-Hant

for %25%25l in (%25langs%25) do (
 xcopy $(TargetDir)%25%25l $(TargetDir)Lang\%25%25l\ /s /y
)

echo $(Version)> $(ProjectDir)\newest.txt

:END
" />
0 commit comments