22<!-- Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
33<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : NetFx =" http://schemas.microsoft.com/wix/NetFxExtension" >
44
5- <Fragment >
6- <ComponentGroup Id =" Compiler_LangPack" >
5+ <Fragment >
6+ <ComponentGroup Id =" Compiler_LangPack" >
7+ <ComponentRef Id =" Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)" />
8+ <ComponentRef Id =" Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)" />
9+ <ComponentRef Id =" Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode)" />
10+ <ComponentRef Id =" Compiler_LangPack_fsc.exe_$(var.LocaleCode)" />
11+ <ComponentRef Id =" Compiler_LangPack_fsi.exe_$(var.LocaleCode)" />
12+ <ComponentRef Id =" Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)" />
13+ </ComponentGroup >
714
8- <ComponentRef Id =" Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)" />
9- <ComponentRef Id =" Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)" />
10- <ComponentRef Id =" Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode)" />
11- <ComponentRef Id =" Compiler_LangPack_fsc.exe_$(var.LocaleCode)" />
12- <ComponentRef Id =" Compiler_LangPack_fsi.exe_$(var.LocaleCode)" />
13- <ComponentRef Id =" Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)" />
14-
15- </ComponentGroup >
15+ <DirectoryRef Id =" MicrosoftSDKs_FS_4.1_Framework_v4.0_$(var.LocaleId)" >
16+ <Component Id =" Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode), $(var.LocaleCode)))" >
17+ <File Id =" Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Core.resources.dll" KeyPath =" yes" />
18+ </Component >
1619
17- <DirectoryRef Id =" MicrosoftSDKs_FS_4.1_Framework_v4.0_$(var.LocaleId)" >
20+ <Component Id =" Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode), $(var.LocaleCode)))" >
21+ <File Id =" Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Build.resources.dll" KeyPath =" yes" />
22+ </Component >
1823
19- <Component Id =" Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode), $(var.LocaleCode)))" >
20- <File Id =" Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Core.resources.dll" KeyPath =" yes" />
21- </Component >
22-
23- <Component Id =" Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode), $(var.LocaleCode)))" >
24- <File Id =" Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Build.resources.dll" KeyPath =" yes" />
25- </Component >
26-
27- <Component Id =" Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode), $(var.LocaleCode)))" >
28- <File Id =" Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Compiler.resources.dll" KeyPath =" yes" />
29- </Component >
30-
31- <Component Id =" Compiler_LangPack_fsc.exe_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_fsc.exe_$(var.LocaleCode), $(var.LocaleCode)))" >
32- <File Id =" Compiler_LangPack_fsc.exe_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsc.resources.dll" KeyPath =" yes" />
33- </Component >
34-
35- <Component Id =" Compiler_LangPack_fsi.exe_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_fsi.exe_$(var.LocaleCode), $(var.LocaleCode)))" >
36- <File Id =" Compiler_LangPack_fsi.exe_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsi.resources.dll" KeyPath =" yes" />
37- </Component >
38-
39- <Component Id =" Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode), $(var.LocaleCode)))" >
40- <File Id =" Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsiAnyCPU.resources.dll" KeyPath =" yes" />
41- </Component >
42-
43- </DirectoryRef >
44- </Fragment >
24+ <Component Id =" Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode), $(var.LocaleCode)))" >
25+ <File Id =" Compiler_LangPack_FSharp.Compiler.dll_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Compiler.resources.dll" KeyPath =" yes" />
26+ </Component >
27+
28+ <Component Id =" Compiler_LangPack_fsc.exe_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_fsc.exe_$(var.LocaleCode), $(var.LocaleCode)))" >
29+ <File Id =" Compiler_LangPack_fsc.exe_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsc.resources.dll" KeyPath =" yes" />
30+ </Component >
31+
32+ <Component Id =" Compiler_LangPack_fsi.exe_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_fsi.exe_$(var.LocaleCode), $(var.LocaleCode)))" >
33+ <File Id =" Compiler_LangPack_fsi.exe_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsi.resources.dll" KeyPath =" yes" />
34+ </Component >
35+
36+ <Component Id =" Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)" Guid =" $(fsharp.guid(Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode), $(var.LocaleCode)))" >
37+ <File Id =" Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)" Source =" $(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsiAnyCPU.resources.dll" KeyPath =" yes" />
38+ </Component >
39+ </DirectoryRef >
40+ </Fragment >
4541</Wix >
0 commit comments