aboutsummaryrefslogtreecommitdiffstats
path: root/version.targets
blob: f5158d6e905c39c0e76091db939c3ef5dcd129ec (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('$(MSBuildThisFileDirectory)\version.log').Trim())</QtVSToolsVersion>
  </PropertyGroup>
</Project>