Index: dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/PipingCalculatorBlighTests.cs =================================================================== diff -u -r259 -r267 --- dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/PipingCalculatorBlighTests.cs (.../PipingCalculatorBlighTests.cs) (revision 259) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.BlighCalculatorTests/PipingCalculatorBlighTests.cs (.../PipingCalculatorBlighTests.cs) (revision 267) @@ -2,9 +2,10 @@ using System.Collections.Generic; using System.Linq; using System.Text; +using Deltares.DamPiping.BlighCalculator; using NUnit.Framework; -namespace Deltares.DamPiping.Tests +namespace Deltares.DamPiping.BlighCalculatorTests { [TestFixture] public class PipingCalculatorBlighTests Index: dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/GlobalAssemblyInfo.cs =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/GlobalAssemblyInfo.cs (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/GlobalAssemblyInfo.cs (revision 267) @@ -0,0 +1,20 @@ +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("DamPipingBlighCalculator")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyProduct("DamPipingBlighCalculator")] +[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)] \ No newline at end of file Fisheye: Tag 267 refers to a dead (removed) revision in file `dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Class1.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/AssemblyInfo.cs.svn =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/AssemblyInfo.cs.svn (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/AssemblyInfo.cs.svn (revision 267) @@ -0,0 +1,8 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("9c749aa4-cfbf-4906-9057-4f4c771788b2")] + +[assembly: AssemblyVersion("17.1.0.SVNREV")] +[assembly: AssemblyFileVersion("17.1.0.SVNREV")] Index: dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/GlobalAssemblyInfo.cs =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/GlobalAssemblyInfo.cs (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/GlobalAssemblyInfo.cs (revision 267) @@ -0,0 +1,20 @@ +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("DamPipingExitPointDeterminator")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyProduct("DamPipingExitPointDeterminator")] +[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)] Index: dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Deltares.DamPipingTests.csproj =================================================================== diff -u -r259 -r267 --- dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Deltares.DamPipingTests.csproj (.../Deltares.DamPipingTests.csproj) (revision 259) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Deltares.DamPipingTests.csproj (.../Deltares.DamPipingTests.csproj) (revision 267) @@ -14,15 +14,15 @@ true - bin\x86\Debug\ + ..\..\bin\Debug\ DEBUG;TRACE full x86 prompt MinimumRecommendedRules.ruleset - bin\x86\Release\ + ..\..\bin\Release\ TRACE true pdbonly @@ -31,6 +31,9 @@ MinimumRecommendedRules.ruleset + + ..\..\..\lib\NUnit\nunit.framework.dll + @@ -41,10 +44,15 @@ - + + + {36A28706-EDBF-4D6E-B143-FF53941A91F2} + Deltares.DamPiping + + + \ No newline at end of file Fisheye: Tag 267 refers to a dead (removed) revision in file `dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/AssemblyInfo.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Class1Tests.cs =================================================================== diff -u -r259 -r267 --- dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Class1Tests.cs (.../Class1Tests.cs) (revision 259) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPipingTests/Class1Tests.cs (.../Class1Tests.cs) (revision 267) @@ -1,4 +1,5 @@ using NUnit.Framework; +using Deltares.DamPiping; namespace Deltares.DamPiping.Tests { Fisheye: Tag 267 refers to a dead (removed) revision in file `dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.ExitPointDeterminator/Properties/AssemblyInfo.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: dam failuremechanisms/damPiping/trunk/src/DamPiping.sln =================================================================== diff -u -r259 -r267 --- dam failuremechanisms/damPiping/trunk/src/DamPiping.sln (.../DamPiping.sln) (revision 259) +++ dam failuremechanisms/damPiping/trunk/src/DamPiping.sln (.../DamPiping.sln) (revision 267) @@ -12,9 +12,20 @@ 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} + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPipingTests", "Tests\Deltares.DamPipingTests\Deltares.DamPipingTests.csproj", "{EFBD172A-3AC6-47C9-AD59-1BAA3B523E29}" + ProjectSection(ProjectDependencies) = postProject + {36A28706-EDBF-4D6E-B143-FF53941A91F2} = {36A28706-EDBF-4D6E-B143-FF53941A91F2} + EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamPiping.ExitPointDeterminatorTests", "Tests\Deltares.DamPiping.ExitPointDeterminatorTests\Deltares.DamPiping.ExitPointDeterminatorTests.csproj", "{D3CC9C90-ADF8-425C-8245-9CD0DF84D6A2}" + ProjectSection(ProjectDependencies) = postProject + {9C749AA4-CFBF-4906-9057-4F4C771788B2} = {9C749AA4-CFBF-4906-9057-4F4C771788B2} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -41,12 +52,17 @@ {EFBD172A-3AC6-47C9-AD59-1BAA3B523E29}.Debug|x86.Build.0 = Debug|x86 {EFBD172A-3AC6-47C9-AD59-1BAA3B523E29}.Release|x86.ActiveCfg = Release|x86 {EFBD172A-3AC6-47C9-AD59-1BAA3B523E29}.Release|x86.Build.0 = Release|x86 + {D3CC9C90-ADF8-425C-8245-9CD0DF84D6A2}.Debug|x86.ActiveCfg = Debug|x86 + {D3CC9C90-ADF8-425C-8245-9CD0DF84D6A2}.Debug|x86.Build.0 = Debug|x86 + {D3CC9C90-ADF8-425C-8245-9CD0DF84D6A2}.Release|x86.ActiveCfg = Release|x86 + {D3CC9C90-ADF8-425C-8245-9CD0DF84D6A2}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {8B92CBAF-286B-44B1-9165-5B7CFD320772} = {B8D0FE36-7979-498D-85B9-D8776EAE10BF} {EFBD172A-3AC6-47C9-AD59-1BAA3B523E29} = {B8D0FE36-7979-498D-85B9-D8776EAE10BF} + {D3CC9C90-ADF8-425C-8245-9CD0DF84D6A2} = {B8D0FE36-7979-498D-85B9-D8776EAE10BF} EndGlobalSection EndGlobal Index: dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.ExitPointDeterminatorTests/Class1.cs =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.ExitPointDeterminatorTests/Class1.cs (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Tests/Deltares.DamPiping.ExitPointDeterminatorTests/Class1.cs (revision 267) @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Deltares.DamPiping.ExitPointDeterminatorTests +{ + public class Class1 + { + } +} Index: dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/AssemblyInfo.cs.svn =================================================================== diff -u --- dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/AssemblyInfo.cs.svn (revision 0) +++ dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Properties/AssemblyInfo.cs.svn (revision 267) @@ -0,0 +1,8 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ca25d0bc-fac6-429b-9fcf-e57e357889b9")] + +[assembly: AssemblyVersion("17.1.0.SVNREV")] +[assembly: AssemblyFileVersion("17.1.0.SVNREV")] Index: dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Deltares.DamPiping.BlighCalculator.csproj =================================================================== diff -u -r259 -r267 --- dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Deltares.DamPiping.BlighCalculator.csproj (.../Deltares.DamPiping.BlighCalculator.csproj) (revision 259) +++ dam failuremechanisms/damPiping/trunk/src/Deltares.DamPiping.BlighCalculator/Deltares.DamPiping.BlighCalculator.csproj (.../Deltares.DamPiping.BlighCalculator.csproj) (revision 267) @@ -14,15 +14,15 @@ true - bin\x86\Debug\ + ..\bin\Debug\ DEBUG;TRACE full x86 prompt MinimumRecommendedRules.ruleset - bin\x86\Release\ + ..\bin\Release\ TRACE true pdbonly @@ -41,10 +41,19 @@ - + + Properties\GlobalAssemblyInfo.cs + + + + + + + "$(ProjectDir)..\..\utils\svn_insert_version.cmd" "$(ProjectDir)Properties" +