From 96fd92f58640ea657a0802aba7ee2aa0d3498b81 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sun, 28 Oct 2018 20:54:17 -0700 Subject: Changes to compile rules --- .gitignore | 2 ++ Installer/Installer.vdproj | 16 ++++++++++++++++ Source/Source.vcxproj | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e759b7..93dd26e 100644 --- a/.gitignore +++ b/.gitignore @@ -328,3 +328,5 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ +Installer/setup.exe +Installer/Installer.msi diff --git a/Installer/Installer.vdproj b/Installer/Installer.vdproj index b86b787..c03dacc 100644 --- a/Installer/Installer.vdproj +++ b/Installer/Installer.vdproj @@ -37,6 +37,14 @@ "PrivateKeyFile" = "8:" "TimeStampServer" = "8:" "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + } } "Release" { @@ -53,6 +61,14 @@ "PrivateKeyFile" = "8:" "TimeStampServer" = "8:" "InstallerBootstrapper" = "3:2" + "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" + { + "Enabled" = "11:TRUE" + "PromptEnabled" = "11:TRUE" + "PrerequisitesLocation" = "2:1" + "Url" = "8:" + "ComponentsUrl" = "8:" + } } } "Deployable" diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index fbd6810..6492749 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj @@ -150,7 +150,7 @@ true true stdcpp17 - EditAndContinue + None MultiThreaded -- cgit 1.4.1