From 4d3e9b8f2bdb29ec53d1c418a11501bcf6a301d3 Mon Sep 17 00:00:00 2001 From: stobies Date: Mon, 17 Aug 2009 11:41:08 +0000 Subject: Sign assemblies --- Source/Graph/AssemblyInfo.ssc | 4 ++++ Source/Graph/Graph.sscproj | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 Source/Graph/AssemblyInfo.ssc (limited to 'Source/Graph') diff --git a/Source/Graph/AssemblyInfo.ssc b/Source/Graph/AssemblyInfo.ssc new file mode 100644 index 00000000..6ed99a25 --- /dev/null +++ b/Source/Graph/AssemblyInfo.ssc @@ -0,0 +1,4 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +[assembly: AssemblyKeyFile("..\\InterimKey.snk")] diff --git a/Source/Graph/Graph.sscproj b/Source/Graph/Graph.sscproj index 137c9b0e..e849b569 100644 --- a/Source/Graph/Graph.sscproj +++ b/Source/Graph/Graph.sscproj @@ -83,6 +83,10 @@ SubType="Code" RelPath="..\version.ssc" /> + -- cgit v1.2.3