Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 7a998bd

Browse files
authored
import remaining FCS code (dotnet#2951)
* import remaining FCS code * add missing files * fix some parts of build * more FCS integration work * build fcs.dll and vs targets * revert changes to proj files * update sig files * various cleanup items * simplify #ifs * fix various tests * enable scripting testing * fix build * fix build * fix tests and build * fix tests and build * fix build * fix tests * fix tests * add diagnostic and fix coreclr build * fix printing tests * test updates * improve error logging * integrate visualfsharp master * dependency files * proj file * dependency files * fix build * fix fsi.exe in GUI mode * add end of line to source text if needed as before * fix many tests * fix remaining tests * better strong name logic to fix final test * reinstate all strong names * fix last tests * fix last test again
1 parent b72436c commit 7a998bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FSharp.Editor.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<FSharpSourcesRoot>$(MSBuildProjectDirectory)\..\..\..\src</FSharpSourcesRoot>
66
<ProjectLanguage>FSharp</ProjectLanguage>
7-
<SIGN_WITH_MSFT_KEY>true</SIGN_WITH_MSFT_KEY>
7+
<UseVsMicroBuildAssemblyVersion>true</UseVsMicroBuildAssemblyVersion>
88
</PropertyGroup>
99
<Import Project="$(FSharpSourcesRoot)\FSharpSource.settings.targets" />
1010
<PropertyGroup>

0 commit comments

Comments
 (0)