23 lines
973 B
C#
23 lines
973 B
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
|
[assembly: AssemblyCompany("SharePoint Solutions")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCopyright("Copyright © SharePoint Solutions 2006")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyFileVersion("1.0.9182.1")]
|
|
[assembly: AssemblyKeyName("SPSolutions")]
|
|
[assembly: AssemblyProduct("SharePoint Solutions Base Class Library")]
|
|
[assembly: AssemblyTitle("SPSolutions.Common")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: SatelliteContractVersion("1.0.0.0")]
|
|
[assembly: CompilationRelaxations(8)]
|
|
[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("4662d0d5-16fd-4bc6-984b-8ec47410708e")]
|