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

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