From 3e3e3244e3b53e32a35287841c33d05ddaa4dc7f Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 15 Apr 2016 09:25:37 +0200 Subject: [PATCH] Updated SharpDX. --- samples/BindingTest/App.config | 16 +++++++++-- samples/ControlCatalog/App.config | 16 ++++++++--- samples/TestApplication/App.config | 4 +-- samples/XamlTestApplication/App.config | 28 +++++++++---------- .../Perspex.Direct2D1/Media/DrawingContext.cs | 2 +- .../Perspex.Direct2D1.csproj | 12 ++++---- src/Windows/Perspex.Direct2D1/app.config | 12 ++++---- src/Windows/Perspex.Direct2D1/packages.config | 6 ++-- .../Perspex.Direct2D1.UnitTests.csproj | 1 + tests/Perspex.Direct2D1.UnitTests/app.config | 15 ++++++++++ tests/Perspex.RenderTests/app.config | 4 +-- 11 files changed, 76 insertions(+), 40 deletions(-) create mode 100644 tests/Perspex.Direct2D1.UnitTests/app.config diff --git a/samples/BindingTest/App.config b/samples/BindingTest/App.config index d1428ad712..a54d71fef0 100644 --- a/samples/BindingTest/App.config +++ b/samples/BindingTest/App.config @@ -1,6 +1,18 @@ - + - + + + + + + + + + + + + + diff --git a/samples/ControlCatalog/App.config b/samples/ControlCatalog/App.config index 7ef9d715f8..0c47592f2c 100644 --- a/samples/ControlCatalog/App.config +++ b/samples/ControlCatalog/App.config @@ -1,13 +1,21 @@ - + - + - - + + + + + + + + + + diff --git a/samples/TestApplication/App.config b/samples/TestApplication/App.config index 6bcf42cd00..410577105c 100644 --- a/samples/TestApplication/App.config +++ b/samples/TestApplication/App.config @@ -23,11 +23,11 @@ - + - + diff --git a/samples/XamlTestApplication/App.config b/samples/XamlTestApplication/App.config index ccdb787c0f..46a3a2eb27 100644 --- a/samples/XamlTestApplication/App.config +++ b/samples/XamlTestApplication/App.config @@ -1,33 +1,33 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/src/Windows/Perspex.Direct2D1/Media/DrawingContext.cs b/src/Windows/Perspex.Direct2D1/Media/DrawingContext.cs index 196588b5ad..e548989c1a 100644 --- a/src/Windows/Perspex.Direct2D1/Media/DrawingContext.cs +++ b/src/Windows/Perspex.Direct2D1/Media/DrawingContext.cs @@ -8,8 +8,8 @@ using System.Reactive.Disposables; using Perspex.Media; using SharpDX; using SharpDX.Direct2D1; -using IBitmap = Perspex.Media.Imaging.IBitmap; using SharpDX.Mathematics.Interop; +using IBitmap = Perspex.Media.Imaging.IBitmap; namespace Perspex.Direct2D1.Media { diff --git a/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj b/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj index dc1e582bf1..8541602ae3 100644 --- a/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj +++ b/src/Windows/Perspex.Direct2D1/Perspex.Direct2D1.csproj @@ -36,16 +36,16 @@ CS1591 - - ..\..\..\packages\SharpDX.3.0.1\lib\net45\SharpDX.dll + + ..\..\..\packages\SharpDX.3.0.2\lib\net45\SharpDX.dll True - - ..\..\..\packages\SharpDX.Direct2D1.3.0.1\lib\net45\SharpDX.Direct2D1.dll + + ..\..\..\packages\SharpDX.Direct2D1.3.0.2\lib\net45\SharpDX.Direct2D1.dll True - - ..\..\..\packages\SharpDX.DXGI.3.0.1\lib\net45\SharpDX.DXGI.dll + + ..\..\..\packages\SharpDX.DXGI.3.0.2\lib\net45\SharpDX.DXGI.dll True diff --git a/src/Windows/Perspex.Direct2D1/app.config b/src/Windows/Perspex.Direct2D1/app.config index 0dfc66e74b..8a1277a9d4 100644 --- a/src/Windows/Perspex.Direct2D1/app.config +++ b/src/Windows/Perspex.Direct2D1/app.config @@ -15,16 +15,16 @@ - - + + - - + + - - + + diff --git a/src/Windows/Perspex.Direct2D1/packages.config b/src/Windows/Perspex.Direct2D1/packages.config index b5795e1753..11c75cc603 100644 --- a/src/Windows/Perspex.Direct2D1/packages.config +++ b/src/Windows/Perspex.Direct2D1/packages.config @@ -3,7 +3,7 @@ - - - + + + \ No newline at end of file diff --git a/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj b/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj index 98197fbd8f..ca23b228fb 100644 --- a/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj +++ b/tests/Perspex.Direct2D1.UnitTests/Perspex.Direct2D1.UnitTests.csproj @@ -104,6 +104,7 @@ + diff --git a/tests/Perspex.Direct2D1.UnitTests/app.config b/tests/Perspex.Direct2D1.UnitTests/app.config new file mode 100644 index 0000000000..1723f9c94a --- /dev/null +++ b/tests/Perspex.Direct2D1.UnitTests/app.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/Perspex.RenderTests/app.config b/tests/Perspex.RenderTests/app.config index 7940b2ce88..b5a31d9f91 100644 --- a/tests/Perspex.RenderTests/app.config +++ b/tests/Perspex.RenderTests/app.config @@ -20,11 +20,11 @@ - + - +