From: Lars Op den Kamp Date: Fri, 13 Jan 2012 19:17:38 +0000 (+0100) Subject: win32: sign .net 2.0 assemblies with a default key X-Git-Tag: upstream/2.2.0~1^2~39^2~32 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=a9056daaa4fa20d8048be09ff9dba8b392c7d3d8 win32: sign .net 2.0 assemblies with a default key --- diff --git a/project/LibCecSharp.Net2-dev.snk b/project/LibCecSharp.Net2-dev.snk new file mode 100644 index 0000000..859e7bc Binary files /dev/null and b/project/LibCecSharp.Net2-dev.snk differ diff --git a/project/LibCecSharp.Net2.vcproj b/project/LibCecSharp.Net2.vcproj index 8ed9b39..3fdfcae 100644 --- a/project/LibCecSharp.Net2.vcproj +++ b/project/LibCecSharp.Net2.vcproj @@ -67,6 +67,7 @@ GenerateDebugInformation="true" AssemblyDebug="1" TargetMachine="1" + KeyFile="$(SolutionDir)LibCecSharp.Net2-dev.snk" /> $(SolutionDir)\..\include;$(IncludePath) $(ProjectName) $(SolutionDir)..\ + $(SolutionDir)LibCecSharp.Net2-dev.snk false $(SolutionDir)\..\include;$(IncludePath) + $(SolutionDir)LibCecSharp.Net2-dev.snk diff --git a/src/LibCecSharp/AssemblyInfo.cpp b/src/LibCecSharp/AssemblyInfo.cpp index c5dd8e2..3f57ab2 100644 --- a/src/LibCecSharp/AssemblyInfo.cpp +++ b/src/LibCecSharp/AssemblyInfo.cpp @@ -1,5 +1,3 @@ -#include "stdafx.h" - using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; diff --git a/src/LibCecSharp/LibCecSharp.cpp b/src/LibCecSharp/LibCecSharp.cpp index 3aa1253..6b1ba7a 100644 --- a/src/LibCecSharp/LibCecSharp.cpp +++ b/src/LibCecSharp/LibCecSharp.cpp @@ -30,7 +30,6 @@ * http://www.pulse-eight.net/ */ -#include "stdafx.h" #include #include #include