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
29 lines (27 loc) · 1.4 KB
/
Copy pathAssemblyInfo.cs
File metadata and controls
29 lines (27 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Test Alliance Intel Map Client Library")]
[assembly: AssemblyDescription("Provides a software interface for data"
+ " exchange with maps.pleaseignore.com")]
[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("33fbda7f-bf66-4d8d-ac36-def004cc724e")]
[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleToAttribute("PleaseIgnore.IntelMap.Tests, PublicKey="
+ "0024000004800000940000000602000000240000525341310004000001000100c1962ee0"
+ "9988f18f029d1d27d0221fc29f9ce1ccc82a558ac371fd822286ebfdba2aac22269f3495"
+ "bc53941b3593258da2923bf7fe37b72c1eec0c2a21b3537c53e5c566a570a68b70fcb140"
+ "5bc761e56757b62380b27b4ec1b55084ebc5b40cfac114679b8f3c1b3e907c7820aa29c7"
+ "7c1cf84972f65bbc430476f7d96150af")]