fixed dailysnapshot target in buildfile

This commit is contained in:
eeichinger
2008-10-22 07:09:47 +00:00
parent 62f21bb30b
commit 7518ed419e
2 changed files with 1 additions and 2 deletions

View File

@@ -149,7 +149,6 @@ namespace Spring.Reflection.Dynamic
args.GenerateInMemory = true;
args.GenerateExecutable = false;
args.IncludeDebugInformation = true;
args.Evidence = Assembly.GetExecutingAssembly().Evidence;
#if NET_2_0
CodeDomProvider provider = CodeDomProvider.CreateProvider( "VisualBasic" );
CompilerResults results = provider.CompileAssemblyFromSource( args, vbSourceCode );