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