diff --git a/vsintegration/update-vsintegration.cmd b/vsintegration/update-vsintegration.cmd index fc710929e8a9bbe44f0b20d25e056b4e5c0363e0..9d5708e06c4474e6ba5421a99df8afe165b9a418 100644 --- a/vsintegration/update-vsintegration.cmd +++ b/vsintegration/update-vsintegration.cmd @@ -58,33 +58,33 @@ copy /y "%BINDIR%\FSharp.Core.optdata" "%COMPILERMAINASSEMBLIESPATH%" copy /y "%BINDIR%\FSharp.Core.sigdata" "%COMPILERMAINASSEMBLIESPATH%" copy /y "%BINDIR%\FSharp.Core.xml" "%COMPILERMAINASSEMBLIESPATH%" -set COMPILER7ASSEMBLIESPATH="%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.7.41.9055" -mkdir %COMPILER7ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.dll" %COMPILER7ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.optdata" %COMPILER7ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.sigdata" %COMPILER7ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.xml" %COMPILER7ASSEMBLIESPATH% - -set COMPILER78ASSEMBLIESPATH="%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.78.41.9055" -mkdir %COMPILER78ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.dll" %COMPILER78ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.optdata" %COMPILER78ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.sigdata" %COMPILER78ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.xml" %COMPILER78ASSEMBLIESPATH% - -set COMPILER259ASSEMBLIESPATH="%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.259.41.9055" -mkdir %COMPILER259ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.dll" %COMPILER259ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.optdata" %COMPILER259ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.sigdata" %COMPILER259ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.xml" %COMPILER259ASSEMBLIESPATH% - -set COMPILER47ASSEMBLIESPATH="%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETPortable\3.47.41.9055" -mkdir %COMPILER47ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.dll" %COMPILER47ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.optdata" %COMPILER47ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.sigdata" %COMPILER47ASSEMBLIESPATH% -copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.xml" %COMPILER47ASSEMBLIESPATH% +set COMPILER7ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.7.41.9055 +mkdir "%COMPILER7ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.dll" "%COMPILER7ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.optdata" "%COMPILER7ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.sigdata" "%COMPILER7ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable7\bin\FSharp.Core.xml" "%COMPILER7ASSEMBLIESPATH%" + +set COMPILER78ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.78.41.9055 +mkdir "%COMPILER78ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.dll" "%COMPILER78ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.optdata" "%COMPILER78ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.sigdata" "%COMPILER78ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable78\bin\FSharp.Core.xml" "%COMPILER78ASSEMBLIESPATH%" + +set COMPILER259ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETCore\3.259.41.9055 +mkdir "%COMPILER259ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.dll" "%COMPILER259ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.optdata" "%COMPILER259ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.sigdata" "%COMPILER259ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable259\bin\FSharp.Core.xml" "%COMPILER259ASSEMBLIESPATH%" + +set COMPILER47ASSEMBLIESPATH=%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETPortable\3.47.41.9055 +mkdir "%COMPILER47ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.dll" "%COMPILER47ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.optdata" "%COMPILER47ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.sigdata" "%COMPILER47ASSEMBLIESPATH%" +copy /y "%BINDIR%\..\..\portable47\bin\FSharp.Core.xml" "%COMPILER47ASSEMBLIESPATH%" REM echo ^^^^^ ^^^^^ > "%X86_PROGRAMFILES%\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.4.1.9055\pub.config"