API version suffix added to DLL file name

This commit is contained in:
Simon Rozman 2016-02-22 09:21:58 +01:00
parent 6914baf5b2
commit 3125d436d9

View File

@ -1,14 +1,21 @@
<?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" />
<PropertyGroup Label="UserMacros">
<wxExtendVersion>10</wxExtendVersion>
</PropertyGroup>
<PropertyGroup>
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
<TargetName>$(ProjectName)$(wxExtendVersion)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>WXEXTEND;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
<ItemGroup>
<BuildMacro Include="wxExtendVersion">
<Value>$(wxExtendVersion)</Value>
</BuildMacro>
</ItemGroup>
</Project>