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/VCExpr | |
parent | a0f2a1cf8ed924daabc1710774ec742a366f37f8 (diff) |
Sign assemblies
Diffstat (limited to 'Source/VCExpr')
-rw-r--r-- | Source/VCExpr/AssemblyInfo.ssc | 4 | ||||
-rw-r--r-- | Source/VCExpr/VCExpr.sscproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Source/VCExpr/AssemblyInfo.ssc b/Source/VCExpr/AssemblyInfo.ssc new file mode 100644 index 00000000..6ed99a25 --- /dev/null +++ b/Source/VCExpr/AssemblyInfo.ssc @@ -0,0 +1,4 @@ +using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyKeyFile("..\\InterimKey.snk")]
diff --git a/Source/VCExpr/VCExpr.sscproj b/Source/VCExpr/VCExpr.sscproj index 3f3a903a..53482aa5 100644 --- a/Source/VCExpr/VCExpr.sscproj +++ b/Source/VCExpr/VCExpr.sscproj @@ -135,6 +135,10 @@ SubType="Code"
RelPath="..\version.ssc"
/>
+ <File BuildAction="Compile"
+ SubType="Code"
+ RelPath="AssemblyInfo.ssc"
+ />
</Include>
</Files>
</XEN>
|