Index: dam classic/trunk/src/Dam/Application/Properties/GlobalAssemblyInfo.cs
===================================================================
diff -u
--- dam classic/trunk/src/Dam/Application/Properties/GlobalAssemblyInfo.cs (revision 0)
+++ dam classic/trunk/src/Dam/Application/Properties/GlobalAssemblyInfo.cs (revision 218)
@@ -0,0 +1,20 @@
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+// 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.
+[assembly: AssemblyTitle("Dijksterkte Analyse Module")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Deltares")]
+[assembly: AssemblyProduct("DAM")]
+[assembly: AssemblyCopyright("Copyright © Deltares 2011-2017")]
+[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)]
+
Index: dam classic/trunk/src/Dam/Application/Deltares.Dam.Application.csproj
===================================================================
diff -u -r190 -r218
--- dam classic/trunk/src/Dam/Application/Deltares.Dam.Application.csproj (.../Deltares.Dam.Application.csproj) (revision 190)
+++ dam classic/trunk/src/Dam/Application/Deltares.Dam.Application.csproj (.../Deltares.Dam.Application.csproj) (revision 218)
@@ -102,6 +102,7 @@
+
Index: dam classic/trunk/src/Dam/Application/Properties/AssemblyInfo.cs.svn
===================================================================
diff -u -r190 -r218
--- dam classic/trunk/src/Dam/Application/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision 190)
+++ dam classic/trunk/src/Dam/Application/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision 218)
@@ -1,36 +1,8 @@
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// 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.
-[assembly: AssemblyTitle("Dijksterkte Analyse Module")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Deltares")]
-[assembly: AssemblyProduct("DAM")]
-[assembly: AssemblyCopyright("Copyright © Deltares 2011-2017")]
-[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)]
-
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("5e092d68-b644-40e0-98b4-a5a5efb8c610")]
-// 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("17.1.0.SVNREV")]
[assembly: AssemblyFileVersion("17.1.0.SVNREV")]