cec: don't sign development binaries with a temporary key. devs can do that themselve...
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 6 Feb 2012 12:28:53 +0000 (13:28 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 6 Feb 2012 12:34:04 +0000 (13:34 +0100)
project/LibCecSharp-dev.snk [deleted file]
project/LibCecSharp.vcproj
src/LibCecSharp/AssemblyInfo.cpp

diff --git a/project/LibCecSharp-dev.snk b/project/LibCecSharp-dev.snk
deleted file mode 100644 (file)
index 859e7bc..0000000
Binary files a/project/LibCecSharp-dev.snk and /dev/null differ
index 40f9eb63c7acd59f148b46c771f09134efab0b5b..081a3a0327750194d69c531f0c6255c2fe8eeb2f 100644 (file)
@@ -71,7 +71,6 @@
                                GenerateDebugInformation="true"
                                AssemblyDebug="1"
                                TargetMachine="1"
-                               KeyFile="$(SolutionDir)LibCecSharp-dev.snk"
                        />
                        <Tool
                                Name="VCALinkTool"
                                LinkIncremental="1"
                                GenerateDebugInformation="true"
                                TargetMachine="1"
-                               KeyFile="$(SolutionDir)LibCecSharp-dev.snk"
                        />
                        <Tool
                                Name="VCALinkTool"
                        <Tool
                                Name="VCLinkerTool"
                                AdditionalDependencies="$(OutDir)libcec.x64.lib"
-                               KeyFile="$(SolutionDir)LibCecSharp-dev.snk"
                        />
                        <Tool
                                Name="VCALinkTool"
index 08b6872fc06117bbcace70a6d91f39ace501fab9..6b24d2a5446a40393fab8639632063375c17129c 100644 (file)
@@ -18,4 +18,3 @@ using namespace System::Security::Permissions;
 [assembly:ComVisible(false)];
 [assembly:CLSCompliantAttribute(true)];
 [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
-[assembly:AssemblyKeyFile("LibCecSharp-dev.snk")];