File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Microsoft.FSharp.SDK.Core
Microsoft.FSharp.SDK.Resources Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1010 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
1111 <BinariesFolder >$(FSharpSourcesRoot)\..\$(Configuration)</BinariesFolder >
1212 <OutputPath >$(BinariesFolder)\insertion</OutputPath >
13+ <IntermediateOutputPath >$(MSBuildThisFileDirectory)obj</IntermediateOutputPath >
1314 </PropertyGroup >
1415
1516 <Import Project =" $(FSharpSourcesRoot)\Microbuild.Settings.targets" />
Original file line number Diff line number Diff line change 1111 <OutputPath >$(BinariesFolder)\insertion</OutputPath >
1212 <OutputType Condition =" '$(IsLangPack)' != 'true'" >vsix</OutputType >
1313 <OutputType Condition =" '$(IsLangPack)' == 'true'" >manifest</OutputType >
14+ <IntermediateOutputPath >$(MSBuildThisFileDirectory)obj</IntermediateOutputPath >
1415 </PropertyGroup >
1516
1617 <Import Project =" $(FSharpSourcesRoot)\Microbuild.Settings.targets" />
You can’t perform that action at this time.
0 commit comments