aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtprojectlib/QtProjectLib.csproj
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2020-11-03 23:56:19 +0100
committerMiguel Costa <miguel.costa@qt.io>2020-11-17 09:55:33 +0000
commitde92ff14fe4ac187485fd3f7f7642e1bd4842f82 (patch)
treeca906845f2b209204681ab84096e1634fc9c4fac /src/qtprojectlib/QtProjectLib.csproj
parent71bf3c0407da2b2c0562ef4e64007f575ce6899a (diff)
Rework text template processing
Modified text template code to allow integration with build targets (i.e. process text templates during build) and also allow processing from outside of the VS IDE (i.e. if building the VS Tools solution from the command line). Task-number: QTVSADDINBUG-735 Change-Id: I115575cfba7bf3899e6d01a256b640631402c4dc Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/qtprojectlib/QtProjectLib.csproj')
-rw-r--r--src/qtprojectlib/QtProjectLib.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qtprojectlib/QtProjectLib.csproj b/src/qtprojectlib/QtProjectLib.csproj
index 8fcb787b..6f3c8c04 100644
--- a/src/qtprojectlib/QtProjectLib.csproj
+++ b/src/qtprojectlib/QtProjectLib.csproj
@@ -131,6 +131,7 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <Import Project="$(SolutionDir)\transform.targets" />
<Import Project="..\config\$(VisualStudioVersion)\qtvstools.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.