Blame win32/nls/nls.vcxproj

rpm-build 698d12

rpm-build 698d12
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
rpm-build 698d12
  <PropertyGroup Label="Configuration">
rpm-build 698d12
    <PlatformToolset>v140</PlatformToolset>
rpm-build 698d12
    <ConfigurationType>Application</ConfigurationType>
rpm-build 698d12
  </PropertyGroup>
rpm-build 698d12
  <ItemGroup Label="ProjectConfigurations">
rpm-build 698d12
    <ProjectConfiguration Include="Release|Win32">
rpm-build 698d12
      <Configuration>Release</Configuration>
rpm-build 698d12
      <Platform>Win32</Platform>
rpm-build 698d12
    </ProjectConfiguration>
rpm-build 698d12
    <ProjectConfiguration Include="Release|x64">
rpm-build 698d12
      <Configuration>Release</Configuration>
rpm-build 698d12
      <Platform>x64</Platform>
rpm-build 698d12
    </ProjectConfiguration>
rpm-build 698d12
  </ItemGroup>
rpm-build 698d12
  <PropertyGroup Label="Globals">
rpm-build 698d12
    <ProjectGuid>{B10A2C41-344C-43E0-A32D-B9587C198D8B}</ProjectGuid>
rpm-build 698d12
    <RootNamespace>nls</RootNamespace>
rpm-build 698d12
  </PropertyGroup>
rpm-build 698d12
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
rpm-build 698d12
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
rpm-build 698d12
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
rpm-build 698d12
  <Import Project="..\hexchat.props" />
rpm-build 698d12
  <PropertyGroup>
rpm-build 698d12
    <OutDir>$(HexChatBin)</OutDir>
rpm-build 698d12
  </PropertyGroup>
rpm-build 698d12
  <ItemDefinitionGroup>
rpm-build 698d12
    <PreBuildEvent>
rpm-build 698d12
      <Command>cd ..\..\po
rpm-build 698d12
rmdir /q /s "$(OutDir)\locale"
rpm-build 698d12
mkdir "$(OutDir)\locale"
rpm-build 698d12
for %%A in (*.po) do (
rpm-build 698d12
mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
rpm-build 698d12
"$(DepsRoot)\bin\msgfmt.exe" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A
rpm-build 698d12
)</Command>
rpm-build 698d12
    </PreBuildEvent>
rpm-build 698d12
  </ItemDefinitionGroup>
rpm-build 698d12
  <ItemGroup>
rpm-build 698d12
  </ItemGroup>
rpm-build 698d12
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
rpm-build 698d12
</Project>