Skip to content

Commit

Permalink
put fsc.fscproj back
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Gro committed Aug 13, 2024
1 parent 0b5cf85 commit 1efd639
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/fsc/fscProject/fsc.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<PublishReadyToRunExclude Include="FSharp.Core.dll" />
</ItemGroup>

<PropertyGroup Condition="'$(BUILDING_USING_DOTNET)' == 'true'">
<OutputPath>$(ArtifactsDir)/bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath>
<IntermediateOutputPath>$(ArtifactsDir)obj/$(MSBuildProjectName)/$(Configuration)/</IntermediateOutputPath>
</PropertyGroup>

<Import Project="$([MSBuild]::GetPathOfFileAbove('fsc.targets', '$(MSBuildThisFileDirectory)../'))" />

</Project>

0 comments on commit 1efd639

Please sign in to comment.