Set OutDir to save .mo files where parent solutions expect them

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2021-12-01 06:05:03 +01:00
parent 06644a4d2e
commit 2cb4713f9b

View File

@ -4,6 +4,9 @@
<PropertyGroup Label="UserMacros">
<wxExtendVersion>15</wxExtendVersion>
</PropertyGroup>
<PropertyGroup>
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<POCompile>
<OutputFile>$(OutDir)..\locale\%(Filename)\$(ProjectName)$(wxExtendVersion).mo</OutputFile>