From d947cded54c3d752a199e2d5d80e4e84da801ec6 Mon Sep 17 00:00:00 2001 From: Alexander van Delft <56023674+lxatstariongroup@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:16:58 +0200 Subject: [PATCH] [FIX] wrong icon shown in ElementDefinition browser; fixes #1355 * [FIX] wrong icon shown in ElementDefinition browser; fixes #1355 * [BUMP] Dependencies and IME version number --- BasicRdl.Tests/BasicRdl.Tests.csproj | 14 ++++++------ BasicRdl/BasicRdl.csproj | 16 +++++++------- CDP4Addin.Tests/CDP4Addin.Tests.csproj | 18 +++++++-------- CDP4Addin/CDP4Addin.csproj | 18 +++++++-------- CDP4Budget.Tests/CDP4Budget.Tests.csproj | 12 +++++----- CDP4BudgetViewer/CDP4Budget.csproj | 14 ++++++------ .../CDP4BuiltInRules.Tests.csproj | 14 ++++++------ CDP4BuiltInRules/CDP4BuiltInRules.csproj | 16 +++++++------- .../CDP4Composition.Tests.csproj | 16 +++++++------- CDP4Composition/CDP4Composition.csproj | 16 +++++++------- .../IconCacheService/IconCacheService.cs | 2 +- .../CDP4CrossViewEditor.Tests.csproj | 18 +++++++-------- .../CDP4CrossViewEditor.csproj | 20 ++++++++--------- .../CDP4Dashboard.Tests.csproj | 14 ++++++------ CDP4Dashboard/CDP4Dashboard.csproj | 22 +++++++++---------- .../CDP4DiagramEditor.Tests.csproj | 14 ++++++------ CDP4DiagramEditor/CDP4DiagramEditor.csproj | 10 ++++----- CDP4Grapher.Tests/CDP4Grapher.Tests.csproj | 14 ++++++------ CDP4Grapher/CDP4Grapher.csproj | 10 ++++----- CDP4IME.Tests/COMET-CE.Tests.csproj | 14 ++++++------ CDP4IME/COMET-CE.csproj | 16 +++++++------- .../CDP4IMEInstaller.Tests.csproj | 6 ++--- CDP4IMEInstaller/CDP4Addin.wxs | 12 +++++----- CDP4IMEInstaller/Product.wxs | 2 +- CDP4JsonFileDal/CDP4JsonFileDal.csproj | 18 +++++++-------- CDP4LogInfo.Tests/CDP4LogInfo.Tests.csproj | 14 ++++++------ CDP4LogInfo/CDP4LogInfo.csproj | 16 +++++++------- .../CDP4ObjectBrowser.Tests.csproj | 14 ++++++------ CDP4ObjectBrowser/CDP4ObjectBrowser.csproj | 16 +++++++------- .../CDP4OfficeInfrastructure.Tests.csproj | 18 +++++++-------- .../CDP4OfficeInfrastructure.csproj | 18 +++++++-------- .../CDP4ParameterSheetGenerator.Tests.csproj | 18 +++++++-------- .../CDP4ParameterSheetGenerator.csproj | 20 ++++++++--------- .../CDP4PluginPackager.Tests.csproj | 6 ++--- CDP4PluginPackager/CDP4PluginPackager.csproj | 2 +- .../CDP4PropertyGrid.Tests.csproj | 14 ++++++------ CDP4PropertyGrid/CDP4PropertyGrid.csproj | 16 +++++++------- .../CDP4ReferenceDataMapper.Tests.csproj | 14 ++++++------ .../CDP4ReferenceDataMapper.csproj | 16 +++++++------- .../CDP4RelationshipEditor.Tests.csproj | 14 ++++++------ .../CDP4RelationshipEditor.csproj | 16 +++++++------- .../CDP4Reporting.Tests.csproj | 14 ++++++------ CDP4Reporting/CDP4Reporting.csproj | 18 +++++++-------- .../CDP4Scripting.Tests.csproj | 14 ++++++------ CDP4Scripting/CDP4Scripting.csproj | 16 +++++++------- CDP4ServicesDal/CDP4ServicesDal.csproj | 18 +++++++-------- CDP4ShellDialogs/CDP4ShellDialogs.csproj | 14 ++++++------ .../CDP4ShellDialogs.Tests.csproj | 14 ++++++------ .../CDP4SiteDirectory.Tests.csproj | 14 ++++++------ CDP4SiteDirectory/CDP4SiteDirectory.csproj | 16 +++++++------- .../CDP4UpdateServerDal.Tests.csproj | 6 ++--- .../CDP4UpdateServerDal.csproj | 2 +- CDP4WspDal/CDP4WspDal.csproj | 18 +++++++-------- .../EngineeringModel.Tests.csproj | 14 ++++++------ EngineeringModel/EngineeringModel.csproj | 16 +++++++------- ProductTree.Tests/ProductTree.Tests.csproj | 14 ++++++------ ProductTree/ProductTree.csproj | 16 +++++++------- .../CDP4RelationshipMatrix.Tests.csproj | 14 ++++++------ .../CDP4RelationshipMatrix.csproj | 18 +++++++-------- Requirements.Tests/Requirements.Tests.csproj | 18 +++++++-------- Requirements/Requirements.csproj | 22 +++++++++---------- 61 files changed, 437 insertions(+), 437 deletions(-) diff --git a/BasicRdl.Tests/BasicRdl.Tests.csproj b/BasicRdl.Tests/BasicRdl.Tests.csproj index c25025f94..cc2ec3812 100644 --- a/BasicRdl.Tests/BasicRdl.Tests.csproj +++ b/BasicRdl.Tests/BasicRdl.Tests.csproj @@ -30,14 +30,14 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/BasicRdl/BasicRdl.csproj b/BasicRdl/BasicRdl.csproj index 3a272a1e3..64f45089f 100644 --- a/BasicRdl/BasicRdl.csproj +++ b/BasicRdl/BasicRdl.csproj @@ -1,7 +1,7 @@  {BEDCC5C5-83B2-41ED-AC9F-895757553BF2} - 10.0.0 + 10.0.1 CDP4BasicRdl net48 ..\ @@ -10,8 +10,8 @@ BasicRdl CDP4-COMET Basic Reference Data Library Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -37,13 +37,13 @@ - + runtime - + runtime - + runtime @@ -176,10 +176,10 @@ runtime - + runtime - + runtime diff --git a/CDP4Addin.Tests/CDP4Addin.Tests.csproj b/CDP4Addin.Tests/CDP4Addin.Tests.csproj index 16eb655da..ebd5bfa0c 100644 --- a/CDP4Addin.Tests/CDP4Addin.Tests.csproj +++ b/CDP4Addin.Tests/CDP4Addin.Tests.csproj @@ -28,16 +28,16 @@ - - - + + + - - + + - - + + @@ -47,8 +47,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4Addin/CDP4Addin.csproj b/CDP4Addin/CDP4Addin.csproj index 51c2e9ada..6a0d7e773 100644 --- a/CDP4Addin/CDP4Addin.csproj +++ b/CDP4Addin/CDP4Addin.csproj @@ -10,8 +10,8 @@ CDP4AddinCE CDP4-COMET-CE Office Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true @@ -33,9 +33,9 @@ bin\$(Configuration)\ - - - + + + @@ -71,11 +71,11 @@ - - + + - - + + diff --git a/CDP4Budget.Tests/CDP4Budget.Tests.csproj b/CDP4Budget.Tests/CDP4Budget.Tests.csproj index 0c1b82a8e..009cd110d 100644 --- a/CDP4Budget.Tests/CDP4Budget.Tests.csproj +++ b/CDP4Budget.Tests/CDP4Budget.Tests.csproj @@ -16,11 +16,11 @@ - - + + - - + + @@ -30,8 +30,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4BudgetViewer/CDP4Budget.csproj b/CDP4BudgetViewer/CDP4Budget.csproj index dc92f59b5..3ec6497de 100644 --- a/CDP4BudgetViewer/CDP4Budget.csproj +++ b/CDP4BudgetViewer/CDP4Budget.csproj @@ -1,15 +1,15 @@  {7D862014-4CE6-41AC-940C-49D7DE4C485D} - 10.0.0 + 10.0.1 net48 CDP4BudgetViewer Starion Group S.A. CDP4BudgetViewer CDP4-COMET Budget Computation and Viewer Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -35,10 +35,10 @@ - + runtime - + runtime @@ -143,10 +143,10 @@ runtime - + runtime - + runtime diff --git a/CDP4BuiltInRules.Tests/CDP4BuiltInRules.Tests.csproj b/CDP4BuiltInRules.Tests/CDP4BuiltInRules.Tests.csproj index 31390acda..a0ea1c0c9 100644 --- a/CDP4BuiltInRules.Tests/CDP4BuiltInRules.Tests.csproj +++ b/CDP4BuiltInRules.Tests/CDP4BuiltInRules.Tests.csproj @@ -28,13 +28,13 @@ - - - + + + - - + + @@ -44,8 +44,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4BuiltInRules/CDP4BuiltInRules.csproj b/CDP4BuiltInRules/CDP4BuiltInRules.csproj index 54072c25d..84ea100f5 100644 --- a/CDP4BuiltInRules/CDP4BuiltInRules.csproj +++ b/CDP4BuiltInRules/CDP4BuiltInRules.csproj @@ -2,7 +2,7 @@ {1CACEEA5-D398-419D-B88B-D4CC4EA67EED} {1CACEEA5-D398-419D-B88B-D4CC4EA67EED} - 10.0.0 + 10.0.1 net48 ..\ CDP4BuiltInRules @@ -10,8 +10,8 @@ CDP4BuiltInRules CDP4-COMET Built-In rules Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -37,13 +37,13 @@ - + runtime - + runtime - + runtime @@ -175,10 +175,10 @@ runtime - + runtime - + runtime diff --git a/CDP4Composition.Tests/CDP4Composition.Tests.csproj b/CDP4Composition.Tests/CDP4Composition.Tests.csproj index 946f14749..6353626df 100644 --- a/CDP4Composition.Tests/CDP4Composition.Tests.csproj +++ b/CDP4Composition.Tests/CDP4Composition.Tests.csproj @@ -31,15 +31,15 @@ - - - - + + + + - - + + @@ -49,8 +49,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4Composition/CDP4Composition.csproj b/CDP4Composition/CDP4Composition.csproj index 61353c31f..4ffef87e2 100644 --- a/CDP4Composition/CDP4Composition.csproj +++ b/CDP4Composition/CDP4Composition.csproj @@ -7,8 +7,8 @@ CDP4Composition CDP4-COMET Composition and Infrastructure library Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 bin\$(Configuration)\ latest true @@ -29,10 +29,10 @@ MinimumRecommendedRules.ruleset - - - - + + + + @@ -71,8 +71,8 @@ - - + + diff --git a/CDP4Composition/Services/IconCacheService/IconCacheService.cs b/CDP4Composition/Services/IconCacheService/IconCacheService.cs index 00230f91b..cc6de7835 100644 --- a/CDP4Composition/Services/IconCacheService/IconCacheService.cs +++ b/CDP4Composition/Services/IconCacheService/IconCacheService.cs @@ -129,7 +129,7 @@ public BitmapSource QueryOverlayBitmapSource(Uri uri, Uri overlayUri, OverlayPos { try { - var key = (uri, uri, overlayPosition); + var key = (uri, overlayUri, overlayPosition); this.bitmapWithOverlay.TryGetValue(key, out var bitmapSource); if (bitmapSource == null) diff --git a/CDP4CrossViewEditor.Tests/CDP4CrossViewEditor.Tests.csproj b/CDP4CrossViewEditor.Tests/CDP4CrossViewEditor.Tests.csproj index e6e8c4b12..be09e70bb 100644 --- a/CDP4CrossViewEditor.Tests/CDP4CrossViewEditor.Tests.csproj +++ b/CDP4CrossViewEditor.Tests/CDP4CrossViewEditor.Tests.csproj @@ -36,15 +36,15 @@ - - - + + + - - + + - - + + @@ -54,8 +54,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4CrossViewEditor/CDP4CrossViewEditor.csproj b/CDP4CrossViewEditor/CDP4CrossViewEditor.csproj index 4f3affce5..8b43aaa53 100644 --- a/CDP4CrossViewEditor/CDP4CrossViewEditor.csproj +++ b/CDP4CrossViewEditor/CDP4CrossViewEditor.csproj @@ -1,7 +1,7 @@  {A9113A52-C31F-4C76-B87F-AB28E079284C} - 10.0.0 + 10.0.1 net48 ..\ CDP4CrossViewEditor @@ -9,8 +9,8 @@ CDP4CrossViewEditor CDP4-COMET Excel Addin CrossView Editor Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -144,19 +144,19 @@ runtime - + runtime - + runtime runtime - + runtime - + runtime diff --git a/CDP4Dashboard.Tests/CDP4Dashboard.Tests.csproj b/CDP4Dashboard.Tests/CDP4Dashboard.Tests.csproj index 8b51312ec..ac1f27d42 100644 --- a/CDP4Dashboard.Tests/CDP4Dashboard.Tests.csproj +++ b/CDP4Dashboard.Tests/CDP4Dashboard.Tests.csproj @@ -20,12 +20,12 @@ - - - + + + - - + + @@ -35,8 +35,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4Dashboard/CDP4Dashboard.csproj b/CDP4Dashboard/CDP4Dashboard.csproj index ca6781a3b..9b257680f 100644 --- a/CDP4Dashboard/CDP4Dashboard.csproj +++ b/CDP4Dashboard/CDP4Dashboard.csproj @@ -1,7 +1,7 @@  {89E91585-C793-4D90-AB8C-FD295590665B} - 10.0.0 + 10.0.1 net48 latest CDP4Dashboard @@ -9,8 +9,8 @@ Dashboard CDP4-COMET Dashboard Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -25,16 +25,16 @@ - + runtime - + runtime - + runtime - + runtime @@ -163,19 +163,19 @@ runtime - + runtime - + runtime runtime - + runtime - + runtime diff --git a/CDP4DiagramEditor.Tests/CDP4DiagramEditor.Tests.csproj b/CDP4DiagramEditor.Tests/CDP4DiagramEditor.Tests.csproj index 007305aa2..3d30a4c5f 100644 --- a/CDP4DiagramEditor.Tests/CDP4DiagramEditor.Tests.csproj +++ b/CDP4DiagramEditor.Tests/CDP4DiagramEditor.Tests.csproj @@ -29,14 +29,14 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4DiagramEditor/CDP4DiagramEditor.csproj b/CDP4DiagramEditor/CDP4DiagramEditor.csproj index 633f27aef..2a12e1599 100644 --- a/CDP4DiagramEditor/CDP4DiagramEditor.csproj +++ b/CDP4DiagramEditor/CDP4DiagramEditor.csproj @@ -1,7 +1,7 @@  {F541DA64-5C66-45FE-822C-CF93964A3F52} - 10.0.0 + 10.0.1 net48 latest CDP4DiagramEditor @@ -9,8 +9,8 @@ CDP4DiagramEditor CDP4-COMET Diagram Editor plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -25,10 +25,10 @@ - + runtime - + runtime diff --git a/CDP4Grapher.Tests/CDP4Grapher.Tests.csproj b/CDP4Grapher.Tests/CDP4Grapher.Tests.csproj index b0236fe7f..3f14cdf79 100644 --- a/CDP4Grapher.Tests/CDP4Grapher.Tests.csproj +++ b/CDP4Grapher.Tests/CDP4Grapher.Tests.csproj @@ -18,11 +18,11 @@ - - - - - + + + + + @@ -31,8 +31,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4Grapher/CDP4Grapher.csproj b/CDP4Grapher/CDP4Grapher.csproj index 06e868aee..840e08a9f 100644 --- a/CDP4Grapher/CDP4Grapher.csproj +++ b/CDP4Grapher/CDP4Grapher.csproj @@ -1,7 +1,7 @@  {7DEDB709-7B9D-4CEC-B98C-CC29874E357B} - 10.0.0 + 10.0.1 net48 latest CDP4Grapher @@ -9,8 +9,8 @@ Grapher CDP4-COMET Grapher Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -25,10 +25,10 @@ - + runtime - + runtime diff --git a/CDP4IME.Tests/COMET-CE.Tests.csproj b/CDP4IME.Tests/COMET-CE.Tests.csproj index 60aa733c8..f071444d8 100644 --- a/CDP4IME.Tests/COMET-CE.Tests.csproj +++ b/CDP4IME.Tests/COMET-CE.Tests.csproj @@ -33,15 +33,15 @@ - - - + + + - + - + @@ -50,8 +50,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4IME/COMET-CE.csproj b/CDP4IME/COMET-CE.csproj index 2ed9f2ea3..545d092dc 100644 --- a/CDP4IME/COMET-CE.csproj +++ b/CDP4IME/COMET-CE.csproj @@ -11,8 +11,8 @@ CDP4-COMET The CDP4-COMET Integrated Modelling Environment Copyright © Starion Group S.A - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 bin\$(Configuration)\ false true @@ -40,10 +40,10 @@ true - - - - + + + + @@ -100,8 +100,8 @@ - - + + diff --git a/CDP4IMEInstaller.Tests/CDP4IMEInstaller.Tests.csproj b/CDP4IMEInstaller.Tests/CDP4IMEInstaller.Tests.csproj index f201abf17..a17dbfb2e 100644 --- a/CDP4IMEInstaller.Tests/CDP4IMEInstaller.Tests.csproj +++ b/CDP4IMEInstaller.Tests/CDP4IMEInstaller.Tests.csproj @@ -4,7 +4,7 @@ false - + @@ -12,8 +12,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4IMEInstaller/CDP4Addin.wxs b/CDP4IMEInstaller/CDP4Addin.wxs index e7a31c6f5..a2a6e77a5 100644 --- a/CDP4IMEInstaller/CDP4Addin.wxs +++ b/CDP4IMEInstaller/CDP4Addin.wxs @@ -68,15 +68,15 @@ - - + + - + @@ -106,15 +106,15 @@ - - + + - + diff --git a/CDP4IMEInstaller/Product.wxs b/CDP4IMEInstaller/Product.wxs index 59a872e12..65241c357 100644 --- a/CDP4IMEInstaller/Product.wxs +++ b/CDP4IMEInstaller/Product.wxs @@ -1,7 +1,7 @@ - + diff --git a/CDP4JsonFileDal/CDP4JsonFileDal.csproj b/CDP4JsonFileDal/CDP4JsonFileDal.csproj index 61f40a0a0..3701fbe59 100644 --- a/CDP4JsonFileDal/CDP4JsonFileDal.csproj +++ b/CDP4JsonFileDal/CDP4JsonFileDal.csproj @@ -1,7 +1,7 @@  {7C432D61-867C-4DD2-8B14-EE8AEFD0B3A4} - 10.0.0 + 10.0.1 CDP4JsonFileDalPlugin CDP4JsonFileDalPlugin net48 @@ -11,8 +11,8 @@ CDP4JsonFileDalPlugin CDP4-COMET Json File Dal Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true true @@ -39,26 +39,26 @@ - + runtime - + runtime - + runtime - + runtime runtime - + runtime - + runtime diff --git a/CDP4LogInfo.Tests/CDP4LogInfo.Tests.csproj b/CDP4LogInfo.Tests/CDP4LogInfo.Tests.csproj index 163dd9587..27c01ed28 100644 --- a/CDP4LogInfo.Tests/CDP4LogInfo.Tests.csproj +++ b/CDP4LogInfo.Tests/CDP4LogInfo.Tests.csproj @@ -28,15 +28,15 @@ - - - + + + - - + + @@ -45,8 +45,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4LogInfo/CDP4LogInfo.csproj b/CDP4LogInfo/CDP4LogInfo.csproj index dbd8067f5..0e921d046 100644 --- a/CDP4LogInfo/CDP4LogInfo.csproj +++ b/CDP4LogInfo/CDP4LogInfo.csproj @@ -1,7 +1,7 @@  {D619E973-C080-4B58-8E69-565BF7218F4B} - 10.0.0 + 10.0.1 net48 ..\ CDP4LogInfo @@ -9,8 +9,8 @@ CDP4LogInfo CDP4-COMET Logging plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -153,10 +153,10 @@ runtime - + runtime - + runtime diff --git a/CDP4ObjectBrowser.Tests/CDP4ObjectBrowser.Tests.csproj b/CDP4ObjectBrowser.Tests/CDP4ObjectBrowser.Tests.csproj index 3087d7511..75d1b5c28 100644 --- a/CDP4ObjectBrowser.Tests/CDP4ObjectBrowser.Tests.csproj +++ b/CDP4ObjectBrowser.Tests/CDP4ObjectBrowser.Tests.csproj @@ -30,13 +30,13 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4ObjectBrowser/CDP4ObjectBrowser.csproj b/CDP4ObjectBrowser/CDP4ObjectBrowser.csproj index ed7c0846c..656b87262 100644 --- a/CDP4ObjectBrowser/CDP4ObjectBrowser.csproj +++ b/CDP4ObjectBrowser/CDP4ObjectBrowser.csproj @@ -1,7 +1,7 @@  {C6B4A2B4-5DD4-45D8-93B4-17DF82641B86} - 10.0.0 + 10.0.1 net48 ..\ CDP4ObjectBrowser @@ -9,8 +9,8 @@ CDP4ObjectBrowser CDP4-COMET Object Browser Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -147,10 +147,10 @@ runtime - + runtime - + runtime diff --git a/CDP4OfficeInfrastructure.Tests/CDP4OfficeInfrastructure.Tests.csproj b/CDP4OfficeInfrastructure.Tests/CDP4OfficeInfrastructure.Tests.csproj index 067cd05b9..19d752d4b 100644 --- a/CDP4OfficeInfrastructure.Tests/CDP4OfficeInfrastructure.Tests.csproj +++ b/CDP4OfficeInfrastructure.Tests/CDP4OfficeInfrastructure.Tests.csproj @@ -31,26 +31,26 @@ - - - + + + - - + + - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4OfficeInfrastructure/CDP4OfficeInfrastructure.csproj b/CDP4OfficeInfrastructure/CDP4OfficeInfrastructure.csproj index 2a61f45fa..e845d688d 100644 --- a/CDP4OfficeInfrastructure/CDP4OfficeInfrastructure.csproj +++ b/CDP4OfficeInfrastructure/CDP4OfficeInfrastructure.csproj @@ -7,8 +7,8 @@ CDP4OfficeInfrastructure CDP4-COMET Office Infrastucture library Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 bin\$(Configuration)\ true true @@ -28,15 +28,15 @@ MinimumRecommendedRules.ruleset - - - + + + - - + + - - + + diff --git a/CDP4ParameterSheetGenerator.Tests/CDP4ParameterSheetGenerator.Tests.csproj b/CDP4ParameterSheetGenerator.Tests/CDP4ParameterSheetGenerator.Tests.csproj index 694c18df4..c7105d446 100644 --- a/CDP4ParameterSheetGenerator.Tests/CDP4ParameterSheetGenerator.Tests.csproj +++ b/CDP4ParameterSheetGenerator.Tests/CDP4ParameterSheetGenerator.Tests.csproj @@ -30,15 +30,15 @@ - - - + + + - - + + - - + + @@ -48,8 +48,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4ParameterSheetGenerator/CDP4ParameterSheetGenerator.csproj b/CDP4ParameterSheetGenerator/CDP4ParameterSheetGenerator.csproj index 3724a0889..bf6bd10b7 100644 --- a/CDP4ParameterSheetGenerator/CDP4ParameterSheetGenerator.csproj +++ b/CDP4ParameterSheetGenerator/CDP4ParameterSheetGenerator.csproj @@ -1,7 +1,7 @@  {05B9FB71-DFFD-40BC-BF35-F05A1F3CF217} - 10.0.0 + 10.0.1 net48 ..\ CDP4ParameterSheetGenerator @@ -9,8 +9,8 @@ CDP4ParameterSheetGenerator CDP4-COMET Excel Addin Parameter Sheet Generator Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -144,19 +144,19 @@ runtime - + runtime - + runtime runtime - + runtime - + runtime diff --git a/CDP4PluginPackager.Tests/CDP4PluginPackager.Tests.csproj b/CDP4PluginPackager.Tests/CDP4PluginPackager.Tests.csproj index d9378ecfb..09636c058 100644 --- a/CDP4PluginPackager.Tests/CDP4PluginPackager.Tests.csproj +++ b/CDP4PluginPackager.Tests/CDP4PluginPackager.Tests.csproj @@ -8,15 +8,15 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4PluginPackager/CDP4PluginPackager.csproj b/CDP4PluginPackager/CDP4PluginPackager.csproj index aa586add0..d27e07208 100644 --- a/CDP4PluginPackager/CDP4PluginPackager.csproj +++ b/CDP4PluginPackager/CDP4PluginPackager.csproj @@ -21,7 +21,7 @@ - + diff --git a/CDP4PropertyGrid.Tests/CDP4PropertyGrid.Tests.csproj b/CDP4PropertyGrid.Tests/CDP4PropertyGrid.Tests.csproj index afeb812ae..276218cf4 100644 --- a/CDP4PropertyGrid.Tests/CDP4PropertyGrid.Tests.csproj +++ b/CDP4PropertyGrid.Tests/CDP4PropertyGrid.Tests.csproj @@ -31,13 +31,13 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4PropertyGrid/CDP4PropertyGrid.csproj b/CDP4PropertyGrid/CDP4PropertyGrid.csproj index d55a271af..767160625 100644 --- a/CDP4PropertyGrid/CDP4PropertyGrid.csproj +++ b/CDP4PropertyGrid/CDP4PropertyGrid.csproj @@ -1,7 +1,7 @@  {4B9058F7-6ACC-4C1E-B1CD-969B04A9CD9C} - 10.0.0 + 10.0.1 net48 ..\ CDP4PropertyGrid @@ -9,8 +9,8 @@ CDP4PropertyGrid CDP4-COMET Property Grid Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -147,10 +147,10 @@ runtime - + runtime - + runtime diff --git a/CDP4ReferenceDataMapper.Tests/CDP4ReferenceDataMapper.Tests.csproj b/CDP4ReferenceDataMapper.Tests/CDP4ReferenceDataMapper.Tests.csproj index 6ff719265..e9aba011d 100644 --- a/CDP4ReferenceDataMapper.Tests/CDP4ReferenceDataMapper.Tests.csproj +++ b/CDP4ReferenceDataMapper.Tests/CDP4ReferenceDataMapper.Tests.csproj @@ -31,13 +31,13 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4ReferenceDataMapper/CDP4ReferenceDataMapper.csproj b/CDP4ReferenceDataMapper/CDP4ReferenceDataMapper.csproj index 8228f9fb5..8f89849b6 100644 --- a/CDP4ReferenceDataMapper/CDP4ReferenceDataMapper.csproj +++ b/CDP4ReferenceDataMapper/CDP4ReferenceDataMapper.csproj @@ -1,7 +1,7 @@  {FC0997A4-F981-4002-9BDC-BC2FFA6DF552} - 10.0.0 + 10.0.1 net48 ..\ CDP4ReferenceDataMapper @@ -9,8 +9,8 @@ CDP4ReferenceDataMapper CDP4-COMET ReferenceData Mapper Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -147,10 +147,10 @@ runtime - + runtime - + runtime diff --git a/CDP4RelationshipEditor.Tests/CDP4RelationshipEditor.Tests.csproj b/CDP4RelationshipEditor.Tests/CDP4RelationshipEditor.Tests.csproj index dc24ef53e..edd2abb5e 100644 --- a/CDP4RelationshipEditor.Tests/CDP4RelationshipEditor.Tests.csproj +++ b/CDP4RelationshipEditor.Tests/CDP4RelationshipEditor.Tests.csproj @@ -31,13 +31,13 @@ - - - + + + - - + + @@ -47,8 +47,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4RelationshipEditor/CDP4RelationshipEditor.csproj b/CDP4RelationshipEditor/CDP4RelationshipEditor.csproj index 3c685b742..531295306 100644 --- a/CDP4RelationshipEditor/CDP4RelationshipEditor.csproj +++ b/CDP4RelationshipEditor/CDP4RelationshipEditor.csproj @@ -1,7 +1,7 @@  {E8BEF8CE-68CB-4AB7-93C9-70679B9B4D83} - 10.0.0 + 10.0.1 net48 ..\ CDP4RelationshipEditor @@ -9,8 +9,8 @@ CDP4RelationshipEditor CDP4-COMET Relationship Editor Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -147,10 +147,10 @@ runtime - + runtime - + runtime diff --git a/CDP4Reporting.Tests/CDP4Reporting.Tests.csproj b/CDP4Reporting.Tests/CDP4Reporting.Tests.csproj index e526c90cf..5c7666c43 100644 --- a/CDP4Reporting.Tests/CDP4Reporting.Tests.csproj +++ b/CDP4Reporting.Tests/CDP4Reporting.Tests.csproj @@ -30,15 +30,15 @@ - - - + + + - - + + @@ -48,8 +48,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4Reporting/CDP4Reporting.csproj b/CDP4Reporting/CDP4Reporting.csproj index c532cdd5e..6ce097418 100644 --- a/CDP4Reporting/CDP4Reporting.csproj +++ b/CDP4Reporting/CDP4Reporting.csproj @@ -1,7 +1,7 @@  {C31FF150-E45C-4136-96CD-58FBF9B00C08} - 10.0.0 + 10.0.1 CDP4ReportingPlugin net48 ..\ @@ -10,8 +10,8 @@ CDP4Reporting CDP4-COMET Reporting Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 latest true true @@ -47,16 +47,16 @@ - + runtime - + runtime - + runtime - + runtime @@ -186,10 +186,10 @@ runtime - + runtime - + runtime diff --git a/CDP4Scripting.Tests/CDP4Scripting.Tests.csproj b/CDP4Scripting.Tests/CDP4Scripting.Tests.csproj index dd585dfdc..ff95cdaa1 100644 --- a/CDP4Scripting.Tests/CDP4Scripting.Tests.csproj +++ b/CDP4Scripting.Tests/CDP4Scripting.Tests.csproj @@ -28,15 +28,15 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4Scripting/CDP4Scripting.csproj b/CDP4Scripting/CDP4Scripting.csproj index f8cd8cd95..70dd8b82c 100644 --- a/CDP4Scripting/CDP4Scripting.csproj +++ b/CDP4Scripting/CDP4Scripting.csproj @@ -1,15 +1,15 @@  {DA9183AB-D060-488F-89E9-DEC1F0177B1E} - 10.0.0 + 10.0.1 net48 CDP4Scripting Starion Group S.A. CDP4Scripting CDP4-COMET Scripting Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,13 +36,13 @@ - + runtime - + runtime - + runtime @@ -149,10 +149,10 @@ runtime - + runtime - + runtime diff --git a/CDP4ServicesDal/CDP4ServicesDal.csproj b/CDP4ServicesDal/CDP4ServicesDal.csproj index ca1a53752..14edee776 100644 --- a/CDP4ServicesDal/CDP4ServicesDal.csproj +++ b/CDP4ServicesDal/CDP4ServicesDal.csproj @@ -1,7 +1,7 @@  {03C264A0-398B-4C78-83BA-EDEA6BA7F679} - 10.0.0 + 10.0.1 CDP4ServicesDalPlugin CDP4ServicesDalPlugin net48 @@ -11,8 +11,8 @@ CDP4ServicesDal CDP4-COMET Services DAL to be used exclusively with CDP4-COMET Services Copyright © Starion Group S.A - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true true @@ -39,16 +39,16 @@ - + runtime - + runtime - + runtime - + runtime @@ -58,10 +58,10 @@ runtime - + runtime - + runtime diff --git a/CDP4ShellDialogs/CDP4ShellDialogs.csproj b/CDP4ShellDialogs/CDP4ShellDialogs.csproj index 2dc614f68..d4142d009 100644 --- a/CDP4ShellDialogs/CDP4ShellDialogs.csproj +++ b/CDP4ShellDialogs/CDP4ShellDialogs.csproj @@ -7,8 +7,8 @@ CDP4ShellDialogs CDP4-COMET Shell Dialogs Copyright © Starion Group S.A - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 bin\$(Configuration)\ true true @@ -28,9 +28,9 @@ MinimumRecommendedRules.ruleset - - - + + + @@ -65,8 +65,8 @@ - - + + diff --git a/CDP4ShellDialogsTestFixture/CDP4ShellDialogs.Tests.csproj b/CDP4ShellDialogsTestFixture/CDP4ShellDialogs.Tests.csproj index a6c9823e1..f7af1a4ee 100644 --- a/CDP4ShellDialogsTestFixture/CDP4ShellDialogs.Tests.csproj +++ b/CDP4ShellDialogsTestFixture/CDP4ShellDialogs.Tests.csproj @@ -30,14 +30,14 @@ - - - + + + - - + + @@ -47,8 +47,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4SiteDirectory.Tests/CDP4SiteDirectory.Tests.csproj b/CDP4SiteDirectory.Tests/CDP4SiteDirectory.Tests.csproj index e6b4f3527..fc7deef4e 100644 --- a/CDP4SiteDirectory.Tests/CDP4SiteDirectory.Tests.csproj +++ b/CDP4SiteDirectory.Tests/CDP4SiteDirectory.Tests.csproj @@ -31,13 +31,13 @@ - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4SiteDirectory/CDP4SiteDirectory.csproj b/CDP4SiteDirectory/CDP4SiteDirectory.csproj index 9e5a7b418..9ce2434e3 100644 --- a/CDP4SiteDirectory/CDP4SiteDirectory.csproj +++ b/CDP4SiteDirectory/CDP4SiteDirectory.csproj @@ -1,7 +1,7 @@  {C268DF5F-FB28-46AE-AA9B-08E074E6AEF5} - 10.0.0 + 10.0.1 net48 ..\ CDP4SiteDirectory @@ -9,8 +9,8 @@ CDP4SiteDirectory CDP4-COMET SiteDirectory Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true true @@ -37,13 +37,13 @@ - + runtime - + runtime - + runtime @@ -148,10 +148,10 @@ runtime - + runtime - + runtime diff --git a/CDP4UpdateServerDal.Tests/CDP4UpdateServerDal.Tests.csproj b/CDP4UpdateServerDal.Tests/CDP4UpdateServerDal.Tests.csproj index fa09ed535..5129a6a17 100644 --- a/CDP4UpdateServerDal.Tests/CDP4UpdateServerDal.Tests.csproj +++ b/CDP4UpdateServerDal.Tests/CDP4UpdateServerDal.Tests.csproj @@ -7,15 +7,15 @@ - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/CDP4UpdateServerDal/CDP4UpdateServerDal.csproj b/CDP4UpdateServerDal/CDP4UpdateServerDal.csproj index 7e783f249..8811a4872 100644 --- a/CDP4UpdateServerDal/CDP4UpdateServerDal.csproj +++ b/CDP4UpdateServerDal/CDP4UpdateServerDal.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4WspDal/CDP4WspDal.csproj b/CDP4WspDal/CDP4WspDal.csproj index b830086ec..576a10138 100644 --- a/CDP4WspDal/CDP4WspDal.csproj +++ b/CDP4WspDal/CDP4WspDal.csproj @@ -1,7 +1,7 @@  {3E0504F1-B0CE-4115-BCFC-7F462B14E5A1} - 10.0.0 + 10.0.1 CDP4WspDalPlugin CDP4WspDalPlugin net48 @@ -11,8 +11,8 @@ CDP4WspDal CDP4-COMET OCDT WSP Dal Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true true @@ -39,26 +39,26 @@ - + runtime - + runtime - + runtime - + runtime runtime - + runtime - + runtime diff --git a/EngineeringModel.Tests/EngineeringModel.Tests.csproj b/EngineeringModel.Tests/EngineeringModel.Tests.csproj index 6bd61b2d5..4964bc3be 100644 --- a/EngineeringModel.Tests/EngineeringModel.Tests.csproj +++ b/EngineeringModel.Tests/EngineeringModel.Tests.csproj @@ -31,15 +31,15 @@ MinimumRecommendedRules.ruleset - - - + + + - + - + @@ -49,8 +49,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/EngineeringModel/EngineeringModel.csproj b/EngineeringModel/EngineeringModel.csproj index 022f91340..5fb20cd66 100644 --- a/EngineeringModel/EngineeringModel.csproj +++ b/EngineeringModel/EngineeringModel.csproj @@ -1,7 +1,7 @@  {7B0F3699-960F-4A9C-BC32-6A5B73A5B895} - 10.0.0 + 10.0.1 CDP4EngineeringModel CDP4EngineeringModel net48 @@ -11,8 +11,8 @@ CDP4EngineeringModel CDP4-COMET Engineering Model Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 latest true true @@ -40,13 +40,13 @@ MinimumRecommendedRules.ruleset - + runtime - + runtime - + runtime @@ -151,10 +151,10 @@ runtime - + runtime - + runtime diff --git a/ProductTree.Tests/ProductTree.Tests.csproj b/ProductTree.Tests/ProductTree.Tests.csproj index db2a96b1c..279eda8ea 100644 --- a/ProductTree.Tests/ProductTree.Tests.csproj +++ b/ProductTree.Tests/ProductTree.Tests.csproj @@ -29,14 +29,14 @@ MinimumRecommendedRules.ruleset - - - + + + - - + + @@ -46,8 +46,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/ProductTree/ProductTree.csproj b/ProductTree/ProductTree.csproj index 595a80117..016b4e3bd 100644 --- a/ProductTree/ProductTree.csproj +++ b/ProductTree/ProductTree.csproj @@ -1,7 +1,7 @@  {2FFF0B74-7E29-41A2-A1FF-5004CE27D22A} - 10.0.0 + 10.0.1 CDP4ProductTree CDP4ProductTree net48 @@ -12,8 +12,8 @@ CDP4-COMET Product Tree Plugin Copyright © Starion Group S.A. latest - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -135,19 +135,19 @@ runtime - + runtime - + runtime - + runtime runtime - + runtime @@ -159,7 +159,7 @@ runtime - + runtime diff --git a/RelationshipMatrix.Tests/CDP4RelationshipMatrix.Tests.csproj b/RelationshipMatrix.Tests/CDP4RelationshipMatrix.Tests.csproj index bdc301288..978a67c6a 100644 --- a/RelationshipMatrix.Tests/CDP4RelationshipMatrix.Tests.csproj +++ b/RelationshipMatrix.Tests/CDP4RelationshipMatrix.Tests.csproj @@ -28,13 +28,13 @@ - - - + + + - - + + @@ -44,8 +44,8 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/RelationshipMatrix/CDP4RelationshipMatrix.csproj b/RelationshipMatrix/CDP4RelationshipMatrix.csproj index 02cbb0933..1a1348085 100644 --- a/RelationshipMatrix/CDP4RelationshipMatrix.csproj +++ b/RelationshipMatrix/CDP4RelationshipMatrix.csproj @@ -1,7 +1,7 @@  {A9EF51F8-4F27-4F50-8EE3-33BC2F69DF12} - 10.0.0 + 10.0.1 net48 ..\ CDP4RelationshipMatrix @@ -9,8 +9,8 @@ RelationshipMatrix CDP4-COMET Relationship Matrix Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -36,16 +36,16 @@ - + runtime - + runtime - + runtime - + runtime @@ -151,10 +151,10 @@ runtime - + runtime - + runtime diff --git a/Requirements.Tests/Requirements.Tests.csproj b/Requirements.Tests/Requirements.Tests.csproj index a616a530d..f0bf303e6 100644 --- a/Requirements.Tests/Requirements.Tests.csproj +++ b/Requirements.Tests/Requirements.Tests.csproj @@ -33,26 +33,26 @@ - - - + + + - + - + - - + + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Requirements/Requirements.csproj b/Requirements/Requirements.csproj index e33c91b73..c1e468e9e 100644 --- a/Requirements/Requirements.csproj +++ b/Requirements/Requirements.csproj @@ -1,7 +1,7 @@  {CB6F4AD4-4DFA-4F99-A2E8-9B468820266E} - 10.0.0 + 10.0.1 CDP4Requirements CDP4Requirements net48 @@ -11,8 +11,8 @@ Requirements CDP4-COMET Requirements Plugin Copyright © Starion Group S.A. - 10.0.0.20 - 10.0.0.20 + 10.0.1.1 + 10.0.1.1 true true @@ -42,16 +42,16 @@ - + runtime - + runtime - + runtime - + runtime @@ -181,19 +181,19 @@ runtime - + runtime - + runtime runtime - + runtime - + runtime