diff --git a/.gitignore b/.gitignore index 92dbb9b2d..19bc7de76 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,4 @@ pip-log.txt # cached images -/src/Test/Test/cache/* \ No newline at end of file +**/cache/* \ No newline at end of file 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 66% rename from src/ImageProcessor.Web/ImageProcessor.Web.csproj rename to src/ImageProcessor.Web/NET4/ImageProcessor.Web.csproj index 4cc8418ba..3a07899e3 100644 --- a/src/ImageProcessor.Web/ImageProcessor.Web.csproj +++ b/src/ImageProcessor.Web/NET4/ImageProcessor.Web.csproj @@ -40,22 +40,22 @@ - ..\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 @@ -63,34 +63,34 @@ - ..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Runtime.dll + ..\..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Runtime.dll - ..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Threading.Tasks.dll + ..\..\packages\Microsoft.Bcl.1.0.19\lib\net40\System.Threading.Tasks.dll - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + {3B5DD734-FB7A-487D-8CE6-55E7AF9AEA7E} ImageProcessor @@ -99,14 +99,13 @@ Designer - xcopy /y "$(TargetPath)" "$(SolutionDir)\TestWebsites\NET4\bin" xcopy /y "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)\TestWebsites\NET4\bin" - + - - - - ImageProcessor NET4.0 - - - - @RenderBody() - - - - + + ImageProcessor NET4 + + + @RenderBody() +