Skip to content

Commit

Permalink
Forced desktop build before silverlight build (to perform nuget restore)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 23, 2013
1 parent 05e55d7 commit 6bc9e86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Moq.sln
Expand Up @@ -15,8 +15,15 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.Tests", "UnitTests\Moq.Tests.csproj", "{81BBC911-4916-4E10-A955-752AE47CB2B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.Silverlight", "Source.Silverlight\Moq.Silverlight.csproj", "{5136C8E1-E17F-481F-B29A-C7FAB528BD2D}"
ProjectSection(ProjectDependencies) = postProject
{1C91AC30-5977-4BE5-BA67-8EB186C03514} = {1C91AC30-5977-4BE5-BA67-8EB186C03514}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Moq.Silverlight.Tests", "UnitTests.Silverlight\Moq.Silverlight.Tests.csproj", "{02A2F6A6-D8CF-45EB-A424-BFD8C26034CE}"
ProjectSection(ProjectDependencies) = postProject
{81BBC911-4916-4E10-A955-752AE47CB2B9} = {81BBC911-4916-4E10-A955-752AE47CB2B9}
{1C91AC30-5977-4BE5-BA67-8EB186C03514} = {1C91AC30-5977-4BE5-BA67-8EB186C03514}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{88DD31B6-3822-4951-AD1A-0F0C45470F85}"
ProjectSection(SolutionItems) = preProject
Expand Down

0 comments on commit 6bc9e86

Please sign in to comment.