This commit is contained in:
Matthew Bowra-Dean
2011-05-18 19:42:17 +12:00
committed by Chris Forbes
parent 6277def7a0
commit 608126483e
3 changed files with 54 additions and 0 deletions

View File

@@ -219,6 +219,8 @@ namespace OpenRA
internal static void Initialize(Arguments args)
{
Console.WriteLine("Platform is {0}", Platform.CurrentPlatform);
AppDomain.CurrentDomain.AssemblyResolve += FileSystem.ResolveAssembly;
var defaultSupport = Environment.GetFolderPath(Environment.SpecialFolder.Personal)