Skip to content

Commit

Permalink
Merge pull request #61 from sebastienros/sebros/fixbuild
Browse files Browse the repository at this point in the history
Fix Refal and solution build
  • Loading branch information
rivantsov committed Feb 1, 2024
2 parents 5bdfd5c + 7f28ef5 commit 341dd0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Languages/Refal.UnitTests/Refal.UnitTests.VsTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Irony.Interpreter\015.Irony.Interpreter.csproj" />
<ProjectReference Include="..\Irony\010.Irony.csproj" />
<ProjectReference Include="..\..\Irony.Interpreter\015.Irony.Interpreter.csproj" />
<ProjectReference Include="..\..\Irony\010.Irony.csproj" />
<ProjectReference Include="..\Refal\Refal.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 341dd0a

Please sign in to comment.