From aa2cf52cbaae4b946d6abba7a93a5f8623a9ebff Mon Sep 17 00:00:00 2001 From: Dylan Wilson Date: Sat, 25 Jul 2015 08:25:52 +1000 Subject: [PATCH] made sandbox depend on pipeline project so that it can find the pipeline dll --- Source/MonoGame.Extended.sln | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/MonoGame.Extended.sln b/Source/MonoGame.Extended.sln index afff53bb..e8923acd 100644 --- a/Source/MonoGame.Extended.sln +++ b/Source/MonoGame.Extended.sln @@ -13,6 +13,9 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Extended.Tests", "MonoGame.Extended.Tests\MonoGame.Extended.Tests.csproj", "{CEF2144F-7E98-45A5-BE08-E6DBC307A5C1}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "Sandbox\Sandbox.csproj", "{B7965D5F-83D2-4C04-B9FE-7D5FBF365F93}" + ProjectSection(ProjectDependencies) = postProject + {28CD24BD-432C-4987-9E9D-65CFCF120EA0} = {28CD24BD-432C-4987-9E9D-65CFCF120EA0} + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGame.Extended.Content.Pipeline", "MonoGame.Extended.Content.Pipeline\MonoGame.Extended.Content.Pipeline.csproj", "{28CD24BD-432C-4987-9E9D-65CFCF120EA0}" EndProject