Skip to content

Commit 2ca1893

Browse files
author
Omar Tawfik
committed
Fix Core SDK empty msi error
1 parent 98d2711 commit 2ca1893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/Swix/Microsoft.FSharp.SDK.Resources/Empty.swr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ use vs
22

33
package name=Microsoft.FSharp.SDK.Resources
44
version=$(FSharpPackageVersion)
5-
vs.package.type=msi
65
vs.package.language=$(LocaleRegion)

setup/Swix/Microsoft.FSharp.SDK.Resources/Microsoft.FSharp.SDK.Resources.swixproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
<FSharpSourcesRoot>..\..\..\src</FSharpSourcesRoot>
55
<OutputArchitecture>neutral</OutputArchitecture>
66
<OutputLocalized>false</OutputLocalized>
7-
<OutputType>manifest</OutputType>
87
<OutputName>Microsoft.FSharp.SDK.Resources.$(LocaleCode)</OutputName>
98
<IsPackage>true</IsPackage>
109
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1110
<BinariesFolder>$(FSharpSourcesRoot)\..\$(Configuration)</BinariesFolder>
1211
<OutputPath>$(BinariesFolder)\insertion</OutputPath>
12+
<OutputType Condition="'$(IsLangPack)' != 'true'">vsix</OutputType>
13+
<OutputType Condition="'$(IsLangPack)' == 'true'">manifest</OutputType>
1314
</PropertyGroup>
1415

1516
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />

0 commit comments

Comments
 (0)