aboutsummaryrefslogtreecommitdiffstats
path: root/version.targets
blob: 542791001791c93cba1e4f1a25fac89b6d08fe5d (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Condition="'$(QtVSToolsVersion)' == ''">
    <QtVSToolsVersion
      >$([System.IO.File]::ReadAllText('$(SolutionDir)\version.log'))</QtVSToolsVersion>
  </PropertyGroup>
</Project>