From d62cff7158c2e362a4e91f03171b22e7124450cf Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Fri, 16 Nov 2018 22:34:06 +0100 Subject: [PATCH] target ns2.0 when ns1.x exists --- Source/SharpDX.Animation/SharpDX.Animation.csproj | 2 +- Source/SharpDX.D3DCompiler/SharpDX.D3DCompiler.csproj | 2 +- Source/SharpDX.DXGI/SharpDX.DXGI.csproj | 2 +- Source/SharpDX.Direct2D1/SharpDX.Direct2D1.csproj | 2 +- Source/SharpDX.Direct3D10/SharpDX.Direct3D10.csproj | 2 +- .../SharpDX.Direct3D11.Effects.csproj | 2 +- Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj | 2 +- Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj | 2 +- Source/SharpDX.Direct3D9/SharpDX.Direct3D9.csproj | 2 +- .../SharpDX.DirectComposition.csproj | 2 +- Source/SharpDX.DirectInput/SharpDX.DirectInput.csproj | 2 +- .../SharpDX.DirectManipulation.csproj | 2 +- Source/SharpDX.DirectSound/SharpDX.DirectSound.csproj | 4 ++-- Source/SharpDX.Mathematics/SharpDX.Mathematics.csproj | 2 +- Source/SharpDX.MediaFoundation/SharpDX.MediaFoundation.csproj | 2 +- Source/SharpDX.RawInput/SharpDX.RawInput.csproj | 2 +- Source/SharpDX.XAudio2/SharpDX.XAudio2.csproj | 2 +- Source/SharpDX.XInput/SharpDX.XInput.csproj | 2 +- Source/SharpDX/SharpDX.csproj | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Source/SharpDX.Animation/SharpDX.Animation.csproj b/Source/SharpDX.Animation/SharpDX.Animation.csproj index e3300de66..641ba8591 100644 --- a/Source/SharpDX.Animation/SharpDX.Animation.csproj +++ b/Source/SharpDX.Animation/SharpDX.Animation.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1 + net40;net45;netstandard1.1;netstandard2.0 SharpDX.Animation SharpDX.Animation bin\$(Configuration)\$(TargetFramework)\SharpDX.Animation.xml diff --git a/Source/SharpDX.D3DCompiler/SharpDX.D3DCompiler.csproj b/Source/SharpDX.D3DCompiler/SharpDX.D3DCompiler.csproj index 94e2b556a..de982f2ce 100644 --- a/Source/SharpDX.D3DCompiler/SharpDX.D3DCompiler.csproj +++ b/Source/SharpDX.D3DCompiler/SharpDX.D3DCompiler.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.D3DCompiler SharpDX.D3DCompiler bin\$(Configuration)\$(TargetFramework)\SharpDX.D3DCompiler.xml diff --git a/Source/SharpDX.DXGI/SharpDX.DXGI.csproj b/Source/SharpDX.DXGI/SharpDX.DXGI.csproj index 7d5ee5084..5484bd8f5 100644 --- a/Source/SharpDX.DXGI/SharpDX.DXGI.csproj +++ b/Source/SharpDX.DXGI/SharpDX.DXGI.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.DXGI SharpDX.DXGI bin\$(Configuration)\$(TargetFramework)\SharpDX.DXGI.xml diff --git a/Source/SharpDX.Direct2D1/SharpDX.Direct2D1.csproj b/Source/SharpDX.Direct2D1/SharpDX.Direct2D1.csproj index 7682034d1..bb9466fb1 100644 --- a/Source/SharpDX.Direct2D1/SharpDX.Direct2D1.csproj +++ b/Source/SharpDX.Direct2D1/SharpDX.Direct2D1.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.Direct2D1 SharpDX.Direct2D1 bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct2D1.xml diff --git a/Source/SharpDX.Direct3D10/SharpDX.Direct3D10.csproj b/Source/SharpDX.Direct3D10/SharpDX.Direct3D10.csproj index 45a3f57b7..3e486b8f9 100644 --- a/Source/SharpDX.Direct3D10/SharpDX.Direct3D10.csproj +++ b/Source/SharpDX.Direct3D10/SharpDX.Direct3D10.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.Direct3D10 SharpDX.Direct3D10 bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D10.xml diff --git a/Source/SharpDX.Direct3D11.Effects/SharpDX.Direct3D11.Effects.csproj b/Source/SharpDX.Direct3D11.Effects/SharpDX.Direct3D11.Effects.csproj index f5c61e54b..825824ad0 100644 --- a/Source/SharpDX.Direct3D11.Effects/SharpDX.Direct3D11.Effects.csproj +++ b/Source/SharpDX.Direct3D11.Effects/SharpDX.Direct3D11.Effects.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.Direct3D11.Effects SharpDX.Direct3D11.Effects bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D11.Effects.xml diff --git a/Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj b/Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj index b96e73ed1..5980d89d6 100644 --- a/Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj +++ b/Source/SharpDX.Direct3D11/SharpDX.Direct3D11.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.Direct3D11 SharpDX.Direct3D11 bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D11.xml diff --git a/Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj b/Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj index 53ef8fae1..5a5c7f511 100644 --- a/Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj +++ b/Source/SharpDX.Direct3D12/SharpDX.Direct3D12.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.Direct3D12 SharpDX.Direct3D12 bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D12.xml diff --git a/Source/SharpDX.Direct3D9/SharpDX.Direct3D9.csproj b/Source/SharpDX.Direct3D9/SharpDX.Direct3D9.csproj index f9b70b6b6..abcbd0015 100644 --- a/Source/SharpDX.Direct3D9/SharpDX.Direct3D9.csproj +++ b/Source/SharpDX.Direct3D9/SharpDX.Direct3D9.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.3 + net40;net45;netstandard1.3;netstandard2.0 SharpDX.Direct3D9 SharpDX.Direct3D9 bin\$(Configuration)\$(TargetFramework)\SharpDX.Direct3D9.xml diff --git a/Source/SharpDX.DirectComposition/SharpDX.DirectComposition.csproj b/Source/SharpDX.DirectComposition/SharpDX.DirectComposition.csproj index e581da1bf..88f6b2451 100644 --- a/Source/SharpDX.DirectComposition/SharpDX.DirectComposition.csproj +++ b/Source/SharpDX.DirectComposition/SharpDX.DirectComposition.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.3 + net40;net45;netstandard1.3;netstandard2.0 SharpDX.DirectComposition SharpDX.DirectComposition bin\$(Configuration)\$(TargetFramework)\SharpDX.DirectComposition.xml diff --git a/Source/SharpDX.DirectInput/SharpDX.DirectInput.csproj b/Source/SharpDX.DirectInput/SharpDX.DirectInput.csproj index c91a22a56..d9fa5c4a1 100644 --- a/Source/SharpDX.DirectInput/SharpDX.DirectInput.csproj +++ b/Source/SharpDX.DirectInput/SharpDX.DirectInput.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.3 + net40;net45;netstandard1.3;netstandard2.0 SharpDX.DirectInput SharpDX.DirectInput bin\$(Configuration)\$(TargetFramework)\SharpDX.DirectInput.xml diff --git a/Source/SharpDX.DirectManipulation/SharpDX.DirectManipulation.csproj b/Source/SharpDX.DirectManipulation/SharpDX.DirectManipulation.csproj index e782f40d8..4c0be6ef7 100644 --- a/Source/SharpDX.DirectManipulation/SharpDX.DirectManipulation.csproj +++ b/Source/SharpDX.DirectManipulation/SharpDX.DirectManipulation.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1 + net40;net45;netstandard1.1;netstandard2.0 SharpDX.DirectManipulation SharpDX.DirectManipulation bin\$(Configuration)\$(TargetFramework)\SharpDX.DirectManipulation.xml diff --git a/Source/SharpDX.DirectSound/SharpDX.DirectSound.csproj b/Source/SharpDX.DirectSound/SharpDX.DirectSound.csproj index c5eb4f442..d8d1bce86 100644 --- a/Source/SharpDX.DirectSound/SharpDX.DirectSound.csproj +++ b/Source/SharpDX.DirectSound/SharpDX.DirectSound.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.3 + net40;net45;netstandard1.3;netstandard2.0 SharpDX.DirectSound SharpDX.DirectSound bin\$(Configuration)\$(TargetFramework)\SharpDX.DirectSound.xml @@ -15,7 +15,7 @@ $(DefineConstants);DESKTOP_APP DESKTOP_APP - + $(DefineConstants);REFERENCE REFERENCE diff --git a/Source/SharpDX.Mathematics/SharpDX.Mathematics.csproj b/Source/SharpDX.Mathematics/SharpDX.Mathematics.csproj index 8efc5759f..6e260e38b 100644 --- a/Source/SharpDX.Mathematics/SharpDX.Mathematics.csproj +++ b/Source/SharpDX.Mathematics/SharpDX.Mathematics.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.Mathematics SharpDX.Mathematics bin\$(Configuration)\$(TargetFramework)\SharpDX.Mathematics.xml diff --git a/Source/SharpDX.MediaFoundation/SharpDX.MediaFoundation.csproj b/Source/SharpDX.MediaFoundation/SharpDX.MediaFoundation.csproj index d700822d2..0461b1b4a 100644 --- a/Source/SharpDX.MediaFoundation/SharpDX.MediaFoundation.csproj +++ b/Source/SharpDX.MediaFoundation/SharpDX.MediaFoundation.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.MediaFoundation SharpDX.MediaFoundation bin\$(Configuration)\$(TargetFramework)\SharpDX.MediaFoundation.xml diff --git a/Source/SharpDX.RawInput/SharpDX.RawInput.csproj b/Source/SharpDX.RawInput/SharpDX.RawInput.csproj index 054a016f3..8e89c1d0f 100644 --- a/Source/SharpDX.RawInput/SharpDX.RawInput.csproj +++ b/Source/SharpDX.RawInput/SharpDX.RawInput.csproj @@ -1,7 +1,7 @@  - net40;net45 + net40;net45;netstandard2.0 SharpDX.RawInput SharpDX.RawInput bin\$(Configuration)\$(TargetFramework)\SharpDX.RawInput.xml diff --git a/Source/SharpDX.XAudio2/SharpDX.XAudio2.csproj b/Source/SharpDX.XAudio2/SharpDX.XAudio2.csproj index 326b6f19c..488552ca4 100644 --- a/Source/SharpDX.XAudio2/SharpDX.XAudio2.csproj +++ b/Source/SharpDX.XAudio2/SharpDX.XAudio2.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.XAudio2 SharpDX.XAudio2 bin\$(Configuration)\$(TargetFramework)\SharpDX.XAudio2.xml diff --git a/Source/SharpDX.XInput/SharpDX.XInput.csproj b/Source/SharpDX.XInput/SharpDX.XInput.csproj index bce5f863d..bf6f57937 100644 --- a/Source/SharpDX.XInput/SharpDX.XInput.csproj +++ b/Source/SharpDX.XInput/SharpDX.XInput.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX.XInput SharpDX.XInput bin\$(Configuration)\$(TargetFramework)\SharpDX.XInput.xml diff --git a/Source/SharpDX/SharpDX.csproj b/Source/SharpDX/SharpDX.csproj index b9efcf329..69cf335a3 100644 --- a/Source/SharpDX/SharpDX.csproj +++ b/Source/SharpDX/SharpDX.csproj @@ -1,7 +1,7 @@  - net40;net45;netstandard1.1;uap10.0 + net40;net45;netstandard1.1;netstandard2.0;uap10.0 SharpDX SharpDX bin\$(Configuration)\$(TargetFramework)\SharpDX.xml