mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
QueryMaster Test Project
This commit is contained in:
parent
a29e8fb1b6
commit
0402a732e6
5 changed files with 128 additions and 3 deletions
19
src/QueryMaster.UnitTests/Properties/AssemblyInfo.cs
Normal file
19
src/QueryMaster.UnitTests/Properties/AssemblyInfo.cs
Normal 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")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue