mirror of
https://gitee.com/handyorg/HandyControl.git
synced 2024-11-29 18:38:30 +08:00
chore: update PostBuildEvent.
This commit is contained in:
parent
894321e0e3
commit
754e628415
@ -320,6 +320,7 @@
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>
|
||||
if not exist Langs md Langs
|
||||
rd /s /q Langs\cs
|
||||
rd /s /q Langs\en
|
||||
rd /s /q Langs\es
|
||||
rd /s /q Langs\fa
|
||||
@ -331,6 +332,7 @@
|
||||
rd /s /q Langs\ru
|
||||
rd /s /q Langs\tr
|
||||
rd /s /q Langs\ca-Es
|
||||
move cs Langs
|
||||
move en Langs
|
||||
move es Langs
|
||||
move fa Langs
|
||||
|
@ -322,6 +322,7 @@
|
||||
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
|
||||
<PostBuildEvent>
|
||||
if not exist Langs md Langs
|
||||
rd /s /q Langs\cs
|
||||
rd /s /q Langs\en
|
||||
rd /s /q Langs\es
|
||||
rd /s /q Langs\fa
|
||||
@ -333,6 +334,7 @@
|
||||
rd /s /q Langs\ru
|
||||
rd /s /q Langs\tr
|
||||
rd /s /q Langs\ca-Es
|
||||
move cs Langs
|
||||
move en Langs
|
||||
move es Langs
|
||||
move fa Langs
|
||||
|
Loading…
Reference in New Issue
Block a user