From ea48dbc476e8ff19defedcf912776831bc286a2e Mon Sep 17 00:00:00 2001 From: Andre Lafleur Date: Sat, 16 May 2026 13:39:50 +0800 Subject: [PATCH] chore: align non-Platform SDK targeting --- README.md | 4 ++-- .../AudioRecorderSample.csproj | 13 ------------ .../AudioTransmitterSample.csproj | 13 ------------ .../FileCryptingManagerSample.csproj | 12 ----------- .../MediaFileSample/MediaFileSample.csproj | 12 ----------- .../MediaPlayerSample.csproj | 13 ------------ .../OverlaySample/OverlaySample.csproj | 13 ------------ .../PlaybackSequenceQuerierSample.csproj | 13 ------------ .../PlaybackStreamReaderSample.csproj | 13 ------------ .../PtzCoordinatesManagerSample.csproj | 13 ------------ .../VideoConverterSample.csproj | 13 ------------ .../VideoExportSample.csproj | 13 ------------ .../VideoSourceFilterSample.csproj | 13 ------------ .../BasicPluginTemplate.csproj | 13 ------------ .../CustomActionSample.csproj | 21 ------------------- .../CustomReportSample.csproj | 21 ------------------- .../PluginConfigurationSample.csproj | 21 ------------------- .../PluginDatabaseSample.csproj | 13 ------------ Samples/Plugin SDK/README.md | 8 +++---- .../BackgroundProcessSample.csproj | 17 --------------- .../BadgePrinterSample.csproj | 17 --------------- .../CardholderCredentialReaderSample.csproj | 17 --------------- .../CardholderFieldsExtractorSample.csproj | 13 ------------ .../CommandManagerSample.csproj | 13 ------------ .../ConfigPageSample/ConfigPageSample.csproj | 17 --------------- .../ContextualActionSample.csproj | 13 ------------ .../ControlsSample/ControlsSample.csproj | 17 --------------- .../CredentialReaderSample.csproj | 17 --------------- .../DashboardWidgetSample.csproj | 13 ------------ .../EventExtenderSample.csproj | 13 ------------ .../ImageExtractorSample.csproj | 13 ------------ .../OptionsExtensionSample.csproj | 17 --------------- .../PageTaskSample/PageTaskSample.csproj | 17 --------------- .../TaskSample/TaskSample.csproj | 13 ------------ .../TilePropertiesSample.csproj | 16 -------------- .../TileViewSample/TileViewSample.csproj | 17 --------------- .../TileWidgetSample/TileWidgetSample.csproj | 17 --------------- .../TimelineProviderSample.csproj | 13 ------------ 38 files changed, 6 insertions(+), 539 deletions(-) diff --git a/README.md b/README.md index be542a5b..060d4e79 100644 --- a/README.md +++ b/README.md @@ -299,9 +299,9 @@ The following table shows which .NET frameworks are supported by each SDK: | **Platform SDK** | ✅ | ✅ | .NET 8 requires Security Center SDK 5.12.2+ | | **Media SDK** | ✅ | ❌ | .NET 8 support planned for future release | | **Workspace SDK** | ✅ | ❌ | Client applications use .NET Framework | -| **Plugin SDK** | ✅ | ❌ | .NET 8 support planned for future release | +| **Plugin SDK** | ✅ | ✅ | .NET 8 support for the `ServerModule` requires Security Center 5.13+. The `ClientModule` (Config Tool / Security Desk UI) targets .NET Framework only. See [Building .NET plugins](https://github.com/Genetec/DAP/wiki/plugin-sdk-net8). | -**Important**: Only Platform SDK samples support multi-targeting. All other SDK samples target .NET Framework 4.8.1 exclusively. +**Important**: Only Platform SDK samples in this repository are configured to multi-target. The Plugin, Workspace, and Media SDK samples target .NET Framework 4.8.1 exclusively, even where the SDK itself supports additional runtimes (see Plugin SDK row above). diff --git a/Samples/Media SDK/AudioRecorderSample/AudioRecorderSample.csproj b/Samples/Media SDK/AudioRecorderSample/AudioRecorderSample.csproj index a6dfb202..d97fbbf4 100644 --- a/Samples/Media SDK/AudioRecorderSample/AudioRecorderSample.csproj +++ b/Samples/Media SDK/AudioRecorderSample/AudioRecorderSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - True - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - True - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/AudioTransmitterSample/AudioTransmitterSample.csproj b/Samples/Media SDK/AudioTransmitterSample/AudioTransmitterSample.csproj index c203b0df..962ad79f 100644 --- a/Samples/Media SDK/AudioTransmitterSample/AudioTransmitterSample.csproj +++ b/Samples/Media SDK/AudioTransmitterSample/AudioTransmitterSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - True - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - True - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/FileCryptingManagerSample/FileCryptingManagerSample.csproj b/Samples/Media SDK/FileCryptingManagerSample/FileCryptingManagerSample.csproj index 4cfc7572..223b910d 100644 --- a/Samples/Media SDK/FileCryptingManagerSample/FileCryptingManagerSample.csproj +++ b/Samples/Media SDK/FileCryptingManagerSample/FileCryptingManagerSample.csproj @@ -50,18 +50,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/MediaFileSample/MediaFileSample.csproj b/Samples/Media SDK/MediaFileSample/MediaFileSample.csproj index 1422c679..5d358f75 100644 --- a/Samples/Media SDK/MediaFileSample/MediaFileSample.csproj +++ b/Samples/Media SDK/MediaFileSample/MediaFileSample.csproj @@ -50,18 +50,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/MediaPlayerSample/MediaPlayerSample.csproj b/Samples/Media SDK/MediaPlayerSample/MediaPlayerSample.csproj index 97b53b37..56e88b9b 100644 --- a/Samples/Media SDK/MediaPlayerSample/MediaPlayerSample.csproj +++ b/Samples/Media SDK/MediaPlayerSample/MediaPlayerSample.csproj @@ -52,19 +52,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/OverlaySample/OverlaySample.csproj b/Samples/Media SDK/OverlaySample/OverlaySample.csproj index 941fd04e..347438ff 100644 --- a/Samples/Media SDK/OverlaySample/OverlaySample.csproj +++ b/Samples/Media SDK/OverlaySample/OverlaySample.csproj @@ -51,19 +51,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/PlaybackSequenceQuerierSample/PlaybackSequenceQuerierSample.csproj b/Samples/Media SDK/PlaybackSequenceQuerierSample/PlaybackSequenceQuerierSample.csproj index 0d779dbd..af63efc6 100644 --- a/Samples/Media SDK/PlaybackSequenceQuerierSample/PlaybackSequenceQuerierSample.csproj +++ b/Samples/Media SDK/PlaybackSequenceQuerierSample/PlaybackSequenceQuerierSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/PlaybackStreamReaderSample/PlaybackStreamReaderSample.csproj b/Samples/Media SDK/PlaybackStreamReaderSample/PlaybackStreamReaderSample.csproj index 60fb1cdc..9f73402b 100644 --- a/Samples/Media SDK/PlaybackStreamReaderSample/PlaybackStreamReaderSample.csproj +++ b/Samples/Media SDK/PlaybackStreamReaderSample/PlaybackStreamReaderSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/PtzCoordinatesManagerSample/PtzCoordinatesManagerSample.csproj b/Samples/Media SDK/PtzCoordinatesManagerSample/PtzCoordinatesManagerSample.csproj index 020c3d4c..e43dcaf9 100644 --- a/Samples/Media SDK/PtzCoordinatesManagerSample/PtzCoordinatesManagerSample.csproj +++ b/Samples/Media SDK/PtzCoordinatesManagerSample/PtzCoordinatesManagerSample.csproj @@ -48,19 +48,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/VideoConverterSample/VideoConverterSample.csproj b/Samples/Media SDK/VideoConverterSample/VideoConverterSample.csproj index 2399f4a7..873341a7 100644 --- a/Samples/Media SDK/VideoConverterSample/VideoConverterSample.csproj +++ b/Samples/Media SDK/VideoConverterSample/VideoConverterSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/VideoExportSample/VideoExportSample.csproj b/Samples/Media SDK/VideoExportSample/VideoExportSample.csproj index a8730f20..a0d6e2c2 100644 --- a/Samples/Media SDK/VideoExportSample/VideoExportSample.csproj +++ b/Samples/Media SDK/VideoExportSample/VideoExportSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Media SDK/VideoSourceFilterSample/VideoSourceFilterSample.csproj b/Samples/Media SDK/VideoSourceFilterSample/VideoSourceFilterSample.csproj index b8e60b6e..528170ff 100644 --- a/Samples/Media SDK/VideoSourceFilterSample/VideoSourceFilterSample.csproj +++ b/Samples/Media SDK/VideoSourceFilterSample/VideoSourceFilterSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Media.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Plugin SDK/BasicPluginTemplate/BasicPluginTemplate.csproj b/Samples/Plugin SDK/BasicPluginTemplate/BasicPluginTemplate.csproj index bc847e00..1f9176e7 100644 --- a/Samples/Plugin SDK/BasicPluginTemplate/BasicPluginTemplate.csproj +++ b/Samples/Plugin SDK/BasicPluginTemplate/BasicPluginTemplate.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Plugin SDK/CustomActionSample/CustomActionSample.csproj b/Samples/Plugin SDK/CustomActionSample/CustomActionSample.csproj index b6e2350d..698db8e8 100644 --- a/Samples/Plugin SDK/CustomActionSample/CustomActionSample.csproj +++ b/Samples/Plugin SDK/CustomActionSample/CustomActionSample.csproj @@ -59,27 +59,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Plugin SDK/CustomReportSample/CustomReportSample.csproj b/Samples/Plugin SDK/CustomReportSample/CustomReportSample.csproj index 3e91dd8c..b7562459 100644 --- a/Samples/Plugin SDK/CustomReportSample/CustomReportSample.csproj +++ b/Samples/Plugin SDK/CustomReportSample/CustomReportSample.csproj @@ -60,27 +60,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Plugin SDK/PluginConfigurationSample/PluginConfigurationSample.csproj b/Samples/Plugin SDK/PluginConfigurationSample/PluginConfigurationSample.csproj index b0f95715..bd61daed 100644 --- a/Samples/Plugin SDK/PluginConfigurationSample/PluginConfigurationSample.csproj +++ b/Samples/Plugin SDK/PluginConfigurationSample/PluginConfigurationSample.csproj @@ -59,27 +59,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Plugin SDK/PluginDatabaseSample/PluginDatabaseSample.csproj b/Samples/Plugin SDK/PluginDatabaseSample/PluginDatabaseSample.csproj index ee1aee87..d86cdbb6 100644 --- a/Samples/Plugin SDK/PluginDatabaseSample/PluginDatabaseSample.csproj +++ b/Samples/Plugin SDK/PluginDatabaseSample/PluginDatabaseSample.csproj @@ -47,19 +47,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll - False - - - - - diff --git a/Samples/Plugin SDK/README.md b/Samples/Plugin SDK/README.md index 13464d20..95ccbd95 100644 --- a/Samples/Plugin SDK/README.md +++ b/Samples/Plugin SDK/README.md @@ -52,8 +52,8 @@ By using the Plugin SDK, developers can create powerful, deeply integrated solut ## Prerequisites -- **.NET Framework 4.8.1**: The Plugin SDK only supports the .NET Framework; it does not support .NET 8 yet. -- **Security Center SDK**: Installed with `GSC_SDK` environment variable configured +- **.NET Framework 4.8.1 or .NET 8**: The Plugin SDK supports both runtimes. A plugin's `ServerModule` (the role logic) can target .NET Framework 4.8.1 (any Security Center version), .NET 8 (Security Center 5.13 or later), or .NET 10 (Security Center 5.14.1 or later). The `ClientModule`, when present, must target .NET Framework 4.8.1 because Config Tool and Security Desk run on .NET Framework. See [Building .NET plugins](https://github.com/Genetec/DAP/wiki/plugin-sdk-net8) for project-structure options. +- **Security Center SDK**: Installed with the `GSC_SDK` environment variable configured (and `GSC_SDK_CORE` for builds targeting .NET 8 or later, available in Security Center 5.13+). - **Visual Studio 2022**: Version 17.6 or later for development (must run as Administrator) - **Security Center**: Installed and running on your system - **Valid Security Center License**: All samples include the development SDK certificate @@ -513,7 +513,7 @@ By properly implementing the `GetSpecificCreationScript` method, you ensure that #### Overview -`DatabaseUpgradeItem` is a important component for managing database schema evolution in your plugin. It allows you to define and execute database upgrades smoothly as your plugin evolves across different versions. +`DatabaseUpgradeItem` is an important component for managing database schema evolution in your plugin. It allows you to define and execute database upgrades smoothly as your plugin evolves across different versions. #### Purpose @@ -664,7 +664,7 @@ public override void DatabaseCleanup(string name, int retentionPeriod) #### Integration with Security Center -By implementing `DatabaseCleanupThreshold` allows the plugin to: +Implementing `DatabaseCleanupThreshold` allows the plugin to: - View and modify retention periods for different types of data - Schedule cleanup operations according to the plugin configuration diff --git a/Samples/Workspace SDK/BackgroundProcessSample/BackgroundProcessSample.csproj b/Samples/Workspace SDK/BackgroundProcessSample/BackgroundProcessSample.csproj index 4d43b3e1..b6b35323 100644 --- a/Samples/Workspace SDK/BackgroundProcessSample/BackgroundProcessSample.csproj +++ b/Samples/Workspace SDK/BackgroundProcessSample/BackgroundProcessSample.csproj @@ -54,23 +54,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/BadgePrinterSample/BadgePrinterSample.csproj b/Samples/Workspace SDK/BadgePrinterSample/BadgePrinterSample.csproj index 90ceee78..df379747 100644 --- a/Samples/Workspace SDK/BadgePrinterSample/BadgePrinterSample.csproj +++ b/Samples/Workspace SDK/BadgePrinterSample/BadgePrinterSample.csproj @@ -57,23 +57,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/CardholderCredentialReaderSample/CardholderCredentialReaderSample.csproj b/Samples/Workspace SDK/CardholderCredentialReaderSample/CardholderCredentialReaderSample.csproj index 3a6db356..c26ddc93 100644 --- a/Samples/Workspace SDK/CardholderCredentialReaderSample/CardholderCredentialReaderSample.csproj +++ b/Samples/Workspace SDK/CardholderCredentialReaderSample/CardholderCredentialReaderSample.csproj @@ -55,23 +55,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/CardholderFieldsExtractorSample/CardholderFieldsExtractorSample.csproj b/Samples/Workspace SDK/CardholderFieldsExtractorSample/CardholderFieldsExtractorSample.csproj index 236bdf87..e82b5ce4 100644 --- a/Samples/Workspace SDK/CardholderFieldsExtractorSample/CardholderFieldsExtractorSample.csproj +++ b/Samples/Workspace SDK/CardholderFieldsExtractorSample/CardholderFieldsExtractorSample.csproj @@ -49,19 +49,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Workspace SDK/CommandManagerSample/CommandManagerSample.csproj b/Samples/Workspace SDK/CommandManagerSample/CommandManagerSample.csproj index 2dcae902..6d0169a8 100644 --- a/Samples/Workspace SDK/CommandManagerSample/CommandManagerSample.csproj +++ b/Samples/Workspace SDK/CommandManagerSample/CommandManagerSample.csproj @@ -49,19 +49,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - diff --git a/Samples/Workspace SDK/ConfigPageSample/ConfigPageSample.csproj b/Samples/Workspace SDK/ConfigPageSample/ConfigPageSample.csproj index 025ab005..99c74d9a 100644 --- a/Samples/Workspace SDK/ConfigPageSample/ConfigPageSample.csproj +++ b/Samples/Workspace SDK/ConfigPageSample/ConfigPageSample.csproj @@ -55,23 +55,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/ContextualActionSample/ContextualActionSample.csproj b/Samples/Workspace SDK/ContextualActionSample/ContextualActionSample.csproj index 1445a188..ef40e6eb 100644 --- a/Samples/Workspace SDK/ContextualActionSample/ContextualActionSample.csproj +++ b/Samples/Workspace SDK/ContextualActionSample/ContextualActionSample.csproj @@ -50,19 +50,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - diff --git a/Samples/Workspace SDK/ControlsSample/ControlsSample.csproj b/Samples/Workspace SDK/ControlsSample/ControlsSample.csproj index 2c5f2119..6f211041 100644 --- a/Samples/Workspace SDK/ControlsSample/ControlsSample.csproj +++ b/Samples/Workspace SDK/ControlsSample/ControlsSample.csproj @@ -55,23 +55,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/CredentialReaderSample/CredentialReaderSample.csproj b/Samples/Workspace SDK/CredentialReaderSample/CredentialReaderSample.csproj index d96cd2c6..dd6819c0 100644 --- a/Samples/Workspace SDK/CredentialReaderSample/CredentialReaderSample.csproj +++ b/Samples/Workspace SDK/CredentialReaderSample/CredentialReaderSample.csproj @@ -55,23 +55,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/DashboardWidgetSample/DashboardWidgetSample.csproj b/Samples/Workspace SDK/DashboardWidgetSample/DashboardWidgetSample.csproj index c841d33e..b1e36cbf 100644 --- a/Samples/Workspace SDK/DashboardWidgetSample/DashboardWidgetSample.csproj +++ b/Samples/Workspace SDK/DashboardWidgetSample/DashboardWidgetSample.csproj @@ -56,19 +56,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - diff --git a/Samples/Workspace SDK/EventExtenderSample/EventExtenderSample.csproj b/Samples/Workspace SDK/EventExtenderSample/EventExtenderSample.csproj index e7e05b0e..03e0545d 100644 --- a/Samples/Workspace SDK/EventExtenderSample/EventExtenderSample.csproj +++ b/Samples/Workspace SDK/EventExtenderSample/EventExtenderSample.csproj @@ -49,19 +49,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - diff --git a/Samples/Workspace SDK/ImageExtractorSample/ImageExtractorSample.csproj b/Samples/Workspace SDK/ImageExtractorSample/ImageExtractorSample.csproj index 316f4ae0..44a2619f 100644 --- a/Samples/Workspace SDK/ImageExtractorSample/ImageExtractorSample.csproj +++ b/Samples/Workspace SDK/ImageExtractorSample/ImageExtractorSample.csproj @@ -50,19 +50,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - diff --git a/Samples/Workspace SDK/OptionsExtensionSample/OptionsExtensionSample.csproj b/Samples/Workspace SDK/OptionsExtensionSample/OptionsExtensionSample.csproj index fa071aa7..4b3fa2dc 100644 --- a/Samples/Workspace SDK/OptionsExtensionSample/OptionsExtensionSample.csproj +++ b/Samples/Workspace SDK/OptionsExtensionSample/OptionsExtensionSample.csproj @@ -55,23 +55,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - diff --git a/Samples/Workspace SDK/PageTaskSample/PageTaskSample.csproj b/Samples/Workspace SDK/PageTaskSample/PageTaskSample.csproj index 8e352581..b54b68a8 100644 --- a/Samples/Workspace SDK/PageTaskSample/PageTaskSample.csproj +++ b/Samples/Workspace SDK/PageTaskSample/PageTaskSample.csproj @@ -58,23 +58,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Workspace SDK/TaskSample/TaskSample.csproj b/Samples/Workspace SDK/TaskSample/TaskSample.csproj index f6f74846..66e4e8bf 100644 --- a/Samples/Workspace SDK/TaskSample/TaskSample.csproj +++ b/Samples/Workspace SDK/TaskSample/TaskSample.csproj @@ -50,19 +50,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - - - diff --git a/Samples/Workspace SDK/TilePropertiesSample/TilePropertiesSample.csproj b/Samples/Workspace SDK/TilePropertiesSample/TilePropertiesSample.csproj index 744cbb84..7844cc79 100644 --- a/Samples/Workspace SDK/TilePropertiesSample/TilePropertiesSample.csproj +++ b/Samples/Workspace SDK/TilePropertiesSample/TilePropertiesSample.csproj @@ -49,22 +49,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - diff --git a/Samples/Workspace SDK/TileViewSample/TileViewSample.csproj b/Samples/Workspace SDK/TileViewSample/TileViewSample.csproj index 10e2f3dd..e8d79db7 100644 --- a/Samples/Workspace SDK/TileViewSample/TileViewSample.csproj +++ b/Samples/Workspace SDK/TileViewSample/TileViewSample.csproj @@ -54,23 +54,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Workspace SDK/TileWidgetSample/TileWidgetSample.csproj b/Samples/Workspace SDK/TileWidgetSample/TileWidgetSample.csproj index 23333788..c902febd 100644 --- a/Samples/Workspace SDK/TileWidgetSample/TileWidgetSample.csproj +++ b/Samples/Workspace SDK/TileWidgetSample/TileWidgetSample.csproj @@ -55,23 +55,6 @@ - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll - False - - - - - $(OutputPath)Certificates diff --git a/Samples/Workspace SDK/TimelineProviderSample/TimelineProviderSample.csproj b/Samples/Workspace SDK/TimelineProviderSample/TimelineProviderSample.csproj index 0d4c74a0..79bd2e5c 100644 --- a/Samples/Workspace SDK/TimelineProviderSample/TimelineProviderSample.csproj +++ b/Samples/Workspace SDK/TimelineProviderSample/TimelineProviderSample.csproj @@ -49,19 +49,6 @@ - - - - $(GSC_SDK_CORE)\Genetec.Sdk.dll - False - - - $(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll - False - - - -