From 48006109e4e8ed3f79483e806927c2ea4a20a3eb 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 ffe5b1cea..dcd5b9ed1 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 dd3a44428..184faefd8 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 997d0766c..d2c2d15a0 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