Core.Common.Controls.csproj

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgrade project to support .NET 10 SDK based builds. Override new default behavior and properties in project configuration Override the build tool to point to the dotnet SDK. Include extra dependency and the transitive dependencies. Copy dependencies to output directory.

  1. … 8 more files in changeset.
Removed PresentationCore, PresentationFramework and WindowsBase

  1. … 31 more files in changeset.
Removed all explicit references to System from the .csproj files

  1. … 285 more files in changeset.
Added UseWPF or UseWindowForms properties when relevant

  1. … 5 more files in changeset.
Added WindowsDesktop as SDK type which contains Winforms and WPF components

  1. … 287 more files in changeset.
Final cleanups. WTI-2708

  1. … 3 more files in changeset.
Improved about page. WTI-2708

  1. … 8 more files in changeset.
Implemented selecting only one backstage page. WTI-2244

  1. … 5 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.
Migrated Core Common Controls. WTI-2003

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

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

  1. … 353 more files in changeset.
Improvements after review. WTI-1684

  1. … 23 more files in changeset.
Move control to core namespace WTI-1678

  1. … 14 more files in changeset.
Introduced cell format extension methods: - Rows that contain column state definitions can make use of this extension method to format a cell that is contained by the data grid view control

WTI-1679

  1. … 4 more files in changeset.
Improvements after review. WTI-1627

  1. … 5 more files in changeset.
Introduced column state definition. WTI-1627

  1. … 3 more files in changeset.
Introduced DataGridViewColumnFormattingRule. WTI-1627

  1. … 3 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.
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 common src files.

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

Former-commit-id: f478f5080cf09cfab231ee15711e577817c1abb7

Former-commit-id: d3d9c2b439d3d516eb72701e81c4bc169b319fd8

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

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

Former-commit-id: 46a2389e058ee57343efe900a292a3639ec8c319

Former-commit-id: fc95be159639c5e87663a9da9325e3b2bec34564

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

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

Former-commit-id: 6f84b7917ca3a67ad85ee6bdbdfda535d8229a03

Former-commit-id: edbfa25d9e5c1735dd3e27a26b7641853b46c7e6

  1. … 7 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.
Introduced EnhancedDataGridView Related to Issue [WTI-1346]

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

Former-commit-id: 71926ccc44958c07afe9a8b41b348ca1e9e59bba

Former-commit-id: 1bcdf28f2f491a2f7baea5def67620aecdabc2d8

  1. … 7 more files in changeset.
Implemented DataGridViewColorColumn for showing colors in a DataGridView Related to Issue [WTI-1071]

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

Former-commit-id: 54f74de478dd64614a7c75c8e5dc24978ab8193f

Former-commit-id: 4882baee85e2238719b1de09684ac7ca19ad88c6

  1. … 8 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.