Empty libZRColaUI project added

This commit is contained in:
2016-02-25 14:24:54 +01:00
parent 4c91b8582a
commit 1afc37c916
9 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
<?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">
<libZRColaUIVersion>10</libZRColaUIVersion>
</PropertyGroup>
<PropertyGroup>
<OutDir>..\..\..\output\$(Platform).$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>LIBZRCOLAUI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<BuildMacro Include="libZRColaUIVersion">
<Value>$(libZRColaUIVersion)</Value>
</BuildMacro>
</ItemGroup>
</Project>