Index: test/DeltaShell/DeltaShell.Tests/Properties/AssemblyInfo.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/DeltaShell/DeltaShell.Tests/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/DeltaShell/DeltaShell.Tests/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -1,27 +1,30 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. + using System.Reflection; using System.Runtime.InteropServices; using NUnit.Framework; -[assembly : AssemblyTitle("DeltaShell.Tests")] -[assembly : AssemblyDescription("")] -[assembly : AssemblyConfiguration("")] -[assembly : AssemblyCompany("Deltares")] -[assembly : AssemblyProduct("DeltaShell.Tests")] -[assembly : AssemblyCopyright("Copyright � Deltares 2008")] -[assembly : AssemblyTrademark("")] -[assembly : AssemblyCulture("")] +[assembly: AssemblyTitle("DeltaShell.Tests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyProduct("DeltaShell.Tests")] +[assembly: AssemblyCopyright("Copyright � Deltares 2008")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] // 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)] +[assembly: ComVisible(false)] + // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly : Guid("2d410d08-3a73-45cd-a541-14238fcade49")] +[assembly: Guid("2d410d08-3a73-45cd-a541-14238fcade49")] + // Version information for an assembly consists of the following four values: // // Major Version @@ -31,6 +34,7 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly : AssemblyVersion("1.0.0.0")] -[assembly : AssemblyFileVersion("1.0.0.0")] + +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: RequiresSTA] \ No newline at end of file