forked from sbozzie/test-intel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
20 lines (19 loc) · 905 Bytes
/
Copy pathAssemblyInfo.cs
File metadata and controls
20 lines (19 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("PleaseIgnore.IntelMap Unit Tests")]
[assembly: AssemblyDescription("Unit tests for the PleaseIgnore.IntelMap assembly")]
[assembly: AssemblyCompany(ProductInfo.CompanyName)]
[assembly: AssemblyProduct(ProductInfo.ProductName)]
[assembly: AssemblyCopyright(ProductInfo.CopyrightText)]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion(ProductInfo.ProductVersionPrefix + "0.0")]
[assembly: AssemblyInformationalVersion(ProductInfo.ProductVersion)]
[assembly: AssemblyFileVersion(ProductInfo.ProductVersion)]
[assembly: AssemblyConfiguration(ProductInfo.Configuration)]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: ComVisible(false)]
[assembly: Guid("486fe3a8-9cb3-4437-ba60-00acdfd8e734")]
[assembly: CLSCompliant(true)]