From 4af0786ecb6b16826b2a23b1448c3ab8f5ccd569 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 30 Aug 2018 18:14:40 -0400 Subject: fix assembly load security exceptions by restructuring installer and adding *.exe.config files (#582, #588) --- build/prepare-install-package.targets | 77 +++++++++++++++-------------------- 1 file changed, 32 insertions(+), 45 deletions(-) (limited to 'build') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 35ff78a5..37ca2e69 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -11,62 +11,49 @@ $(CompiledRootPath)\SMAPI $(CompiledRootPath)\SMAPI.Toolkit\net4.5 $(SolutionDir)\..\bin\Packaged - $(PackagePath)\internal + $(PackagePath)\internal\Windows + $(PackagePath)\internal\Mono + - + + - - - - - - - - - - - + + + - - - - - - - - - - - - - - + + + - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + -- cgit