PO files are part of the compile process now

This commit is contained in:
Simon Rozman 2016-02-08 15:46:26 +01:00
parent 4aa1558001
commit 27edfa1a59

View File

@ -35,7 +35,9 @@
<ClInclude Include="..\src\stdafx.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\locale\sl.po" />
<POCompile Include="..\locale\sl.po" />
</ItemGroup>
<ItemGroup>
<None Include="..\locale\wxExtend.pot" />
</ItemGroup>
<PropertyGroup Label="Globals">
@ -96,5 +98,6 @@
<PropertyGroup />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\..\..\include\xgettext.targets" />
</ImportGroup>
</Project>