Index: src/DeltaShell/DeltaShell.Core/DeltaShell.Core.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/DeltaShell/DeltaShell.Core/DeltaShell.Core.csproj (.../DeltaShell.Core.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/DeltaShell/DeltaShell.Core/DeltaShell.Core.csproj (.../DeltaShell.Core.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -88,6 +88,9 @@ + + Properties\GlobalAssembly.cs + @@ -109,6 +112,7 @@ + SettingsSingleFileGenerator Settings.Designer.cs Index: src/DeltaShell/DeltaShell.Core/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -r0f4f3090613131cc878aeff213dd14e7658e0a7b -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/DeltaShell/DeltaShell.Core/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision 0f4f3090613131cc878aeff213dd14e7658e0a7b) +++ src/DeltaShell/DeltaShell.Core/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -7,19 +7,8 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly : AssemblyTitle("Delta Shell")] -[assembly : AssemblyDescription("")] -[assembly : AssemblyConfiguration("")] -[assembly : AssemblyCompany("Deltares")] [assembly : AssemblyProduct("Delta Shell")] -[assembly: AssemblyCopyright("Copyright � Deltares 2013")] -[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("f6a5ae38-b8ce-49c5-a8d9-4729c140ce1f")] Index: src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj (.../DeltaShell.Gui.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj (.../DeltaShell.Gui.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -103,6 +103,9 @@ + + Properties\GlobalAssembly.cs + App.xaml @@ -353,6 +356,7 @@ + SettingsSingleFileGenerator Settings.Designer.cs Index: src/DeltaShell/DeltaShell.Gui/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -r0f4f3090613131cc878aeff213dd14e7658e0a7b -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/DeltaShell/DeltaShell.Gui/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision 0f4f3090613131cc878aeff213dd14e7658e0a7b) +++ src/DeltaShell/DeltaShell.Gui/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -10,19 +10,8 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DeltaShell.Gui")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Delta Shell")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("a4036982-77b5-4a89-84be-0c05301f28a6")] Index: src/GlobalAssembly.cs =================================================================== diff -u --- src/GlobalAssembly.cs (revision 0) +++ src/GlobalAssembly.cs (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -0,0 +1,11 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCopyright("Copyright � Deltares 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +[assembly: ComVisible(false)] \ No newline at end of file Index: src/Plugins/Wti/Wti.Calculation/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -rb73d489ad2dad4733eb3524d1bb85237d564c21f -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Calculation/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision b73d489ad2dad4733eb3524d1bb85237d564c21f) +++ src/Plugins/Wti/Wti.Calculation/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -2,37 +2,12 @@ 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("Wti.Calculation")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Wti.Calculation")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("7fb99994-e34b-4c0d-a86c-e668bd789ebb")] -// 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("0.5.0.SVNREV")] -[assembly: AssemblyFileVersion("0.5.0.SVNREV")] - [assembly: InternalsVisibleTo("Wti.Calculation.Test")] + +[assembly: AssemblyVersion("0.5.0.SVNREV")] +[assembly: AssemblyFileVersion("0.5.0.SVNREV")] \ No newline at end of file Index: src/Plugins/Wti/Wti.Calculation/Wti.Calculation.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Calculation/Wti.Calculation.csproj (.../Wti.Calculation.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/Plugins/Wti/Wti.Calculation/Wti.Calculation.csproj (.../Wti.Calculation.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -47,6 +47,9 @@ + + Properties\GlobalAssembly.cs + @@ -62,6 +65,9 @@ Wti.Data + + + Index: src/Plugins/Wti/Wti.Controller/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -rb73d489ad2dad4733eb3524d1bb85237d564c21f -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Controller/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision b73d489ad2dad4733eb3524d1bb85237d564c21f) +++ src/Plugins/Wti/Wti.Controller/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -2,37 +2,12 @@ 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("Wti.Controller")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Wti.Controller")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("3ad44406-356a-4ad1-b911-510da20d5430")] -// 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("0.5.0.SVNREV")] -[assembly: AssemblyFileVersion("0.5.0.SVNREV")] +[assembly: AssemblyFileVersion("0.5.0.SVNREV")] [assembly: InternalsVisibleTo("Wti.Controller.Test")] \ No newline at end of file Index: src/Plugins/Wti/Wti.Controller/Wti.Controller.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Controller/Wti.Controller.csproj (.../Wti.Controller.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/Plugins/Wti/Wti.Controller/Wti.Controller.csproj (.../Wti.Controller.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -47,6 +47,9 @@ + + Properties\GlobalAssembly.cs + Component @@ -80,6 +83,9 @@ Wti.Forms + + + cmd /c $(SolutionDir)\svn_insert_version.cmd $(ProjectDir)\Properties Index: src/Plugins/Wti/Wti.Data/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -rb73d489ad2dad4733eb3524d1bb85237d564c21f -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Data/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision b73d489ad2dad4733eb3524d1bb85237d564c21f) +++ src/Plugins/Wti/Wti.Data/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -1,35 +1,10 @@ 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("Wti.Data")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Wti.Data")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("5ff8830f-c542-40f3-9f0f-64002f39b9ef")] -// 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("0.5.0.SVNREV")] [assembly: AssemblyFileVersion("0.5.0.SVNREV")] Index: src/Plugins/Wti/Wti.Data/Wti.Data.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Data/Wti.Data.csproj (.../Wti.Data.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/Plugins/Wti/Wti.Data/Wti.Data.csproj (.../Wti.Data.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -44,6 +44,9 @@ + + Properties\GlobalAssembly.cs + @@ -59,6 +62,9 @@ DelftTools.Utils + + + Index: src/Plugins/Wti/Wti.Forms/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -rb73d489ad2dad4733eb3524d1bb85237d564c21f -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Forms/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision b73d489ad2dad4733eb3524d1bb85237d564c21f) +++ src/Plugins/Wti/Wti.Forms/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -1,35 +1,10 @@ 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("Wti.Forms")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Wti.Forms")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("97bf528a-7e74-41c1-a382-43fd5c521bfa")] -// 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("0.5.0.SVNREV")] [assembly: AssemblyFileVersion("0.5.0.SVNREV")] Index: src/Plugins/Wti/Wti.Forms/Wti.Forms.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Forms/Wti.Forms.csproj (.../Wti.Forms.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/Plugins/Wti/Wti.Forms/Wti.Forms.csproj (.../Wti.Forms.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -46,6 +46,9 @@ + + Properties\GlobalAssembly.cs + @@ -98,6 +101,7 @@ + Index: src/Plugins/Wti/Wti.IO/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -rb73d489ad2dad4733eb3524d1bb85237d564c21f -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.IO/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision b73d489ad2dad4733eb3524d1bb85237d564c21f) +++ src/Plugins/Wti/Wti.IO/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -1,35 +1,10 @@ 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("Wti.IO")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Wti.IO")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("f5af3cbe-d10c-42a5-b625-95222648aeaf")] -// 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("0.5.0.SVNREV")] [assembly: AssemblyFileVersion("0.5.0.SVNREV")] Index: src/Plugins/Wti/Wti.IO/Wti.IO.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.IO/Wti.IO.csproj (.../Wti.IO.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/Plugins/Wti/Wti.IO/Wti.IO.csproj (.../Wti.IO.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -44,6 +44,9 @@ + + Properties\GlobalAssembly.cs + @@ -52,6 +55,9 @@ Wti.Data + + + Index: src/Plugins/Wti/Wti.Plugin/Properties/AssemblyInfo.cs.svn =================================================================== diff -u -rb73d489ad2dad4733eb3524d1bb85237d564c21f -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Plugin/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision b73d489ad2dad4733eb3524d1bb85237d564c21f) +++ src/Plugins/Wti/Wti.Plugin/Properties/AssemblyInfo.cs.svn (.../AssemblyInfo.cs.svn) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -2,37 +2,13 @@ using System.Runtime.InteropServices; using Mono.Addins; -// 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("Wti.Plugin")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Deltares")] [assembly: AssemblyProduct("Wti.Plugin")] -[assembly: AssemblyCopyright("Copyright © Deltares 2015")] -[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("09fffeaa-4d0a-4fbc-a745-1b249a030c3b")] -// 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("0.5.0.SVNREV")] [assembly: AssemblyFileVersion("0.5.0.SVNREV")] + [assembly: Addin] [assembly: AddinDependency("DeltaShellApplication", "1.0")] Index: src/Plugins/Wti/Wti.Plugin/Wti.Plugin.csproj =================================================================== diff -u -rd6ebde6f276f860d87f3b98524d6e84bc070f70e -rd57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e --- src/Plugins/Wti/Wti.Plugin/Wti.Plugin.csproj (.../Wti.Plugin.csproj) (revision d6ebde6f276f860d87f3b98524d6e84bc070f70e) +++ src/Plugins/Wti/Wti.Plugin/Wti.Plugin.csproj (.../Wti.Plugin.csproj) (revision d57dbb7b7ec7e4b8e9124ffb09cf2e615adb265e) @@ -65,6 +65,9 @@ + + Properties\GlobalAssembly.cs + True @@ -129,6 +132,7 @@ +