|
4 | 4 | <PropertyGroup> |
5 | 5 | <SchemaVersion>2.0</SchemaVersion> |
6 | 6 | <ProductVersion>3.10</ProductVersion> |
| 7 | + <FSharpPackageVersion>4.1</FSharpPackageVersion> |
7 | 8 | <WiXToolset2015Version>3.10.0.1503</WiXToolset2015Version> |
8 | 9 | <WixInstallPath>$(SetupRootFolder)\..\packages\WiX.Toolset.2015.$(WiXToolset2015Version)\tools\wix</WixInstallPath> |
9 | 10 | <NugetPackagesDir>$(SetupRootFolder)\..\packages</NugetPackagesDir> |
|
26 | 27 | <SetupLanguages Include="ENU"> |
27 | 28 | <LocaleCode>ENU</LocaleCode> |
28 | 29 | <LocaleId>1033</LocaleId> |
29 | | - <LocaleRegion>en-us</LocaleRegion> |
| 30 | + <LocaleParentCulture>en</LocaleParentCulture> |
| 31 | + <LocaleSpecificCulture>en-US</LocaleSpecificCulture> |
30 | 32 | <IsLangPack>false</IsLangPack> |
31 | 33 | </SetupLanguages> |
32 | 34 | <SetupLanguages Include="CHT" Condition="'$(LocLanguages)' != ''"> |
33 | 35 | <LocaleCode>CHT</LocaleCode> |
34 | 36 | <LocaleId>1028</LocaleId> |
35 | | - <LocaleRegion>zh-tw</LocaleRegion> |
| 37 | + <LocaleParentCulture>zh-Hant</LocaleParentCulture> |
| 38 | + <LocaleSpecificCulture>zh-TW</LocaleSpecificCulture> |
36 | 39 | <IsLangPack>true</IsLangPack> |
37 | 40 | </SetupLanguages> |
38 | 41 | <SetupLanguages Include="CSY" Condition="'$(LocLanguages)' != ''"> |
39 | 42 | <LocaleCode>CSY</LocaleCode> |
40 | 43 | <LocaleId>1029</LocaleId> |
41 | | - <LocaleRegion>cs-cz</LocaleRegion> |
| 44 | + <LocaleParentCulture>cs</LocaleParentCulture> |
| 45 | + <LocaleSpecificCulture>cs-CZ</LocaleSpecificCulture> |
42 | 46 | <IsLangPack>true</IsLangPack> |
43 | 47 | </SetupLanguages> |
44 | 48 | <SetupLanguages Include="DEU" Condition="'$(LocLanguages)' != ''"> |
45 | 49 | <LocaleCode>DEU</LocaleCode> |
46 | 50 | <LocaleId>1031</LocaleId> |
47 | | - <LocaleRegion>de-de</LocaleRegion> |
| 51 | + <LocaleParentCulture>de</LocaleParentCulture> |
| 52 | + <LocaleSpecificCulture>de-DE</LocaleSpecificCulture> |
48 | 53 | <IsLangPack>true</IsLangPack> |
49 | 54 | </SetupLanguages> |
50 | 55 | <SetupLanguages Include="FRA" Condition="'$(LocLanguages)' != ''"> |
51 | 56 | <LocaleCode>FRA</LocaleCode> |
52 | 57 | <LocaleId>1036</LocaleId> |
53 | | - <LocaleRegion>fr-fr</LocaleRegion> |
| 58 | + <LocaleParentCulture>fr</LocaleParentCulture> |
| 59 | + <LocaleSpecificCulture>fr-FR</LocaleSpecificCulture> |
54 | 60 | <IsLangPack>true</IsLangPack> |
55 | 61 | </SetupLanguages> |
56 | 62 | <SetupLanguages Include="ITA" Condition="'$(LocLanguages)' != ''"> |
57 | 63 | <LocaleCode>ITA</LocaleCode> |
58 | 64 | <LocaleId>1040</LocaleId> |
59 | | - <LocaleRegion>it-it</LocaleRegion> |
| 65 | + <LocaleParentCulture>it</LocaleParentCulture> |
| 66 | + <LocaleSpecificCulture>it-IT</LocaleSpecificCulture> |
60 | 67 | <IsLangPack>true</IsLangPack> |
61 | 68 | </SetupLanguages> |
62 | 69 | <SetupLanguages Include="JPN" Condition="'$(LocLanguages)' != ''"> |
63 | 70 | <LocaleCode>JPN</LocaleCode> |
64 | 71 | <LocaleId>1041</LocaleId> |
65 | | - <LocaleRegion>ja-jp</LocaleRegion> |
| 72 | + <LocaleParentCulture>ja</LocaleParentCulture> |
| 73 | + <LocaleSpecificCulture>ja-JP</LocaleSpecificCulture> |
66 | 74 | <IsLangPack>true</IsLangPack> |
67 | 75 | </SetupLanguages> |
68 | 76 | <SetupLanguages Include="KOR" Condition="'$(LocLanguages)' != ''"> |
69 | 77 | <LocaleCode>KOR</LocaleCode> |
70 | 78 | <LocaleId>1042</LocaleId> |
71 | | - <LocaleRegion>ko-kr</LocaleRegion> |
| 79 | + <LocaleParentCulture>ko</LocaleParentCulture> |
| 80 | + <LocaleSpecificCulture>ko-KR</LocaleSpecificCulture> |
72 | 81 | <IsLangPack>true</IsLangPack> |
73 | 82 | </SetupLanguages> |
74 | 83 | <SetupLanguages Include="PLK" Condition="'$(LocLanguages)' != ''"> |
75 | 84 | <LocaleCode>PLK</LocaleCode> |
76 | 85 | <LocaleId>1045</LocaleId> |
77 | | - <LocaleRegion>pl-pl</LocaleRegion> |
| 86 | + <LocaleParentCulture>pl</LocaleParentCulture> |
| 87 | + <LocaleSpecificCulture>pl-PL</LocaleSpecificCulture> |
78 | 88 | <IsLangPack>true</IsLangPack> |
79 | 89 | </SetupLanguages> |
80 | 90 | <SetupLanguages Include="PTB" Condition="'$(LocLanguages)' != ''"> |
81 | 91 | <LocaleCode>PTB</LocaleCode> |
82 | 92 | <LocaleId>1046</LocaleId> |
83 | | - <LocaleRegion>pt-br</LocaleRegion> |
| 93 | + <LocaleParentCulture>pt-BR</LocaleParentCulture> |
| 94 | + <LocaleSpecificCulture>pt-BR</LocaleSpecificCulture> |
84 | 95 | <IsLangPack>true</IsLangPack> |
85 | 96 | </SetupLanguages> |
86 | 97 | <SetupLanguages Include="RUS" Condition="'$(LocLanguages)' != ''"> |
87 | 98 | <LocaleCode>RUS</LocaleCode> |
88 | 99 | <LocaleId>1049</LocaleId> |
89 | | - <LocaleRegion>ru-ru</LocaleRegion> |
| 100 | + <LocaleParentCulture>ru</LocaleParentCulture> |
| 101 | + <LocaleSpecificCulture>ru-RU</LocaleSpecificCulture> |
90 | 102 | <IsLangPack>true</IsLangPack> |
91 | 103 | </SetupLanguages> |
92 | 104 | <SetupLanguages Include="TRK" Condition="'$(LocLanguages)' != ''"> |
93 | 105 | <LocaleCode>TRK</LocaleCode> |
94 | 106 | <LocaleId>1055</LocaleId> |
95 | | - <LocaleRegion>tr-tr</LocaleRegion> |
| 107 | + <LocaleParentCulture>tr</LocaleParentCulture> |
| 108 | + <LocaleSpecificCulture>tr-TR</LocaleSpecificCulture> |
96 | 109 | <IsLangPack>true</IsLangPack> |
97 | 110 | </SetupLanguages> |
98 | 111 | <SetupLanguages Include="CHS" Condition="'$(LocLanguages)' != ''"> |
99 | 112 | <LocaleCode>CHS</LocaleCode> |
100 | 113 | <LocaleId>2052</LocaleId> |
101 | | - <LocaleRegion>zh-cn</LocaleRegion> |
| 114 | + <LocaleParentCulture>zh-Hans</LocaleParentCulture> |
| 115 | + <LocaleSpecificCulture>zh-CN</LocaleSpecificCulture> |
102 | 116 | <IsLangPack>true</IsLangPack> |
103 | 117 | </SetupLanguages> |
104 | 118 | <SetupLanguages Include="ESN" Condition="'$(LocLanguages)' != ''"> |
105 | 119 | <LocaleCode>ESN</LocaleCode> |
106 | 120 | <LocaleId>3082</LocaleId> |
107 | | - <LocaleRegion>es-es</LocaleRegion> |
| 121 | + <LocaleParentCulture>es</LocaleParentCulture> |
| 122 | + <LocaleSpecificCulture>es-ES</LocaleSpecificCulture> |
108 | 123 | <IsLangPack>true</IsLangPack> |
109 | 124 | </SetupLanguages> |
110 | 125 | </ItemGroup> |
|
0 commit comments