Skip to content

Commit

Permalink
fix build order
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 16, 2017
1 parent 8594b9a commit 30a091a
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions ExtraConstraints.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 14.0.22823.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtraConstraints.Fody", "ExtraConstraints.Fody\ExtraConstraints.Fody.csproj", "{C3578A7B-09A6-4444-9383-0DEAFA4958BD}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtraConstraints.Fody", "ExtraConstraints.Fody\ExtraConstraints.Fody.csproj", "{C3578A7B-09A6-4444-9383-0DEAFA4958BD}"
ProjectSection(ProjectDependencies) = postProject
{E0C34BCC-C09E-4389-AB6A-903098068797} = {E0C34BCC-C09E-4389-AB6A-903098068797}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{5A86453B-96FB-4B6E-A283-225BB9F753D3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{5A86453B-96FB-4B6E-A283-225BB9F753D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.csproj", "{7DEC4E2D-F872-434E-A267-0BAD65299950}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.csproj", "{7DEC4E2D-F872-434E-A267-0BAD65299950}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtraConstraints", "ExtraConstraints\ExtraConstraints.csproj", "{E0C34BCC-C09E-4389-AB6A-903098068797}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtraConstraints", "ExtraConstraints\ExtraConstraints.csproj", "{E0C34BCC-C09E-4389-AB6A-903098068797}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -65,4 +68,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D6A299D-1723-4287-A491-049DDA95A314}
EndGlobalSection
EndGlobal

0 comments on commit 30a091a

Please sign in to comment.