cec: put the assembly key in AssemblyInfo.cpp
authorLars Op den Kamp <lars@opdenkamp.eu>
Wed, 18 Jan 2012 10:54:49 +0000 (11:54 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Wed, 18 Jan 2012 10:54:49 +0000 (11:54 +0100)
project/LibCecSharp.vcproj
src/LibCecSharp/AssemblyInfo.cpp

index 3bd367ba3c8367c28a29dfb687349e9a97265af6..40f9eb63c7acd59f148b46c771f09134efab0b5b 100644 (file)
                                GenerateDebugInformation="true"
                                AssemblyDebug="1"
                                TargetMachine="17"
-                               KeyFile="$(SolutionDir)LibCecSharp-dev.snk"
                        />
                        <Tool
                                Name="VCALinkTool"
index 3f57ab2bcdd6ebb42752723e2e1baa1ce8b4a94d..af53636772a8ae97cd385743f344e7e1c82b897c 100644 (file)
@@ -4,11 +4,6 @@ using namespace System::Runtime::CompilerServices;
 using namespace System::Runtime::InteropServices;
 using namespace System::Security::Permissions;
 
-//
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-//
 [assembly:AssemblyTitleAttribute("LibCecSharp")];
 [assembly:AssemblyDescriptionAttribute("")];
 [assembly:AssemblyConfigurationAttribute("")];
@@ -18,21 +13,9 @@ using namespace System::Security::Permissions;
 [assembly:AssemblyTrademarkAttribute("")];
 [assembly:AssemblyCultureAttribute("")];
 
-//
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version
-//      Build Number
-//      Revision
-//
-// You can specify all the value or you can default the Revision and Build Numbers
-// by using the '*' as shown below:
-
 [assembly:AssemblyVersionAttribute("1.4.0.0")];
 
 [assembly:ComVisible(false)];
-
 [assembly:CLSCompliantAttribute(true)];
-
 [assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
+[assembly:AssemblyKeyFile("LibCecSharp-dev.snk")];