2018-12-07 05:37:01 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros">
|
2021-08-30 14:19:19 -04:00
|
|
|
<libksVersion>1.7.0</libksVersion>
|
2018-12-07 05:37:01 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<libksVersionImported>true</libksVersionImported>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup />
|
|
|
|
<ItemDefinitionGroup />
|
|
|
|
<ItemGroup>
|
|
|
|
<BuildMacro Include="libksVersion">
|
|
|
|
<Value>$(libksVersion)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|