2014-06-25 01:57:43 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2020-08-21 03:27:07 +00:00
|
|
|
|
<Import Project="..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 00:34:06 +00:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{0E033BE3-2E08-428E-9AE9-BC673EFA12B5}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.Utility.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="po.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<!--Output directly to binary directory...-->
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutDir>$(BinaryOutputDir)</OutDir>
|
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<msgfmt Include="po\ar.po" />
|
|
|
|
|
<msgfmt Include="po\ca.po" />
|
|
|
|
|
<msgfmt Include="po\cs.po" />
|
2017-07-23 04:54:27 +00:00
|
|
|
|
<msgfmt Include="po\da.po" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<msgfmt Include="po\de.po" />
|
|
|
|
|
<msgfmt Include="po\el.po" />
|
|
|
|
|
<msgfmt Include="po\en.po" />
|
|
|
|
|
<msgfmt Include="po\es.po" />
|
|
|
|
|
<msgfmt Include="po\fa.po" />
|
|
|
|
|
<msgfmt Include="po\fr.po" />
|
2016-05-23 06:58:30 +00:00
|
|
|
|
<msgfmt Include="po\hr.po" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<msgfmt Include="po\hu.po" />
|
|
|
|
|
<msgfmt Include="po\it.po" />
|
|
|
|
|
<msgfmt Include="po\ja.po" />
|
|
|
|
|
<msgfmt Include="po\ko.po" />
|
2017-07-23 04:57:45 +00:00
|
|
|
|
<msgfmt Include="po\ms.po" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<msgfmt Include="po\nb.po" />
|
|
|
|
|
<msgfmt Include="po\nl.po" />
|
|
|
|
|
<msgfmt Include="po\pl.po" />
|
|
|
|
|
<msgfmt Include="po\pt.po" />
|
|
|
|
|
<msgfmt Include="po\pt_BR.po" />
|
2017-07-23 04:59:00 +00:00
|
|
|
|
<msgfmt Include="po\ro.po" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<msgfmt Include="po\ru.po" />
|
|
|
|
|
<msgfmt Include="po\sr.po" />
|
|
|
|
|
<msgfmt Include="po\sv.po" />
|
|
|
|
|
<msgfmt Include="po\tr.po" />
|
|
|
|
|
<msgfmt Include="po\zh_CN.po" />
|
|
|
|
|
<msgfmt Include="po\zh_TW.po" />
|
|
|
|
|
</ItemGroup>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="po.targets" />
|
|
|
|
|
</ImportGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</Project>
|