~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to csharp/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
using System.Reflection;
 
2
using System.Runtime.CompilerServices;
 
3
 
 
4
[assembly:AssemblyDelaySign(false)]
 
5
[assembly:AssemblyKeyFile("lasso-sharp-build.snk")]
 
6