diff options
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>
|