RpcInvestigator/UnitTests/Properties/AssemblyInfo.cs

27 lines
844 B
C#

//
// Copyright (c) 2022-present, Trail of Bits, Inc.
// All rights reserved.
//
// This source code is licensed in accordance with the terms specified in
// the LICENSE file found in the root directory of this source tree.
//
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("RPC Investigator UnitTests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Trail of Bits")]
[assembly: AssemblyProduct("RPC Investigator")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("43cd7aef-cd26-4e7c-9428-1f8bfe40b10d")]
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]