1<?xml version="1.0" encoding="utf-8"?>
2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup
4    Condition="'$(msgfmtBeforeTargets)' == '' and '$(msgfmtAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
5    <msgfmtBeforeTargets>Midl</msgfmtBeforeTargets>
6    <msgfmtAfterTargets>CustomBuild</msgfmtAfterTargets>
7  </PropertyGroup>
8  <PropertyGroup>
9    <msgfmtDependsOn
10      Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(msgfmtDependsOn)</msgfmtDependsOn>
11  </PropertyGroup>
12  <ItemDefinitionGroup>
13    <msgfmt>
14      <Verbose>False</Verbose>
15      <OutputName>$(OutDir)Languages\%(Filename)\dolphin-emu.mo</OutputName>
16      <CommandLineTemplate>..\Externals\gettext\msgfmt [AllOptions] [AdditionalOptions] [inputs]</CommandLineTemplate>
17      <Outputs>%(OutputName)</Outputs>
18      <ExecutionDescription>Compiling %(Filename) locale</ExecutionDescription>
19    </msgfmt>
20  </ItemDefinitionGroup>
21</Project>