~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to csharp/AssemblyInfo.cs

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

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