Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Reformatted C# 6.0 code to code patterns compatible before C# 6.0 Related to Issue [WTI-1058]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7781 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5594b25edc81838facacccfdef2065a6c20304e6

Former-commit-id: d609e70ea13237b79eb634b26215b09d8d9e552e

    • -1
    • +4
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 13 more files in changeset.
Merged revision(s) 7770-7772 from branches/Release/16_4

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7775 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3573fbef3cb5a89f0722ceef8cd183f1920fe663

Former-commit-id: d79a40a94fc31ab868d173f60de590cac0fbee30

    • -10
    • +3
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 41 more files in changeset.
Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7773 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a076019f5caf170d779ad16f8f1c8188e9a39a3

Former-commit-id: 068fa68d9844c31b4cd81c4ff74cb1f47ab2d245

    • -5
    • +5
    ./Ringtoets.HeightStructures.Data/HeightStructure.cs
    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 57 more files in changeset.
- Removed FailureMechanismSection from structure calculations. - Refactored those inputs so only the section normal is passed. Related to Issue [WTI-1058]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7772 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6c0bdf4e704ece33df577ce94f29d6b7de1e8abf

Former-commit-id: c16ae42acda7aa160a2a7af14cea1915bafb78b6

    • -15
    • +4
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 28 more files in changeset.
* Defined BruTileLayer with WMTS connectivity. ** Classes based on https://github.com/FObermaier/DotSpatial.Plugins * Note: app.config added bu Nuget. Probably in order to resolve BruTile.Desktop dependency on an older version of SQLite, which i've set to ignore the dependency on the old SQLite. Related to Issue [WTI-1088]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7771 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f9fc0e320eea992e04250addb23b310f9b348a02

Former-commit-id: 8f2ecf22a1d5ec3cea0f1d7d342b882b5e6e78e7

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms/Ringtoets.HeightStructures.Forms.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Forms/app.config
    • -0
    • +1
    ./Ringtoets.HeightStructures.Plugin/Ringtoets.HeightStructures.Plugin.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Plugin/app.config
    • -0
    • +1
    ./Ringtoets.HeightStructures.Service/Ringtoets.HeightStructures.Service.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Service/app.config
  1. … 206 more files in changeset.
use nameof in Argument*Exceptions Reviewed by: tangerma

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7760 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 489d965acd6cbed374e72d9a9f10deec8787bcfd

Former-commit-id: 0ef178298a4e4639093af98897cfb40d331b372d

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/GeneralHeightStructuresInput.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/PresentationObjects/HeightStructuresScenariosContext.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Views/HeightStructuresScenarioRow.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationActivity.cs
    • -3
    • +3
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
  1. … 278 more files in changeset.
Use of nameof operator in Resource* attributes. Reviewed by: bouvrie

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7758 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f5bb0e00d51b1760f788726105a1fc99df20e024

Former-commit-id: 2624919c5c7a37b1da3486ef3d4dd8d40c6f62c5

    • -30
    • +30
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructureProperties.cs
    • -18
    • +18
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs
    • -3
    • +3
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 80 more files in changeset.
Improvements after review. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7648 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c797f46ab1f6f4cf0dcc824a7a495f312e529b36

Former-commit-id: 55ee85a64cc1545c9c5dafe3c054b160a5df241e

    • -5
    • +2
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 19 more files in changeset.
Merged revision(s) 7595-7638 from branches/WTI-490:

Merged revision(s) 7537-7594 from trunk

........

Initial commit of changes from kleijn:

- Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles

- Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage

- Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

........

Fixed tests of the FileImporterBase and Activity:

- Checks on the states are made for the 4 different paths of the Import:

-- Import successful, canceled or not

-- Import not successful, canceled or not

- Moved logging from the activity to the importer

- Added tests to assert mentioned behaviour

........

Fixed tests of the PipingSurfaceLinesCsvImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Added resource value for the ImportActivity (missing file commit)

........

Fixed tests of the PipingSoilProfilesImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned redundant brackets

........

Fixed tests of the StructuresImporter:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

Adjusted test in PipingSoilProfilesImporterTest

- Changed initial value of the result to make clear that the value is set correctly

........

Fixed tests of the ProfilesImporters:

- Added test to verify behaviour when canceling at the two stages during the import. Test regarding cancelling while Creating structures is missing

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Removed obsolete Cancel call in the PipingSoilProfilesImporterTest

........

FileImporters should call Observers in case the import was successfull AND was cancelled at an uncancellable stage.

Note: test is missing to verify this behaviour

........

Fixed tests of the ProfilesImporters:

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Temporarily removed the Cancel tests, because the FeatureBasedMapDataImporter does not have a handle for NotifyProgress. Hence, Cancel method cannot be invoked when Import is running.

........

Fixed tests of the FailureMechanismSectionsImporter:

- Added test to verify behaviour when canceling at the three stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

- Cleaned up tests in the StructuresImporterTest

........

Fixed tests of the ReferenceLineImporter:

- Added test to verify behaviour when canceling at the two stages during the import

- Reverted changes related to HandleUserCancellingImport: messages are written by the LogImportCanceledMessage and handled adequately by the base

........

Related to Issue [WTI-490]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7646 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1c355702dfbd410c7c4733529d8db9e243496eba

Former-commit-id: 75c614862d018947936ef85e3775a125c425c032

    • -6
    • +0
    ./Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs
  1. … 26 more files in changeset.
Refactored HydraRingCalculatorBase so it will only throw one exception. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7640 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a6de8a1ad179588f61a471c820b522033db66125

Former-commit-id: dbe8dc7f4c11ca209636bc2288143268ef5d8149

    • -16
    • +3
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 32 more files in changeset.
Clear output on removal of Height Structures

Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7622 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1095851633e6eedf13dd0d9620db0349d4616208

Former-commit-id: f88f144a1c7945f83b2e5cccc7a4316d3cc96b4d

    • -0
    • +5
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
  1. … 1 more file in changeset.
Added changehandler call from HeightStructuresFailureMechanismProperties. Introduced constructor parameters for HeightStructuresFailureMechanismProperties. Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7615 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5467e36822d320cefc795f4706a4a452b8b11026

Former-commit-id: 167ed7a2e4cf64b98ad99747abce27f1f6c9115d

    • -2
    • +41
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresFailureMechanismProperties.cs
    • -4
    • +3
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 3 more files in changeset.
Added documentation for Hydra-Ring calculation process. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7605 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e5cf1d8d3a806018f43ab7bc2a0a7bd9390af16b

Former-commit-id: 70a9cfa92619125137e1418a1dede18d579bff46

    • -3
    • +17
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 19 more files in changeset.
Initial commit of changes from kleijn: - Removed HandleUserCancellingImport: FileImporter should not decide on its own how to handle Canceled actions. Consequently removed the messages that are generated by these handles - Added logic to the importers: Cancelling is not possible when putting data on the data model. Action will always execute when it is in this stage - Added branching paths in the activity: Import() returns false when it has failed or is cancelled

Note: failing tests will be fixed in following commits

Related to Issue [WTI-490]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-490@7598 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 409bfee1e3deebb4fe4368cb7010a8c4c37dae5e

Former-commit-id: 98175da77f6910f259097a90626bbb10450e2c8f

    • -6
    • +0
    ./Ringtoets.HeightStructures.IO/HeightStructuresImporter.cs
  1. … 20 more files in changeset.
Added null checks and documentation in height structures calculation service. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7597 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ac75354b641fed54c3aac29476b3e4ea6eee9b10

Former-commit-id: a3c5ec0f83e92f501192da0ede81c6181d033f67

    • -5
    • +55
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
    • -0
    • +5
    ./Ringtoets.HeightStructures.Service/Ringtoets.HeightStructures.Service.csproj
  1. … 1 more file in changeset.
Fixed synchronization of Calculation assignments to SectionResult when dike profiles are assigned to calculations or when dike profile or calculations are deleted. Related to Issue [WTI-968]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7560 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2c3389f3ce5ae650350fe36697da4d08761ace93

Former-commit-id: 35b379b3f056389aa0a2859a2cf0af85a9cba6cc

    • -1
    • +4
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
    • -31
    • +31
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
    • -7
    • +7
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
  1. … 22 more files in changeset.
- Renamed some methods - Improved documentation and exception handling in DuneErosionCalculationService. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7555 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d194f66842310d591e1bbc09ab807bf3bb16aedc

Former-commit-id: 41aa2143aeaac94aaccc9fe38e202ec1c2b3d174

    • -1
    • +1
    ./Ringtoets.HeightStructures.Service/HeightStructuresCalculationService.cs
  1. … 19 more files in changeset.
Made the context for StructuresInputBaseProperties a constructor parameter. Related to Issue [WTI-973]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7552 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4e5398462ba1ed5e8304e674343519593bf8d8e1

Former-commit-id: bde528a2d322d326e34ebc33df3d64ab4af10b44

    • -23
    • +26
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
    • -1
    • +4
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 15 more files in changeset.
Extracted TestStructuresOutput for reuse. Remove calculation results when input changes for closing structures failure mechanism. Related to Issue [WTI-973]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7545 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f929ee8cdcbc1fdf43c9051695222d306d9ca729

Former-commit-id: 7355f2162ab9ef94256533232413bf6437017576

    • -7
    • +1
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 13 more files in changeset.
Merged IUseBreakWaterPropertyChangeHandler and IDistributionPropertyChangeHandler into a single IPropertyChangeHandler Related to Issue [WTI-968]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7524 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ebc30eecf289d704188c1ec45d4712bffd708c16

Former-commit-id: f6de7e38e4ae49a64dacfd18347b61deb3c9f2fd

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 16 more files in changeset.
Incorporated comments review 1344: - Replaced related if-statements with a single if-else statement Related to Issue [WTI-995]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7516 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0adeef40b1e7724d98e53fcc98a6295b44b7e054

Former-commit-id: 71cf32a15f8ac8c639c049f3c9b730e7025b7366

    • -8
    • +6
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 7 more files in changeset.
Extracted IDistributionPropertyChangeHandler for DistributionPropertiesBase. Improved doc. Related to Issue [WTI-968]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7513 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1f48da1794e42d12944bd5149b11314e7a29b5a4

Former-commit-id: 7436cba0ba1fa3c380a5f89fbe1047b1f119f0ee

    • -3
    • +2
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 12 more files in changeset.
Removed obsolete Test from WaveConditionsInputContextPropertiesTest. Made certain variables' types explicit. Replaced .Matches(x => true) with Is.NotNull. Some general cleanups. Added missing docs. Related to Issue [WTI-968]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7511 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 95da872000b9ba2b113ad54b4c3f8ee363e25472

Former-commit-id: 782a5a1fef732e1f91e310b5a31aeb471f792751

    • -1
    • +2
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 68 more files in changeset.
* Extended IReferenceLineReplaceHandler with DoPostReplacementUpdates to allow for actions to be resolved after the replacement of the ReferenceLine took place. ** Main reason behind this architectural choice, is allowing for UI updates from non-UI threads. ** ReferenceLineImporter makes use of this new method in the DoPostImportUpdates method. * ReferenceLineReplaceHandler now keeps track of deleted objects and closes views for those objects in the DoPostReplacementUpdates method. ** Introduced ClearResults class for this purpose. ** Updated DataSynchronisationService methods related to replacing the ReferenceLine and now keep track of both changed objects as well as removed objects. * Cleanup in some commands to use IViewCommands. Related to Issue [WTI-1034]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7494 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 239f69a11ed199f938d5dd31e76f60772ad40072

Former-commit-id: 9cb0286bb78c272cc2d2cb43b703d0fc9ad386f3

    • -8
    • +15
    ./Ringtoets.HeightStructures.Service/HeightStructuresDataSynchronizationService.cs
  1. … 56 more files in changeset.
Refactored way GrassCoverErosionInwardsInputContextProperties handles changes of UseBreakWaterProperties. UseBreakWaterProperties now accepts an handler which performs the action after a property has been changed. DistributionPropertiesBase accepts a similar handler. Related to Issue [WTI-968]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7473 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b2d5ebc5f93edd0607d3d39291a3542412944177

Former-commit-id: f9801610f0d5020c0485b7af2d6052cc19868fe4

    • -20
    • +28
    ./Ringtoets.HeightStructures.Forms/PropertyClasses/HeightStructuresInputContextProperties.cs
  1. … 17 more files in changeset.
Changed behavior of the HeightStructuresInput: - Values (including mean, SD/Coefficient of Variation) that are set by selecting a structure are defaulted to NaN - When structure is reset to NULL, all dependent values that are set by selecting a structure are defaulted Related to Issue [WTI-1041]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7464 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fdeb92bc72bf9822f4d77a395a5248d944715eda

Former-commit-id: ccf4aec2a4414ca059e0af5e3cf76654d136694b

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
  1. … 1 more file in changeset.
Changed behaviour of the FailureProbabilitStructureWithErosion: - Value initialized to default value of 1, value is reinitialized when structure is NULL for the HeightStructuresInput - Value is retained to its set value when structure is NULL for the ClosingStructures or StabilityPointStructures - Adjusted affected tests

Related to Issue [WTI-1041]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7462 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e622568856a0d23b6cf6a3bcc35d794c1a879548

Former-commit-id: 11b1340d81cb388ff51d0a9fd10038c3ef0322ad

    • -0
    • +2
    ./Ringtoets.HeightStructures.Data/HeightStructuresInput.cs
  1. … 5 more files in changeset.
Implement consistent ordering in context menus, quality check for previous corrected items: - Structures context - Dike profiles context - Foreshore profiles context

Order was adjusted according to the issue description.

Related to Issue [WTI-995]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7440 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3235c2be3daee181c61130d000b03adaacd91ac4

Former-commit-id: 6740ef30ddc37f6004975d3b7868a1d52270755f

    • -3
    • +3
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 12 more files in changeset.
Implement consistent ordering in context menus - Made HeightStructures menu consistent with the issue description - Adjusted affected tests

Related to Issue [WTI-995]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7427 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: eae4caba78b11cbbd0695f2d7a3358624ec7279f

Former-commit-id: 73db88a83861052bbdc8dd8fa0114766da51b5b2

    • -25
    • +29
    ./Ringtoets.HeightStructures.Plugin/HeightStructuresPlugin.cs
  1. … 3 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7422 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

    • -1
    • +1
    ./Ringtoets.HeightStructures.Data/Ringtoets.HeightStructures.Data.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms/Ringtoets.HeightStructures.Forms.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.IO/Ringtoets.HeightStructures.IO.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin/Ringtoets.HeightStructures.Plugin.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Service/Ringtoets.HeightStructures.Service.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Utils/Ringtoets.HeightStructures.Utils.csproj
  1. … 214 more files in changeset.