diff --git a/UseLocalCompiler.Directory.Build.props b/UseLocalCompiler.Directory.Build.props new file mode 100644 index 00000000000..7a59848a0dd --- /dev/null +++ b/UseLocalCompiler.Directory.Build.props @@ -0,0 +1,30 @@ + + + Release + + $(MSBuildThisFileDirectory) + + true + true + + $(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net8.0/fsc.dll + $(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net8.0/fsc.dll + + False + True + + $(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net8.0 + $(LocalFSharpBuildBinPath)/FSharp.Build.dll + $(LocalFSharpBuildBinPath)/Microsoft.FSharp.Targets + $(LocalFSharpBuildBinPath)/Microsoft.FSharp.NetSdk.props + $(LocalFSharpBuildBinPath)/Microsoft.FSharp.NetSdk.targets + $(LocalFSharpBuildBinPath)/Microsoft.FSharp.Overrides.NetSdk.targets + + + + + + + + +