Skip to content

Commit 341dd0a

Browse files
authored
Merge pull request #61 from sebastienros/sebros/fixbuild
Fix Refal and solution build
2 parents 5bdfd5c + 7f28ef5 commit 341dd0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Languages/Refal.UnitTests/Refal.UnitTests.VsTest.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<ProjectReference Include="..\Irony.Interpreter\015.Irony.Interpreter.csproj" />
16-
<ProjectReference Include="..\Irony\010.Irony.csproj" />
15+
<ProjectReference Include="..\..\Irony.Interpreter\015.Irony.Interpreter.csproj" />
16+
<ProjectReference Include="..\..\Irony\010.Irony.csproj" />
17+
<ProjectReference Include="..\Refal\Refal.csproj" />
1718
</ItemGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)