Core.Plugins.CommonTools

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Final cleanups. WTI-2239

  1. … 12 more files in changeset.
Created Core.Gui. WTI-2239

  1. … 2 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 118 more files in changeset.
Removed redundant slashes.

  1. … 352 more files in changeset.
Removed CopyLocal false.

  1. … 89 more files in changeset.
Removed PreBuild targets from src csprojs.

  1. … 121 more files in changeset.
Build src projects to own folder.

  1. … 125 more files in changeset.
Restored AssemblyInfos and Core.Common.Version. WTI-2003

  1. … 358 more files in changeset.
Migrated Core Plugins projects. WTI-2003

  1. … 11 more files in changeset.
Updated license headers in source files of src\Core.Plugins. WTI-1931

  1. … 58 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

  1. … 353 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6094 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

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

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

  1. … 312 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

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

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

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

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.
Merged revision(s) from branches/1487 Related to Issue [WTI-1487]

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

Former-commit-id: b65d66763087db7c2202ef2a9994f05d0fdbd918

Former-commit-id: 813ad6e2babfe19fd0dbf8e8386537cafcf8cf93

  1. … 113 more files in changeset.
Cleaned csproj for core plugins src files.

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

Former-commit-id: 4b71d6fffbe9f997d517322a946a9b17d8d26ef9

Former-commit-id: d102b2d0936d2adf82a417b2c3508d94654e6b5d

  1. … 3 more files in changeset.
Cleaned csproj for core plugins src files. Related to Issue [WTI-1487]

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

Former-commit-id: 7578b62cedde1d2fdfe56c24a3dd0ee0a7211b64

Former-commit-id: 9ad24d94729a1d6437f7d3c6eefc2690d721c176

    • -10
    • +14
    ./Core.Plugins.CommonTools.csproj
  1. … 3 more files in changeset.
Merged revision(s) 12827-12833 from branches/Release/17_2

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

Former-commit-id: edc7570808031877200e9efe4a1a47b77c83524f

Former-commit-id: e501477f4cd76545e38da4185699543001e77acb

  1. … 14 more files in changeset.
Removed all DocumentationFile tags in csproj files. Related to Issue [WTI-1463]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2@12831 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f82d5a75d37a4d11467512744cb40d3a3a0fc9aa

Former-commit-id: ecd4e422a6437b60da1141dc6432e6d4b01fed7c

  1. … 4 more files in changeset.
- Removed 'CodeAnalysisRuleSet' from csproj files. The code analysis will therefore be set to the default 'MinimumRecommendedRules.ruleset' - Made sure all TestUtil projects are build in the bin of their own project instead of in de solution bin folder Related to Issue [WTI-1463]

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

Former-commit-id: 2a4c73910431f0e6b6b5d66ebae6d467e7ff5ebe

Former-commit-id: c9f3932e498d991968cd76961b1598d7e40ffd66

  1. … 291 more files in changeset.
Core.Components.Charting.TestUtil.Test: - Added core.common.version ref - Sanitized AssemblyInfo.cs - Added GlobalAssembly link Removed obsolete <AllowedReferenceRelatedFileExtensions>none</AllowedReferenceRelatedFileExtensions> from projects Replaced <DebugType>pdbonly</DebugType> with <DebugType>none</DebugType> for test projects in ReleaseForCodeCoverage configuration. Related to Issue [WTI-1272]

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

Former-commit-id: 74ee4dd27678a18952f28919028d8e8814d46617

Former-commit-id: e91cb2b6dae36d8d3cfa8bede7cbc70ad87f90d6

  1. … 44 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

  1. … 816 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. … 219 more files in changeset.
Review related changes

Paired with tang_ds

Related to Issue [WTI-550]

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

Former-commit-id: 1ed2e97f9fa0ca1300b9c2467bc057f4018b038a

Former-commit-id: b39bc25eebd394ec48165658c9fdb37ca2d1a141

  1. … 12 more files in changeset.
Merged revision(s) 4882 from branches/Release/16_1_1 WTI 702

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

Former-commit-id: ef370f3461a7a666b5fb06d2c8abe19fa4658dc1

Former-commit-id: fa091292c90c4301cda12c4dd8a581cbd62cb5d1

  1. … 48 more files in changeset.
- Removed where applicable: <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"... - Changed AnyCPU to x86 in Core.Common.TestUtil.Test.csproj Related to Issue [WTI-702]

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

Former-commit-id: 47e67a38863e57ec58ad9310f311516fc7d39974

Former-commit-id: 66812564ead67ae934a1307e3cc3d10889f1caa2

  1. … 48 more files in changeset.
- Removed where applicable: <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"... - Changed AnyCPU to x86 in Core.Common.TestUtil.Test.csproj Related to Issue [WTI-702]

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

Former-commit-id: 97e47bf4b15e4d3c8b38d4926a4ad85077d7f2fb

Former-commit-id: 06b8f68502640d1a2389634e880c98eba7dabcb0

  1. … 48 more files in changeset.
* Removed project reference to Core.Common.Version. * Added solution project dependencies of product-code to Core.Common.Version. Related to Issue [WTI-737]

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

Former-commit-id: 13ea8a0add9e77899cc3a6e7036660678309d563

Former-commit-id: 8eee65115f9d9621d41b4ec0527cfc0bb350980a

  1. … 53 more files in changeset.
- Moved ProjectProperties to integration Related to Issue [WTI-539]

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

Former-commit-id: 62f1055a6231153c3ee4d4661f61a6e970dbe8f8

Former-commit-id: 739c5c151f392bc33aec826ae8970f4b8de3e897

    • -129
    • +0
    ./Properties/Resources.Designer.cs
    • -63
    • +0
    ./PropertyClasses/ProjectProperties.cs
  1. … 12 more files in changeset.