From 7a1db949eb85ef6e78ae44ae965106fb298537bc Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Tue, 23 Aug 2016 12:37:09 -0700 Subject: [PATCH 1/3] Add fsc.exe.config/fsi.exe.config and fsiAnyCpu.config to setup. And turn tabs to two whitespace. --- setup/FSharp.SDK/FSharp.SDK.wixproj | 20 +- setup/FSharp.SDK/FSharp.SDK.wxs | 64 ++-- .../component-groups/Compiler_LangPack.wxs | 70 ++-- .../component-groups/Compiler_Redist.wxs | 313 ++++++++--------- .../component-groups/Runtime_LangPack.wxs | 321 +++++++++--------- 5 files changed, 392 insertions(+), 396 deletions(-) diff --git a/setup/FSharp.SDK/FSharp.SDK.wixproj b/setup/FSharp.SDK/FSharp.SDK.wixproj index 3814288bc8..04e76713f4 100644 --- a/setup/FSharp.SDK/FSharp.SDK.wixproj +++ b/setup/FSharp.SDK/FSharp.SDK.wixproj @@ -5,10 +5,10 @@ $(MSBuildProjectDirectory)\..\.. $(FSharpTreeRoot)\setup - + - + Microsoft.FSharp.SDK da0da41f-0e00-4598-8eee-b29d31b0ca04 @@ -19,7 +19,7 @@ true false - + $(DefineConstants);LocaleCode=$(LocaleCode) $(DefineConstants);LocaleId=$(LocaleId) @@ -30,7 +30,7 @@ $(DefineConstants);FSharpTreeRoot=$(FSharpTreeRoot) $(DefineConstants);NugetPackagesDir=$(NugetPackagesDir) - + WixNetFxExtension @@ -40,28 +40,28 @@ $(BinariesDir)\setup\FSharp.Wix.Extensions.dll - + - + - + - + Microsoft400 - + - + diff --git a/setup/FSharp.SDK/FSharp.SDK.wxs b/setup/FSharp.SDK/FSharp.SDK.wxs index ca798e15ff..5422fc0db3 100644 --- a/setup/FSharp.SDK/FSharp.SDK.wxs +++ b/setup/FSharp.SDK/FSharp.SDK.wxs @@ -2,40 +2,40 @@ - - - - - + + + + + - + - - - + + + - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/setup/FSharp.SDK/component-groups/Compiler_LangPack.wxs b/setup/FSharp.SDK/component-groups/Compiler_LangPack.wxs index 82e467a8dc..7c6d57a461 100644 --- a/setup/FSharp.SDK/component-groups/Compiler_LangPack.wxs +++ b/setup/FSharp.SDK/component-groups/Compiler_LangPack.wxs @@ -2,44 +2,40 @@ - - + + + + + + + + + - - - - - - - - + + + + - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs b/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs index df3f51a355..672d1f387e 100644 --- a/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs +++ b/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs @@ -2,160 +2,161 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/setup/FSharp.SDK/component-groups/Runtime_LangPack.wxs b/setup/FSharp.SDK/component-groups/Runtime_LangPack.wxs index 8dc3c0d6bc..acd7f104fc 100644 --- a/setup/FSharp.SDK/component-groups/Runtime_LangPack.wxs +++ b/setup/FSharp.SDK/component-groups/Runtime_LangPack.wxs @@ -2,165 +2,164 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 8a033894f8231079229dfa86144c88f11f1a1eda Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Tue, 23 Aug 2016 12:47:48 -0700 Subject: [PATCH 2/3] setup/FSharp.SDK/component-groups/Runtime_Redist.wxs --- .../component-groups/Runtime_Redist.wxs | 330 +++++++++--------- 1 file changed, 165 insertions(+), 165 deletions(-) diff --git a/setup/FSharp.SDK/component-groups/Runtime_Redist.wxs b/setup/FSharp.SDK/component-groups/Runtime_Redist.wxs index 89d5a7fdc8..ad3d364088 100644 --- a/setup/FSharp.SDK/component-groups/Runtime_Redist.wxs +++ b/setup/FSharp.SDK/component-groups/Runtime_Redist.wxs @@ -2,182 +2,182 @@ - - + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + \ No newline at end of file From a9af08277669fed945fed4d2358662dcb2f926e9 Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Tue, 23 Aug 2016 12:55:29 -0700 Subject: [PATCH 3/3] feedback --- setup/FSharp.SDK/component-groups/Compiler_Redist.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs b/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs index 672d1f387e..bb933585b3 100644 --- a/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs +++ b/setup/FSharp.SDK/component-groups/Compiler_Redist.wxs @@ -73,7 +73,7 @@ - +