Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Samples/Genetec.Dap.CodeSamples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CameraConfigurationSample",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CameraSample", "Platform SDK\CameraSample\CameraSample.csproj", "{C94B535D-7C56-4239-A2FC-5412493C9223}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CopyConfiguratonSample", "Platform SDK\CopyConfiguratonSample\CopyConfiguratonSample.csproj", "{5A3CA774-E381-4E87-B8D9-091644B52222}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CopyConfigurationSample", "Platform SDK\CopyConfigurationSample\CopyConfigurationSample.csproj", "{5A3CA774-E381-4E87-B8D9-091644B52222}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomEntitySample", "Platform SDK\CustomEntitySample\CustomEntitySample.csproj", "{B8F6538A-582C-4D99-BC46-7908785779D5}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net481</TargetFrameworks>
<RootNamespace>Genetec.Dap.CodeSamples</RootNamespace>
<AssemblyName>FileCryptingManager</AssemblyName>
<AssemblyName>FileCryptingManagerSample</AssemblyName>
<Description>Sample project</Description>
<Company>Genetec Inc.</Company>
<Copyright>Copyright © Genetec Inc. 2024</Copyright>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<TargetFrameworks Condition="$(Configuration.EndsWith('_NET481'))">net481</TargetFrameworks>
<Configurations>Debug;Release;Debug_NET481;Debug_NET8;Release_NET481;Release_NET8</Configurations>
<RootNamespace>Genetec.Dap.CodeSamples</RootNamespace>
<AssemblyName>DiagnosticServer</AssemblyName>
<AssemblyName>DiagnosticServerSample</AssemblyName>
<Description>Sample project</Description>
<Company>Genetec Inc.</Company>
<Copyright>Copyright Genetec Inc. 2024</Copyright>
<Copyright>Copyright © Genetec Inc. 2024</Copyright>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down