From a9056daaa4fa20d8048be09ff9dba8b392c7d3d8 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Fri, 13 Jan 2012 20:17:38 +0100 Subject: [PATCH] win32: sign .net 2.0 assemblies with a default key --- project/LibCecSharp.Net2-dev.snk | Bin 0 -> 596 bytes project/LibCecSharp.Net2.vcproj | 2 ++ project/LibCecSharp.vcxproj | 2 ++ src/LibCecSharp/AssemblyInfo.cpp | 2 -- src/LibCecSharp/LibCecSharp.cpp | 1 - 5 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 project/LibCecSharp.Net2-dev.snk diff --git a/project/LibCecSharp.Net2-dev.snk b/project/LibCecSharp.Net2-dev.snk new file mode 100644 index 0000000000000000000000000000000000000000..859e7bc4e01c7ab46e799a158a6317de176f3927 GIT binary patch literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50097@caKN13+upE{UKpkDjNvwvRjbbj4F3RX~lMgqs@Dht2BBG0KrfR$}Dt z^C^bYa)8BKYIMEU&AYHfDe`KEhS_@c{}GT|#dA_f6TN>xcquO1Z}(YecUmJ$i2%yK z54>F2@VbTL;_?G8>}M|SF+gkc3F8jR2(O=r_r!gG~L0o;xI>k*)hm8&sttR|kkb z4L2CoTt?gV31Ye$;PdxklB3FatXkIBj~~(Z+>r?bHEb5r+TlLiDGDUL|LsCV`WS%S zZ#-0X>h2q_X>u1aRHeG!Ne%#31pUIK@BX;D*WnjGJDV=2kd;7fH0S00!;<63Uyr4kHNKJQ=A9Ra*KTWZBV(|Vgl0 $(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 -- 2.34.1