Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).



Expand Down
13 changes: 0 additions & 13 deletions Samples/Media SDK/AudioRecorderSample/AudioRecorderSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>True</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>True</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@
<Reference Include="WindowsBase" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
12 changes: 0 additions & 12 deletions Samples/Media SDK/MediaFileSample/MediaFileSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@
<Reference Include="WindowsBase" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
13 changes: 0 additions & 13 deletions Samples/Media SDK/MediaPlayerSample/MediaPlayerSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
13 changes: 0 additions & 13 deletions Samples/Media SDK/OverlaySample/OverlaySample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
13 changes: 0 additions & 13 deletions Samples/Media SDK/VideoConverterSample/VideoConverterSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
13 changes: 0 additions & 13 deletions Samples/Media SDK/VideoExportSample/VideoExportSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Media">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Media.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
13 changes: 0 additions & 13 deletions Samples/Plugin SDK/BasicPluginTemplate/BasicPluginTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<Reference Include="System.Core" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<Target Name="CopyCertificates" AfterTargets="Build">
<PropertyGroup>
<CertOutputPath>$(OutputPath)Certificates</CertOutputPath>
Expand Down
21 changes: 0 additions & 21 deletions Samples/Plugin SDK/CustomActionSample/CustomActionSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,6 @@
<Reference Include="WindowsBase" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Workspace">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Controls">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Prism.Core" Version="8.1.97" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
Expand Down
21 changes: 0 additions & 21 deletions Samples/Plugin SDK/CustomReportSample/CustomReportSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,6 @@
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Workspace">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Controls">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<ItemGroup>
<Resource Include="Resources\Images\LargeLogo.png" />
<Resource Include="Resources\Images\SmallLogo.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,27 +59,6 @@
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Workspace">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Workspace.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk.Controls">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Controls.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@
<Reference Include="System.Core" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows'">
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Genetec.Sdk">
<HintPath>$(GSC_SDK_CORE)\Genetec.Sdk.Plugin.dll</HintPath>
<Private>False</Private>
</Reference>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
<FrameworkReference Include="Microsoft.WindowsDesktop.App.WPF" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
</ItemGroup>
Expand Down
Loading