Index: DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Version/GlobalAssembly.cs.svn
===================================================================
diff -u
--- DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Version/GlobalAssembly.cs.svn (revision 0)
+++ DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Version/GlobalAssembly.cs.svn (revision 897)
@@ -0,0 +1,12 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Deltares")]
+[assembly: AssemblyCopyright("Copyright © Deltares 2018")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+[assembly: AssemblyVersion("18.1.0.SVNREV")]
+[assembly: AssemblyFileVersion("18.1.0.SVNREV")]
\ No newline at end of file
Index: DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Sellmeijer4ForcesCalculator/Properties/AssemblyInfo.cs
===================================================================
diff -u
--- DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Sellmeijer4ForcesCalculator/Properties/AssemblyInfo.cs (revision 0)
+++ DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Sellmeijer4ForcesCalculator/Properties/AssemblyInfo.cs (revision 897)
@@ -0,0 +1,30 @@
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Piping Kernels.
+//
+// The Dam Macrostability Kernel is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Reflection;
+using System.Runtime.InteropServices;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyTitle("Deltares.DamPiping.Sellmeijer4ForcesCalculator")]
+[assembly: AssemblyProduct("Deltares.DamPiping.Sellmeijer4ForcesCalculator")]
+[assembly: Guid("e5bbeef4-fa0f-4eb7-871b-a46ffe515798")]
+
+[assembly: InternalsVisibleTo("Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests")]
Index: DamFailureMechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/Properties/AssemblyInfo.cs
===================================================================
diff -u -r896 -r897
--- DamFailureMechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 896)
+++ DamFailureMechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 897)
@@ -20,38 +20,10 @@
// All rights reserved.
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("Deltares.DamPiping.BlighCalculatorTests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Deltares")]
[assembly: AssemblyProduct("Deltares.DamPiping.BlighCalculatorTests")]
-[assembly: AssemblyCopyright("Copyright © Deltares 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("8b92cbaf-286b-44b1-9165-5b7cfd320772")]
-// 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("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
Index: DamFailureMechanisms/damPiping/trunk/src/DamPiping.sln
===================================================================
diff -u -r878 -r897
--- DamFailureMechanisms/damPiping/trunk/src/DamPiping.sln (.../DamPiping.sln) (revision 878)
+++ DamFailureMechanisms/damPiping/trunk/src/DamPiping.sln (.../DamPiping.sln) (revision 897)
@@ -4,25 +4,41 @@
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.BlighCalculator", "Deltares.DamPiping.BlighCalculator\Deltares.DamPiping.BlighCalculator.csproj", "{CA25D0BC-FAC6-429B-9FCF-E57E357889B9}"
+ ProjectSection(ProjectDependencies) = postProject
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D} = {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
+ EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B8D0FE36-7979-498D-85B9-D8776EAE10BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.BlighCalculatorTests", "Tests\Deltares.DamPiping.BlighCalculatorTests\Deltares.DamPiping.BlighCalculatorTests.csproj", "{8B92CBAF-286B-44B1-9165-5B7CFD320772}"
ProjectSection(ProjectDependencies) = postProject
{CA25D0BC-FAC6-429B-9FCF-E57E357889B9} = {CA25D0BC-FAC6-429B-9FCF-E57E357889B9}
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D} = {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.Sellmeijer4ForcesCalculator", "Deltares.DamPiping.Sellmeijer4ForcesCalculator\Deltares.DamPiping.Sellmeijer4ForcesCalculator.csproj", "{E5BBEEF4-FA0F-4EB7-871B-A46FFE515798}"
+ ProjectSection(ProjectDependencies) = postProject
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D} = {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
+ EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests", "Tests\Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests\Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests.csproj", "{7154C6BE-FD10-4BCD-A014-A46BA551971E}"
+ ProjectSection(ProjectDependencies) = postProject
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D} = {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
+ EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.SellmeijerVNKCalculatorTests", "Tests\Deltares.DamPiping.SellmeijerVNKCalculatorTests\Deltares.DamPiping.SellmeijerVNKCalculatorTests.csproj", "{2FE63B67-6C02-4F65-BD00-775A90A9F7E9}"
ProjectSection(ProjectDependencies) = postProject
{9A4A09AC-0284-40A9-9141-0864BFE0207A} = {9A4A09AC-0284-40A9-9141-0864BFE0207A}
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D} = {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.SellmeijerVNKCalculator", "Deltares.DamPiping.SellmeijerVNKCalculator\Deltares.DamPiping.SellmeijerVNKCalculator.csproj", "{9A4A09AC-0284-40A9-9141-0864BFE0207A}"
+ ProjectSection(ProjectDependencies) = postProject
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D} = {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
+ EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.Version", "Deltares.DamPiping.Version\Deltares.DamPiping.Version.csproj", "{F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
@@ -53,6 +69,10 @@
{9A4A09AC-0284-40A9-9141-0864BFE0207A}.Debug|x86.Build.0 = Debug|x86
{9A4A09AC-0284-40A9-9141-0864BFE0207A}.Release|x86.ActiveCfg = Release|x86
{9A4A09AC-0284-40A9-9141-0864BFE0207A}.Release|x86.Build.0 = Release|x86
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}.Debug|x86.ActiveCfg = Debug|x86
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}.Debug|x86.Build.0 = Debug|x86
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}.Release|x86.ActiveCfg = Release|x86
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Fisheye: Tag 897 refers to a dead (removed) revision in file `DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/AssemblyInfo.cs.svn'.
Fisheye: No comparison available. Pass `N' to diff?
Index: DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Version/Deltares.DamPiping.Version.csproj
===================================================================
diff -u
--- DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Version/Deltares.DamPiping.Version.csproj (revision 0)
+++ DamFailureMechanisms/damPiping/trunk/src/Deltares.DamPiping.Version/Deltares.DamPiping.Version.csproj (revision 897)
@@ -0,0 +1,42 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {F2B0EAE9-2E59-4DAE-9DE5-FE4CDD422E6D}
+ Library
+ Properties
+ Deltares.DamPiping.Version
+ Deltares.DamPiping.Version
+ v4.5
+ 512
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ "$(ProjectDir)..\..\utils\svn_insert_version.cmd" "$(ProjectDir)" GlobalAssembly.cs.svn GlobalAssembly.cs
+
+
+
\ No newline at end of file
Index: DamFailureMechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests/Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests.csproj
===================================================================
diff -u -r896 -r897
--- DamFailureMechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests/Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests.csproj (.../Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests.csproj) (revision 896)
+++ DamFailureMechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests/Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests.csproj (.../Deltares.DamPiping.Sellmeijer4ForcesCalculatorTests.csproj) (revision 897)
@@ -52,7 +52,7 @@
Copying.AGPL.licenseheader
-
+