QueryMaster Test Project

This commit is contained in:
Brett Hewitson 2022-05-15 21:23:33 +10:00
parent a29e8fb1b6
commit 0402a732e6
5 changed files with 128 additions and 3 deletions

View file

@ -0,0 +1,19 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("QueryMaster.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Bletch1971")]
[assembly: AssemblyProduct("QueryMaster.Tests")]
[assembly: AssemblyCopyright("Copyright © 2015-2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("812FAA07-FFE2-4F09-A93E-5704E544E61C")]
// exclude from semantic versioning
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]