Set OutDir to save .mo files where parent solutions expect them
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
06644a4d2e
commit
2cb4713f9b
@ -4,6 +4,9 @@
|
|||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<wxExtendVersion>15</wxExtendVersion>
|
<wxExtendVersion>15</wxExtendVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<POCompile>
|
<POCompile>
|
||||||
<OutputFile>$(OutDir)..\locale\%(Filename)\$(ProjectName)$(wxExtendVersion).mo</OutputFile>
|
<OutputFile>$(OutDir)..\locale\%(Filename)\$(ProjectName)$(wxExtendVersion).mo</OutputFile>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user