23 lines
842 B
XML
23 lines
842 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros">
|
|
<wxExtendVersion>13</wxExtendVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WXEXTEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ClCompile>
|
|
<POCompile>
|
|
<OutputFile>$(OutDir)..\locale\%(Filename)\$(ProjectName)$(wxExtendVersion).mo</OutputFile>
|
|
</POCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<BuildMacro Include="wxExtendVersion">
|
|
<Value>$(wxExtendVersion)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |