mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Updated the build system, now using .NET Framework v4.0 for most things
This commit is contained in:
@@ -59,7 +59,7 @@ namespace CUETools.Processor
|
||||
private static void AddPlugin(string plugin_path)
|
||||
{
|
||||
AssemblyName name = AssemblyName.GetAssemblyName(plugin_path);
|
||||
Assembly assembly = Assembly.Load(name, Assembly.GetEntryAssembly().Evidence);
|
||||
Assembly assembly = Assembly.Load(name);
|
||||
System.Diagnostics.Trace.WriteLine("Loaded " + assembly.FullName);
|
||||
foreach (Type type in assembly.GetExportedTypes())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user