summaryrefslogtreecommitdiff
path: root/Source/Graph
diff options
context:
space:
mode:
authorGravatar stobies <unknown>2009-08-17 11:41:08 +0000
committerGravatar stobies <unknown>2009-08-17 11:41:08 +0000
commit4d3e9b8f2bdb29ec53d1c418a11501bcf6a301d3 (patch)
treefc1b076a290d27307492161eb040b5f67283665a /Source/Graph
parenta0f2a1cf8ed924daabc1710774ec742a366f37f8 (diff)
Sign assemblies
Diffstat (limited to 'Source/Graph')
-rw-r--r--Source/Graph/AssemblyInfo.ssc4
-rw-r--r--Source/Graph/Graph.sscproj4
2 files changed, 8 insertions, 0 deletions
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"
/>
+ <File BuildAction="Compile"
+ SubType="Code"
+ RelPath="AssemblyInfo.ssc"
+ />
</Include>
</Files>
</XEN>