Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed ThirdPartyLicensesPayload.wxs from version control Related to Issue [WTI-45]

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

Former-commit-id: 304cd741c63444b2e2484298306c22e57ee1bbbf

    • -103
    • +0
    ./Application.Ringtoets.Setup/ThirdPartyLicensesPayload.wxs
Add renamed license to project. Related to Issue [WTI-45]

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

Former-commit-id: c0bc0363d5bdd6d5d3f4b434881808cc92f9644b

    • -0
    • +1
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
Added third party component licenses and added them to installer. Related to Issue [WTI-45]

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

Former-commit-id: cbeef5b9687dc23cd985eeec0252723769f176a2

    • -3
    • +5
    ./Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
    • -10
    • +16
    ./Application.Ringtoets.Setup/Product.wxs
    • -0
    • +103
    ./Application.Ringtoets.Setup/ThirdPartyLicensesPayload.wxs
    • -0
    • +11
    ./Application.Ringtoets.Setup/licenses/AvalonDockLicense.txt
    • -0
    • +144
    ./Application.Ringtoets.Setup/licenses/DotSpatialLicense.txt
    • -0
    • +174
    ./Application.Ringtoets.Setup/licenses/EntityFrameworkLicense.txt
    • -0
    • +21
    ./Application.Ringtoets.Setup/licenses/FluentRibbonLicense.txt
    • -0
    • +619
    ./Application.Ringtoets.Setup/licenses/GPLLicense.txt
    • -0
    • +165
    ./Application.Ringtoets.Setup/licenses/LGPLLicense.txt
    • -0
    • +8
    ./Application.Ringtoets.Setup/licenses/MathNetNumericsLicense.txt
    • -0
    • +22
    ./Application.Ringtoets.Setup/licenses/OxyPlotLicense.txt
    • -0
    • +174
    ./Application.Ringtoets.Setup/licenses/log4netLicense.txt
Renamed License.rtf to Licentie.rtf Related to Issue [WTI-45]

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

Former-commit-id: 832a41786b6d525be6bf97d3dbcbb1885356bbc2

    • -429
    • +0
    ./Application.Ringtoets.Setup/License.rtf
    • -0
    • +429
    ./Application.Ringtoets.Setup/Licentie.rtf
    • -2
    • +2
    ./Application.Ringtoets.Setup/Product.wxs
Updated License.rtf after Core.Common.Gui.swf was removed Related to Issue [WTI-186]

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

Former-commit-id: 278d4e69aee0ffc30cff97fee182c1809467776e

    • -58
    • +60
    ./Application.Ringtoets.Setup/License.rtf
Tests extended Related to Issue [WTI-286]

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

Former-commit-id: 8f0fd8b09f447993607d768824854103ceb4e167

    • -0
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -3
    • +22
    ./Application.Ringtoets.Storage/Converters/ProjectEntityConverter.cs
    • -3
    • +5
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -3
    • +2
    ./Application.Ringtoets.Storage/StorageSqliteCreator.cs
  1. … 1 more file in changeset.
Renamed Ringtoets database file RT to RTD Related to Issue [WTI-286]

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

Former-commit-id: c58cab651752134c5f21335d0e436b93f49ef1a5

    • -1
    • +1
    ./Application.Ringtoets.Storage/App.config
    • -1
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rtd
  1. … 7 more files in changeset.
- Changed Core.Common.Gui implementation to interface - Simplified execution path to interact with Storage - Moved storage Exceptions and interfaces to Core.Common.Base Related to Issue [WTI-284]

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

Former-commit-id: 55b85ad4905185d325a9c40a965a9bd389da08b2

    • -4
    • +5
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -2
    • +4
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -33
    • +0
    ./Application.Ringtoets.Storage/Exceptions/UpdateDatabaseException.cs
    • -2
    • +22
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -56
    • +0
    ./Application.Ringtoets.Storage/RingtoetsDatabaseCreator.cs
    • -50
    • +75
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +47
    ./Application.Ringtoets.Storage/StorageSqliteCreator.cs
    • -0
    • +39
    ./Application.Ringtoets.Storage/StorageToDatabaseFile.cs
    • -37
    • +0
    ./Application.Ringtoets.Storage/StorageToFile.cs
    • -0
    • +4
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 21 more files in changeset.
- Changes after review Related to Issue [WTI-284]

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

Former-commit-id: 392e01d96ae5025777e40d28882d0e447e921805

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -32
    • +0
    ./Application.Ringtoets.Storage/Exceptions/InvalidFileException.cs
    • -1
    • +9
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 9 more files in changeset.
- Renamed *Converter* to *Converters* Related to Issue [WTI-291]

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

Former-commit-id: c7e2e0939707141d3ba09819687604692fa817ce

    • -1
    • +1
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -79
    • +0
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +79
    ./Application.Ringtoets.Storage/Converters/ProjectEntityConverter.cs
    • -2
    • +1
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 1 more file in changeset.
# Added feature to create a new Ringtoets project file ## Apply database structure by executing the script *DatabaseStructure.sql* using an SqLiteConnection ## Saving the current project to the Ringtoets project file by using an EntityConnection Related to Issue [WTI-286]

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

Former-commit-id: cde3f4ac99331c19e5724ee43a2e0636d4acb29c

    • -5
    • +5
    ./Application.Ringtoets.Storage/App.config
    • -0
    • +18
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +45
    ./Application.Ringtoets.Storage/Builders/FileWriterErrorMessageBuilder.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +16
    ./Application.Ringtoets.Storage/DbContext/DatabaseStructure.sql
    • -1
    • +1
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntitiesPartial.cs
    • -3
    • +3
    ./Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs
    • -0
    • +33
    ./Application.Ringtoets.Storage/Exceptions/UpdateDatabaseException.cs
    • -0
    • +111
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -0
    • +133
    ./Application.Ringtoets.Storage/Properties/Resources.resx
    • -0
    • +56
    ./Application.Ringtoets.Storage/RingtoetsDatabaseCreator.cs
    • -3
    • +22
    ./Application.Ringtoets.Storage/SqLiteStorageConnection.cs
    • -45
    • +33
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +37
    ./Application.Ringtoets.Storage/StorageToFile.cs
  1. … 10 more files in changeset.
Cleanup Added tests for ProjectEntity and Exceptions Related to Issue [WTI-284]

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

Former-commit-id: dd252ec55e008d8bda6529e3b777fc70e084b17b

    • -11
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -72
    • +0
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -123
    • +0
    ./Application.Ringtoets.Storage/Properties/Resources.resx
    • -5
    • +0
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 5 more files in changeset.
changes implemented after review WTI-Review-246 - Extended teste coverage Related to Issue [WTI-291]

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

Former-commit-id: f2501965746e7ceafc70fd22ada5bf2fa4ca9100

    • -1
    • +1
    ./Application.Ringtoets.Storage/App.config
    • -24
    • +25
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -17
    • +27
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +26
    ./Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/DbContext/ProjectEntity.cs
    • -0
    • +31
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.cs
    • -0
    • +636
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Context.tt
    • -0
    • +10
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.Designer.cs
    • -0
    • +9
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.cs
    • -0
    • +105
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx
    • -0
    • +13
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.edmx.diagram
    • -0
    • +733
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntities.tt
    • -0
    • +15
    ./Application.Ringtoets.Storage/DbContext/RingtoetsEntitiesPartial.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/DbContext/Version.cs
    • -0
    • +32
    ./Application.Ringtoets.Storage/Exceptions/EntityNotFoundException.cs
  1. … 10 more files in changeset.
Begin of map implementation. - Added the GuiPlugin. - Added the Ribbon and all necessary links to resources. Related to Issue [WTI-242]

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

Former-commit-id: 558618386180dd4297f7b227e54452104aa40eb0

    • -0
    • +4
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 7 more files in changeset.
Added Core.Components.Charting project.

Related to Issue [WTI-272]

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

Former-commit-id: 3772743ac84bf712b1225cf2cd149eb079e05c17

    • -74
    • +85
    ./Application.Ringtoets.Setup/License.rtf
  1. … 4 more files in changeset.
* Added version to database * Added test-data for ringtoets databases * Moved FileUtils to Core.Common.Utils * Renamed Core.Common.Utils.Properties/Resource to Core.Common.Utils.Properties/Resources

Related to Issue [WTI-284]

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

Former-commit-id: 99e0a481b8b4a6abc91210fd23b345e3e4749f1b

    • -1
    • +7
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -3
    • +2
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • -0
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -2
    • +32
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx
    • -0
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx.diagram
    • -3
    • +15
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/Version.cs
  1. … 41 more files in changeset.
new license file

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

Former-commit-id: bac8975220f5c077292a254535146cb76e77b53d

    • -151
    • +169
    ./Application.Ringtoets.Setup/License.rtf
* Updated log messages * removed log messages when closing a project (consulted with PO) * Added field value "Description" to Ringtoets.rt Related to Issue [WTI-284]

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

Former-commit-id: e2e54363145fc733e9c45c890bbfda405bfa41b4

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
  1. … 6 more files in changeset.
- Implemented feature to open a Project - Implemented feature to build new SQLite connection string - Had to implement method SaveProject to test check if the connection string works properly (will be further implemented in WTI-286 and WTI-285) - Added a few tests for storage Related to Issue [WTI-284]

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

Former-commit-id: a4ef1ff3db9d0bf68c8c468200fedf1955d634ae

    • -1
    • +15
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -3
    • +7
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -0
    • +32
    ./Application.Ringtoets.Storage/Exceptions/FileNotFoundException.cs
    • -0
    • +32
    ./Application.Ringtoets.Storage/Exceptions/InvalidFileException.cs
    • -0
    • +72
    ./Application.Ringtoets.Storage/Properties/Resources.Designer.cs
    • -0
    • +123
    ./Application.Ringtoets.Storage/Properties/Resources.resx
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.tt
    • -0
    • +32
    ./Application.Ringtoets.Storage/SqLiteStorageConnection.cs
    • -9
    • +92
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 14 more files in changeset.
Added DotSpatial projects in - Core.Components - Core.Components.Test - Core.Plugins - Core.Plugins.Test Related to Issue [WTI-240]

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

Former-commit-id: 2f2f83b1119e03e4f306e15a6852107d311fe1f7

    • -44
    • +46
    ./Application.Ringtoets.Setup/License.rtf
  1. … 12 more files in changeset.
- Added comments - Changed database extension to rt - Added tests Related to Issue [WTI-291]

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

Former-commit-id: c755e44a5b1b213a4c771cc4eff7c735d5893f90

    • -1
    • +1
    ./Application.Ringtoets.Storage/App.config
    • -3
    • +2
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +66
    ./Application.Ringtoets.Storage/Converter/ProjectEntityConverter.cs
    • -2
    • +15
    ./Application.Ringtoets.Storage/IRingtoetsDBContext.cs
    • -11
    • +0
    ./Application.Ringtoets.Storage/IStoreProject.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/ProjectEntity.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.rt
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.sqlite
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.tt
    • -4
    • +4
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx
    • -1
    • +1
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx.diagram
    • -27
    • +9
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 5 more files in changeset.
Updated License.rtf Related to Issue [WTI-264]

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

Former-commit-id: 100717f6166ea5db74d2e7a50e913b3c3ee3b482

    • -38
    • +40
    ./Application.Ringtoets.Setup/License.rtf
Added *.dll* to project name in License.rtf Related to Issue [WTI-264]

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

Former-commit-id: 500bc9b46a5ab331c01de8dea37c87f7658c276b

    • -45
    • +46
    ./Application.Ringtoets.Setup/License.rtf
Introduced Core.Components.OxyPlot.Forms, so that model and view is separated. Extracted NodePresenter classes from LegendTreeView. Ensured minimum size of a plot, so that no exception should occur if the containing form becomes too small. ChartingGuiPlugin no longer gets loaded.

Related to Issue [WTI-272]

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

Former-commit-id: 71594203a15b54554bf9cbaa93f507167a4eb2f3

  1. … 30 more files in changeset.
New interface for storage requirement(s) First implementation of SaveProject Related to Issue [WTI-291]

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

Former-commit-id: b68c5763bd987d2b68067d4bf04cc69a447d1440

    • -1
    • +1
    ./Application.Ringtoets.Storage/IStoreProject.cs
    • -2
    • +20
    ./Application.Ringtoets.Storage/StorageSqLite.cs
  1. … 3 more files in changeset.
# Moved Ringtoets.sqlite to Application.Ringtoets.Storage # Added DbContext for ProjectEntity # Added class to load Project Related to Issue [WTI-291]

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

Former-commit-id: 5c0771ed42e0707791f13761a8288ca075a9e99c

    • -2
    • +5
    ./Application.Ringtoets.Storage/App.config
    • -4
    • +52
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
    • -0
    • +9
    ./Application.Ringtoets.Storage/IRingtoetsDBContext.cs
    • -0
    • +11
    ./Application.Ringtoets.Storage/IStoreProject.cs
    • -0
    • +22
    ./Application.Ringtoets.Storage/ProjectEntity.cs
    • binary
    ./Application.Ringtoets.Storage/Ringtoets.sqlite
    • -0
    • +31
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.cs
    • -0
    • +636
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Context.tt
    • -0
    • +10
    ./Application.Ringtoets.Storage/RingtoetsDBContext.Designer.cs
    • -0
    • +9
    ./Application.Ringtoets.Storage/RingtoetsDBContext.cs
    • -0
    • +75
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx
    • -0
    • +12
    ./Application.Ringtoets.Storage/RingtoetsDBContext.edmx.diagram
    • -0
    • +733
    ./Application.Ringtoets.Storage/RingtoetsDBContext.tt
    • -0
    • +36
    ./Application.Ringtoets.Storage/StorageSqLite.cs
    • -0
    • +20
    ./Application.Ringtoets/Application.Ringtoets.csproj
  1. … 7 more files in changeset.
# Set correct SQL connection string # first implementation of Ringtoets.sqlite Related to Issue [WTI-281]

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

Former-commit-id: 6aab1621c4c7ccca2e722ada38c5075b5e7e639e

    • -1
    • +2
    ./Application.Ringtoets.Storage/App.config
  1. … 1 more file in changeset.
# Removed redundant reference to Application.Ringtoets. # Removed redundant system references. # Removed superfluous reference to *Microsoft.Common.props*. Related to Issue [WTI-264]

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

Former-commit-id: 56608741b91fdd2cd138e2322bd1cbd5a90fda1a

    • -1
    • +0
    ./Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj
  1. … 2 more files in changeset.
Reverted some changes Related to Issue [WTI-184]

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

Former-commit-id: ab56a90d7fbb74b26d596f93d81fe3d656c6fb8a

  1. … 70 more files in changeset.
Changed namespace of Core.Common.Controls into Core.Common.Forms Related to Issue [WTI-184]

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

Former-commit-id: 3f1bc509f2a0b4129dec6506e8018086d5edb4af

  1. … 70 more files in changeset.