about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Installer/Installer.vdproj16
-rw-r--r--Source/Source.vcxproj2
3 files changed, 19 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3e759b7..93dd26e 100644 --- a/.gitignore +++ b/.gitignore
@@ -328,3 +328,5 @@ ASALocalRun/
328 328
329# MFractors (Xamarin productivity tool) working folder 329# MFractors (Xamarin productivity tool) working folder
330.mfractor/ 330.mfractor/
331Installer/setup.exe
332Installer/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 @@
37 "PrivateKeyFile" = "8:" 37 "PrivateKeyFile" = "8:"
38 "TimeStampServer" = "8:" 38 "TimeStampServer" = "8:"
39 "InstallerBootstrapper" = "3:2" 39 "InstallerBootstrapper" = "3:2"
40 "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
41 {
42 "Enabled" = "11:TRUE"
43 "PromptEnabled" = "11:TRUE"
44 "PrerequisitesLocation" = "2:1"
45 "Url" = "8:"
46 "ComponentsUrl" = "8:"
47 }
40 } 48 }
41 "Release" 49 "Release"
42 { 50 {
@@ -53,6 +61,14 @@
53 "PrivateKeyFile" = "8:" 61 "PrivateKeyFile" = "8:"
54 "TimeStampServer" = "8:" 62 "TimeStampServer" = "8:"
55 "InstallerBootstrapper" = "3:2" 63 "InstallerBootstrapper" = "3:2"
64 "BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
65 {
66 "Enabled" = "11:TRUE"
67 "PromptEnabled" = "11:TRUE"
68 "PrerequisitesLocation" = "2:1"
69 "Url" = "8:"
70 "ComponentsUrl" = "8:"
71 }
56 } 72 }
57 } 73 }
58 "Deployable" 74 "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 @@
150 <ConformanceMode>true</ConformanceMode> 150 <ConformanceMode>true</ConformanceMode>
151 <TreatWarningAsError>true</TreatWarningAsError> 151 <TreatWarningAsError>true</TreatWarningAsError>
152 <LanguageStandard>stdcpp17</LanguageStandard> 152 <LanguageStandard>stdcpp17</LanguageStandard>
153 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 153 <DebugInformationFormat>None</DebugInformationFormat>
154 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 154 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
155 </ClCompile> 155 </ClCompile>
156 <Link> 156 <Link>