diff --git a/src/ImageProcessor.Tests/ImageProcessor.Tests.csproj b/src/ImageProcessor.Tests/ImageProcessor.Tests.csproj index d5a7bd202..d520934a6 100644 --- a/src/ImageProcessor.Tests/ImageProcessor.Tests.csproj +++ b/src/ImageProcessor.Tests/ImageProcessor.Tests.csproj @@ -74,10 +74,6 @@ - - {4f7050f2-465f-4e10-8db2-2fb97ac6aa43} - ImageProcessor.Web - {3b5dd734-fb7a-487d-8ce6-55e7af9aea7e} ImageProcessor diff --git a/src/ImageProcessor.Web/ImageProcessor.Web.csproj b/src/ImageProcessor.Web/NET4/ImageProcessor.Web.csproj similarity index 64% rename from src/ImageProcessor.Web/ImageProcessor.Web.csproj rename to src/ImageProcessor.Web/NET4/ImageProcessor.Web.csproj index 4cc8418ba..94a9adf8f 100644 --- a/src/ImageProcessor.Web/ImageProcessor.Web.csproj +++ b/src/ImageProcessor.Web/NET4/ImageProcessor.Web.csproj @@ -40,57 +40,60 @@ - ..\packages\Csharp-Sqlite.3.7.7.1\lib\net40\Community.CsharpSqlite.dll + ..\..\packages\Csharp-Sqlite.3.7.7.1\lib\net40\Community.CsharpSqlite.dll - ..\packages\Csharp-Sqlite.3.7.7.1\lib\net40\Community.CsharpSqlite.SQLiteClient.dll + ..\..\packages\Csharp-Sqlite.3.7.7.1\lib\net40\Community.CsharpSqlite.SQLiteClient.dll False - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.dll False - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.dll False - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.16\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll + + ..\..\packages\Microsoft.Bcl.1.1.3\lib\net40\System.IO.dll + - ..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Runtime.dll + ..\..\packages\Microsoft.Bcl.1.1.3\lib\net40\System.Runtime.dll - ..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Threading.Tasks.dll + ..\..\packages\Microsoft.Bcl.1.1.3\lib\net40\System.Threading.Tasks.dll - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + {3B5DD734-FB7A-487D-8CE6-55E7AF9AEA7E} ImageProcessor @@ -99,14 +102,16 @@ Designer - + + Designer + xcopy /y "$(TargetPath)" "$(SolutionDir)\TestWebsites\NET4\bin" xcopy /y "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)\TestWebsites\NET4\bin" - + - - - - ImageProcessor NET4.0 - - - - @RenderBody() - - - - + + ImageProcessor NET4 + + + @RenderBody() +