fix caching Localization assembly (#3263)
This commit is contained in:
parent
771ea7b445
commit
0353abf57c
|
|
@ -19,7 +19,11 @@
|
|||
<Reference Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="MakeLangResFile" BeforeTargets="BeforeBuild">
|
||||
<ItemGroup>
|
||||
<LangFiles Include="..\bin\Lng\Rus\**\*" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="MakeLangResFile" BeforeTargets="BeforeBuild" Inputs="@(LangFiles)" Outputs="DefaultLang.resources">
|
||||
<Exec
|
||||
Command="cd ..\Utils\DefaultLanguageResMaker & LanguageResMaker.exe"
|
||||
Condition="$(OS) == 'Windows_NT'" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue