Index: dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Deltares.DamMacroStability.Calculator.csproj =================================================================== diff -u --- dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Deltares.DamMacroStability.Calculator.csproj (revision 0) +++ dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Deltares.DamMacroStability.Calculator.csproj (revision 387) @@ -0,0 +1,57 @@ + + + + + Debug + AnyCPU + {4F89E006-6E05-4F25-B17D-15285F5DC4C2} + Library + Properties + Deltares.DamMacroStability.Calculator + Deltares.DamMacroStability.Calculator + v4.5 + 512 + + + true + ..\bin\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + ..\bin\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + + + + + + + Properties\GlobalAssemblyInfo.cs + + + + + + + + + + "$(ProjectDir)..\..\utils\svn_insert_version.cmd" "$(ProjectDir)Properties" + + + \ No newline at end of file Index: dam failuremechanisms/damMacroStability/trunk/src/DamMacroStability.sln =================================================================== diff -u -r382 -r387 --- dam failuremechanisms/damMacroStability/trunk/src/DamMacroStability.sln (.../DamMacroStability.sln) (revision 382) +++ dam failuremechanisms/damMacroStability/trunk/src/DamMacroStability.sln (.../DamMacroStability.sln) (revision 387) @@ -8,7 +8,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3BF889CE-D573-4B96-999E-464AB9A9D617}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamMacroStabilityTests", "Tests\Deltares.DamMacroStabilityTests\Deltares.DamMacroStabilityTests.csproj", "{7AA976AC-B14D-4524-880E-247ADB6610A0}" + ProjectSection(ProjectDependencies) = postProject + {AFC8B130-AEEA-4D7B-8EF1-EE236A7D1181} = {AFC8B130-AEEA-4D7B-8EF1-EE236A7D1181} + EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamMacroStability.Calculator", "Deltares.DamMacroStability.Calculator\Deltares.DamMacroStability.Calculator.csproj", "{4F89E006-6E05-4F25-B17D-15285F5DC4C2}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Deltares.DamMacroStability.CalculatorTests", "Tests\Deltares.DamMacroStability.CalculatorTests\Deltares.DamMacroStability.CalculatorTests.csproj", "{93DCB534-33FC-4221-8D35-87BAEF8EE376}" + ProjectSection(ProjectDependencies) = postProject + {4F89E006-6E05-4F25-B17D-15285F5DC4C2} = {4F89E006-6E05-4F25-B17D-15285F5DC4C2} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -23,11 +33,20 @@ {7AA976AC-B14D-4524-880E-247ADB6610A0}.Debug|x86.Build.0 = Debug|x86 {7AA976AC-B14D-4524-880E-247ADB6610A0}.Release|x86.ActiveCfg = Release|x86 {7AA976AC-B14D-4524-880E-247ADB6610A0}.Release|x86.Build.0 = Release|x86 + {4F89E006-6E05-4F25-B17D-15285F5DC4C2}.Debug|x86.ActiveCfg = Debug|x86 + {4F89E006-6E05-4F25-B17D-15285F5DC4C2}.Debug|x86.Build.0 = Debug|x86 + {4F89E006-6E05-4F25-B17D-15285F5DC4C2}.Release|x86.ActiveCfg = Release|x86 + {4F89E006-6E05-4F25-B17D-15285F5DC4C2}.Release|x86.Build.0 = Release|x86 + {93DCB534-33FC-4221-8D35-87BAEF8EE376}.Debug|x86.ActiveCfg = Debug|x86 + {93DCB534-33FC-4221-8D35-87BAEF8EE376}.Debug|x86.Build.0 = Debug|x86 + {93DCB534-33FC-4221-8D35-87BAEF8EE376}.Release|x86.ActiveCfg = Release|x86 + {93DCB534-33FC-4221-8D35-87BAEF8EE376}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {7AA976AC-B14D-4524-880E-247ADB6610A0} = {3BF889CE-D573-4B96-999E-464AB9A9D617} + {93DCB534-33FC-4221-8D35-87BAEF8EE376} = {3BF889CE-D573-4B96-999E-464AB9A9D617} EndGlobalSection EndGlobal Index: dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/MacroStabilityCalculatorTests.cs =================================================================== diff -u --- dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/MacroStabilityCalculatorTests.cs (revision 0) +++ dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/MacroStabilityCalculatorTests.cs (revision 387) @@ -0,0 +1,18 @@ +using Deltares.DamMacroStability.Calculator; +using NUnit.Framework; + +namespace Deltares.DamMacroStability.CalculatorTests +{ + [TestFixture] + public class MacroStabilityCalculatorTests + { + [Test] + public void TestTmpForBuildServer() + { + var calculator = new MacroStabilityCalculator(); + Assert.IsFalse(calculator.TestValue); + calculator.Test(); + Assert.IsTrue(calculator.TestValue); + } + } +} Index: dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/MacroStabilityCalculator.cs =================================================================== diff -u --- dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/MacroStabilityCalculator.cs (revision 0) +++ dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/MacroStabilityCalculator.cs (revision 387) @@ -0,0 +1,19 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Reflection; +using System.Text; +using System.Threading.Tasks; + +namespace Deltares.DamMacroStability.Calculator +{ + public class MacroStabilityCalculator + { + public bool TestValue=false; + public void Test() + { + TestValue = true; + } + + } +} Index: dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Properties/AssemblyInfo.cs =================================================================== diff -u --- dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Properties/AssemblyInfo.cs (revision 0) +++ dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Properties/AssemblyInfo.cs (revision 387) @@ -0,0 +1,36 @@ +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.DamMacroStability.CalculatorTests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyProduct("Deltares.DamMacroStability.CalculatorTests")] +[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("93dcb534-33fc-4221-8d35-87baef8ee376")] + +// 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: dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Properties/AssemblyInfo.cs.svn =================================================================== diff -u --- dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Properties/AssemblyInfo.cs.svn (revision 0) +++ dam failuremechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Properties/AssemblyInfo.cs.svn (revision 387) @@ -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("4f89e006-6e05-4f25-b17d-15285f5dc4c2")] + +[assembly: AssemblyVersion("17.1.0.SVNREV")] +[assembly: AssemblyFileVersion("17.1.0.SVNREV")] Index: dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Deltares.DamMacroStability.CalculatorTests.csproj =================================================================== diff -u --- dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Deltares.DamMacroStability.CalculatorTests.csproj (revision 0) +++ dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Deltares.DamMacroStability.CalculatorTests.csproj (revision 387) @@ -0,0 +1,57 @@ + + + + + Debug + AnyCPU + {93DCB534-33FC-4221-8D35-87BAEF8EE376} + Library + Properties + Deltares.DamMacroStability.CalculatorTests + Deltares.DamMacroStability.CalculatorTests + v4.5 + 512 + + + true + ..\..\bin\Debug\ + DEBUG;TRACE + full + x86 + prompt + MinimumRecommendedRules.ruleset + + + ..\..\bin\Release\ + TRACE + true + pdbonly + x86 + prompt + MinimumRecommendedRules.ruleset + + + + ..\..\..\lib\NUnit\nunit.framework.dll + + + + + + + + + + {4F89E006-6E05-4F25-B17D-15285F5DC4C2} + Deltares.DamMacroStability.Calculator + + + + + \ No newline at end of file