API version suffix added to DLL file name

This commit is contained in:
Simon Rozman 2016-02-22 09:22:05 +01:00
parent 6c65f6a872
commit 811778bd4e

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">
<libZRColaVersion>10</libZRColaVersion>
</PropertyGroup>
<PropertyGroup>
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
<TargetName>$(ProjectName)$(libZRColaVersion)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>LIBZRCOLA;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup />
<ItemGroup>
<BuildMacro Include="libZRColaVersion">
<Value>$(libZRColaVersion)</Value>
</BuildMacro>
</ItemGroup>
</Project>