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 dbbb8e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rubjerg.Graphviz.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ 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}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphvizWrapper", "GraphvizWrapper\GraphvizWrapper.vcxproj", "{F9BC5523-352D-469F-8DBB-97ECA9D70648}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.Test", "Rubjerg.Graphviz.Test\Rubjerg.Graphviz.Test.csproj", "{3E7CBBC1-A6AE-42A9-950C-54433B6F0E7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.NugetTest", "Rubjerg.Graphviz.NugetTest\Rubjerg.Graphviz.NugetTest.csproj", "{8AF7A4E8-17D2-43E8-91FA-8EF1E4D75F0E}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphvizWrapper", "GraphvizWrapper\GraphvizWrapper.vcxproj", "{F9BC5523-352D-469F-8DBB-97ECA9D70648}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AD0D286A-6205-449D-AF8A-E9CA8066F6E0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.TransitiveNugetTest", "Rubjerg.Graphviz.TransitiveNugetTest\Rubjerg.Graphviz.TransitiveNugetTest.csproj", "{700F7942-B740-4F9A-949E-238FA3944D59}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.NugetTest", "Rubjerg.Graphviz.NugetTest\Rubjerg.Graphviz.NugetTest.csproj", "{8AF7A4E8-17D2-43E8-91FA-8EF1E4D75F0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.TransitiveTest", "Rubjerg.Graphviz.TransitiveTest\Rubjerg.Graphviz.TransitiveTest.csproj", "{FAB37EA6-101F-4B84-816F-7A98D571BAE7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubjerg.Graphviz.TransitiveNugetTest", "Rubjerg.Graphviz.TransitiveNugetTest\Rubjerg.Graphviz.TransitiveNugetTest.csproj", "{700F7942-B740-4F9A-949E-238FA3944D59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit dbbb8e4

Please sign in to comment.