From 3eb8110c4542e09e40d8bc23a4e54ccd7096e01a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 3 Feb 2017 20:18:00 -0500 Subject: move build task which prepares install package into a .targets file --- src/prepare-install-package.targets | 51 +++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/prepare-install-package.targets (limited to 'src/prepare-install-package.targets') diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets new file mode 100644 index 00000000..e903e153 --- /dev/null +++ b/src/prepare-install-package.targets @@ -0,0 +1,51 @@ + + + + + $(SolutionDir)\..\bin\Packaged + $(SolutionDir)\..\bin\$(Configuration)\SMAPI + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit From 85ff940e6882278fe131cb15b721a09e9283b8fc Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 3 Feb 2017 22:02:54 -0500 Subject: move install package's Mono/Windows folders out of root This will hopefully reduce confusion among players who go into "Windows" instead of running install.exe. --- src/prepare-install-package.targets | 59 +++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 29 deletions(-) (limited to 'src/prepare-install-package.targets') diff --git a/src/prepare-install-package.targets b/src/prepare-install-package.targets index e903e153..f411b909 100644 --- a/src/prepare-install-package.targets +++ b/src/prepare-install-package.targets @@ -7,45 +7,46 @@ --> - $(SolutionDir)\..\bin\Packaged $(SolutionDir)\..\bin\$(Configuration)\SMAPI + $(SolutionDir)\..\bin\Packaged + $(PackagePath)\internal - + - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - \ No newline at end of file + -- cgit