From 929dccb75a1405737975d76648e015a3e7c00177 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 7 Oct 2017 23:07:10 -0400 Subject: reorganise repo structure --- build/prepare-install-package.targets | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 build/prepare-install-package.targets (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets new file mode 100644 index 00000000..f2a2b23c --- /dev/null +++ b/build/prepare-install-package.targets @@ -0,0 +1,49 @@ + + + + + $(SolutionDir)\..\bin\$(Configuration)\SMAPI + $(SolutionDir)\..\bin\Packaged + $(PackagePath)\internal + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit