diff --git a/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net7.csproj b/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net7.csproj
index 2cfa748a63..268c279f4c 100644
--- a/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net7.csproj
+++ b/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net7.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net8.csproj b/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net8.csproj
index f28e393b0f..bda3b38bb3 100644
--- a/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net8.csproj
+++ b/Media Blocks SDK/Android/MediaPlayer/MediaPlayer net8.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/Android/RTSP Client/RTSP Client net7.csproj b/Media Blocks SDK/Android/RTSP Client/RTSP Client net7.csproj
index b4575ab462..aff015faa2 100644
--- a/Media Blocks SDK/Android/RTSP Client/RTSP Client net7.csproj
+++ b/Media Blocks SDK/Android/RTSP Client/RTSP Client net7.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/Android/RTSP Client/RTSP Client net8.csproj b/Media Blocks SDK/Android/RTSP Client/RTSP Client net8.csproj
index 6d56bf59a1..ab3336b8d4 100644
--- a/Media Blocks SDK/Android/RTSP Client/RTSP Client net8.csproj
+++ b/Media Blocks SDK/Android/RTSP Client/RTSP Client net8.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net7.csproj b/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net7.csproj
index 0491699f68..44edb24e2e 100644
--- a/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net7.csproj
+++ b/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net7.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net8.csproj b/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net8.csproj
index b4c8ac07d8..355e69ccdc 100644
--- a/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net8.csproj
+++ b/Media Blocks SDK/Android/Simple Video Capture/Simple Video Capture net8.csproj
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/Avalonia/Simple Player/SimplePlayerAvalonia/SimplePlayerAvalonia.csproj b/Media Blocks SDK/Avalonia/Simple Player/SimplePlayerAvalonia/SimplePlayerAvalonia.csproj
index 49f716d5f4..7052f46dc4 100644
--- a/Media Blocks SDK/Avalonia/Simple Player/SimplePlayerAvalonia/SimplePlayerAvalonia.csproj
+++ b/Media Blocks SDK/Avalonia/Simple Player/SimplePlayerAvalonia/SimplePlayerAvalonia.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/Console/HLS Streamer/HLSStreamer.csproj b/Media Blocks SDK/Console/HLS Streamer/HLSStreamer.csproj
index 45bc20f331..8eb83d573c 100644
--- a/Media Blocks SDK/Console/HLS Streamer/HLSStreamer.csproj
+++ b/Media Blocks SDK/Console/HLS Streamer/HLSStreamer.csproj
@@ -6,7 +6,7 @@
app.manifest
-
+
diff --git a/Media Blocks SDK/Console/Media Info CLI/Media Info CLI.csproj b/Media Blocks SDK/Console/Media Info CLI/Media Info CLI.csproj
index 9c6bd05181..877054c684 100644
--- a/Media Blocks SDK/Console/Media Info CLI/Media Info CLI.csproj
+++ b/Media Blocks SDK/Console/Media Info CLI/Media Info CLI.csproj
@@ -23,7 +23,7 @@
None
-
+
diff --git a/Media Blocks SDK/Console/RTSPView/RTSPView.csproj b/Media Blocks SDK/Console/RTSPView/RTSPView.csproj
index 821ce7b620..0c6875cc0b 100644
--- a/Media Blocks SDK/Console/RTSPView/RTSPView.csproj
+++ b/Media Blocks SDK/Console/RTSPView/RTSPView.csproj
@@ -9,7 +9,7 @@
com.visioforge.rtspviewcli
-
+
diff --git a/Media Blocks SDK/Console/RTSPViewCV/RTSPViewCV.csproj b/Media Blocks SDK/Console/RTSPViewCV/RTSPViewCV.csproj
index 4f43604abf..11651c3285 100644
--- a/Media Blocks SDK/Console/RTSPViewCV/RTSPViewCV.csproj
+++ b/Media Blocks SDK/Console/RTSPViewCV/RTSPViewCV.csproj
@@ -9,8 +9,8 @@
com.visioforge.rtspviewcvcli
-
-
+
+
diff --git a/Media Blocks SDK/MAUI/SimpleCapture/MainPage.xaml.cs b/Media Blocks SDK/MAUI/SimpleCapture/MainPage.xaml.cs
index 602ca75299..be00c64d15 100644
--- a/Media Blocks SDK/MAUI/SimpleCapture/MainPage.xaml.cs
+++ b/Media Blocks SDK/MAUI/SimpleCapture/MainPage.xaml.cs
@@ -81,7 +81,7 @@ private void MainPage_Unloaded(object sender, EventArgs e)
private async void MainPage_Loaded(object sender, EventArgs e)
{
-#if __ANDROID__ || __MACOS__ || __MACCATALYST__
+#if __ANDROID__ || __MACOS__ || __MACCATALYST__ || __IOS__
await RequestCameraPermissionAsync();
await RequestMicPermissionAsync();
#endif
diff --git a/Media Blocks SDK/MAUI/SimpleCapture/Platforms/iOS/Info.plist b/Media Blocks SDK/MAUI/SimpleCapture/Platforms/iOS/Info.plist
index 0004a4fdee..b85bf387e8 100644
--- a/Media Blocks SDK/MAUI/SimpleCapture/Platforms/iOS/Info.plist
+++ b/Media Blocks SDK/MAUI/SimpleCapture/Platforms/iOS/Info.plist
@@ -28,5 +28,9 @@
XSAppIconAssets
Assets.xcassets/appicon.appiconset
+ NSCameraUsageDescription
+ Camera usage required
+ NSMicrophoneUsageDescription
+ Mic usage required
diff --git a/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB.csproj b/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB.csproj
index 9fa151d6f1..9c68318d41 100644
--- a/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB.csproj
+++ b/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB.csproj
@@ -76,8 +76,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB8.csproj b/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB8.csproj
index 23022bb1e1..341fc8efbe 100644
--- a/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB8.csproj
+++ b/Media Blocks SDK/MAUI/SimpleCapture/SimpleCaptureMB8.csproj
@@ -76,8 +76,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer.csproj b/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer.csproj
index 04de8b9831..f93ca26b90 100644
--- a/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer.csproj
+++ b/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer.csproj
@@ -84,8 +84,8 @@
-->
-
-
+
+
diff --git a/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer8.csproj b/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer8.csproj
index 86b8756a09..8839704ea9 100644
--- a/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer8.csproj
+++ b/Media Blocks SDK/MAUI/SimplePlayer/SimplePlayer8.csproj
@@ -81,8 +81,8 @@
-->
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net472.csproj
index 34995c42e9..ab12b37369 100644
--- a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net472.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net5.csproj
index 91495b1c50..8c76f1e2bd 100644
--- a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net5.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net6.csproj
index 2b69549fe4..d58864b38d 100644
--- a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net6.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net7.csproj
index 76a251707b..9a3dc306b8 100644
--- a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net7.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net8.csproj
index 6e423f5ec8..5c56ecd686 100644
--- a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo net8.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo netcore31.csproj
index 800427513b..532c60afec 100644
--- a/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Decklink Demo/Decklink MB Demo netcore31.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net472.csproj b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net472.csproj
index 7624bf590a..efa8b7ff15 100644
--- a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net472.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net5.csproj b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net5.csproj
index 8731717bb3..bb7cbd6c3c 100644
--- a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net5.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net6.csproj b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net6.csproj
index 39d095695c..fff9a9f854 100644
--- a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net6.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net7.csproj b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net7.csproj
index dd55f7df7a..9824e5de4a 100644
--- a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net7.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net8.csproj b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net8.csproj
index 8c9dd84dec..ac66fd5d08 100644
--- a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live net8.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live netcore31.csproj
index 910fca442e..c6b8603c32 100644
--- a/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Face Detector Live/Face Detector Live netcore31.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net472.csproj
index 37e84a60b4..2a3c0c59c9 100644
--- a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net472.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net5.csproj
index 90ae7f33ac..0479e89ddb 100644
--- a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net5.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net6.csproj
index 362df22351..3edfaeea40 100644
--- a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net6.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net7.csproj
index dd56ed61f1..14abdac193 100644
--- a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net7.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net8.csproj
index 57fd44fda4..e186d43942 100644
--- a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo net8.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo netcore31.csproj
index f63abcfb92..41b15a4e8e 100644
--- a/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/GenICam Source Demo/GenICam Source Demo netcore31.csproj
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net472.csproj
index 824980579a..3ea72ac0a3 100644
--- a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net5.csproj
index 561ed35a62..6c6e7c0029 100644
--- a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net6.csproj
index 4ac5a7ee23..f34a5b1249 100644
--- a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net7.csproj
index 808e8157e9..0cc4193c31 100644
--- a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net8.csproj
index 09d7aa037d..6160144da3 100644
--- a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo netcore31.csproj
index 9b27716fe7..153fa2b711 100644
--- a/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/HTTP MJPEG Source Demo/HTTP MJPEG Source Demo netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net472.csproj
index 6d60f678ee..2877203c4d 100644
--- a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net472.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net5.csproj
index 02b0e9f9bd..a66ef59b1f 100644
--- a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net5.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net6.csproj
index 41380a4bf1..76b364304f 100644
--- a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net6.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net7.csproj
index d8f2b79fec..33acb0fb0a 100644
--- a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net7.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net8.csproj
index 6a115d3a94..eb3353296c 100644
--- a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo net8.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo netcore31.csproj
index 141055eb76..b629c1119f 100644
--- a/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/KLV Demo/KLV Demo netcore31.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net472.csproj
index 2e262d4cec..ad5facafd7 100644
--- a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net472.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net5.csproj
index 87248daa31..a2450f8827 100644
--- a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net5.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net6.csproj
index baed154036..28ba40297c 100644
--- a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net6.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net7.csproj
index 5fb3fcd386..b0b1cd91c3 100644
--- a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net7.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net8.csproj
index 824e64fc28..f35be9d940 100644
--- a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo net8.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo netcore31.csproj
index e6b0666459..30274a7b6d 100644
--- a/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Live Video Compositor Demo/Live Video Compositor Demo netcore31.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net472.csproj
index 6c66cef32c..bc6013d721 100644
--- a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net472.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net5.csproj
index e56da5ff3a..40802d575c 100644
--- a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net5.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net6.csproj
index c8e9a31894..b248f2fcd3 100644
--- a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net6.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net7.csproj
index 56db1d4f29..5d6d539051 100644
--- a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net7.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net8.csproj
index 4a5776894e..e948d71e1e 100644
--- a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo net8.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo netcore31.csproj
index bdb541aace..2d57556ef5 100644
--- a/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/NDI Source Demo/NDI Source Demo netcore31.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net472.csproj
index ddb4c2b16b..9b21ab6996 100644
--- a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net472.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net5.csproj
index 762586cf73..8c72ab7e96 100644
--- a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net5.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net6.csproj
index 284218dda7..6da428194e 100644
--- a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net6.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net7.csproj
index 3c1a84ad46..5019f1b212 100644
--- a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net7.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net8.csproj
index 6e7d18b6e1..4519e2b0c3 100644
--- a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo net8.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo netcore31.csproj
index 64d7a2a41b..6c3aa6400e 100644
--- a/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo netcore31.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net472.csproj
index 56f64ed294..d99ab2ed9f 100644
--- a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net472.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net5.csproj
index 60b20fc5f2..7ced9153c9 100644
--- a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net5.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net6.csproj
index 75a49bcb01..b28ed0bd30 100644
--- a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net6.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net7.csproj
index 4030db5145..d26957f527 100644
--- a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net7.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net8.csproj
index deb498e141..693b936b5c 100644
--- a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo net8.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo netcore31.csproj
index e75d4adc94..3762b2ebec 100644
--- a/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/RTSP MultiViewSync Demo/RTSP MultiViewSync Demo netcore31.csproj
@@ -10,8 +10,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net472.csproj b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net472.csproj
index a990ba588d..cfcb7f37c4 100644
--- a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net472.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net5.csproj b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net5.csproj
index 384e4c9b9f..be89b1ab7b 100644
--- a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net5.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net6.csproj b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net6.csproj
index 37254a9a3e..f4ff9af32d 100644
--- a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net6.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net7.csproj b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net7.csproj
index dab737d5d6..344ff56d37 100644
--- a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net7.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net8.csproj b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net8.csproj
index 50a86c0554..c4b1c5983b 100644
--- a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF net8.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF netcore31.csproj
index f9986be7c9..d0c9601f59 100644
--- a/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Screen Capture/Screen Capture MB WPF netcore31.csproj
@@ -11,9 +11,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net472.csproj b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net472.csproj
index 972e3245af..d0d11845e4 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net472.csproj
@@ -15,9 +15,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net5.csproj b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net5.csproj
index 05eee799a3..562c85c7c4 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net5.csproj
@@ -15,9 +15,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net6.csproj b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net6.csproj
index 0a30e28a60..b8ddd5aa59 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net6.csproj
@@ -15,9 +15,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net7.csproj b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net7.csproj
index f42db2f611..a1c367f114 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net7.csproj
@@ -15,9 +15,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net8.csproj b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net8.csproj
index 9f4d81bbc2..4406672173 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF net8.csproj
@@ -15,9 +15,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF netcore31.csproj
index 3d41372407..7d6cdab9a9 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Capture Demo/Simple Video Capture Demo MB WPF netcore31.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net472.csproj
index 300aefce0c..39fdfd94ba 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net472.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net5.csproj
index 685d97147c..7fe9bf0fd6 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net5.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net6.csproj
index eee4126d20..f2e4549765 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net6.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net7.csproj
index 01cea9a906..9c4d05cf9e 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net7.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net8.csproj
index 856aacceb3..ca7e435714 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo net8.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo netcore31.csproj
index 1fdbecdd9d..6daa23549f 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Core Demo/Simple Player Core Demo netcore31.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net472.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net472.csproj
index d29c747eda..3c8ba71617 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net472.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net5.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net5.csproj
index 214a39ecde..591bb2832c 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net5.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net6.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net6.csproj
index 3f739979d0..70994a62e9 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net6.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net7.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net7.csproj
index cd08dbbc4f..7b15df5ea4 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net7.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net8.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net8.csproj
index e8d7cb61f1..e84c81ff13 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF net8.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF netcore31.csproj
index b2289af4b0..ff134d6f9b 100644
--- a/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Simple Player Demo WPF/Simple Player Demo MB WPF netcore31.csproj
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net472.csproj b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net472.csproj
index 36628b6f3d..fa15247e20 100644
--- a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net472.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net5.csproj b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net5.csproj
index 8c05d85e92..9e8d259da3 100644
--- a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net5.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net6.csproj b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net6.csproj
index 84cb948a53..3ab541c6f1 100644
--- a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net6.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net7.csproj b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net7.csproj
index 92c5795d19..fa378d2349 100644
--- a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net7.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net8.csproj b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net8.csproj
index 28c2100073..67a89d26d8 100644
--- a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB net8.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB netcore31.csproj
index d7fc610487..fccf7f579a 100644
--- a/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Social Networks Streamer Demo/Social Networks Streamer Demo MB netcore31.csproj
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj
index 89637c9be2..7971406a04 100644
--- a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj
index ba0500c822..1e4d7933f7 100644
--- a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj
index 366acbab40..e7d5c44bcc 100644
--- a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj
index 24dd4b58d1..a57099f1b1 100644
--- a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj
@@ -10,9 +10,9 @@
-
+
-
+
diff --git a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj
index 5e3ee2acbd..2714b765cc 100644
--- a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj
index fbc5bf6528..4bc97c195a 100644
--- a/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net472.csproj
index 3a7d92adf9..3f21fd5cb3 100644
--- a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net5.csproj
index fb172fd982..b27ded2cd2 100644
--- a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net6.csproj
index 0d8f68fc6a..a4756666e8 100644
--- a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net7.csproj
index c82ea36f97..ce8486b1b0 100644
--- a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net8.csproj
index 9db3c6e6cd..35dfb4510f 100644
--- a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo netcore31.csproj
index b17b352bb4..18be661991 100644
--- a/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/VNC Source Demo/VNC Source Demo netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj
index a6f20e8bbb..b9d3ea1bc6 100644
--- a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj
@@ -18,8 +18,8 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj
index 50f9cac131..4934ded079 100644
--- a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj
@@ -18,8 +18,8 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj
index 87d6565132..c7074a7aea 100644
--- a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj
@@ -18,8 +18,8 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj
index b01d81a93e..90df178db8 100644
--- a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj
@@ -18,8 +18,8 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj
index d15b861813..ea391c6f42 100644
--- a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj
@@ -18,8 +18,8 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj
index e796337c51..d549cbcf81 100644
--- a/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj
+++ b/Media Blocks SDK/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj
@@ -18,8 +18,8 @@
-
-
-
+
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net472.csproj b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net472.csproj
index 5b5e178d62..648af038e6 100644
--- a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net472.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net472.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net5.csproj b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net5.csproj
index 81cc6a42c2..c53909c8de 100644
--- a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net5.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net5.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net6.csproj b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net6.csproj
index e98dab3119..4120a18886 100644
--- a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net6.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net6.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net7.csproj b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net7.csproj
index 49122e6589..0ed29e219e 100644
--- a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net7.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net7.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net8.csproj b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net8.csproj
index 11a3135626..24a53b3036 100644
--- a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net8.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB net8.csproj
@@ -24,7 +24,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB netcore31.csproj b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB netcore31.csproj
index 954d322ddb..fe56a9c712 100644
--- a/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB netcore31.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo MB netcore31.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net472.csproj b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net472.csproj
index 3997464cec..7a88c53a7e 100644
--- a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net472.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net472.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net5.csproj b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net5.csproj
index ad2bcff36f..43a96a8a70 100644
--- a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net5.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net5.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net6.csproj b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net6.csproj
index 13df08746c..fd74d40c47 100644
--- a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net6.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net6.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net7.csproj b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net7.csproj
index 7e6de9404b..d586523316 100644
--- a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net7.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net7.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net8.csproj b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net8.csproj
index d0fe8bd16f..ec37d15323 100644
--- a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net8.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo net8.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo netcore31.csproj b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo netcore31.csproj
index cfc0c35080..2eb351d29e 100644
--- a/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo netcore31.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Memory Player Demo/Memory Player Demo netcore31.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net472.csproj b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net472.csproj
index 72c1455645..7bf76c818f 100644
--- a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net472.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net472.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net5.csproj b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net5.csproj
index 7b126a0126..7b5c5c4bbe 100644
--- a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net5.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net5.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net6.csproj b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net6.csproj
index b272b5a988..bee00bc095 100644
--- a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net6.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net6.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net7.csproj b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net7.csproj
index 83a3798ad6..04775154b1 100644
--- a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net7.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net7.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net8.csproj b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net8.csproj
index 583bc7b8a6..a5819cefc9 100644
--- a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net8.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo net8.csproj
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo netcore31.csproj b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo netcore31.csproj
index 4ec5f5445c..e2c53b5e09 100644
--- a/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo netcore31.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/RTSP MultiView Demo/RTSP MultiView Demo netcore31.csproj
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net472.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net472.csproj
index 80eb52c7ea..d9a7d854f3 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net472.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net472.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net5.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net5.csproj
index e4ea8d91b0..d818da61a9 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net5.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net5.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net6.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net6.csproj
index ebdc4a2759..60155b9fd1 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net6.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net6.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net7.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net7.csproj
index e5f5ddd20e..e814201bd4 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net7.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net7.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net8.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net8.csproj
index e5f5ddd20e..e814201bd4 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net8.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo net8.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo netcore31.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo netcore31.csproj
index 23883101a3..9f9576b1f5 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo netcore31.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Player Demo/Simple Player Demo netcore31.csproj
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net472.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net472.csproj
index 2ac8c3ff03..cd0ccfdf74 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net472.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net472.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net5.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net5.csproj
index e5eb89c25d..7a0a7144ef 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net5.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net5.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net6.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net6.csproj
index d8aa3bf903..d978bd54ff 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net6.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net6.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net7.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net7.csproj
index 5d00621943..4b2aa5e47c 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net7.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net7.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net8.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net8.csproj
index e8c9a2a973..c94f0e4b45 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net8.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo net8.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo netcore31.csproj b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo netcore31.csproj
index c1abd2c325..689fe8c4c1 100644
--- a/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo netcore31.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Simple Video Capture Demo/Simple Video Capture Demo netcore31.csproj
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net472.csproj b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net472.csproj
index 1f09973826..a2f398845b 100644
--- a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net472.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net472.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net5.csproj b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net5.csproj
index b57ecd4787..a14ad0dae8 100644
--- a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net5.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net5.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net6.csproj b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net6.csproj
index 5c915a9e93..8cd9c494e4 100644
--- a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net6.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net6.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net7.csproj b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net7.csproj
index c7205ee310..90846863f5 100644
--- a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net7.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net7.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net8.csproj b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net8.csproj
index f373fa0b44..36898edf6b 100644
--- a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net8.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo net8.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo netcore31.csproj b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo netcore31.csproj
index a2c83b9b7b..87afa86477 100644
--- a/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo netcore31.csproj
+++ b/Media Blocks SDK/WinForms/CSharp/Video Mixer Demo/Video Mixer Demo netcore31.csproj
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/Media Blocks SDK/iOS/SimpleVideoCapture/SimpleVideoCapture.csproj b/Media Blocks SDK/iOS/SimpleVideoCapture/SimpleVideoCapture.csproj
index efce745cbb..fa4486e998 100644
--- a/Media Blocks SDK/iOS/SimpleVideoCapture/SimpleVideoCapture.csproj
+++ b/Media Blocks SDK/iOS/SimpleVideoCapture/SimpleVideoCapture.csproj
@@ -31,8 +31,8 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/MAUI/SimplePlayer/SimplePlayer8.csproj b/Media Player SDK X (crossplatform)/MAUI/SimplePlayer/SimplePlayer8.csproj
index 4c3bdd1d6f..7e7d1e7dd5 100644
--- a/Media Player SDK X (crossplatform)/MAUI/SimplePlayer/SimplePlayer8.csproj
+++ b/Media Player SDK X (crossplatform)/MAUI/SimplePlayer/SimplePlayer8.csproj
@@ -81,8 +81,8 @@
-->
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer.csproj b/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer.csproj
index fe93409609..8b0876e417 100644
--- a/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer.csproj
+++ b/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer.csproj
@@ -61,7 +61,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer8.csproj b/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer8.csproj
index b4469026c1..a4cbf9e0e9 100644
--- a/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer8.csproj
+++ b/Media Player SDK X (crossplatform)/MAUI/SkinnedPlayer/SkinnedPlayer8.csproj
@@ -61,7 +61,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net472.csproj b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net472.csproj
index d0c8d069ad..fd28929271 100644
--- a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net472.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net472.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net5.csproj b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net5.csproj
index 54621ab71e..ec65f612d4 100644
--- a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net5.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net5.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net6.csproj b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net6.csproj
index b540a11d51..b5c09ac524 100644
--- a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net6.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net6.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net7.csproj b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net7.csproj
index 279f372451..3b685be2f8 100644
--- a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net7.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net7.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net8.csproj b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net8.csproj
index 7f1ebd55ba..7020ed12f9 100644
--- a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net8.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X net8.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X netcore31.csproj b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X netcore31.csproj
index 12c1d3114c..784b58ce50 100644
--- a/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X netcore31.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Decklink Output Player Demo/Decklink Output Player Demo X netcore31.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net472.csproj b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net472.csproj
index 9dc9534ba2..68055392ed 100644
--- a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net472.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net472.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net5.csproj b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net5.csproj
index 3a30284e38..acf4b58425 100644
--- a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net5.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net5.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net6.csproj b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net6.csproj
index 6a77fb3f7b..24c456b0b7 100644
--- a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net6.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net6.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net7.csproj b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net7.csproj
index c1d5395d88..74e8d3a382 100644
--- a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net7.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net7.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net8.csproj b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net8.csproj
index b212952932..db15bff7ec 100644
--- a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net8.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF net8.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF netcore31.csproj b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF netcore31.csproj
index 0fc7d5fd8a..8d9e136f24 100644
--- a/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF netcore31.csproj
+++ b/Media Player SDK X (crossplatform)/WPF/Simple Player Demo/Simple Player Demo X WPF netcore31.csproj
@@ -16,7 +16,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net472.csproj b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net472.csproj
index 4d1a0fcd30..028ef3b848 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net472.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net472.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net5.csproj b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net5.csproj
index f008f94345..8e1ad7d6ec 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net5.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net5.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net6.csproj b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net6.csproj
index 21be8b8f59..447f2aae17 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net6.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net6.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net7.csproj b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net7.csproj
index a2b7e83daf..7f80849735 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net7.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net7.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net8.csproj b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net8.csproj
index 5d0ea55a37..156a0f2535 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net8.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X net8.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X netcore31.csproj b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X netcore31.csproj
index 260c19a552..cb0e184294 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X netcore31.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Karaoke Demo/Karaoke Demo X netcore31.csproj
@@ -23,8 +23,8 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net472.csproj b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net472.csproj
index 75b75d74e6..1f3dd53604 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net472.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net472.csproj
@@ -64,7 +64,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net5.csproj b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net5.csproj
index 4ebf5829f3..e3cf93babe 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net5.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net5.csproj
@@ -64,7 +64,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net6.csproj b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net6.csproj
index 0691c2a45a..74e8b28081 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net6.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net6.csproj
@@ -64,7 +64,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net7.csproj b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net7.csproj
index 4d8f49c94e..3b5795010c 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net7.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net7.csproj
@@ -64,7 +64,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net8.csproj b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net8.csproj
index 7b909ac22a..e81504c623 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net8.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X net8.csproj
@@ -63,7 +63,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X netcore31.csproj b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X netcore31.csproj
index 61feab8116..653d150509 100644
--- a/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X netcore31.csproj
+++ b/Media Player SDK X (crossplatform)/WinForms/Main Demo/Main Demo MP X netcore31.csproj
@@ -64,7 +64,7 @@
-
-
+
+
diff --git a/Media Player SDK X (crossplatform)/WinUI/Simple Media Player WinUI/Simple Media Player WinUIX.csproj b/Media Player SDK X (crossplatform)/WinUI/Simple Media Player WinUI/Simple Media Player WinUIX.csproj
index 027829b552..c88fa0ef90 100644
--- a/Media Player SDK X (crossplatform)/WinUI/Simple Media Player WinUI/Simple Media Player WinUIX.csproj
+++ b/Media Player SDK X (crossplatform)/WinUI/Simple Media Player WinUI/Simple Media Player WinUIX.csproj
@@ -39,8 +39,8 @@
-->
-
-
+
+
diff --git a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net472.csproj b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net472.csproj
index 30eb6bf5f3..2af94793bf 100644
--- a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net472.csproj
+++ b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net472.csproj
@@ -38,13 +38,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net5.csproj b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net5.csproj
index 7337204638..6cfd913cd6 100644
--- a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net5.csproj
+++ b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net5.csproj
@@ -38,13 +38,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net6.csproj b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net6.csproj
index 3820e97816..39ade89993 100644
--- a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net6.csproj
+++ b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net6.csproj
@@ -38,13 +38,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net7.csproj b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net7.csproj
index 33def2a499..ffc5e0f237 100644
--- a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net7.csproj
+++ b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net7.csproj
@@ -38,13 +38,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net8.csproj b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net8.csproj
index 52169da970..6cf8c470fd 100644
--- a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net8.csproj
+++ b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) net8.csproj
@@ -37,13 +37,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) netcore31.csproj b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) netcore31.csproj
index 0e4fb7d0fc..75e0ee1ed8 100644
--- a/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) netcore31.csproj
+++ b/Media Player SDK/WPF/CSharp/Main Demo/Main Demo MP WPF (NuGet) netcore31.csproj
@@ -38,13 +38,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net472.csproj b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net472.csproj
index 06b81570cd..f8f7678d61 100644
--- a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net472.csproj
+++ b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net472.csproj
@@ -9,10 +9,10 @@
x64
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net5.csproj b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net5.csproj
index da81f7dc08..c09f86bf97 100644
--- a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net5.csproj
+++ b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net5.csproj
@@ -9,10 +9,10 @@
x64
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net6.csproj b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net6.csproj
index 7bad2946fc..2a367d3898 100644
--- a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net6.csproj
+++ b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net6.csproj
@@ -9,10 +9,10 @@
win7-x64
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net7.csproj b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net7.csproj
index 159dbe3f4f..3463abc08d 100644
--- a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net7.csproj
+++ b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net7.csproj
@@ -9,10 +9,10 @@
x64
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net8.csproj b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net8.csproj
index 9bc4faa0bc..f2ae87db36 100644
--- a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net8.csproj
+++ b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) net8.csproj
@@ -8,10 +8,10 @@
x64
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) netcore31.csproj b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) netcore31.csproj
index ac0ea19a53..9d7f64a47e 100644
--- a/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) netcore31.csproj
+++ b/Media Player SDK/WPF/CSharp/Nvidia Maxine Player/Nvidia Maxine Player (NuGet) netcore31.csproj
@@ -9,10 +9,10 @@
x64
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net472.csproj b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net472.csproj
index d7f2e7284f..d06884cdba 100644
--- a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net472.csproj
+++ b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net472.csproj
@@ -12,10 +12,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net5.csproj b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net5.csproj
index 48b723935f..b76d96798c 100644
--- a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net5.csproj
+++ b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net5.csproj
@@ -12,10 +12,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net6.csproj b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net6.csproj
index ff5c74a088..f170f0fd14 100644
--- a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net6.csproj
+++ b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net6.csproj
@@ -12,10 +12,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net7.csproj b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net7.csproj
index b324103fae..278e9b9e34 100644
--- a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net7.csproj
+++ b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net7.csproj
@@ -12,10 +12,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net8.csproj b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net8.csproj
index 3ea0001708..03ac41d960 100644
--- a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net8.csproj
+++ b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) net8.csproj
@@ -11,10 +11,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) netcore31.csproj b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) netcore31.csproj
index e80fff910c..ce299e46c2 100644
--- a/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) netcore31.csproj
+++ b/Media Player SDK/WPF/CSharp/Skinned Player/Skinned Player (NuGet) netcore31.csproj
@@ -11,12 +11,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj
index 1a8f9417c3..aacede8186 100644
--- a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj
@@ -11,12 +11,12 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj
index e82d348cba..a366bb50b8 100644
--- a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj
@@ -11,12 +11,12 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj
index 83c7758a71..4899814c00 100644
--- a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj
@@ -11,12 +11,12 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj
index a13e823edd..a8df88e1fe 100644
--- a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj
@@ -11,12 +11,12 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj
index 14700011fe..409bbeb3d5 100644
--- a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj
@@ -10,12 +10,12 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj
index 9e65793457..4506fed72c 100644
--- a/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WPF/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj
@@ -11,12 +11,12 @@
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net472.csproj
index fb57c2d6ac..fec6a5b602 100644
--- a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net472.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net5.csproj
index a79b5e1406..9500f1471a 100644
--- a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net5.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net6.csproj
index bcc28a6fc3..c7d5043d5f 100644
--- a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net6.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net7.csproj
index 207032853e..80d46a8bb1 100644
--- a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net7.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net8.csproj
index e69d4d4484..6a996005e2 100644
--- a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) net8.csproj
@@ -64,9 +64,9 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) netcore31.csproj
index 1e68cdbb0e..30fcb3539b 100644
--- a/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Audio Player/Audio Player Demo (NuGet) netcore31.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net472.csproj
index 8d9b032a7a..727fad8e56 100644
--- a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net472.csproj
@@ -62,9 +62,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net5.csproj
index 6377ff8c21..69b0ab6f4d 100644
--- a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net5.csproj
@@ -62,9 +62,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net6.csproj
index 078fd78030..4648d86802 100644
--- a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net6.csproj
@@ -62,9 +62,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net7.csproj
index 90e454d696..e1b263560c 100644
--- a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net7.csproj
@@ -62,9 +62,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net8.csproj
index 8e32c1a1ea..b501aae32c 100644
--- a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) net8.csproj
@@ -61,9 +61,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) netcore31.csproj
index 705db0d9dd..21b0d386dc 100644
--- a/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/DVD Player/DVD Player Demo (NuGet) netcore31.csproj
@@ -62,9 +62,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net472.csproj
index e8e4aff44f..1dfda7d21c 100644
--- a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net472.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net5.csproj
index 7f833f8afa..82a4511759 100644
--- a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net5.csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net6.csproj
index fc73803c35..e3bb0dd0fc 100644
--- a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net6.csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net7.csproj
index ff1871f68d..cacbe860da 100644
--- a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net7.csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net8.csproj
index 68d2ddbf9c..0c1bffd59b 100644
--- a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) net8.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) netcore31.csproj
index 5ec0a5b5f1..d02fa26233 100644
--- a/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Encrypted Memory Playback Demo/Encrypted Memory Playback Demo (NuGet) netcore31.csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net472.csproj
index fe8cad2c66..70f0f034a6 100644
--- a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net5.csproj
index 90cee4e8db..aecc4ab26d 100644
--- a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net6.csproj
index aa58f5f10f..8d216f8c56 100644
--- a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net7.csproj
index 09f7899bb4..59993e3a64 100644
--- a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net8.csproj
index f19f3cc3bb..72acbc016b 100644
--- a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) netcore31.csproj
index cd693a2f31..d17d3f670f 100644
--- a/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Karaoke Demo/Karaoke Demo (NuGet) netcore31.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net472.csproj
index 5c57db820c..32e3d6c974 100644
--- a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net472.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net5.csproj
index 09817dd297..b6e709ac56 100644
--- a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net5.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net6.csproj
index 674f5c3a68..80ce730956 100644
--- a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net6.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net7.csproj
index 472815f0da..39409a402e 100644
--- a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net7.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net8.csproj
index 3aea50d201..71f17a104a 100644
--- a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) net8.csproj
@@ -61,16 +61,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) netcore31.csproj
index 596bb791cd..60cf0b3d4c 100644
--- a/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Main Demo/Main Demo MP (NuGet) netcore31.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net472.csproj
index 8f14d9a92e..8919171f0c 100644
--- a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net472.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net5.csproj
index 26fe3f2462..0c5f052f9e 100644
--- a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net5.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net6.csproj
index ab21e8ec94..d1603f3e89 100644
--- a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net6.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net7.csproj
index eece81c66a..870f3b9a78 100644
--- a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net7.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net8.csproj
index c87e6b8667..00274d6e42 100644
--- a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) net8.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) netcore31.csproj
index 461e49891f..4f6aaaf793 100644
--- a/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Memory Stream/Memory Playback Demo (NuGet) netcore31.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net472.csproj
index 723badd948..62e758deb7 100644
--- a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net5.csproj
index baae6b9e22..83a950ccd1 100644
--- a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net6.csproj
index 3dfb68d0ff..f68107ee94 100644
--- a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net7.csproj
index e885f5f05b..88ba2651e5 100644
--- a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net8.csproj
index 0a904f927b..0c0a7c9e51 100644
--- a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) netcore31.csproj
index 4db6766a83..fcfabad07c 100644
--- a/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Multiple Video Streams/Multiple Video Streams Demo (NuGet) netcore31.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net472.csproj
index 0aca9a98c5..7badfcbb9b 100644
--- a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net5.csproj
index ae20453e1c..e3beddecec 100644
--- a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net6.csproj
index 8fb5ea9abd..fda5cab19c 100644
--- a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net7.csproj
index 9040d279d1..0bb72419dd 100644
--- a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net8.csproj
index 64df757776..fd9f86bf2b 100644
--- a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) netcore31.csproj
index 40b815a1a5..bee3c3eb2b 100644
--- a/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Seamless Playback/Seamless Playback Demo (NuGet) netcore31.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net472.csproj
index 3279bcf6e1..7e91b6f01c 100644
--- a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net472.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net5.csproj
index 1443637964..f6b8b28aeb 100644
--- a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net5.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net6.csproj
index 0a067bc9a2..4ec800cb43 100644
--- a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net6.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net7.csproj
index 7d248a9e9f..aea9c0b112 100644
--- a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net7.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net8.csproj
index 06a2aa2a56..0d0ebc0f46 100644
--- a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) net8.csproj
@@ -61,16 +61,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) netcore31.csproj
index 68fe546f72..c40c55e316 100644
--- a/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Simple Video Player/Simple Video Player Demo (NuGet) netcore31.csproj
@@ -62,16 +62,16 @@
-
-
+
+
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net472.csproj
index bb8c477fa1..2a190c330f 100644
--- a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net472.csproj
@@ -72,10 +72,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net5.csproj
index a982976046..1e56f1d172 100644
--- a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net5.csproj
@@ -72,10 +72,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net6.csproj
index 35b9e555e6..057435d26e 100644
--- a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net6.csproj
@@ -72,10 +72,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net7.csproj
index 3cf6cf2e0f..74630a5bb7 100644
--- a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net7.csproj
@@ -72,10 +72,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net8.csproj
index 1cf4f74856..f58a41aadc 100644
--- a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) net8.csproj
@@ -71,10 +71,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) netcore31.csproj
index 686ecf492c..0440a3c319 100644
--- a/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Two Windows/Two Windows Demo (NuGet) netcore31.csproj
@@ -72,10 +72,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net472.csproj
index 80f3e51588..d5592c632f 100644
--- a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net472.csproj
@@ -61,9 +61,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net5.csproj
index 8ed02216de..73ebe8dfd1 100644
--- a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net5.csproj
@@ -61,9 +61,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net6.csproj
index 238488a487..720958b779 100644
--- a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net6.csproj
@@ -61,9 +61,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net7.csproj
index f4a0f6423d..12d20ba743 100644
--- a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net7.csproj
@@ -61,9 +61,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net8.csproj
index 17cc11aeff..2ea18c5729 100644
--- a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) net8.csproj
@@ -60,9 +60,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) netcore31.csproj
index 0d3153de95..0728aca3d6 100644
--- a/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/VR 360 Demo/VR 360 Demo (NuGet) netcore31.csproj
@@ -61,9 +61,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net472.csproj
index 6b1553d977..684f247efd 100644
--- a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net5.csproj
index 310c681086..ab7008d4ac 100644
--- a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net6.csproj
index 02cc84e5fa..2339337471 100644
--- a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net7.csproj
index 156c1af1fc..50a4b7c260 100644
--- a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net8.csproj
index 03411806f3..e3e67f0b36 100644
--- a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) netcore31.csproj
index 0e286881da..68ed039dce 100644
--- a/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/Video Mixing Demo/Video Mixing Demo (NuGet) netcore31.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net472.csproj
index 18610ac0f6..7695b28ece 100644
--- a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net472.csproj
@@ -63,10 +63,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net5.csproj
index 5fdcc32fe7..fd46d27d1a 100644
--- a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net5.csproj
@@ -63,10 +63,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net6.csproj
index 3f6ca04a5d..f6dbb2d838 100644
--- a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net6.csproj
@@ -63,10 +63,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net7.csproj
index 2a29b45382..87f7773488 100644
--- a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net7.csproj
@@ -63,10 +63,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net8.csproj
index d994848f54..7b27f6b353 100644
--- a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) net8.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) netcore31.csproj
index fc130a01d2..87ac7fa9c4 100644
--- a/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/YouTube Player Demo/YouTube Player Demo (NuGet) netcore31.csproj
@@ -63,10 +63,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj
index 69167ac133..df04c97b15 100644
--- a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj
+++ b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net472.csproj
@@ -20,12 +20,12 @@
visioforge_main_icon.ico
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj
index 6695d244bb..d8a3c3494c 100644
--- a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj
+++ b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net5.csproj
@@ -20,12 +20,12 @@
visioforge_main_icon.ico
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj
index 4b14dfc9c7..59b3e2fc2a 100644
--- a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj
+++ b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net6.csproj
@@ -20,12 +20,12 @@
visioforge_main_icon.ico
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj
index 370b36d4e4..7b38081739 100644
--- a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj
+++ b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net7.csproj
@@ -20,12 +20,12 @@
visioforge_main_icon.ico
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj
index 51ddd2814e..2c76023478 100644
--- a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj
+++ b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) net8.csproj
@@ -19,12 +19,12 @@
visioforge_main_icon.ico
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj
index 3ddfee44e1..0d12fa0bda 100644
--- a/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj
+++ b/Media Player SDK/WinForms/CSharp/madVR Demo/madVR Demo (NuGet) netcore31.csproj
@@ -20,12 +20,12 @@
visioforge_main_icon.ico
-
-
+
+
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB (NuGet).vbproj b/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB (NuGet).vbproj
index da36af4ab3..f41f65775a 100644
--- a/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB (NuGet).vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB (NuGet).vbproj
@@ -111,10 +111,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB.vbproj b/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB.vbproj
index 38d1d2382d..24765e42f3 100644
--- a/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB.vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Audio Player/Audio Player Demo VB.vbproj
@@ -111,8 +111,8 @@
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Audio Player/My Project/AssemblyInfo.vb b/Media Player SDK/WinForms/VB .Net/Audio Player/My Project/AssemblyInfo.vb
index 39781fdfba..1c7d460342 100644
--- a/Media Player SDK/WinForms/VB .Net/Audio Player/My Project/AssemblyInfo.vb
+++ b/Media Player SDK/WinForms/VB .Net/Audio Player/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB (NuGet).vbproj b/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB (NuGet).vbproj
index 62167d501b..24c49f9f4b 100644
--- a/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB (NuGet).vbproj
+++ b/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB (NuGet).vbproj
@@ -108,9 +108,9 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB.vbproj b/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB.vbproj
index 6d460fc2ba..21ae2e8a18 100644
--- a/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB.vbproj
+++ b/Media Player SDK/WinForms/VB .Net/DVD Player/DVD Player Demo VB.vbproj
@@ -108,8 +108,8 @@
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/DVD Player/My Project/AssemblyInfo.vb b/Media Player SDK/WinForms/VB .Net/DVD Player/My Project/AssemblyInfo.vb
index def4666b0f..c2928a9191 100644
--- a/Media Player SDK/WinForms/VB .Net/DVD Player/My Project/AssemblyInfo.vb
+++ b/Media Player SDK/WinForms/VB .Net/DVD Player/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB (NuGet).vbproj b/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB (NuGet).vbproj
index 69103538bf..cc5415d3d1 100644
--- a/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB (NuGet).vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB (NuGet).vbproj
@@ -122,12 +122,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB.vbproj b/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB.vbproj
index 3a344c1195..f6e3d5c589 100644
--- a/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB.vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Main Demo/Main Demo MP VB.vbproj
@@ -122,8 +122,8 @@
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Main Demo/My Project/AssemblyInfo.vb b/Media Player SDK/WinForms/VB .Net/Main Demo/My Project/AssemblyInfo.vb
index fe2843da82..d1fed78326 100644
--- a/Media Player SDK/WinForms/VB .Net/Main Demo/My Project/AssemblyInfo.vb
+++ b/Media Player SDK/WinForms/VB .Net/Main Demo/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB (NuGet).vbproj b/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB (NuGet).vbproj
index 4d6ccdf276..42add1f966 100644
--- a/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB (NuGet).vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB (NuGet).vbproj
@@ -107,10 +107,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB.vbproj b/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB.vbproj
index 2021b1fcb5..ec5b147057 100644
--- a/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB.vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Memory Stream/Memory Playback Demo VB.vbproj
@@ -107,8 +107,8 @@
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Memory Stream/My Project/AssemblyInfo.vb b/Media Player SDK/WinForms/VB .Net/Memory Stream/My Project/AssemblyInfo.vb
index 0d58481c2f..7c4a1233b7 100644
--- a/Media Player SDK/WinForms/VB .Net/Memory Stream/My Project/AssemblyInfo.vb
+++ b/Media Player SDK/WinForms/VB .Net/Memory Stream/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Two Windows/My Project/AssemblyInfo.vb b/Media Player SDK/WinForms/VB .Net/Two Windows/My Project/AssemblyInfo.vb
index 95a3210b9c..90c8dcaea0 100644
--- a/Media Player SDK/WinForms/VB .Net/Two Windows/My Project/AssemblyInfo.vb
+++ b/Media Player SDK/WinForms/VB .Net/Two Windows/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB (NuGet).vbproj b/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB (NuGet).vbproj
index 9b0907fb1d..65d084d0eb 100644
--- a/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB (NuGet).vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB (NuGet).vbproj
@@ -118,10 +118,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB.vbproj b/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB.vbproj
index 192d8c0674..3408b83bee 100644
--- a/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB.vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Two Windows/Two Windows Demo VB.vbproj
@@ -118,8 +118,8 @@
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Video Player/My Project/AssemblyInfo.vb b/Media Player SDK/WinForms/VB .Net/Video Player/My Project/AssemblyInfo.vb
index 04f98f296e..933bede663 100644
--- a/Media Player SDK/WinForms/VB .Net/Video Player/My Project/AssemblyInfo.vb
+++ b/Media Player SDK/WinForms/VB .Net/Video Player/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB (NuGet).vbproj b/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB (NuGet).vbproj
index f00469d59d..3948e7e305 100644
--- a/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB (NuGet).vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB (NuGet).vbproj
@@ -105,12 +105,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB.vbproj b/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB.vbproj
index f9e2897837..6a1cd7c702 100644
--- a/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB.vbproj
+++ b/Media Player SDK/WinForms/VB .Net/Video Player/Video Player Demo VB.vbproj
@@ -105,8 +105,8 @@
-
-
+
+
diff --git a/Media Player SDK/WinUI/CSharp/Simple Media Player WinUI/Simple Media Player WinUI.csproj b/Media Player SDK/WinUI/CSharp/Simple Media Player WinUI/Simple Media Player WinUI.csproj
index 37e8d472e8..7cb3eeea75 100644
--- a/Media Player SDK/WinUI/CSharp/Simple Media Player WinUI/Simple Media Player WinUI.csproj
+++ b/Media Player SDK/WinUI/CSharp/Simple Media Player WinUI/Simple Media Player WinUI.csproj
@@ -35,10 +35,10 @@
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472 (NuGet).csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472 (NuGet).csproj
index 2dff5920d2..dfa97c5bcf 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472 (NuGet).csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472 (NuGet).csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472.csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472.csproj
index 4a4dd73baf..922db7770a 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472.csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net472.csproj
@@ -8,7 +8,7 @@
true
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5 (NuGet).csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5 (NuGet).csproj
index 56ac08afc2..769fbb50b5 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5 (NuGet).csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5 (NuGet).csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5.csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5.csproj
index 0d8f5d5c6e..874ac2b821 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5.csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net5.csproj
@@ -8,7 +8,7 @@
true
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6 (NuGet).csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6 (NuGet).csproj
index 25f04a3914..b24571ee87 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6 (NuGet).csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6 (NuGet).csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6.csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6.csproj
index 489f43a5fd..e5ad8b5a8d 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6.csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net6.csproj
@@ -8,7 +8,7 @@
true
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7 (NuGet).csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7 (NuGet).csproj
index 150d6489b9..f4cb13c523 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7 (NuGet).csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7 (NuGet).csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7.csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7.csproj
index 229d1857b3..b3c8e97505 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7.csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net7.csproj
@@ -8,7 +8,7 @@
true
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8 (NuGet).csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8 (NuGet).csproj
index 1615e53432..2bdcafc892 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8 (NuGet).csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8 (NuGet).csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8.csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8.csproj
index 3a24e0ff54..02645912d8 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8.csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback net8.csproj
@@ -7,7 +7,7 @@
true
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31 (NuGet).csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31 (NuGet).csproj
index 4e536d0b52..17209c1a54 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31 (NuGet).csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31 (NuGet).csproj
@@ -8,9 +8,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31.csproj b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31.csproj
index 09fd1f5f93..dbe458ecbf 100644
--- a/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31.csproj
+++ b/Media Player SDK/_CodeSnippets/memory-playback/memory-playback netcore31.csproj
@@ -8,7 +8,7 @@
true
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net472.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net472.csproj
index fdc65976c9..4e7db72454 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net472.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net472.csproj
@@ -58,8 +58,8 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net5.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net5.csproj
index f0c9e2aa67..a32e8e31cd 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net5.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net5.csproj
@@ -58,8 +58,8 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net6.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net6.csproj
index e35c585c61..5538131612 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net6.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net6.csproj
@@ -58,8 +58,8 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net7.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net7.csproj
index 3079d9bae2..1dd7654791 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net7.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net7.csproj
@@ -58,8 +58,8 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net8.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net8.csproj
index 1e3ae4e981..bfd58a311f 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net8.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) net8.csproj
@@ -57,8 +57,8 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) netcore31.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) netcore31.csproj
index 30f91a895c..5600478f3a 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) netcore31.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info (NuGet) netcore31.csproj
@@ -58,8 +58,8 @@
-
-
-
+
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net472.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net472.csproj
index 3a13f210f3..6c8185f447 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net472.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net472.csproj
@@ -57,7 +57,7 @@
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net5.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net5.csproj
index e15b54431d..ee85b236ec 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net5.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net5.csproj
@@ -57,6 +57,6 @@
-
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net6.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net6.csproj
index d23702c3be..31a9a5f094 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net6.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net6.csproj
@@ -57,7 +57,7 @@
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net7.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net7.csproj
index 50ad69f8cd..6f1b1477cc 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net7.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net7.csproj
@@ -57,7 +57,7 @@
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net8.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net8.csproj
index f65c8daada..758a77fd43 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net8.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info net8.csproj
@@ -56,7 +56,7 @@
-
-
+
+
diff --git a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info netcore31.csproj b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info netcore31.csproj
index 868e748aa8..f748e53160 100644
--- a/Media Player SDK/_CodeSnippets/read-file-info/read-file-info netcore31.csproj
+++ b/Media Player SDK/_CodeSnippets/read-file-info/read-file-info netcore31.csproj
@@ -57,7 +57,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net7.csproj b/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net7.csproj
index e6cb2b7447..0eef3a8f74 100644
--- a/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net7.csproj
+++ b/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net8.csproj b/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net8.csproj
index f35b28204c..cd9d953409 100644
--- a/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net8.csproj
+++ b/Video Capture SDK X (crossplatform)/Android/Simple Video Capture/Simple Video Capture net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj b/Video Capture SDK X (crossplatform)/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj
index c155a4c452..49dc363dfb 100644
--- a/Video Capture SDK X (crossplatform)/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj
+++ b/Video Capture SDK X (crossplatform)/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj
@@ -34,7 +34,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/MAUI/QRReader/QRReader.csproj b/Video Capture SDK X (crossplatform)/MAUI/QRReader/QRReader.csproj
index 7ad4345117..fecafacd99 100644
--- a/Video Capture SDK X (crossplatform)/MAUI/QRReader/QRReader.csproj
+++ b/Video Capture SDK X (crossplatform)/MAUI/QRReader/QRReader.csproj
@@ -80,8 +80,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/MAUI/SimpleCapture/SimpleCapture.csproj b/Video Capture SDK X (crossplatform)/MAUI/SimpleCapture/SimpleCapture.csproj
index b98aa0382e..310a7d0bbc 100644
--- a/Video Capture SDK X (crossplatform)/MAUI/SimpleCapture/SimpleCapture.csproj
+++ b/Video Capture SDK X (crossplatform)/MAUI/SimpleCapture/SimpleCapture.csproj
@@ -76,8 +76,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net472.csproj
index d7f478f620..a43ec82a0f 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net5.csproj
index c349fad9ac..86b0f9054e 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net6.csproj
index 549b719dc5..2176094c5c 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net7.csproj
index d3198a5e60..d0bd0eeb88 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net8.csproj
index c736013100..37df3fe93a 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF netcore31.csproj
index 3020ad8b29..917829767b 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Audio Capture Demo X WPF/Audio Capture Demo X WPF netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net472.csproj
index a8fcf6443d..365b65e65f 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net472.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net5.csproj
index 13bb812ad8..aee3cec86c 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net5.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net6.csproj
index 8a94c63c22..9a8eb31125 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net6.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net7.csproj
index 3c99e64364..3ea6d95ee6 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net7.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net8.csproj
index 7478d2b302..0bfdbff50a 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X net8.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X netcore31.csproj
index 2d1d14969a..a6f8b4f259 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Decklink Demo X/Decklink Demo X netcore31.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net472.csproj
index b3a5659c43..6471b6a87b 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net472.csproj
@@ -31,8 +31,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net5.csproj
index 589583d9d8..47284152e6 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net5.csproj
@@ -31,8 +31,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net6.csproj
index d49fee6bd3..84cfda16b6 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net6.csproj
@@ -31,8 +31,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net7.csproj
index 5eefb12cf3..228f2f1f09 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net7.csproj
@@ -31,8 +31,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net8.csproj
index 2f1f46ca8c..5a75a051f7 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF net8.csproj
@@ -31,8 +31,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF netcore31.csproj
index 9074dec728..02721eb813 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/GenICam Capture/GenICam Capture X Demo WPF netcore31.csproj
@@ -31,8 +31,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net472.csproj
index a0395e3e4e..e806eef762 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net472.csproj
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net5.csproj
index d85648f11a..5cb079f11d 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net5.csproj
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net6.csproj
index f0ff3b0e59..a081712e3e 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net6.csproj
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net7.csproj
index 3235eba218..423d82f039 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net7.csproj
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net8.csproj
index c0caf0cf99..da1a20c5c9 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF net8.csproj
@@ -27,8 +27,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF netcore31.csproj
index 22d9dd598a..1ec526657d 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/IP Capture/IP Capture X Demo WPF netcore31.csproj
@@ -28,8 +28,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net472.csproj
index 6c66cef32c..bc6013d721 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net472.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net5.csproj
index e56da5ff3a..40802d575c 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net5.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net6.csproj
index c8e9a31894..b248f2fcd3 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net6.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net7.csproj
index 56db1d4f29..5d6d539051 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net7.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net8.csproj
index 4a5776894e..e948d71e1e 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X net8.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X netcore31.csproj
index bdb541aace..2d57556ef5 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Source Demo/NDI Source Demo X netcore31.csproj
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net472.csproj
index 310fb1ae7e..d168a6c208 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net5.csproj
index c84659371f..eb9cd78c96 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net6.csproj
index 44b119647e..dbbedab313 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net7.csproj
index f11af45d13..a1141e406f 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net8.csproj
index fe6335a2de..2ddf889420 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo netcore31.csproj
index 0222c3cc28..e4dd73015c 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/NDI Streamer Demo/NDI Streamer Demo netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net472.csproj
index 882b55530e..211ed5aa7e 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net5.csproj
index 1fb95b2c7e..a8426a50d5 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net6.csproj
index 7d7ff56fab..62a4cc84f1 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net7.csproj
index 9142079de1..1336862d84 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net8.csproj
index f33df478dc..4e6227eced 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X netcore31.csproj
index f5f2551dec..82730cc7c3 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Overlay Manager Demo/Overlay Manager Demo X netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net472.csproj
index 6fbde79e9b..d3f837f245 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net472.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net5.csproj
index 57476ce4ce..fd144724fd 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net5.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net6.csproj
index 5e6bec67a3..3d91dce4e3 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net6.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net7.csproj
index b967ea696e..ac80ac268a 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net7.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net8.csproj
index 0aa746a1cb..b5803ab7db 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF net8.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF netcore31.csproj
index ff3096a451..03956415f3 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Screen_Capture/Screen Capture X Demo WPF netcore31.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net472.csproj
index 3fd602a391..1aab25e229 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net472.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net5.csproj
index 330afe6072..a47fffb456 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net5.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net6.csproj
index 9f2441fde5..b0354c971f 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net6.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net7.csproj
index efefc88b0b..04099deaca 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net7.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net8.csproj
index c82c431a3f..4bb45d81c1 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X net8.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X netcore31.csproj
index e09906811e..1fd70e8a34 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Simple Video Capture/Simple Video Capture X netcore31.csproj
@@ -18,7 +18,7 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net472.csproj
index ec287dfb37..0dfbc5f57c 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net472.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net5.csproj
index 350fc27903..e9e54b354e 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net5.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net6.csproj
index d73253e313..f590a93e3e 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net6.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net7.csproj
index 52fb8c9f89..9581a15b6c 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net7.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net8.csproj
index e0614ebb93..60b4b395bd 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer net8.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer netcore31.csproj
index 8a3481dc8f..181661d697 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Social Networks Streamer/Social Networks Streamer netcore31.csproj
@@ -22,8 +22,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj
index 89637c9be2..7971406a04 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net472.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj
index ba0500c822..1e4d7933f7 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net5.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj
index 366acbab40..e7d5c44bcc 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net6.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj
index 24dd4b58d1..a57099f1b1 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net7.csproj
@@ -10,9 +10,9 @@
-
+
-
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj
index 5e3ee2acbd..2714b765cc 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker net8.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj
index fbc5bf6528..4bc97c195a 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/USB3V-GigE Spinnaker/USB3V-GigE Spinnaker netcore31.csproj
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net472.csproj
index 3a7d92adf9..3f21fd5cb3 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net5.csproj
index fb172fd982..b27ded2cd2 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net6.csproj
index 0d8f68fc6a..a4756666e8 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net7.csproj
index c82ea36f97..ce8486b1b0 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net8.csproj
index 9db3c6e6cd..35dfb4510f 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X netcore31.csproj
index b17b352bb4..18be661991 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/VNC Source Demo/VNC Source Demo X netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj
index 629687c523..5c28f60ba6 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net472.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj
index 3074d6d2e8..e013a7f408 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net5.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj
index 88eb15b3bb..1128a15d8a 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net6.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj
index c5ff845461..561f797f3f 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net7.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj
index 21db302c12..2061a44bb5 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo net8.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj
index 984f2678b6..14599a0e90 100644
--- a/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj
+++ b/Video Capture SDK X (crossplatform)/WPF/CSharp/Video Compositor Demo/Video Compositor Demo netcore31.csproj
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/Video Capture SDK/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj b/Video Capture SDK/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj
index 4a2638cfc7..3b6718306c 100644
--- a/Video Capture SDK/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj
+++ b/Video Capture SDK/Avalonia/SimpleVideoCapture/SimpleVideoCaptureA/SimpleVideoCaptureA.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net472.csproj b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net472.csproj
index 7beb28e031..109a27d5a6 100644
--- a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net472.csproj
+++ b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net472.csproj
@@ -29,9 +29,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net5.csproj b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net5.csproj
index 3e1dc4cc7a..6b88237cb9 100644
--- a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net5.csproj
+++ b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net5.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net6.csproj b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net6.csproj
index beef48a595..038ed24671 100644
--- a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net6.csproj
+++ b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net6.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net7.csproj b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net7.csproj
index d65a82c222..7e89d8d11d 100644
--- a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net7.csproj
+++ b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net7.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net8.csproj b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net8.csproj
index e3ea61275d..46ca7a61d1 100644
--- a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net8.csproj
+++ b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) net8.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) netcore31.csproj b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) netcore31.csproj
index 85df7fc36e..ed4323be56 100644
--- a/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) netcore31.csproj
+++ b/Video Capture SDK/Console/TV Tuner Demo/TV Tuner Demo CLI (NuGet) netcore31.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net472.csproj b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net472.csproj
index 051ddd480f..46ba9096ce 100644
--- a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net472.csproj
+++ b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net472.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net5.csproj b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net5.csproj
index b1e56e3961..40a2f42230 100644
--- a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net5.csproj
+++ b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net5.csproj
@@ -29,9 +29,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net6.csproj b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net6.csproj
index 383d67e8f8..5ccc1528cd 100644
--- a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net6.csproj
+++ b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net6.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net7.csproj b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net7.csproj
index d6936d361f..37f60afe5e 100644
--- a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net7.csproj
+++ b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net7.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net8.csproj b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net8.csproj
index 08baaff504..a663a10ad3 100644
--- a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net8.csproj
+++ b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) net8.csproj
@@ -27,9 +27,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) netcore31.csproj b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) netcore31.csproj
index 62fdfc2e23..ba9ebe325e 100644
--- a/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) netcore31.csproj
+++ b/Video Capture SDK/Console/Video Capture Demo/Video Capture Demo CLI (NuGet) netcore31.csproj
@@ -28,9 +28,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/Service/IP Capture/IPCaptureService (NuGet) net472.csproj b/Video Capture SDK/Service/IP Capture/IPCaptureService (NuGet) net472.csproj
index 99e2e343e7..1e8d3fc659 100644
--- a/Video Capture SDK/Service/IP Capture/IPCaptureService (NuGet) net472.csproj
+++ b/Video Capture SDK/Service/IP Capture/IPCaptureService (NuGet) net472.csproj
@@ -49,12 +49,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/Service/Screen Capture/Helper/ScreenCaptureServiceHelper (NuGet) net472.csproj b/Video Capture SDK/Service/Screen Capture/Helper/ScreenCaptureServiceHelper (NuGet) net472.csproj
index ee47990a56..1fea1b149a 100644
--- a/Video Capture SDK/Service/Screen Capture/Helper/ScreenCaptureServiceHelper (NuGet) net472.csproj
+++ b/Video Capture SDK/Service/Screen Capture/Helper/ScreenCaptureServiceHelper (NuGet) net472.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/Service/Screen Capture/Service/ScreenCaptureService (NuGet) net472.csproj b/Video Capture SDK/Service/Screen Capture/Service/ScreenCaptureService (NuGet) net472.csproj
index d5abe0f2c3..ef30ec8c53 100644
--- a/Video Capture SDK/Service/Screen Capture/Service/ScreenCaptureService (NuGet) net472.csproj
+++ b/Video Capture SDK/Service/Screen Capture/Service/ScreenCaptureService (NuGet) net472.csproj
@@ -52,10 +52,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net472.csproj
index 22d5d9212b..0ab146ad68 100644
--- a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net472.csproj
@@ -39,10 +39,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net5.csproj
index 75109e6123..0768d20589 100644
--- a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net5.csproj
@@ -39,10 +39,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net6.csproj
index e275add222..506af9c601 100644
--- a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net6.csproj
@@ -39,10 +39,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net7.csproj
index 6f39692587..3d7bc01133 100644
--- a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net7.csproj
@@ -39,10 +39,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net8.csproj
index 619c3ded3e..da0892b7bb 100644
--- a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) net8.csproj
@@ -38,10 +38,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) netcore31.csproj
index 5471c8319e..aecd60f808 100644
--- a/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Audio_Capture/Audio Capture Demo WPF (NuGet) netcore31.csproj
@@ -39,10 +39,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net472.csproj
index 137e94b283..a7c1de2cb6 100644
--- a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net472.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net5.csproj
index ffd8bae9c2..ea3cfadccb 100644
--- a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net5.csproj
@@ -38,11 +38,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net6.csproj
index d995da11ec..c50badbb12 100644
--- a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net6.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net7.csproj
index 834a6f4bb0..e391b6aad0 100644
--- a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net7.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net8.csproj
index fe1a088bfe..46994149a2 100644
--- a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) net8.csproj
@@ -38,11 +38,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) netcore31.csproj
index be41db3907..189d92030d 100644
--- a/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/DV_Capture/DV Capture Demo WPF (NuGet) netcore31.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net472.csproj
index fdb1c59c24..d9b3dbba1d 100644
--- a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net472.csproj
@@ -66,18 +66,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net5.csproj
index f296a6e177..db900471de 100644
--- a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net5.csproj
@@ -66,18 +66,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net6.csproj
index dad4d3cbf9..d73116732d 100644
--- a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net6.csproj
@@ -66,18 +66,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net7.csproj
index 543e232f4d..460c41657c 100644
--- a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net7.csproj
@@ -66,18 +66,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net8.csproj
index 5d54abece4..0cb8ad300b 100644
--- a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) net8.csproj
@@ -65,18 +65,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) netcore31.csproj
index 822ab39ac5..2ce1314006 100644
--- a/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP MJPEG Restreamer/IP MJPEG Restreamer (NuGet) netcore31.csproj
@@ -66,18 +66,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net472.csproj
index a8482dc8fe..e13fc6913b 100644
--- a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net472.csproj
@@ -39,18 +39,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net5.csproj
index 7129943abe..cf3e4d83fe 100644
--- a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net5.csproj
@@ -39,18 +39,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net6.csproj
index 35c31ae460..6e1d45f546 100644
--- a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net6.csproj
@@ -39,18 +39,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net7.csproj
index 582a6c00a8..654a847d26 100644
--- a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net7.csproj
@@ -39,18 +39,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net8.csproj
index 4882c4dda8..764e4f2202 100644
--- a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) net8.csproj
@@ -38,18 +38,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) netcore31.csproj
index 41b3334f11..33d0c9253f 100644
--- a/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/IP_Capture/IP Capture Demo WPF (NuGet) netcore31.csproj
@@ -39,18 +39,18 @@
-
-
-
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net472.csproj
index 1a909f2e27..d77f3962b2 100644
--- a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net472.csproj
@@ -41,20 +41,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net5.csproj
index aabb54a075..74b14310da 100644
--- a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net5.csproj
@@ -41,20 +41,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net6.csproj
index 5bdcb0e80a..dc75001c9d 100644
--- a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net6.csproj
@@ -41,20 +41,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net7.csproj
index 0309a68cdd..5aa8efc6de 100644
--- a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net7.csproj
@@ -41,20 +41,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net8.csproj
index a881fcede6..aef7bbe004 100644
--- a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) net8.csproj
@@ -40,20 +40,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) netcore31.csproj
index 243c8752ad..562c5e38e3 100644
--- a/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Main_Demo/Main Demo VC WPF (NuGet) netcore31.csproj
@@ -41,20 +41,20 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net472.csproj
index b24bd319e7..89b46f1b30 100644
--- a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net472.csproj
@@ -34,12 +34,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net5.csproj
index a962c51898..d15c2c91b7 100644
--- a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net5.csproj
@@ -34,12 +34,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net6.csproj
index 2f822f126d..d92d09ab59 100644
--- a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net6.csproj
@@ -34,12 +34,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net7.csproj
index bea675d785..399731f908 100644
--- a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net7.csproj
@@ -34,12 +34,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net8.csproj
index bcbe846dfc..6150012efe 100644
--- a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) net8.csproj
@@ -33,12 +33,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) netcore31.csproj
index 1a900a0510..481f902db0 100644
--- a/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Multiple IP Cameras Demo/Multiple IP Cameras Demo WPF (NuGet) netcore31.csproj
@@ -34,12 +34,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net472.csproj
index 8bd03f6ac8..2dc22f9167 100644
--- a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net472.csproj
@@ -34,11 +34,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net5.csproj
index 7898314409..2a59b8db75 100644
--- a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net5.csproj
@@ -34,11 +34,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net6.csproj
index e6ad8be689..4e8f99d91e 100644
--- a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net6.csproj
@@ -34,11 +34,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net7.csproj
index 66cf9ca1a9..bdc35e4948 100644
--- a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net7.csproj
@@ -34,11 +34,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net8.csproj
index 497d6a5abe..469915c43c 100644
--- a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) net8.csproj
@@ -33,11 +33,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) netcore31.csproj
index c46aaf4317..8f660703cc 100644
--- a/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/MultipleWebCameras/Multiple Web Cameras Demo WPF (NuGet) netcore31.csproj
@@ -34,11 +34,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net472.csproj
index 7edcc487ff..482eb6c18f 100644
--- a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net472.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net5.csproj
index ad312d9570..832e4b0ad0 100644
--- a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net5.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net6.csproj
index c40352828e..bb4ed8b214 100644
--- a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net6.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net7.csproj
index 76c133df83..38892f2370 100644
--- a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net7.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net8.csproj
index 3052ac2281..7a42d5c33d 100644
--- a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) net8.csproj
@@ -59,10 +59,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) netcore31.csproj
index bef7a021a2..e214d9675f 100644
--- a/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Nvidia Maxine Demo/Nvidia Maxine VC Demo (NuGet) netcore31.csproj
@@ -52,10 +52,10 @@
1701;1702;MC3074;MSB4181
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net472.csproj
index cfe9707796..04194e4225 100644
--- a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net472.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net5.csproj
index cc7229526b..6f634d9dce 100644
--- a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net5.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net6.csproj
index 2e5e8c7e34..a285fd68a7 100644
--- a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net6.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net7.csproj
index a704e0fae0..39e04ed576 100644
--- a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net7.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net8.csproj
index 21898c6a50..48dae48f3d 100644
--- a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) net8.csproj
@@ -38,11 +38,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) netcore31.csproj
index b9d6edc5cb..74222c2444 100644
--- a/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Screen_Capture/Screen Capture Demo WPF (NuGet) netcore31.csproj
@@ -39,11 +39,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net472.csproj
index 96148a54a8..4e490da222 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net472.csproj
@@ -42,12 +42,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net5.csproj
index 870ca79ca9..b6bbdd6762 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net5.csproj
@@ -42,12 +42,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net6.csproj
index 20a5fa5203..081a9c5981 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net6.csproj
@@ -42,12 +42,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net7.csproj
index f0d657b7cb..400b7fb5ba 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net7.csproj
@@ -42,12 +42,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net8.csproj
index b20a267942..7b8895102f 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) net8.csproj
@@ -41,12 +41,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) netcore31.csproj
index 4a44075458..060a0a83fd 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture MVVM/Simple Video Capture Demo WPF MVVM (NuGet) netcore31.csproj
@@ -42,12 +42,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net472.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net472.csproj
index a4b78de41d..0e987df329 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net472.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net472.csproj
@@ -39,12 +39,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net5.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net5.csproj
index 3d154df7f8..23d2700f9b 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net5.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net5.csproj
@@ -39,12 +39,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net6.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net6.csproj
index 535092cd74..1fd9aa1076 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net6.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net6.csproj
@@ -39,12 +39,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net7.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net7.csproj
index 9302af1d64..904553f9ca 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net7.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net7.csproj
@@ -39,12 +39,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net8.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net8.csproj
index 1e6c4ecb1d..a4dfb9e067 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net8.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) net8.csproj
@@ -38,12 +38,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) netcore31.csproj b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) netcore31.csproj
index 190e2ffba7..7ba3371bdf 100644
--- a/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WPF/CSharp/Simple Video Capture/Simple Video Capture Demo WPF (NuGet) netcore31.csproj
@@ -39,12 +39,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net472.csproj
index 836b6a0259..cc5e8bbfe2 100644
--- a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net472.csproj
@@ -68,9 +68,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net5.csproj
index f5979c5b98..0778dcc629 100644
--- a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net5.csproj
@@ -68,9 +68,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net6.csproj
index 865f5a3ea7..c31a68ec33 100644
--- a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net6.csproj
@@ -68,9 +68,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net7.csproj
index cbc48334ea..8e522fd7ec 100644
--- a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net7.csproj
@@ -68,9 +68,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net8.csproj
index 11855996af..d6cda91b6d 100644
--- a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) net8.csproj
@@ -67,9 +67,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) netcore31.csproj
index 49ecd11d4b..40abc9e4d7 100644
--- a/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Audio Capture/Audio Capture Demo (NuGet) netcore31.csproj
@@ -68,9 +68,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net472.csproj
index d3a2b685f2..0fb466beee 100644
--- a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net472.csproj
@@ -17,10 +17,10 @@
-
-
-
-
+
+
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net6.csproj
index a2ff16bb9e..deb40bd01c 100644
--- a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net6.csproj
@@ -17,10 +17,10 @@
-
-
-
-
+
+
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net7.csproj
index af2fc28f44..94598dac8f 100644
--- a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net7.csproj
@@ -17,10 +17,10 @@
-
-
-
-
+
+
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net8.csproj
index 5cd502b964..c8290dde23 100644
--- a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) net8.csproj
@@ -16,10 +16,10 @@
-
-
-
-
+
+
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) netcore31.csproj
index 03c3a7846d..2efac805f7 100644
--- a/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Camera Light Demo/Camera Light Demo (NuGet) netcore31.csproj
@@ -17,10 +17,10 @@
-
-
-
-
+
+
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net472.csproj
index ae58c0b947..1d97915b76 100644
--- a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net472.csproj
@@ -58,11 +58,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net5.csproj
index c6319b8655..5d41ce77db 100644
--- a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net5.csproj
@@ -58,11 +58,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net6.csproj
index 2c65707557..225d297c1c 100644
--- a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net6.csproj
@@ -58,11 +58,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net7.csproj
index c9fa37590d..fdfb51c67f 100644
--- a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net7.csproj
@@ -58,11 +58,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net8.csproj
index c88b82b7f3..9ed3677063 100644
--- a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) net8.csproj
@@ -57,11 +57,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) netcore31.csproj
index 1774dbca34..142b026895 100644
--- a/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Computer Vision/Computer Vision Demo (NuGet) netcore31.csproj
@@ -58,11 +58,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net472.csproj
index 8cd45dc4d0..8da3062886 100644
--- a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net472.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net5.csproj
index 0616854ef6..1a70005d44 100644
--- a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net5.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net6.csproj
index 05a6e42363..b08b1070d9 100644
--- a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net6.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net7.csproj
index 412690a41e..bb1de6bae1 100644
--- a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net7.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net8.csproj
index df4d749565..f649c92396 100644
--- a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) net8.csproj
@@ -64,10 +64,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) netcore31.csproj
index 08fe44bbcf..b362bfb444 100644
--- a/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/DV Capture/DV Capture Demo (NuGet) netcore31.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net472.csproj
index d545de76ae..41dd5b1152 100644
--- a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net472.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net5.csproj
index 4fa459ed26..df6dd6e455 100644
--- a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net5.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net6.csproj
index 7220f21587..6523964254 100644
--- a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net6.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net7.csproj
index 45c3ba9a52..4a2a90e37e 100644
--- a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net7.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net8.csproj
index 1b4a2f4ebe..c37f156b5c 100644
--- a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) net8.csproj
@@ -64,9 +64,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) netcore31.csproj
index ba61e824b2..b70512f0d1 100644
--- a/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Decklink Demo/Decklink Demo (NuGet) netcore31.csproj
@@ -65,9 +65,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net472.csproj
index e3391bc107..97178bcfc9 100644
--- a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net472.csproj
@@ -65,17 +65,17 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net5.csproj
index ac4a8bded4..9779b0cca1 100644
--- a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net5.csproj
@@ -65,17 +65,17 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net6.csproj
index 119e1e5e35..4577e5a5d0 100644
--- a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net6.csproj
@@ -65,17 +65,17 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net7.csproj
index 20ef3f4a5d..60788f40f6 100644
--- a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net7.csproj
@@ -65,17 +65,17 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net8.csproj
index 77323757cc..18a2f16426 100644
--- a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) net8.csproj
@@ -64,17 +64,17 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) netcore31.csproj
index 9b294fc6b1..fad5747852 100644
--- a/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/IP Capture/IP Capture Demo (NuGet) netcore31.csproj
@@ -65,17 +65,17 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net472.csproj
index 7c8ac46051..1eeee3e0d8 100644
--- a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net472.csproj
@@ -67,14 +67,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net5.csproj
index 48a42dd9f4..4adc25647a 100644
--- a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net5.csproj
@@ -67,14 +67,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net6.csproj
index 02c56478c1..5ef04448b1 100644
--- a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net6.csproj
@@ -67,14 +67,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net7.csproj
index 84223c1a0c..e3f9033d06 100644
--- a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net7.csproj
@@ -67,14 +67,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net8.csproj
index 4bd59f364b..ce8477881e 100644
--- a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) net8.csproj
@@ -67,14 +67,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) netcore31.csproj
index eb637996bb..8837aab273 100644
--- a/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Main Demo/Main Demo VC (NuGet) netcore31.csproj
@@ -67,14 +67,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net472.csproj
index 80bf2d6ace..55fd9d4152 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net472.csproj
@@ -59,10 +59,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net5.csproj
index 796d290615..3891cad36a 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net5.csproj
@@ -59,10 +59,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net6.csproj
index 6d1cdc2ed8..29b9e5d6da 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net6.csproj
@@ -59,10 +59,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net7.csproj
index 4814dfc7f7..994f1dfff9 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net7.csproj
@@ -59,10 +59,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net8.csproj
index b09ee36fca..ca6b6a73a5 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) net8.csproj
@@ -58,10 +58,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) netcore31.csproj
index 67f657a76d..e86fe094f6 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple IP cams/Multiple IP Cameras Demo (NuGet) netcore31.csproj
@@ -59,10 +59,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net472.csproj
index 1154a5f280..125142d7d7 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net472.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net5.csproj
index 596c8aff45..db899e508c 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net5.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net6.csproj
index 5bb4f2862b..a26e6dadbc 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net6.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net7.csproj
index 5f9a9fd5fc..7cc8d74422 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net7.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net8.csproj
index 46721687e4..a771bdd49d 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) net8.csproj
@@ -58,9 +58,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) netcore31.csproj
index 902f29e740..fcd664e4f0 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple video streams/Multiple Video Streams Demo VC (NuGet) netcore31.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net472.csproj
index b10970028d..96a3ed3965 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net472.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net5.csproj
index a959dda820..37aa499a50 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net5.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net6.csproj
index 00798f94e6..05af67ee26 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net6.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net7.csproj
index 84055b54d5..9471742aa8 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net7.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net8.csproj
index e250f3351f..518b367763 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) net8.csproj
@@ -58,9 +58,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) netcore31.csproj
index d77e47f90d..952f409135 100644
--- a/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Multiple web cams/Multiple Web Cameras Demo (NuGet) netcore31.csproj
@@ -59,9 +59,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net472.csproj
index 80440601e4..6972b28c22 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net472.csproj
@@ -7,10 +7,10 @@
true
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net5.csproj
index c33616ff64..94ee8eddc4 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net5.csproj
@@ -7,10 +7,10 @@
true
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net6.csproj
index c704b325f4..c34cca5d61 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net6.csproj
@@ -7,10 +7,10 @@
true
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net7.csproj
index f28e7ceddc..ed182f5a07 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net7.csproj
@@ -7,10 +7,10 @@
true
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net8.csproj
index 3d9e0c2a99..2aa03158ce 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) net8.csproj
@@ -7,10 +7,10 @@
true
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) netcore31.csproj
index 761d19ff46..ca569e04f5 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Source/NDI Source (NuGet) netcore31.csproj
@@ -7,10 +7,10 @@
true
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net472 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net472 (NuGet).csproj
index 9aee4cae3f..93e176265f 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net472 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net472 (NuGet).csproj
@@ -16,11 +16,11 @@
-
-
+
+
-
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net5 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net5 (NuGet).csproj
index f446ae141f..1e65c7d63c 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net5 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net5 (NuGet).csproj
@@ -16,11 +16,11 @@
-
-
+
+
-
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net6 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net6 (NuGet).csproj
index 06c294e010..a8dc4387e2 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net6 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net6 (NuGet).csproj
@@ -16,11 +16,11 @@
-
-
+
+
-
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net7 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net7 (NuGet).csproj
index 52582819f2..98b1a9aed2 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net7 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net7 (NuGet).csproj
@@ -16,11 +16,11 @@
-
-
+
+
-
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net8 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net8 (NuGet).csproj
index 32fa0e60c5..ff758ff0cf 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net8 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer net8 (NuGet).csproj
@@ -15,11 +15,11 @@
-
-
+
+
-
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer netcore31 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer netcore31 (NuGet).csproj
index 547409720c..804271bfc9 100644
--- a/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer netcore31 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/NDI Streamer/NDI Streamer netcore31 (NuGet).csproj
@@ -16,11 +16,11 @@
-
-
+
+
-
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net472.csproj
index f20ceaff5b..40bb110b86 100644
--- a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net5.csproj
index c748aa0b4f..721d5cef1d 100644
--- a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net6.csproj
index bcc03cbffe..3c26ce549d 100644
--- a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net7.csproj
index ba088bfcd1..1c3e5982cc 100644
--- a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net8.csproj
index 38fd939745..9d51d04cce 100644
--- a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) netcore31.csproj
index 25b1ad827f..a583e088f9 100644
--- a/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Push Source Demo/Push Source Demo (NuGet) netcore31.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net472.csproj
index 11ba6afb34..655e8e44ed 100644
--- a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net472.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net5.csproj
index a9857df388..c6a8eadb86 100644
--- a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net5.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net6.csproj
index 07be96eb50..5af0b47f07 100644
--- a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net6.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net7.csproj
index ee74447f7d..edca1178ab 100644
--- a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net7.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net8.csproj
index 7792849e04..fa09ee75c5 100644
--- a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) net8.csproj
@@ -64,10 +64,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) netcore31.csproj
index 42b64af13b..2920e583cd 100644
--- a/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Screen Capture/Screen Capture Demo (NuGet) netcore31.csproj
@@ -65,10 +65,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net472.csproj
index 3704240a1f..f5835ec564 100644
--- a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net472.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net5.csproj
index c622a26051..f9cb6bdfc5 100644
--- a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net5.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net6.csproj
index 6846a2e393..2d2675370b 100644
--- a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net6.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net7.csproj
index 979d95a3a7..fe42e332aa 100644
--- a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net7.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net8.csproj
index a94e97f80b..b51f2bd034 100644
--- a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) net8.csproj
@@ -61,9 +61,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) netcore31.csproj
index 24c86f0f75..d817276a10 100644
--- a/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Separate Capture Demo/Separate Capture Demo (NuGet) netcore31.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net472.csproj
index 639ebb8ec0..3ab415e696 100644
--- a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net472.csproj
@@ -66,11 +66,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net5.csproj
index ffd93dffa8..5342381df4 100644
--- a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net5.csproj
@@ -66,11 +66,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net6.csproj
index 2a585b0fbe..b17ce85385 100644
--- a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net6.csproj
@@ -66,11 +66,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net7.csproj
index 501053b7b2..cb157e62e7 100644
--- a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net7.csproj
@@ -66,11 +66,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net8.csproj
index 8ef097381c..c16ea237fc 100644
--- a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) net8.csproj
@@ -65,11 +65,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) netcore31.csproj
index 6f1322c6eb..b4a21cdbc2 100644
--- a/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Simple VideoCapture/Simple Video Capture Demo (NuGet) netcore31.csproj
@@ -66,11 +66,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net472.csproj
index ca6d4d06ab..b3a1cea65f 100644
--- a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net472.csproj
@@ -67,13 +67,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net5.csproj
index 932e587a85..daa5c2df45 100644
--- a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net5.csproj
@@ -67,13 +67,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net6.csproj
index 4736ee61f7..195bf1fca4 100644
--- a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net6.csproj
@@ -67,13 +67,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net7.csproj
index 569be8e492..8fc05f09c1 100644
--- a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net7.csproj
@@ -67,13 +67,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net8.csproj
index c80b485d54..d617373458 100644
--- a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) net8.csproj
@@ -66,13 +66,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) netcore31.csproj
index 6bdbda39af..549c97a3fb 100644
--- a/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Snippets Demo/Snippets Demo VC (NuGet) netcore31.csproj
@@ -67,13 +67,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net472.csproj
index b2f6979836..7ceef4ba10 100644
--- a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net5.csproj
index 751ae50bf8..fe1b84e8d3 100644
--- a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net6.csproj
index 2a8b3eff9e..5812e50169 100644
--- a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net7.csproj
index 7ed85bcb18..eeb0f3cb3c 100644
--- a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net8.csproj
index 8c1f81fcf0..e74e0601de 100644
--- a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) netcore31.csproj
index 463e98e192..91cd48d733 100644
--- a/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Timeshift Demo/Timeshift Demo (NuGet) netcore31.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net472 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net472 (NuGet).csproj
index 2d5066d353..5dad602d53 100644
--- a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net472 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net472 (NuGet).csproj
@@ -16,12 +16,12 @@
-
-
+
+
-
-
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net5 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net5 (NuGet).csproj
index d32b74d84e..848c92712f 100644
--- a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net5 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net5 (NuGet).csproj
@@ -16,12 +16,12 @@
-
-
+
+
-
-
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net6 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net6 (NuGet).csproj
index 1d5d60685c..597c154479 100644
--- a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net6 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net6 (NuGet).csproj
@@ -16,12 +16,12 @@
-
-
+
+
-
-
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net7 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net7 (NuGet).csproj
index 7e969a5d24..d0288cbb9a 100644
--- a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net7 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net7 (NuGet).csproj
@@ -16,12 +16,12 @@
-
-
+
+
-
-
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net8 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net8 (NuGet).csproj
index 303004554c..735dd93a02 100644
--- a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net8 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer net8 (NuGet).csproj
@@ -15,12 +15,12 @@
-
-
+
+
-
-
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer netcore31 (NuGet).csproj b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer netcore31 (NuGet).csproj
index fcd750c758..266c344fc9 100644
--- a/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer netcore31 (NuGet).csproj
+++ b/Video Capture SDK/WinForms/CSharp/UDP Streamer/UDP Streamer netcore31 (NuGet).csproj
@@ -16,12 +16,12 @@
-
-
+
+
-
-
+
+
visioforge_main_icon.ico
diff --git a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net472.csproj
index 835f577733..7a794de708 100644
--- a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net472.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net5.csproj
index a59bfb936e..76f153b606 100644
--- a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net5.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net6.csproj
index 4c21177d7a..bf46c055d4 100644
--- a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net6.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net7.csproj
index 11e4cadb6b..76873b6e7d 100644
--- a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net7.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net8.csproj
index b409f5ec0a..e4025a1b04 100644
--- a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) net8.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) netcore31.csproj
index 1d7005f24f..f60db7beef 100644
--- a/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Video From Images Demo/Video From Images Demo (NuGet) netcore31.csproj
@@ -62,10 +62,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net472.csproj
index 4c8d8e173f..2175d24c0c 100644
--- a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net472.csproj
@@ -60,8 +60,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net5.csproj
index eb6a03ab8e..def8ae79b5 100644
--- a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net5.csproj
@@ -60,8 +60,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net6.csproj
index 02b94eaf26..f1b96c1f39 100644
--- a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net6.csproj
@@ -60,8 +60,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net7.csproj
index 04c62ea4b8..cd90bbb3cc 100644
--- a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net7.csproj
@@ -60,8 +60,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net8.csproj
index bc2a071725..91fb31e4ea 100644
--- a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) net8.csproj
@@ -59,8 +59,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) netcore31.csproj
index 7dd6245d62..534b06026d 100644
--- a/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Virtual Camera Streamer/Virtual Camera Streamer (NuGet) netcore31.csproj
@@ -60,8 +60,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net472.csproj
index 49a91e6216..c26d30db61 100644
--- a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net472.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net5.csproj
index c87318b024..4429c78c30 100644
--- a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net5.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net6.csproj
index ff4f564fcc..99e2623e55 100644
--- a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net6.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net7.csproj
index 3f5103897b..d9d189843d 100644
--- a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net7.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net8.csproj
index 6c9d9ed3e0..edea8d3ddc 100644
--- a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) net8.csproj
@@ -60,10 +60,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) netcore31.csproj
index 3bac7cca60..ae24ce85df 100644
--- a/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/Window Capture/Window Capture (NuGet) netcore31.csproj
@@ -61,10 +61,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net472.csproj b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net472.csproj
index 9c3fd851c9..f09bb4c6c9 100644
--- a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net472.csproj
+++ b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net472.csproj
@@ -21,11 +21,11 @@
visioforge_main_icon.ico
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net5.csproj b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net5.csproj
index 30e28d76e2..1d338ee370 100644
--- a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net5.csproj
+++ b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net5.csproj
@@ -21,11 +21,11 @@
visioforge_main_icon.ico
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net6.csproj b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net6.csproj
index e6150e705b..85fc2b5118 100644
--- a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net6.csproj
+++ b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net6.csproj
@@ -21,11 +21,11 @@
visioforge_main_icon.ico
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net7.csproj b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net7.csproj
index 30d2f6fb81..820f96a70e 100644
--- a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net7.csproj
+++ b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net7.csproj
@@ -21,11 +21,11 @@
visioforge_main_icon.ico
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net8.csproj b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net8.csproj
index 46b7a75ee1..9476a7d7fb 100644
--- a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net8.csproj
+++ b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) net8.csproj
@@ -20,11 +20,11 @@
visioforge_main_icon.ico
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) netcore31.csproj b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) netcore31.csproj
index 90706e32d0..bcec9216e2 100644
--- a/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) netcore31.csproj
+++ b/Video Capture SDK/WinForms/CSharp/madVR demo/madVR Demo (NuGet) netcore31.csproj
@@ -21,11 +21,11 @@
visioforge_main_icon.ico
-
-
+
+
-
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet) net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet) net461.vbproj
index 13c85c1c55..852569c83d 100644
--- a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet) net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet) net461.vbproj
@@ -124,9 +124,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet).vbproj b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet).vbproj
index 28ed93ed05..9e7a1cdfea 100644
--- a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet).vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB (NuGet).vbproj
@@ -124,9 +124,9 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB net461.vbproj
index bf0d6cafa5..c4c260becd 100644
--- a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB net461.vbproj
@@ -105,8 +105,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB.vbproj b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB.vbproj
index 2eaef98ff4..ad55466ee8 100644
--- a/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Audio Capture/Audio Capture Demo VB.vbproj
@@ -105,8 +105,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Audio Capture/My Project/AssemblyInfo.vb b/Video Capture SDK/WinForms/VB.Net/Audio Capture/My Project/AssemblyInfo.vb
index 44d50ab1bb..1247c82fa6 100644
--- a/Video Capture SDK/WinForms/VB.Net/Audio Capture/My Project/AssemblyInfo.vb
+++ b/Video Capture SDK/WinForms/VB.Net/Audio Capture/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet) net461.vbproj b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet) net461.vbproj
index dafbe3c1a1..5d44bd1b7e 100644
--- a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet) net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet) net461.vbproj
@@ -124,10 +124,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet).vbproj b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet).vbproj
index 5cf0e60068..96c62dd947 100644
--- a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet).vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB (NuGet).vbproj
@@ -124,10 +124,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB net461.vbproj b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB net461.vbproj
index 8ab13395e9..d7eba042e8 100644
--- a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB net461.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB.vbproj b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB.vbproj
index 9aac42a071..6e79acb0c1 100644
--- a/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/DV Capture/DV Capture Demo VB.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/DV Capture/My Project/AssemblyInfo.vb b/Video Capture SDK/WinForms/VB.Net/DV Capture/My Project/AssemblyInfo.vb
index 4b28839c82..ba767c24b6 100644
--- a/Video Capture SDK/WinForms/VB.Net/DV Capture/My Project/AssemblyInfo.vb
+++ b/Video Capture SDK/WinForms/VB.Net/DV Capture/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet) net461.vbproj b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet) net461.vbproj
index 7bd86dc735..aafb3b6752 100644
--- a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet) net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet) net461.vbproj
@@ -128,13 +128,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet).vbproj b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet).vbproj
index 456657462c..0eabe976b1 100644
--- a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet).vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB (NuGet).vbproj
@@ -128,13 +128,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB net461.vbproj b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB net461.vbproj
index 8994a34959..91ff1e8e50 100644
--- a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB net461.vbproj
@@ -128,8 +128,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB.vbproj b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB.vbproj
index 609b3f9d25..040b8c307a 100644
--- a/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/IP Capture/IP Capture Demo VB.vbproj
@@ -128,8 +128,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/IP Capture/My Project/AssemblyInfo.vb b/Video Capture SDK/WinForms/VB.Net/IP Capture/My Project/AssemblyInfo.vb
index 74e8accb7a..195d2f4831 100644
--- a/Video Capture SDK/WinForms/VB.Net/IP Capture/My Project/AssemblyInfo.vb
+++ b/Video Capture SDK/WinForms/VB.Net/IP Capture/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet) net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet) net461.vbproj
index a3efcc92bb..f24f4a0abc 100644
--- a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet) net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet) net461.vbproj
@@ -127,14 +127,14 @@
15.5.36
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet).vbproj b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet).vbproj
index 1c15cf7922..a3361cae11 100644
--- a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet).vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB (NuGet).vbproj
@@ -127,14 +127,14 @@
15.5.36
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB net461.vbproj
index d6467b9df4..42ff5bbc5a 100644
--- a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB net461.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB.vbproj b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB.vbproj
index c168969f53..dd26dd17e0 100644
--- a/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Main Demo/Main Demo VC VB.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb b/Video Capture SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb
index 297d62b957..ee401eab6c 100644
--- a/Video Capture SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb
+++ b/Video Capture SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Screen Capture/My Project/AssemblyInfo.vb b/Video Capture SDK/WinForms/VB.Net/Screen Capture/My Project/AssemblyInfo.vb
index a4f8081bd5..8b5df09a1f 100644
--- a/Video Capture SDK/WinForms/VB.Net/Screen Capture/My Project/AssemblyInfo.vb
+++ b/Video Capture SDK/WinForms/VB.Net/Screen Capture/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet) net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet) net461.vbproj
index 0247fe509a..862a687362 100644
--- a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet) net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet) net461.vbproj
@@ -124,10 +124,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet).vbproj b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet).vbproj
index 7fe0db22ec..1b79f16f57 100644
--- a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet).vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB (NuGet).vbproj
@@ -124,10 +124,10 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB net461.vbproj
index c7726317a8..906836b8e4 100644
--- a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB net461.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB.vbproj b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB.vbproj
index c091c7cc89..3591a44de0 100644
--- a/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Screen Capture/Screen Capture Demo VB.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/My Project/AssemblyInfo.vb b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/My Project/AssemblyInfo.vb
index 62a0d235af..8295fc2267 100644
--- a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/My Project/AssemblyInfo.vb
+++ b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet) net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet) net461.vbproj
index 469adebd73..a460a43dc7 100644
--- a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet) net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet) net461.vbproj
@@ -124,11 +124,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet).vbproj b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet).vbproj
index 998c1defd9..20d538e973 100644
--- a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet).vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB (NuGet).vbproj
@@ -124,11 +124,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB net461.vbproj b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB net461.vbproj
index 365fa252ca..5eeca71ac3 100644
--- a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB net461.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB net461.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB.vbproj b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB.vbproj
index a95ccf2e94..6cc87514bf 100644
--- a/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB.vbproj
+++ b/Video Capture SDK/WinForms/VB.Net/Simple Video Capture/Simple Video Capture Demo VB.vbproj
@@ -124,8 +124,8 @@
-
-
+
+
diff --git a/Video Capture SDK/WinUI/CSharp/Simple Video Capture Demo WinUI/Simple Video Capture Demo WinUI.csproj b/Video Capture SDK/WinUI/CSharp/Simple Video Capture Demo WinUI/Simple Video Capture Demo WinUI.csproj
index 23ece1ec0e..29058f5776 100644
--- a/Video Capture SDK/WinUI/CSharp/Simple Video Capture Demo WinUI/Simple Video Capture Demo WinUI.csproj
+++ b/Video Capture SDK/WinUI/CSharp/Simple Video Capture Demo WinUI/Simple Video Capture Demo WinUI.csproj
@@ -35,13 +35,13 @@
-
-
+
+
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net472.csproj
index 845359f839..5e21fba2a1 100644
--- a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net472.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net5.csproj
index 43f17315d9..2cdf416d2f 100644
--- a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net5.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net6.csproj
index e945ff3752..169b0de963 100644
--- a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net6.csproj
@@ -62,8 +62,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net7.csproj
index d126f0865d..7bdc5e0595 100644
--- a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net7.csproj
@@ -62,8 +62,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net8.csproj
index a2125c16e8..eef2c11420 100644
--- a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) net8.csproj
@@ -61,8 +61,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) netcore31.csproj
index 2f043550c6..a527845c3e 100644
--- a/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/face-detection/face-detection (NuGet) netcore31.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net472.csproj
index cc7a163f4e..846fec5c3c 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net472.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net5.csproj
index bd9c1720a9..5d9df9f78b 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net5.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net6.csproj
index be723c4c1a..207ee7ba78 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net6.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net7.csproj
index f8819df576..7d140a8c8c 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net7.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net8.csproj
index efad50c5e8..536df49981 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) net8.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) netcore31.csproj
index a22b0e99b6..45d71a4547 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-capture-mp4/ip-camera-capture-mp4 (NuGet) netcore31.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net472.csproj
index 5927904029..8d90a282f5 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net472.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net5.csproj
index 8d061b6aaf..9766230f9f 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net5.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net6.csproj
index 560f795117..0948f0bdf5 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net6.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net7.csproj
index ce98942f5d..c3b7e20d72 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net7.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net8.csproj
index 7a49cfdb5d..4dddb73da8 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) net8.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) netcore31.csproj
index 5155b5b28e..9212fe3f52 100644
--- a/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/ip-camera-preview/ip-camera-preview (NuGet) netcore31.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net472.csproj
index b8aa41bf15..8be1084441 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net472.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net5.csproj
index 6144faa34c..bd22ba0c24 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net5.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net6.csproj
index 02596ba854..05bb720513 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net6.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net7.csproj
index 20261bfbf2..dd50056092 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net7.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net8.csproj
index b965911bbf..88436b09d8 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) net8.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) netcore31.csproj
index 1d0b98c9df..6bf81fb043 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-avi/screen-capture-avi (NuGet) netcore31.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net472.csproj
index c670acd23d..cc8d0f1a8e 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net472.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net5.csproj
index 3d79a5b16c..100e5433d6 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net5.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net6.csproj
index 599b6c3093..926106e838 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net6.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net7.csproj
index 263f13aa7c..b4c3d97b5e 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net7.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net8.csproj
index 90ab14db7e..8d10205fd1 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) net8.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) netcore31.csproj
index 6394124eb0..aa5dc362a4 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-mp4/screen-capture-mp4 (NuGet) netcore31.csproj
@@ -7,9 +7,9 @@
true
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net472.csproj
index 7e374db67d..9a36b91255 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net472.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net5.csproj
index d38e55fd24..57c3e6eac5 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net5.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net6.csproj
index d2a64cbba9..53b2cfe67e 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net6.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net7.csproj
index 39bfe61b05..d033f5814c 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net7.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net8.csproj
index cda9725190..d0d04cbdd6 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) net8.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) netcore31.csproj
index 51c7cf5058..83fa97fe43 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture-wmv/screen-capture-wmv (NuGet) netcore31.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net472.csproj
index b9ead51b1e..57b003f442 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net472.csproj
@@ -59,9 +59,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net5.csproj
index 5560cd7cb5..6e33cd5f2f 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net5.csproj
@@ -59,9 +59,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net6.csproj
index c38545b28d..7fd7b36aae 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net6.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net7.csproj
index 6b6dae1620..4ba1d596ee 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net7.csproj
@@ -62,9 +62,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net8.csproj
index 4dab112321..1d55ce1541 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) net8.csproj
@@ -61,9 +61,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) netcore31.csproj
index 2412927933..ce3ded763a 100644
--- a/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/screen-capture/screen-capture (NuGet) netcore31.csproj
@@ -59,9 +59,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net472.csproj
index f396d98d0c..4e09b404c5 100644
--- a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net472.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net5.csproj
index 7434129af5..cb823cb2f4 100644
--- a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net5.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net6.csproj
index d0e282747b..6f7aa6299d 100644
--- a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net6.csproj
@@ -62,8 +62,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net7.csproj
index 8c79e8bbd3..68e85cd180 100644
--- a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net7.csproj
@@ -62,8 +62,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net8.csproj
index b31d902b5c..1133e7d8d9 100644
--- a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) net8.csproj
@@ -61,8 +61,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) netcore31.csproj
index cd0c02ec1f..49765463e2 100644
--- a/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/speaker-capture/speaker-capture (NuGet) netcore31.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net472.csproj
index c958dbd457..8130edc1a4 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net472.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net5.csproj
index 5bd47880d0..60f49e376d 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net5.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net6.csproj
index 118364ea5d..26b1727239 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net6.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net7.csproj
index ab8458d538..680360ba83 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net7.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net8.csproj
index 7dc2524b61..7950b9a2ca 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) net8.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) netcore31.csproj
index c47326f65d..028d732b28 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-text-overlay/video-capture-text-overlay (NuGet) netcore31.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net472.csproj
index 38682802ce..b49fe484de 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net472.csproj
@@ -17,8 +17,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net5.csproj
index e446fc43d3..70cf1fe6da 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net5.csproj
@@ -17,8 +17,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net6.csproj
index fcdb670d70..a65a5c3af2 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net6.csproj
@@ -17,7 +17,7 @@
-
-
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net7.csproj
index 33c7ea493c..96418f8bdb 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net7.csproj
@@ -17,7 +17,7 @@
-
-
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net8.csproj
index ed1188ad5f..c0e7ea08a7 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) net8.csproj
@@ -17,7 +17,7 @@
-
-
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) netcore31.csproj
index 8cb7400c3e..3792d35a2c 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-avi/video-capture-webcam-avi (NuGet) netcore31.csproj
@@ -17,8 +17,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net472.csproj
index 772b13f0c6..077dccdaf8 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net472.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net5.csproj
index 46eb4a92a2..78bbf174e2 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net5.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net6.csproj
index 911cd49099..6ae3d59feb 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net6.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net7.csproj
index 6b09874ee6..a46ba0be7f 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net7.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net8.csproj
index ce811e5d06..d6d0612243 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) net8.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) netcore31.csproj
index abc8dbdd81..8117f0fa31 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-mp4/video-capture-webcam-mp4 (NuGet) netcore31.csproj
@@ -11,9 +11,9 @@
-
-
-
-
+
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net472.csproj
index b676fd5b62..6f1ec91579 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net472.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net5.csproj
index 6610b5c4b9..322e9caae0 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net5.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net6.csproj
index 91aabd804d..3b9f57e306 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net6.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net7.csproj
index bcfeab1863..667f4e8e10 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net7.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net8.csproj
index 0e9cbacba9..e7059bf91c 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) net8.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) netcore31.csproj
index 05fa4292e0..3b62c73778 100644
--- a/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-capture-webcam-wmv/video-capture-webcam-wmv (NuGet) netcore31.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net472.csproj
index d0f8a2da55..e1dbf2c073 100644
--- a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net472.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net5.csproj
index fc37803e8a..8b7e292939 100644
--- a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net5.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net6.csproj
index 4a57ae6b87..dec9d8c35c 100644
--- a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net6.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net7.csproj
index f23cc11368..bda88d6bd5 100644
--- a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net7.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net8.csproj
index 930d773b09..f308ea8a43 100644
--- a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) net8.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) netcore31.csproj
index 30909b176d..d94d8ad935 100644
--- a/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/video-preview-webcam-frame-capture/video-preview-webcam-frame-capture (NuGet) netcore31.csproj
@@ -11,8 +11,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net472.csproj b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net472.csproj
index 2c9933ae7e..939268b554 100644
--- a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net472.csproj
+++ b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net472.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net5.csproj b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net5.csproj
index 63e6e01e0f..08299637e4 100644
--- a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net5.csproj
+++ b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net5.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net6.csproj b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net6.csproj
index d70881a9d1..06ba417cef 100644
--- a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net6.csproj
+++ b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net6.csproj
@@ -62,8 +62,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net7.csproj b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net7.csproj
index 661c860249..701fe6600a 100644
--- a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net7.csproj
+++ b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net7.csproj
@@ -62,8 +62,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net8.csproj b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net8.csproj
index 4d093a4242..3e7588026e 100644
--- a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net8.csproj
+++ b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) net8.csproj
@@ -61,8 +61,8 @@
-
-
-
+
+
+
diff --git a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) netcore31.csproj b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) netcore31.csproj
index ddcda8869a..a30c9062c8 100644
--- a/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) netcore31.csproj
+++ b/Video Capture SDK/_CodeSnippets/webcam-preview/webcam-preview (NuGet) netcore31.csproj
@@ -59,8 +59,8 @@
-
-
-
+
+
+
diff --git a/Video Edit SDK X (crossplatform)/Avalonia/VideoJoinDemoAV/VideoJoinDemoAV/VideoJoinDemoAV.csproj b/Video Edit SDK X (crossplatform)/Avalonia/VideoJoinDemoAV/VideoJoinDemoAV/VideoJoinDemoAV.csproj
index ea91297083..f61ba34fd2 100644
--- a/Video Edit SDK X (crossplatform)/Avalonia/VideoJoinDemoAV/VideoJoinDemoAV/VideoJoinDemoAV.csproj
+++ b/Video Edit SDK X (crossplatform)/Avalonia/VideoJoinDemoAV/VideoJoinDemoAV/VideoJoinDemoAV.csproj
@@ -25,7 +25,7 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/Console/CSharp/Video From Images X CLI/Video From Images VE X CLI.csproj b/Video Edit SDK X (crossplatform)/Console/CSharp/Video From Images X CLI/Video From Images VE X CLI.csproj
index acfb4601d7..7110b6626d 100644
--- a/Video Edit SDK X (crossplatform)/Console/CSharp/Video From Images X CLI/Video From Images VE X CLI.csproj
+++ b/Video Edit SDK X (crossplatform)/Console/CSharp/Video From Images X CLI/Video From Images VE X CLI.csproj
@@ -48,7 +48,7 @@
-
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net472.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net472.csproj
index ed1f3d4a91..a78957fdfa 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net472.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net472.csproj
@@ -66,8 +66,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net5.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net5.csproj
index 965b70db27..7ede2d7b7a 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net5.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net5.csproj
@@ -66,8 +66,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net6.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net6.csproj
index 4e5350a2a4..ee9af70dfb 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net6.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net6.csproj
@@ -72,8 +72,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net7.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net7.csproj
index 3d6ef17ac6..cc33fdb430 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net7.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net7.csproj
@@ -72,8 +72,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net8.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net8.csproj
index 91415238c1..07c26ff824 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net8.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X net8.csproj
@@ -71,8 +71,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X netcore31.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X netcore31.csproj
index abe6801c7f..d6f98785d3 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X netcore31.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Main Demo X/Main Demo VE X netcore31.csproj
@@ -66,8 +66,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net472.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net472.csproj
index c5db8fc802..7f3a47d9a5 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net472.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net472.csproj
@@ -61,8 +61,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net5.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net5.csproj
index d01e92b8e0..058985e372 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net5.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net5.csproj
@@ -61,8 +61,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net6.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net6.csproj
index b95faec322..bcb7e1a806 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net6.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net6.csproj
@@ -61,8 +61,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net7.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net7.csproj
index 396d65ebf9..ce5a44234d 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net7.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net7.csproj
@@ -61,8 +61,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net8.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net8.csproj
index 738eca6dfd..074d1a0c69 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net8.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X net8.csproj
@@ -60,8 +60,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X netcore31.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X netcore31.csproj
index afaea5bd93..afa0c1dc6a 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X netcore31.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video Join Demo X/Video Join Demo X netcore31.csproj
@@ -61,8 +61,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net472.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net472.csproj
index 1b6af18bbc..cfe9188ff0 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net472.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net472.csproj
@@ -67,8 +67,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net5.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net5.csproj
index 7354e36784..6941cd52f0 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net5.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net5.csproj
@@ -67,8 +67,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net6.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net6.csproj
index d96aaaf17c..8ff4d08bbb 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net6.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net6.csproj
@@ -71,8 +71,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net7.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net7.csproj
index f4c6455707..6b3814bb3a 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net7.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net7.csproj
@@ -71,8 +71,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net8.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net8.csproj
index 9fa1fd2bf9..501ccf641e 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net8.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X net8.csproj
@@ -70,8 +70,8 @@
-
-
+
+
diff --git a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X netcore31.csproj b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X netcore31.csproj
index a4cca1ebd1..d2551763ed 100644
--- a/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X netcore31.csproj
+++ b/Video Edit SDK X (crossplatform)/WinForms/CSharp/Video from images X/Video From Images X netcore31.csproj
@@ -67,8 +67,8 @@
-
-
+
+
diff --git a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net472.csproj b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net472.csproj
index 489d37d065..0d88d05996 100644
--- a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net472.csproj
+++ b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net472.csproj
@@ -28,12 +28,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net5.csproj b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net5.csproj
index 5144e8045e..5ed3467276 100644
--- a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net5.csproj
+++ b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net5.csproj
@@ -28,12 +28,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net6.csproj b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net6.csproj
index 43e29dff5c..7a4a0b5db1 100644
--- a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net6.csproj
+++ b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net6.csproj
@@ -28,12 +28,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net7.csproj b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net7.csproj
index c56b815088..216d7696f2 100644
--- a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net7.csproj
+++ b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net7.csproj
@@ -28,12 +28,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net8.csproj b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net8.csproj
index 31d346f387..77c3ee726c 100644
--- a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net8.csproj
+++ b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) net8.csproj
@@ -27,12 +27,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) netcore31.csproj b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) netcore31.csproj
index 91c81d7be1..73a6a0312a 100644
--- a/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) netcore31.csproj
+++ b/Video Edit SDK/Console/CSharp/Main Demo CLI/Main Demo VE CLI (NuGet) netcore31.csproj
@@ -28,12 +28,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net472.csproj b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net472.csproj
index 56608c464f..a97bac2bac 100644
--- a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net472.csproj
+++ b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net472.csproj
@@ -29,12 +29,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net5.csproj b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net5.csproj
index 886114fe49..350966dd52 100644
--- a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net5.csproj
+++ b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net5.csproj
@@ -29,12 +29,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net6.csproj b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net6.csproj
index 0c29628b62..36984c7d36 100644
--- a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net6.csproj
+++ b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net6.csproj
@@ -29,12 +29,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net7.csproj b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net7.csproj
index 4df7677d2e..8073882eaf 100644
--- a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net7.csproj
+++ b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net7.csproj
@@ -29,12 +29,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net8.csproj b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net8.csproj
index 8c230f2e82..e3c2dfb1ca 100644
--- a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net8.csproj
+++ b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) net8.csproj
@@ -28,12 +28,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) netcore31.csproj b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) netcore31.csproj
index cfd327e25e..0f5966916d 100644
--- a/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) netcore31.csproj
+++ b/Video Edit SDK/Console/CSharp/Video From Images CLI/Video From Images VE CLI (NuGet) netcore31.csproj
@@ -29,12 +29,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net472.csproj b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net472.csproj
index 7b3808f8ca..284499ca2a 100644
--- a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net472.csproj
+++ b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net472.csproj
@@ -42,14 +42,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net5.csproj b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net5.csproj
index 12a7a8ea88..ad2e3ad6fa 100644
--- a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net5.csproj
+++ b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net5.csproj
@@ -42,14 +42,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net6.csproj b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net6.csproj
index 1905d34e17..8091b8459f 100644
--- a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net6.csproj
+++ b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net6.csproj
@@ -42,14 +42,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net7.csproj b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net7.csproj
index d0d334ffb3..67a1d0dc51 100644
--- a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net7.csproj
+++ b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net7.csproj
@@ -42,14 +42,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net8.csproj b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net8.csproj
index 6019b947b2..c6ca44a6f5 100644
--- a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net8.csproj
+++ b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) net8.csproj
@@ -41,14 +41,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) netcore31.csproj b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) netcore31.csproj
index 79ffb063d9..6eac3e75eb 100644
--- a/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WPF/CSharp/Main Demo/Main Demo VE WPF (NuGet) netcore31.csproj
@@ -42,14 +42,14 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net472.csproj b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net472.csproj
index b791022645..204cddf2bd 100644
--- a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net472.csproj
+++ b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net472.csproj
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net5.csproj b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net5.csproj
index f6a2c9c1a5..c8e493981e 100644
--- a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net5.csproj
+++ b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net5.csproj
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net6.csproj b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net6.csproj
index 0674c36fc4..b913a4c791 100644
--- a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net6.csproj
+++ b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net6.csproj
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net7.csproj b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net7.csproj
index 118f9a5577..d31e03b5a7 100644
--- a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net7.csproj
+++ b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net7.csproj
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net8.csproj b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net8.csproj
index 792e89233e..086b06a1dd 100644
--- a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net8.csproj
+++ b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) net8.csproj
@@ -10,11 +10,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) netcore31.csproj b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) netcore31.csproj
index d51b539613..bac375a9e5 100644
--- a/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WPF/CSharp/Multiple Audio Tracks Demo/Multiple Audio Tracks Demo (NuGet) netcore31.csproj
@@ -11,11 +11,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net472.csproj b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net472.csproj
index e98e1265be..8eb6dac8d6 100644
--- a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net472.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net472.csproj
@@ -14,11 +14,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net5.csproj b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net5.csproj
index e30bf7414d..c30bbb97f5 100644
--- a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net5.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net5.csproj
@@ -15,11 +15,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net6.csproj b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net6.csproj
index db99351f17..16ac50821e 100644
--- a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net6.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net6.csproj
@@ -15,11 +15,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net7.csproj b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net7.csproj
index 381ff23397..69032f9195 100644
--- a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net7.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net7.csproj
@@ -15,11 +15,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net8.csproj b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net8.csproj
index 03dc6de235..0c8bab9131 100644
--- a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net8.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) net8.csproj
@@ -15,11 +15,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) netcore31.csproj b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) netcore31.csproj
index cad4cb28f6..c24f81429d 100644
--- a/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Audio Extractor/Audio Extractor (NuGet) netcore31.csproj
@@ -15,11 +15,11 @@
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net472.csproj b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net472.csproj
index 2043eb9708..e6d8e955c5 100644
--- a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net472.csproj
+++ b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net472.csproj
@@ -8,10 +8,10 @@
visioforge_main_icon.ico
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net5.csproj b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net5.csproj
index f9332bc53e..9be3e6e18e 100644
--- a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net5.csproj
+++ b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net5.csproj
@@ -8,10 +8,10 @@
visioforge_main_icon.ico
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net6.csproj b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net6.csproj
index 4363d0eaa4..f4001e703b 100644
--- a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net6.csproj
+++ b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net6.csproj
@@ -7,10 +7,10 @@
visioforge_main_icon.ico
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net7.csproj b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net7.csproj
index 02d051670a..6b68b194d1 100644
--- a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net7.csproj
+++ b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net7.csproj
@@ -8,10 +8,10 @@
visioforge_main_icon.ico
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net8.csproj b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net8.csproj
index ea0e2d3791..7396a61d6c 100644
--- a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net8.csproj
+++ b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) net8.csproj
@@ -8,10 +8,10 @@
visioforge_main_icon.ico
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) netcore31.csproj b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) netcore31.csproj
index 680ba7da76..d99c2f7513 100644
--- a/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WinForms/CSharp/File Encryptor/File Encryptor (NuGet) netcore31.csproj
@@ -8,10 +8,10 @@
visioforge_main_icon.ico
-
-
-
-
-
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net472.csproj b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net472.csproj
index d60f164aa9..a7498afd90 100644
--- a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net472.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net472.csproj
@@ -66,13 +66,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net5.csproj b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net5.csproj
index 6883429d89..629a105b8e 100644
--- a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net5.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net5.csproj
@@ -66,13 +66,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net6.csproj b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net6.csproj
index 2e888d2102..d50d30f772 100644
--- a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net6.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net6.csproj
@@ -66,13 +66,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net7.csproj b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net7.csproj
index 5243fd93d6..e146770ec8 100644
--- a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net7.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net7.csproj
@@ -66,13 +66,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net8.csproj b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net8.csproj
index a6fc80953d..515d6caab9 100644
--- a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net8.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) net8.csproj
@@ -65,13 +65,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) netcore31.csproj b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) netcore31.csproj
index 908736dc2e..0687dcd932 100644
--- a/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Main Demo/Main Demo VE (NuGet) netcore31.csproj
@@ -66,13 +66,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net472.csproj b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net472.csproj
index 1a3352f65d..168b3f9dcb 100644
--- a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net472.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net472.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net5.csproj b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net5.csproj
index 8ad2d26857..91c4b21773 100644
--- a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net5.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net5.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net6.csproj b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net6.csproj
index 09f3b8e861..2520dd1370 100644
--- a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net6.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net6.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net7.csproj b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net7.csproj
index f56583a104..667d084637 100644
--- a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net7.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net7.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net8.csproj b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net8.csproj
index 72ecfd65d9..e19c688d84 100644
--- a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net8.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) net8.csproj
@@ -60,13 +60,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) netcore31.csproj b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) netcore31.csproj
index 526db40d1d..eb99579f30 100644
--- a/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video Join Demo/Video Join Demo (NuGet) netcore31.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net472.csproj b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net472.csproj
index b34286deea..9f871ab867 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net472.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net472.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net5.csproj b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net5.csproj
index f589bc9bad..5a8becc926 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net5.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net5.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net6.csproj b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net6.csproj
index 1788345ea2..097e93d450 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net6.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net6.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net7.csproj b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net7.csproj
index 8588668e91..0098ce2ca9 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net7.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net7.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net8.csproj b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net8.csproj
index db0a92bc4a..de06e386ab 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net8.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) net8.csproj
@@ -60,13 +60,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) netcore31.csproj b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) netcore31.csproj
index 1d079585d4..3c531690ef 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images in memory/Video From Images In Memory Demo (NuGet) netcore31.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net472.csproj b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net472.csproj
index b4acc8209d..0d7999c6c8 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net472.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net472.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net5.csproj b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net5.csproj
index 96bea20c95..82c6d26374 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net5.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net5.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net6.csproj b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net6.csproj
index 10d0a72a75..17290165e4 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net6.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net6.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net7.csproj b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net7.csproj
index b48d1faf1f..d9a1d392de 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net7.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net7.csproj
@@ -60,13 +60,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net8.csproj b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net8.csproj
index 943237bb7d..f8d0eca7fb 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net8.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) net8.csproj
@@ -60,13 +60,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) netcore31.csproj b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) netcore31.csproj
index 089dac5b42..63b93330a6 100644
--- a/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) netcore31.csproj
+++ b/Video Edit SDK/WinForms/CSharp/Video from images/Video From Images (NuGet) netcore31.csproj
@@ -61,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB (NuGet).vbproj b/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB (NuGet).vbproj
index c96acbf9e1..f8886f4bb9 100644
--- a/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB (NuGet).vbproj
+++ b/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB (NuGet).vbproj
@@ -124,13 +124,13 @@
15.5.36
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB.vbproj b/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB.vbproj
index 6a02ae124c..79fb4b6f1a 100644
--- a/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB.vbproj
+++ b/Video Edit SDK/WinForms/VB.Net/Main Demo/Main Demo VE VB.vbproj
@@ -121,8 +121,8 @@
-
-
+
+
diff --git a/Video Edit SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb b/Video Edit SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb
index bb93a3a34d..7278731eb9 100644
--- a/Video Edit SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb
+++ b/Video Edit SDK/WinForms/VB.Net/Main Demo/My Project/AssemblyInfo.vb
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
'
-
-
+
+