File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
setup/Swix/Microsoft.FSharp.SDK.Resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33package name=Microsoft.FSharp.SDK.Resources
44 version=$(FSharpPackageVersion)
5- vs.package.type=msi
65 vs.package.language=$(LocaleRegion)
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments