|
|
@ -22,18 +22,8 @@ using System.Runtime.InteropServices;
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
|
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
|
[assembly: Guid("a463887e-594f-4733-b227-a79f4ffb2158")]
|
|
|
|
[assembly: Guid("a463887e-594f-4733-b227-a79f4ffb2158")]
|
|
|
|
|
|
|
|
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// Major Version
|
|
|
|
|
|
|
|
// Minor Version
|
|
|
|
|
|
|
|
// Build Number
|
|
|
|
|
|
|
|
// Revision
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// You can specify all the values or you can default the Build and Revision Numbers
|
|
|
|
|
|
|
|
// by using the '*' as shown below:
|
|
|
|
|
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
|
|
|
|
|
[assembly: AssemblyVersion("10.0.0.*")]
|
|
|
|
[assembly: AssemblyVersion("10.0.0.*")]
|
|
|
|
[assembly: AssemblyFileVersion("10.0.0.*")]
|
|
|
|
|
|
|
|
[assembly: InternalsVisibleTo("Exceptron.Client.Tests")]
|
|
|
|
[assembly: InternalsVisibleTo("Exceptron.Client.Tests")]
|
|
|
|
[assembly: InternalsVisibleTo("Exceptron.Api.v1.Tests")]
|
|
|
|
[assembly: InternalsVisibleTo("Exceptron.Api.v1.Tests")]
|
|
|
|
[assembly: InternalsVisibleTo("Exceptron.Rush")]
|
|
|
|
[assembly: InternalsVisibleTo("Exceptron.Rush")]
|
|
|
|