Skip to content

Commit

Permalink
Fix errors caused by using symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Aug 21, 2020
1 parent 9155671 commit cc11800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Intent.TestAdapter/Intent.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\Projects\temp\Intent\Intent\Intent.csproj" />
<ProjectReference Include="..\Intent\Intent.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Intent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Intent.Assertions", "Intent
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Intent.Primitives", "Intent.Primitives\Intent.Primitives.csproj", "{95B9E8EF-08AF-4FBF-AA97-B4349C500D57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Intent.TestAdapter", "..\..\..\Users\jajares\source\repos\Intent\Intent.TestAdapter\Intent.TestAdapter.csproj", "{16AE7ACD-E662-44A8-BEA7-EDC314BB1D23}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Intent.TestAdapter", "Intent.TestAdapter\Intent.TestAdapter.csproj", "{16AE7ACD-E662-44A8-BEA7-EDC314BB1D23}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion Some.Tests/Some.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\Users\jajares\source\repos\Intent\Intent.TestAdapter\Intent.TestAdapter.csproj" />
<ProjectReference Include="..\Intent.TestAdapter\Intent.TestAdapter.csproj" />
<ProjectReference Include="..\Intent.Assertions\Intent.Assertions.csproj" />
</ItemGroup>

Expand Down

0 comments on commit cc11800

Please sign in to comment.