Skip to content

Commit

Permalink
Changing project order in solution makes the build fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
chtenb committed Feb 24, 2021
1 parent 0f10b5b commit cd924c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rubjerg.Graphviz.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.TransitiveTest", "Rubjerg.Graphviz.TransitiveTest\Rubjerg.Graphviz.TransitiveTest.csproj", "{FAB37EA6-101F-4B84-816F-7A98D571BAE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz", "Rubjerg.Graphviz\Rubjerg.Graphviz.csproj", "{66D83B79-08D5-4590-90E3-8F6CDF108D5E}"
ProjectSection(ProjectDependencies) = postProject
{F9BC5523-352D-469F-8DBB-97ECA9D70648} = {F9BC5523-352D-469F-8DBB-97ECA9D70648}
Expand All @@ -21,8 +23,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.TransitiveNugetTest", "Rubjerg.Graphviz.TransitiveNugetTest\Rubjerg.Graphviz.TransitiveNugetTest.csproj", "{700F7942-B740-4F9A-949E-238FA3944D59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.TransitiveTest", "Rubjerg.Graphviz.TransitiveTest\Rubjerg.Graphviz.TransitiveTest.csproj", "{FAB37EA6-101F-4B84-816F-7A98D571BAE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down

0 comments on commit cd924c8

Please sign in to comment.