aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/Test_QtMsBuild.Tasks/Properties/AssemblyInfo.cs
blob: 0e2e4a2a15b6b94bf8c1a4290e6f21742ad8aacd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2025 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Test_QtMsBuild.Tasks")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Test_QtMsBuild.Tasks")]
[assembly: AssemblyCopyright("Copyright (C) 2025 The Qt Company Ltd.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: ComVisible(false)]

[assembly: Guid("F1DA3C24-5920-4164-BC46-51BFDC12048E")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]