diff options
author | stobies <unknown> | 2009-08-17 11:41:08 +0000 |
---|---|---|
committer | stobies <unknown> | 2009-08-17 11:41:08 +0000 |
commit | 4d3e9b8f2bdb29ec53d1c418a11501bcf6a301d3 (patch) | |
tree | fc1b076a290d27307492161eb040b5f67283665a /Source/Provers/SMTLib | |
parent | a0f2a1cf8ed924daabc1710774ec742a366f37f8 (diff) |
Sign assemblies
Diffstat (limited to 'Source/Provers/SMTLib')
-rw-r--r-- | Source/Provers/SMTLib/AssemblyInfo.ssc | 4 | ||||
-rw-r--r-- | Source/Provers/SMTLib/SMTLib.sscproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Source/Provers/SMTLib/AssemblyInfo.ssc b/Source/Provers/SMTLib/AssemblyInfo.ssc new file mode 100644 index 00000000..ed1d3451 --- /dev/null +++ b/Source/Provers/SMTLib/AssemblyInfo.ssc @@ -0,0 +1,4 @@ +using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyKeyFile("..\\..\\InterimKey.snk")]
diff --git a/Source/Provers/SMTLib/SMTLib.sscproj b/Source/Provers/SMTLib/SMTLib.sscproj index d618b0dd..884f3084 100644 --- a/Source/Provers/SMTLib/SMTLib.sscproj +++ b/Source/Provers/SMTLib/SMTLib.sscproj @@ -110,6 +110,10 @@ SubType="Code"
RelPath="TypeDeclCollector.ssc"
/>
+ <File BuildAction="Compile"
+ SubType="Code"
+ RelPath="AssemblyInfo.ssc"
+ />
</Include>
</Files>
</XEN>
|