From 16139d85ec62ed117ed5b43981a7ba899553e05d Mon Sep 17 00:00:00 2001 From: dirk Date: Sat, 5 Nov 2016 10:01:40 +0100 Subject: [PATCH] Changed default namespace. --- src/ImageSharp/ImageSharp.xproj | 2 +- tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.xproj | 2 +- tests/ImageSharp.Tests/ImageSharp.Tests.xproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ImageSharp/ImageSharp.xproj b/src/ImageSharp/ImageSharp.xproj index ffe5b1cea0..dcd5b9ed1e 100644 --- a/src/ImageSharp/ImageSharp.xproj +++ b/src/ImageSharp/ImageSharp.xproj @@ -7,7 +7,7 @@ 2aa31a1f-142c-43f4-8687-09abca4b3a26 - ImageProcessorCore + ImageSharp .\obj .\bin\ v4.5.1 diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.xproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.xproj index dd3a44428e..184faefd81 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.xproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.xproj @@ -7,7 +7,7 @@ 299d8e18-102c-42de-adbf-79098ee706a8 - ImageProcessorCore.Benchmarks + ImageSharp.Benchmarks .\obj .\bin\ v4.5.1 diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.xproj b/tests/ImageSharp.Tests/ImageSharp.Tests.xproj index 997d0766cd..d2c2d15a03 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.xproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.xproj @@ -7,7 +7,7 @@ f836e8e6-b4d9-4208-8346-140c74678b91 - ImageProcessorCore.Tests + ImageSharp.Tests .\obj .\bin\ v4.5.1