File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <LocalFSharpCompilerConfiguration Condition =" '$(LocalFSharpCompilerConfiguration)' == ''" >Release</LocalFSharpCompilerConfiguration >
4+
5+ <LocalFSharpCompilerPath Condition =" '$(LocalFSharpCompilerPath)' == '' " >$(MSBuildThisFileDirectory)</LocalFSharpCompilerPath >
6+
7+ <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
8+ <DisableAutoSetFscCompilerPath >true</DisableAutoSetFscCompilerPath >
9+
10+ <DotnetFscCompilerPath >$(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net8.0/fsc.dll</DotnetFscCompilerPath >
11+ <Fsc_DotNET_DotnetFscCompilerPath >$(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net8.0/fsc.dll</Fsc_DotNET_DotnetFscCompilerPath >
12+
13+ <FSharpPreferNetFrameworkTools >False</FSharpPreferNetFrameworkTools >
14+ <FSharpPrefer64BitTools >True</FSharpPrefer64BitTools >
15+
16+ <LocalFSharpBuildBinPath >$(LocalFSharpCompilerPath)/artifacts/bin/fsc/$(LocalFSharpCompilerConfiguration)/net8.0</LocalFSharpBuildBinPath >
17+ <FSharpBuildAssemblyFile >$(LocalFSharpBuildBinPath)/FSharp.Build.dll</FSharpBuildAssemblyFile >
18+ <FSharpTargetsPath >$(LocalFSharpBuildBinPath)/Microsoft.FSharp.Targets</FSharpTargetsPath >
19+ <FSharpPropsShim >$(LocalFSharpBuildBinPath)/Microsoft.FSharp.NetSdk.props</FSharpPropsShim >
20+ <FSharpTargetsShim >$(LocalFSharpBuildBinPath)/Microsoft.FSharp.NetSdk.targets</FSharpTargetsShim >
21+ <FSharpOverridesTargetsShim >$(LocalFSharpBuildBinPath)/Microsoft.FSharp.Overrides.NetSdk.targets</FSharpOverridesTargetsShim >
22+ </PropertyGroup >
23+
24+ <UsingTask TaskName =" FSharpEmbedResourceText" AssemblyFile =" $(FSharpBuildAssemblyFile)" Override =" true" />
25+ <UsingTask TaskName =" FSharpEmbedResXSource" AssemblyFile =" $(FSharpBuildAssemblyFile)" Override =" true" />
26+
27+ <ItemGroup >
28+ <Reference Include =" $(LocalFSharpCompilerPath)/artifacts/bin/FSharp.Core/$(LocalFSharpCompilerConfiguration)/netstandard2.0/FSharp.Core.dll" />
29+ </ItemGroup >
30+ </Project >
You can’t perform that action at this time.
0 commit comments