File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp2.1</TargetFramework >
66 <DefineConstants >INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants >
7+ <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
78 </PropertyGroup >
89
910 <ItemGroup >
1920 <Compile Include =" fslex.fs" />
2021 </ItemGroup >
2122
23+ <ItemGroup >
24+ <ProjectReference Include =" $(MSBuildThisFileDirectory)..\..\fsharp\FSharp.Core\FSharp.Core.fsproj" />
25+ </ItemGroup >
26+
2227</Project >
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp2.1</TargetFramework >
66 <DefineConstants >INTERNALIZED_FSLEXYACC_RUNTIME;$(DefineConstant)</DefineConstants >
7+ <DisableImplicitFSharpCoreReference >true</DisableImplicitFSharpCoreReference >
78 </PropertyGroup >
89
910 <ItemGroup >
1920 <Compile Include =" fsyacc.fs" />
2021 </ItemGroup >
2122
23+ <ItemGroup >
24+ <ProjectReference Include =" $(MSBuildThisFileDirectory)..\..\fsharp\FSharp.Core\FSharp.Core.fsproj" />
25+ </ItemGroup >
26+
2227</Project >
You can’t perform that action at this time.
0 commit comments