aboutsummaryrefslogtreecommitdiffstats
path: root/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/qttemplates/mainwindow/Properties/AssemblyInfo.cs')
-rw-r--r--src/qttemplates/mainwindow/Properties/AssemblyInfo.cs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs b/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs
index 72eece55..fa36a495 100644
--- a/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs
+++ b/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs
@@ -24,6 +24,10 @@
**
** $QT_END_LICENSE$
**
+****************************************************************************
+<#@output extension="tt.cs" #>
+<#@include file="$(SolutionDir)\version.tt" #>
+** <#=WARNING_GENERATED_FILE#>
****************************************************************************/
using System.Reflection;
@@ -59,5 +63,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.2.1.0")]
-[assembly: AssemblyFileVersion("2.2.1.0")]
+[assembly: AssemblyVersion("<#=QT_VS_TOOLS_VERSION_ASSEMBLY#>")]
+[assembly: AssemblyFileVersion("<#=QT_VS_TOOLS_VERSION_ASSEMBLY_FILE#>")]