src

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up some final rubbish Related to Issue [WTI-177]

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

Former-commit-id: dbe8c72d006653f013b8e70b9924f2bcf70d780a

    • -5
    • +0
    ./Core.GIS.SharpMap.Api/Layers/ILayer.cs
    • -16
    • +0
    ./Core.GIS.SharpMap/Layers/Layer.cs
Set private=false on references to owned projects. Related to Issue [WTI-189]

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

Former-commit-id: e2337db3735ca9b6a1cfa30c038da9cce6af2a24

    • -0
    • +2
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
  1. … 28 more files in changeset.
Removed link to global assembly (paired with Elmar) Related to Issue [WTI-184]

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

Former-commit-id: 313b3bd7ce4eb646cf69e46d084b3200beaf1787

    • -4
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
* Refactored and fully covered DynamicReadOnlyAttribute and related attributes. * Moved extensions tests from Attributes folder to new Extensions folder. * Moved DisplayFormatAttribute to Core.GIS.GeoAPI. * Removed DynamicEditorAttribute. Related to Issue [WTI-187]

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

Former-commit-id: cb25d1b4034240c15509ee63c61d7d9c9b5eee0f

    • -0
    • +15
    ./Core.GIS.GeoAPI/Attributes/DisplayFormatAttribute.cs
    • -1
    • +2
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -2
    • +1
    ./Core.GIS.NetTopologySuite.Extensions/Features/FeatureAttributeAccessorHelper.cs
  1. … 22 more files in changeset.
* Restructured namespaces of classes within Core.Common.Utils Related to Issue [WTI-187]

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

Former-commit-id: abb5674060f8ad81b77df2d12f35c924e8285cbe

    • -0
    • +1
    ./Core.GIS.NetTopologySuite.Extensions/Features/FeatureAttributeAccessorHelper.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.Api/Collections/NotifyCollectionChangingEventHandler.cs
    • -2
    • +2
    ./Core.GIS.SharpMap.UI/Forms/MapControl.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Tools/IMapTool.cs
    • -2
    • +1
    ./Core.GIS.SharpMap.UI/Tools/MapTool.cs
    • -1
    • +3
    ./Core.GIS.SharpMap.UI/Tools/SelectTool.cs
    • -1
    • +2
    ./Core.GIS.SharpMap.UI/Tools/SnapTool.cs
    • -1
    • +1
    ./Core.GIS.SharpMap/Layers/GroupLayer.cs
  1. … 88 more files in changeset.
* Moved INotifyPropertyChange from Core.Common.Utils to Core.GIS.SharpMap.Api * Removed out-of-date TODO's Related to Issue [WTI-187]

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

Former-commit-id: c2ce35eadc537a608cb90276dfbf60383ce5dbdb

    • -0
    • +1
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -0
    • +9
    ./Core.GIS.SharpMap.Api/INotifyPropertyChange.cs
  1. … 7 more files in changeset.
* Deleted unused classes. * Refactored away some IEventedList implementations to no longer depends on this interface. * Moved IEventedList and NotifyCollectionChangingEventArgs from Core.Common.Utils to Core.GIS.SharpMap.Api. * Renamed NotifyCollectionChangingEventArgs to NotifyCollectionChangeEventArgs. Related to Issue [WTI-187]

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

Former-commit-id: 7f684e848d533e7d7780e01581bac7276ecbe014

    • -0
    • +16
    ./Core.GIS.SharpMap.Api/Collections/IEventedList.cs
    • -0
    • +6
    ./Core.GIS.SharpMap.Api/Collections/NotifyCollectionChangingEventHandler.cs
    • -0
    • +2
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -3
    • +3
    ./Core.GIS.SharpMap.UI/Forms/MapControl.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Tools/IMapTool.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Tools/MapTool.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Tools/SelectTool.cs
    • -3
    • +3
    ./Core.GIS.SharpMap/Layers/GroupLayer.cs
  1. … 34 more files in changeset.
* Moved EventedList from Core.Common.Utils to Core.GIS.SharpMap.Api Related to Issue [WTI-187]

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

Former-commit-id: 66256c3be2ec86e24b27f58ebbf47ea94557cb6b

    • -0
    • +490
    ./Core.GIS.SharpMap.Api/Collections/EventedList.cs
    • -0
    • +2
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Forms/MapControl.cs
    • -1
    • +1
    ./Core.GIS.SharpMap/Layers/GroupLayer.cs
  1. … 20 more files in changeset.
Final dialog improvements Related to Issue [WTI-184]

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

Former-commit-id: b4e6fffb018ae0fbb737330c4e0f85e79e9a51a4

    • -11
    • +14
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.Designer.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.cs
    • -62
    • +62
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.resx
  1. … 21 more files in changeset.
Removed TreeViewNodePresenterBaseForPluginGui.cs. Removed GetContextMenu on GuiPlugin Level. Related to Issue [WTI-90]

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

Former-commit-id: 6a6c05c87f0677326b865ae50db9e9f53da7331e

    • -16
    • +0
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
    • -532
    • +0
    ./Core.GIS.SharpMap/Web/Wms/Capabilities.cs
    • -527
    • +0
    ./Core.GIS.SharpMap/Web/Wms/Client.cs
  1. … 25 more files in changeset.
Made SelectCoordinateSystemDialog implement DialogBase

Related to Issue [WTI-184]

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

Former-commit-id: eeda7c786068152aea671cdf6e6bf49e1504d454

    • -0
    • +4
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -18
    • +11
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.Designer.cs
    • -3
    • +10
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.cs
    • -87
    • +62
    ./Core.GIS.SharpMap.UI/Forms/SelectCoordinateSystemDialog.resx
  1. … 2 more files in changeset.
Temp version, with decorator (and delete), but disabled and lookup table

Back to Framework 4.5

Related to Issue [WTI-199]

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

Former-commit-id: 3abcac765abfc25bd2fe1d34994e4130e96a50ba

    • -1
    • +2
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -1
    • +2
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -1
    • +2
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -2
    • +2
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +2
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/packages.config
    • -1
    • +2
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 86 more files in changeset.
* Moved CoordinateSystemTypeEditor * Passed owner to MapProperties Related to Issue [WTI-182]

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

Former-commit-id: cf8eaa6b09b619ecd31123b2dbb5fe63432c7c2f

    • -1
    • +0
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -35
    • +0
    ./Core.GIS.SharpMap.UI/Forms/CoordinateSystemTypeEditor.cs
  1. … 5 more files in changeset.
* Small clean ups * Removed IEventedList dependency from ITreeView related classes, introducing RegisterNodePresenter method to handle special 'after add' logic. * Removed IEventedList dependency from WizardDialog. * Removed INotifyCollectionChanging as it is not used. * Deleted unused classes and interfaces from Core.Common.Utils. Related to Issue [WTI-187]

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

Former-commit-id: 05ec6eaef57781d0e16ccb113e4114d211fcaa5c

  1. … 23 more files in changeset.
* Moved TimeNavigatableLabelFormatProvider to Core.Common.Controls.Swf/Charting/ * Removed unused methods and classes * Moved Resources*Attribute and related classes to their own sub-namesspace Attributes * Moved GraphicsExtensions to Drawing sub-namespace Related to Issue [WTI-187]

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

Former-commit-id: c6b4732c09eeda54a765331f031c14270e6765c0

    • -5
    • +5
    ./Core.GIS.SharpMap.UI/Forms/MapControl.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Tools/SelectTool.cs
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Tools/SnapTool.cs
  1. … 77 more files in changeset.
* Removed unused classes, interfaces or members. * Moved NativeWin32 methods to their respective caller's libraries. * Moved NativeLibrary to Core.Common.Gui/Forms/MainWindow/Interop * Moved GraphicsExtensions in library to Drawing part Related to Issue [WTI-187]

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

Former-commit-id: 97766c6c3b6319b157189c9c0e3fc26171df63b4

    • -0
    • +3
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +3
    ./Core.GIS.SharpMap.Extensions/GdalConfiguration.cs
    • -0
    • +95
    ./Core.GIS.SharpMap.Extensions/Interop/NativeLibrary.cs
    • -0
    • +30
    ./Core.GIS.SharpMap.Extensions/Interop/NativeWin32.cs
    • -102
    • +27
    ./Core.GIS.SharpMap.Extensions/Properties/Resources.Designer.cs
    • -0
    • +4
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
  1. … 19 more files in changeset.
SQLite database with load and save project Related to Issue [WTI-199]

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

Former-commit-id: 87c7609f9f912ed4e4fc8e5d5b0e7f6c3589e05d

    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -1
    • +1
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -2
    • +2
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 156 more files in changeset.
Removed failing test, now it is a non-issue. Also, DeltaresOpenDapDdbTileServer was not used besides in the test. Paired with kleijn.

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

Former-commit-id: 715fa52a6d5fe2e937e692ca1fdd157b99404c3c

    • -1
    • +0
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -161
    • +0
    ./Core.GIS.SharpMap.Extensions/Layers/DeltaresOpenDapDdbTileServer.cs
  1. … 2 more files in changeset.
Final review related changes

Paired with Marten

Related to Issue [WTI-148]

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

Former-commit-id: 022caf52c6f4db82a1df0a4bceb28bfd3c998f25

    • -2
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -2
    • +1
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -1
    • +0
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -1
    • +0
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -1
    • +0
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -1
    • +0
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +0
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -1
    • +0
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 21 more files in changeset.
Set final project references to "Copy local = false" Related to Issue [WTI-148]

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

Former-commit-id: b73d128bd39093232a95fb5a1e0ff567e26088a7

    • -0
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
  1. … 7 more files in changeset.
# Removed [InvokeRequired] where the call to ui was on the same Thread # Removed redundant preloading devExpress on separate Thread # Since no calles are made to InvokeRequired, such tests have become obsolete # Removed PostSharp from packages Related to Issue [WTI-95]

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

Former-commit-id: ebd55f56ade7a7f08d5a1148c5572cc8121eafe8

    • -5
    • +0
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -5
    • +0
    ./Core.GIS.SharpMap.UI/Forms/MapControl.cs
    • -1
    • +0
    ./Core.GIS.SharpMap.UI/packages.config
  1. … 149 more files in changeset.
Cleanup of *MonoDevelop* Related to Issue [WTI-148]

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

Former-commit-id: b7b3cf3af6db97d79103e345c0c3ac1691a108f0

    • -5
    • +0
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -5
    • +0
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
  1. … 10 more files in changeset.
we set "CopyLocal" for references of domestic projects to FALSE. Related to Issue [WTI-148]

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

Former-commit-id: c4677e16a1ae7cc08150a1b9b60dcefeccde8754

    • -0
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -2
    • +6
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -1
    • +2
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -0
    • +3
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -1
    • +7
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +9
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -1
    • +8
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 22 more files in changeset.
reintroduced Ringtoets.targets. If it placed above, then it represents "global settings" that fulfills all the projects (that import it) with default settings without code duplication. AllowedReferenceRelatedFileExtensions (for Release only), OutputPath, WarningLevel and PlatformTarget are moved to targets now. Related to Issue [WTI-148]

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

Former-commit-id: 5400b8fdf52a4a4621ede66d2ea767c6eee50bda

    • -9
    • +2
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -8
    • +1
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -8
    • +3
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -7
    • +2
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -7
    • +1
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -7
    • +1
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -7
    • +1
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -8
    • +2
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 28 more files in changeset.
The first batch of translation issues fixed. Related to Issue [WTI-6]

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

Former-commit-id: 0644b13c1ecf009275b3f11feebb3d103340f429

    • -1
    • +2
    ./Core.GIS.SharpMap.UI/Forms/CoordinateSystemStringTypeConverter.cs
  1. … 21 more files in changeset.
removed Ringtoets.targets due to unnecessary clean up actions. AllowedReferenceRelatedFileExtensions flag is moved to the project configuration. Related to Issue [WTI-148]

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

Former-commit-id: 2f8f7061db721b7f1b67104ee0d83acb7ad4841a

    • -1
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -1
    • +1
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -1
    • +1
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 32 more files in changeset.
Set default platform to x86 (instead of AnyCPU) Removed configuration *CreateInstallerWithDemoProject* in projects (release was used anyways) Related to Issue [WTI-148]

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

Former-commit-id: 2fb0ca748dced07d7231dcbf87ed9885a248fffb

    • -10
    • +1
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -10
    • +1
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -10
    • +1
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -10
    • +1
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -10
    • +1
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -11
    • +1
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -10
    • +1
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -12
    • +1
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 65 more files in changeset.
Fixed creation of installer with demo projects added Related to Issue [WTI-95]

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

Former-commit-id: 81eb7226a7bfb9a01d5b8a9f2adac6514cbc8874

    • -0
    • +9
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -0
    • +9
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -0
    • +9
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -0
    • +9
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -0
    • +9
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -1
    • +11
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -0
    • +9
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -0
    • +11
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 64 more files in changeset.
- Created configuration for test coverage (it requires PDB files) - Cleaned up cofngiration for *CreateInstallerWithDemoProject*, it is an equivalent of *Release* Related to Issue [WTI-64]

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

Former-commit-id: c5f32c4f489636d5ebe6acddc774a15a5e3ef418

    • -4
    • +4
    ./Core.GIS.GeoAPI.Extensions/Core.GIS.GeoAPI.Extensions.csproj
    • -4
    • +3
    ./Core.GIS.GeoAPI/Core.GIS.GeoAPI.csproj
    • -2
    • +2
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
    • -5
    • +5
    ./Core.GIS.NetTopologySuite/Core.GIS.NetTopologySuite.csproj
    • -4
    • +4
    ./Core.GIS.SharpMap.Api/Core.GIS.SharpMap.Api.csproj
    • -5
    • +5
    ./Core.GIS.SharpMap.Extensions/Core.GIS.SharpMap.Extensions.csproj
    • -4
    • +4
    ./Core.GIS.SharpMap.UI/Core.GIS.SharpMap.UI.csproj
    • -3
    • +2
    ./Core.GIS.SharpMap/Core.GIS.SharpMap.csproj
  1. … 66 more files in changeset.
* Removed entries referencing to files that have been removed. Related to Issue [WTI-100]

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

Former-commit-id: 5b3259280cc2faf69aa3ab0343b06c1ee0bee29f

    • -3
    • +0
    ./Core.GIS.NetTopologySuite.Extensions/Core.GIS.NetTopologySuite.Extensions.csproj
  1. … 1 more file in changeset.