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-02-18 12:34:24 +00:00
|
|
|
|
<msgfmt Include="cs.po" />
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<msgfmt Include="da.po" />
|
|
|
|
|
<msgfmt Include="de.po" />
|
|
|
|
|
<msgfmt Include="el.po" />
|
|
|
|
|
<msgfmt Include="en.po" />
|
|
|
|
|
<msgfmt Include="es.po" />
|
|
|
|
|
<msgfmt Include="fr.po" />
|
|
|
|
|
<msgfmt Include="he.po" />
|
|
|
|
|
<msgfmt Include="hu.po" />
|
|
|
|
|
<msgfmt Include="it.po" />
|
|
|
|
|
<msgfmt Include="ja.po" />
|
|
|
|
|
<msgfmt Include="ko.po" />
|
|
|
|
|
<msgfmt Include="nb.po" />
|
|
|
|
|
<msgfmt Include="nl.po" />
|
|
|
|
|
<msgfmt Include="pl.po" />
|
|
|
|
|
<msgfmt Include="pt_BR.po" />
|
2011-03-02 22:47:21 +00:00
|
|
|
|
<msgfmt Include="pt.po" />
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<msgfmt Include="ru.po" />
|
2011-03-02 22:47:21 +00:00
|
|
|
|
<msgfmt Include="sr.po" />
|
2011-02-01 05:30:27 +00:00
|
|
|
|
<msgfmt Include="tr.po" />
|
|
|
|
|
<msgfmt Include="zh_CN.po" />
|
|
|
|
|
<msgfmt Include="zh_TW.po" />
|
|
|
|
|
</ItemGroup>
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<ItemGroup>
|
2011-02-18 12:34:24 +00:00
|
|
|
|
<None Include="cs.po" />
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<None Include="da.po" />
|
|
|
|
|
<None Include="de.po" />
|
|
|
|
|
<None Include="el.po" />
|
|
|
|
|
<CustomBuild Include="en.po">
|
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
|
</CustomBuild>
|
|
|
|
|
<None Include="es.po" />
|
|
|
|
|
<None Include="fr.po" />
|
|
|
|
|
<None Include="he.po" />
|
|
|
|
|
<None Include="hu.po" />
|
|
|
|
|
<None Include="it.po" />
|
|
|
|
|
<None Include="ja.po" />
|
|
|
|
|
<None Include="ko.po" />
|
|
|
|
|
<None Include="nb.po" />
|
|
|
|
|
<None Include="nl.po" />
|
|
|
|
|
<None Include="pl.po" />
|
|
|
|
|
<None Include="pt_BR.po" />
|
2011-03-02 22:47:21 +00:00
|
|
|
|
<None Include="pt.po" />
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<None Include="ru.po" />
|
|
|
|
|
<None Include="tr.po" />
|
2011-03-02 22:47:21 +00:00
|
|
|
|
<None Include="sr.po" />
|
2011-02-01 07:05:30 +00:00
|
|
|
|
<None Include="zh_CN.po" />
|
|
|
|
|
<None Include="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>
|
2011-02-18 12:34:24 +00:00
|
|
|
|
</Project>
|