Creation of localized folder added

This commit is contained in:
Simon Rozman
2016-09-15 12:56:16 +02:00
parent 515a994ece
commit ffb887b306
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<ItemGroup Condition="'@(SelectedFiles)' != ''">
<POCompile Remove="@(POCompile)" Condition="'%(Identity)' != '@(SelectedFiles)'" />
</ItemGroup>
<Message Text="Compiling localization catalogues..." />
<MakeDir Directories="$([System.IO.Path]::GetDirectoryName('%(POCompile.OutputFile)'))"/>
<POCompile
Condition="'@(POCompile)' != '' and '%(POCompile.ExcludedFromBuild)' != 'true'"
Inputs="@(POCompile)"