forked from simple-odata-client/Simple.OData.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommonAssemblyInfo.cs
More file actions
28 lines (24 loc) · 878 Bytes
/
CommonAssemblyInfo.cs
File metadata and controls
28 lines (24 loc) · 878 Bytes
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
using System;
using System.Reflection;
using System.Resources;
using System.Security;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#if(DEBUG)
[assembly: AssemblyConfiguration("Debug")]
#else
[assembly: AssemblyConfiguration("Release")]
#endif
[assembly: AssemblyCompany("Vagif Abilov")]
[assembly: AssemblyProduct("Simple OData Client")]
[assembly: AssemblyCopyright("Copyright © Vagif Abilov 2012-2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
#if !PORTABLE
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
#endif
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliant(false)]