Files
apple-foundationdb/versions.target.cmake
Aaron Molitor ea490460ea use FDB_VERSION in lieu of PROJECT_VERSION or CMAKE_PROJECT_VERSION
write FDB_VERSION to a file to avoid regex golf in other build scripts
2021-11-29 16:39:49 -08:00

8 lines
235 B
CMake

<?xml version="1.0"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>${FDB_VERSION}</Version>
<PackageName>${FDB_MAJOR}.${FDB_MINOR}</PackageName>
</PropertyGroup>
</Project>