Languages.vcxproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{0B8D0A82-C520-46BA-849D-3BB8F637EE0C}</ProjectGuid>
  15. <RootNamespace>Languages</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  19. <ConfigurationType>Utility</ConfigurationType>
  20. <CharacterSet>NotSet</CharacterSet>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  23. <ConfigurationType>Utility</ConfigurationType>
  24. <CharacterSet>NotSet</CharacterSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  27. <ConfigurationType>Utility</ConfigurationType>
  28. <CharacterSet>NotSet</CharacterSet>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  31. <ConfigurationType>Utility</ConfigurationType>
  32. <CharacterSet>NotSet</CharacterSet>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. <Import Project="po.props" />
  37. </ImportGroup>
  38. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. <Import Project="..\Source\VSProps\Base.props" />
  41. </ImportGroup>
  42. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  43. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  44. <Import Project="..\Source\VSProps\Base.props" />
  45. </ImportGroup>
  46. <PropertyGroup Label="UserMacros" />
  47. <PropertyGroup>
  48. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Binary\$(Platform)\</OutDir>
  49. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Binary\$(Platform)\</OutDir>
  50. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Binary\$(Platform)\</OutDir>
  51. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Binary\$(Platform)\</OutDir>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  54. </ItemDefinitionGroup>
  55. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  56. </ItemDefinitionGroup>
  57. <ItemGroup>
  58. <msgfmt Include="po/ar.po" />
  59. <msgfmt Include="po/cs.po" />
  60. <msgfmt Include="po/de.po" />
  61. <msgfmt Include="po/el.po" />
  62. <msgfmt Include="po/en.po" />
  63. <msgfmt Include="po/es.po" />
  64. <msgfmt Include="po/fr.po" />
  65. <msgfmt Include="po/he.po" />
  66. <msgfmt Include="po/hu.po" />
  67. <msgfmt Include="po/it.po" />
  68. <msgfmt Include="po/ja.po" />
  69. <msgfmt Include="po/ko.po" />
  70. <msgfmt Include="po/nb.po" />
  71. <msgfmt Include="po/nl.po" />
  72. <msgfmt Include="po/pl.po" />
  73. <msgfmt Include="po/pt_BR.po" />
  74. <msgfmt Include="po/pt.po" />
  75. <msgfmt Include="po/ru.po" />
  76. <msgfmt Include="po/sr.po" />
  77. <msgfmt Include="po/sv.po" />
  78. <msgfmt Include="po/tr.po" />
  79. <msgfmt Include="po/zh_CN.po" />
  80. <msgfmt Include="po/zh_TW.po" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="po/ar.po" />
  84. <None Include="po/cs.po" />
  85. <None Include="po/de.po" />
  86. <None Include="po/el.po" />
  87. <CustomBuild Include="po/en.po">
  88. <FileType>Document</FileType>
  89. </CustomBuild>
  90. <None Include="po/es.po" />
  91. <None Include="po/fr.po" />
  92. <None Include="po/he.po" />
  93. <None Include="po/hu.po" />
  94. <None Include="po/it.po" />
  95. <None Include="po/ja.po" />
  96. <None Include="po/ko.po" />
  97. <None Include="po/nb.po" />
  98. <None Include="po/nl.po" />
  99. <None Include="po/pl.po" />
  100. <None Include="po/pt_BR.po" />
  101. <None Include="po/pt.po" />
  102. <None Include="po/ru.po" />
  103. <None Include="po/sr.po" />
  104. <None Include="po/sv.po" />
  105. <None Include="po/tr.po" />
  106. <None Include="po/zh_CN.po" />
  107. <None Include="po/zh_TW.po" />
  108. </ItemGroup>
  109. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  110. <ImportGroup Label="ExtensionTargets">
  111. <Import Project="po.targets" />
  112. </ImportGroup>
  113. </Project>