summaryrefslogtreecommitdiffstats
path: root/csharp/AssemblyInfo.cs
blob: 9216a12433ddebe14c197b855f276736f2c3140a (plain)
1
2
3
4
5
6
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly:AssemblyDelaySign(false)]
[assembly:AssemblyKeyFile("lasso-sharp.snk")]