From f867161ae8bdc26e83f151dcd00c7c3a54c7b350 Mon Sep 17 00:00:00 2001 From: StefanAdriaenssen Date: Thu, 18 Mar 2021 08:25:17 +0100 Subject: [PATCH] Set .NET framework version to 4.8 --- Sources/Controls/Controls.csproj | 10 +++++----- Sources/Core/Core.csproj | 6 ++++-- Sources/Fuzzy/Fuzzy.csproj | 6 ++++-- Sources/Genetic/Genetic.csproj | 6 ++++-- Sources/Imaging.Formats/Imaging.Formats.csproj | 6 ++++-- Sources/Imaging/Imaging.csproj | 6 ++++-- Sources/MachineLearning/MachineLearning.csproj | 6 ++++-- Sources/Math/Math.csproj | 6 ++++-- Sources/Neuro/Neuro.csproj | 6 ++++-- Sources/Robotics.Lego/Lego.csproj | 6 ++++-- Sources/Robotics.Surveyor/Robotics.Surveyor.csproj | 6 ++++-- Sources/Robotics.TeRK/Robotics.TeRK.csproj | 6 ++++-- Sources/Video.DirectShow/Video.DirectShow.csproj | 6 ++++-- Sources/Video.Kinect/Video.Kinect.csproj | 6 ++++-- Sources/Video.VFW/Video.VFW.csproj | 6 ++++-- Sources/Video.Ximea/Video.Ximea.csproj | 6 ++++-- Sources/Video/Video.csproj | 6 ++++-- Sources/Vision/Vision.csproj | 6 ++++-- 18 files changed, 73 insertions(+), 39 deletions(-) diff --git a/Sources/Controls/Controls.csproj b/Sources/Controls/Controls.csproj index 019ca47d..79d64d08 100644 --- a/Sources/Controls/Controls.csproj +++ b/Sources/Controls/Controls.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Controls AForge.Controls - v2.0 + v4.8 512 true AForge.Controls.snk @@ -45,6 +45,7 @@ 4 true AForge.Controls.xml + false pdbonly @@ -55,6 +56,7 @@ 4 true AForge.Controls.xml + false @@ -91,9 +93,7 @@ Component - - Component - + diff --git a/Sources/Core/Core.csproj b/Sources/Core/Core.csproj index 7476f62c..1f2e95ca 100644 --- a/Sources/Core/Core.csproj +++ b/Sources/Core/Core.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge AForge - v2.0 + v4.8 512 true AForge.snk @@ -45,6 +45,7 @@ 4 AForge.xml true + false pdbonly @@ -55,6 +56,7 @@ 4 AForge.xml true + false diff --git a/Sources/Fuzzy/Fuzzy.csproj b/Sources/Fuzzy/Fuzzy.csproj index 2a56c9a1..a51568f9 100644 --- a/Sources/Fuzzy/Fuzzy.csproj +++ b/Sources/Fuzzy/Fuzzy.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Fuzzy AForge.Fuzzy - v2.0 + v4.8 512 true AForge.Fuzzy.snk @@ -44,6 +44,7 @@ prompt 4 AForge.Fuzzy.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Fuzzy.xml + false diff --git a/Sources/Genetic/Genetic.csproj b/Sources/Genetic/Genetic.csproj index 5126af21..309780ba 100644 --- a/Sources/Genetic/Genetic.csproj +++ b/Sources/Genetic/Genetic.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Genetic AForge.Genetic - v2.0 + v4.8 512 true AForge.Genetic.snk @@ -44,6 +44,7 @@ prompt 4 AForge.Genetic.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Genetic.xml + false diff --git a/Sources/Imaging.Formats/Imaging.Formats.csproj b/Sources/Imaging.Formats/Imaging.Formats.csproj index 60bdb6ae..01a48a65 100644 --- a/Sources/Imaging.Formats/Imaging.Formats.csproj +++ b/Sources/Imaging.Formats/Imaging.Formats.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Imaging.Formats AForge.Imaging.Formats - v2.0 + v4.8 512 true AForge.Imaging.Formats.snk @@ -45,6 +45,7 @@ 4 AForge.Imaging.Formats.xml true + false pdbonly @@ -55,6 +56,7 @@ 4 AForge.Imaging.Formats.xml true + false diff --git a/Sources/Imaging/Imaging.csproj b/Sources/Imaging/Imaging.csproj index a657e82f..44e9deee 100644 --- a/Sources/Imaging/Imaging.csproj +++ b/Sources/Imaging/Imaging.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Imaging AForge.Imaging - v2.0 + v4.8 512 true AForge.Imaging.snk @@ -45,6 +45,7 @@ 4 true AForge.Imaging.xml + false pdbonly @@ -55,6 +56,7 @@ 4 true AForge.Imaging.xml + false diff --git a/Sources/MachineLearning/MachineLearning.csproj b/Sources/MachineLearning/MachineLearning.csproj index 5dd52f19..cac7ae4d 100644 --- a/Sources/MachineLearning/MachineLearning.csproj +++ b/Sources/MachineLearning/MachineLearning.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.MachineLearning AForge.MachineLearning - v2.0 + v4.8 512 true AForge.MachineLearning.snk @@ -44,6 +44,7 @@ prompt 4 AForge.MachineLearning.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.MachineLearning.xml + false diff --git a/Sources/Math/Math.csproj b/Sources/Math/Math.csproj index 3187988f..b9dceafd 100644 --- a/Sources/Math/Math.csproj +++ b/Sources/Math/Math.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Math AForge.Math - v2.0 + v4.8 512 true AForge.Math.snk @@ -44,6 +44,7 @@ prompt 4 AForge.Math.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Math.xml + false diff --git a/Sources/Neuro/Neuro.csproj b/Sources/Neuro/Neuro.csproj index 8ef23557..34e0be1c 100644 --- a/Sources/Neuro/Neuro.csproj +++ b/Sources/Neuro/Neuro.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Neuro AForge.Neuro - v2.0 + v4.8 512 true AForge.Neuro.snk @@ -44,6 +44,7 @@ prompt 4 AForge.Neuro.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Neuro.xml + false diff --git a/Sources/Robotics.Lego/Lego.csproj b/Sources/Robotics.Lego/Lego.csproj index 924f5430..d94067bf 100644 --- a/Sources/Robotics.Lego/Lego.csproj +++ b/Sources/Robotics.Lego/Lego.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -15,7 +15,7 @@ 3.5 - v2.0 + v4.8 false @@ -44,6 +44,7 @@ prompt 4 AForge.Robotics.Lego.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Robotics.Lego.xml + false diff --git a/Sources/Robotics.Surveyor/Robotics.Surveyor.csproj b/Sources/Robotics.Surveyor/Robotics.Surveyor.csproj index 596f0488..d74a672c 100644 --- a/Sources/Robotics.Surveyor/Robotics.Surveyor.csproj +++ b/Sources/Robotics.Surveyor/Robotics.Surveyor.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Robotics.Surveyor AForge.Robotics.Surveyor - v2.0 + v4.8 512 true AForge.Robotics.Surveyor.snk @@ -44,6 +44,7 @@ prompt 4 AForge.Robotics.Surveyor.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Robotics.Surveyor.xml + false diff --git a/Sources/Robotics.TeRK/Robotics.TeRK.csproj b/Sources/Robotics.TeRK/Robotics.TeRK.csproj index 57584ede..b1c2964d 100644 --- a/Sources/Robotics.TeRK/Robotics.TeRK.csproj +++ b/Sources/Robotics.TeRK/Robotics.TeRK.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Robotics.TeRK AForge.Robotics.TeRK - v2.0 + v4.8 512 true AForge.Robotics.TeRK.snk @@ -44,6 +44,7 @@ prompt 4 AForge.Robotics.TeRK.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Robotics.TeRK.xml + false diff --git a/Sources/Video.DirectShow/Video.DirectShow.csproj b/Sources/Video.DirectShow/Video.DirectShow.csproj index 7af331e3..4174064d 100644 --- a/Sources/Video.DirectShow/Video.DirectShow.csproj +++ b/Sources/Video.DirectShow/Video.DirectShow.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -15,7 +15,7 @@ 3.5 - v2.0 + v4.8 false @@ -45,6 +45,7 @@ 4 AForge.Video.DirectShow.xml true + false pdbonly @@ -55,6 +56,7 @@ 4 AForge.Video.DirectShow.xml true + false diff --git a/Sources/Video.Kinect/Video.Kinect.csproj b/Sources/Video.Kinect/Video.Kinect.csproj index 9fd2f6df..57d45cfa 100644 --- a/Sources/Video.Kinect/Video.Kinect.csproj +++ b/Sources/Video.Kinect/Video.Kinect.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Video.Kinect AForge.Video.Kinect - v2.0 + v4.8 512 true AForge.Video.Kinect.snk @@ -45,6 +45,7 @@ 4 true AForge.Video.Kinect.xml + false pdbonly @@ -55,6 +56,7 @@ 4 true AForge.Video.Kinect.xml + false diff --git a/Sources/Video.VFW/Video.VFW.csproj b/Sources/Video.VFW/Video.VFW.csproj index 414b3617..853bdca7 100644 --- a/Sources/Video.VFW/Video.VFW.csproj +++ b/Sources/Video.VFW/Video.VFW.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -15,7 +15,7 @@ 3.5 - v2.0 + v4.8 false @@ -44,6 +44,7 @@ prompt 4 AForge.Video.VFW.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Video.VFW.xml + false diff --git a/Sources/Video.Ximea/Video.Ximea.csproj b/Sources/Video.Ximea/Video.Ximea.csproj index e999a159..b51481bc 100644 --- a/Sources/Video.Ximea/Video.Ximea.csproj +++ b/Sources/Video.Ximea/Video.Ximea.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Video.Ximea AForge.Video.Ximea - v2.0 + v4.8 512 true AForge.Video.Ximea.snk @@ -44,6 +44,7 @@ prompt 4 true + false pdbonly @@ -54,6 +55,7 @@ 4 true AForge.Video.Ximea.xml + false diff --git a/Sources/Video/Video.csproj b/Sources/Video/Video.csproj index 360d6de2..28234756 100644 --- a/Sources/Video/Video.csproj +++ b/Sources/Video/Video.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -15,7 +15,7 @@ 3.5 - v2.0 + v4.8 false @@ -44,6 +44,7 @@ prompt 4 AForge.Video.xml + false pdbonly @@ -53,6 +54,7 @@ prompt 4 AForge.Video.xml + false diff --git a/Sources/Vision/Vision.csproj b/Sources/Vision/Vision.csproj index d88d0ba7..1af53336 100644 --- a/Sources/Vision/Vision.csproj +++ b/Sources/Vision/Vision.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties AForge.Vision AForge.Vision - v2.0 + v4.8 512 true AForge.Vision.snk @@ -45,6 +45,7 @@ 4 AForge.Vision.xml true + false pdbonly @@ -55,6 +56,7 @@ 4 AForge.Vision.xml true + false