Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Restructured with different projects for BlighCalculator and ExitPointDeterminator

Related to Issue [MWDAM-1023]

Restructured with different projects for BlighCalculator and ExitPointDeterminator

Related to Issue [MWDAM-1023]

  1. ./trunk/src/Tests/Deltares.DamPipingTests
  2. … 46 more files in changeset.
Changed .NET from 4.0 to 4.5

Related to Issue [MWDAM-1022]

Added ExitPointDeterminator from WTIPiping.

Related to Issue [MWDAM-1023]

    • -0
    • +29
    ./trunk/src/Deltares.DamPiping/Helper.cs
    • -0
    • +71
    ./trunk/src/Deltares.DamPiping/PipingPoint.cs
    • -0
    • +247
    ./trunk/src/Deltares.DamPiping/Vector3D.cs
    • -0
    • +222
    ./trunk/src/Deltares.DamPiping/Point3D.cs
    • -0
    • +217
    ./trunk/src/Deltares.DamPiping/PipingProfile.cs
    • -0
    • +515
    ./trunk/src/Deltares.DamPiping/EffectiveThicknessCalculator.cs
    • -0
    • +118
    ./trunk/src/Deltares.DamPiping/Point2D.cs
  1. … 4 more files in changeset.
Added first bligh code with test, before adding classes from WTIPiping.

Related to Issue [MWDAM-1023]

Changed location of bin.

Related to Issue [MWDAM-1022]

Added classes for next step.

Related to Issue [MWDAM-1023]

moved projects to folders with name of namespace

Related to Issue [MWDAM-1022]

    • -0
    • +20
    ./trunk/src/Deltares.DamPiping/Class1.cs
  1. ./trunk/src/Deltares.DamPiping.Tests/Properties
    • -60
    • +0
    ./trunk/src/Deltares.DamPiping.csproj
  2. ./trunk/src/Deltares.DamPiping/Properties
  3. … 7 more files in changeset.
Use NUnit as lib and not as nuget package

Related to Issue [MWDAM-1022]

    • too large
    ./trunk/lib/NUnit/nunit.framework.xml
    • binary
    ./trunk/lib/NUnit/nunit.framework.dll
    • binary
    ./trunk/src/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
Adapt to Visual Studio 2012

Remove any CPU configuration

Related to Issue [MWDAM-1022]

moved tests to a higher level

Related to Issue [MWDAM-1022]

    • -0
    • +15
    ./trunk/src/Tests/Class1Tests.cs
    • -0
    • +58
    ./trunk/src/Tests/Deltares.DamPiping.Tests.csproj
    • -0
    • +36
    ./trunk/src/Tests/Properties/AssemblyInfo.cs
Added NUnit in packages (but only use dll).

Implemented first (fake) test to see if build server works.

Related to Issue [MWDAM-1022]

  1. ./trunk/src/Tests/Deltares.DamPiping.Tests
    • binary
    ./trunk/src/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg
    • too large
    ./trunk/src/packages/NUnit.2.6.2/lib/nunit.framework.xml
    • binary
    ./trunk/src/packages/NUnit.2.6.2/lib/nunit.framework.dll
  2. ./trunk/src/Tests/Deltares.DamPiping.Tests/Properties
    • -0
    • +15
    ./trunk/src/packages/NUnit.2.6.2/license.txt
added utils

Related to Issue [MWDAM-1022]

    • -0
    • +75
    ./trunk/utils/svn_insert_version.cmd
created solution for damPiping

Related to Issue [MWDAM-1022]

    • -0
    • +20
    ./trunk/src/Properties/GlobalAssemblyInfo.cs
    • -0
    • +55
    ./trunk/src/Deltares.DamPiping.csproj
    • -0
    • +8
    ./trunk/src/Properties/AssemblyInfo.cs.svn
    • -0
    • +12
    ./trunk/src/Class1.cs
    • -0
    • +22
    ./trunk/src/DamPiping.sln
create structure for damPiping

Related to Issue [MWDAM-1022]