2011-02-01 05:30:27 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{0B8D0A82-C520-46BA-849D-3BB8F637EE0C}</ProjectGuid>
|
|
|
|
|
<RootNamespace>Languages</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<ConfigurationType>Utility</ConfigurationType>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="po.props" />
|
|
|
|
|
</ImportGroup>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\Source\VSProps\Base.props" />
|
2011-02-01 05:30:27 +00:00
|
|
|
|
</ImportGroup>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\Source\VSProps\Base.props" />
|
2011-02-01 05:30:27 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Binary\$(Platform)\</OutDir>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Binary\$(Platform)\</OutDir>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Binary\$(Platform)\</OutDir>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Binary\$(Platform)\</OutDir>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Midl>
|
|
|
|
|
<TargetEnvironment>X64</TargetEnvironment>
|
|
|
|
|
</Midl>
|
|
|
|
|
</ItemDefinitionGroup>
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Midl />
|
|
|
|
|
</ItemDefinitionGroup>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<ItemGroup>
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<msgfmt Include="po/ar.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<msgfmt Include="po/cs.po" />
|
|
|
|
|
<msgfmt Include="po/de.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<msgfmt Include="po/el.po" />
|
|
|
|
|
<msgfmt Include="po/en.po" />
|
|
|
|
|
<msgfmt Include="po/es.po" />
|
|
|
|
|
<msgfmt Include="po/fr.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<msgfmt Include="po/he.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<msgfmt Include="po/hu.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<msgfmt Include="po/it.po" />
|
|
|
|
|
<msgfmt Include="po/ja.po" />
|
|
|
|
|
<msgfmt Include="po/ko.po" />
|
|
|
|
|
<msgfmt Include="po/nb.po" />
|
|
|
|
|
<msgfmt Include="po/nl.po" />
|
|
|
|
|
<msgfmt Include="po/pl.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<msgfmt Include="po/pt_BR.po" />
|
|
|
|
|
<msgfmt Include="po/pt.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<msgfmt Include="po/ru.po" />
|
|
|
|
|
<msgfmt Include="po/sr.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<msgfmt Include="po/tr.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<msgfmt Include="po/zh_CN.po" />
|
|
|
|
|
<msgfmt Include="po/zh_TW.po" />
|
2011-02-01 05:30:27 +00:00
|
|
|
|
</ItemGroup>
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<ItemGroup>
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<None Include="po/ar.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<None Include="po/cs.po" />
|
|
|
|
|
<None Include="po/de.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<None Include="po/el.po" />
|
|
|
|
|
<CustomBuild Include="po/en.po">
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
</CustomBuild>
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<None Include="po/es.po" />
|
|
|
|
|
<None Include="po/fr.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<None Include="po/he.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<None Include="po/hu.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<None Include="po/it.po" />
|
|
|
|
|
<None Include="po/ja.po" />
|
|
|
|
|
<None Include="po/ko.po" />
|
|
|
|
|
<None Include="po/nb.po" />
|
|
|
|
|
<None Include="po/nl.po" />
|
|
|
|
|
<None Include="po/pl.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<None Include="po/pt_BR.po" />
|
|
|
|
|
<None Include="po/pt.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<None Include="po/ru.po" />
|
2011-03-14 13:33:11 +00:00
|
|
|
|
<None Include="po/tr.po" />
|
2011-08-20 21:05:43 +00:00
|
|
|
|
<None Include="po/sr.po" />
|
|
|
|
|
<None Include="po/zh_CN.po" />
|
|
|
|
|
<None Include="po/zh_TW.po" />
|
2011-02-01 07:05:30 +00:00
|
|
|
|
</ItemGroup>
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="po.targets" />
|
|
|
|
|
</ImportGroup>
|
2011-02-18 12:34:24 +00:00
|
|
|
|
</Project>
|