From f555dad7683bca58309828eb4d40094ec80a5791 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Wed, 11 Jul 2018 07:42:13 +0200 Subject: [PATCH] Output all assemblies into the same folder to bring back samples working --- Samples | 2 +- SharpDX.sln | 7 +++++++ SharpDX.sln.DotSettings | 6 ++++++ Source/Directory.build.props | 5 +++++ Source/Directory.build.targets | 2 +- Source/SharpDX/SharpDX.csproj | 2 +- 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Samples b/Samples index ed7e80cdc..03925d823 160000 --- a/Samples +++ b/Samples @@ -1 +1 @@ -Subproject commit ed7e80cdcac145cf1864c6b9358a558e5fe8deb6 +Subproject commit 03925d82393e89ff6d65ee279e8dbee7e7c037ea diff --git a/SharpDX.sln b/SharpDX.sln index ac82732b3..48242c86f 100644 --- a/SharpDX.sln +++ b/SharpDX.sln @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{CC8D ProjectSection(SolutionItems) = preProject Source\Mapping.Direct3D1x.xml = Source\Mapping.Direct3D1x.xml Source\Mapping.xml = Source\Mapping.xml + Source\MappingFiles.props = Source\MappingFiles.props Source\SharedAssemblyInfo.cs = Source\SharedAssemblyInfo.cs EndProjectSection EndProject @@ -69,6 +70,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Desktop", "Source\S EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpDX.Direct3D10", "Source\SharpDX.Direct3D10\SharpDX.Direct3D10.csproj", "{618AFA87-81A8-4B1C-8876-5457D49F2DEF}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{3EF31A42-4EEF-44AC-8D18-D036D080A955}" + ProjectSection(SolutionItems) = preProject + Source\Directory.build.props = Source\Directory.build.props + Source\Directory.build.targets = Source\Directory.build.targets + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/SharpDX.sln.DotSettings b/SharpDX.sln.DotSettings index 56f110ef8..8e980a9a6 100644 --- a/SharpDX.sln.DotSettings +++ b/SharpDX.sln.DotSettings @@ -21,6 +21,7 @@ 1 1 True + NEVER False True False @@ -82,7 +83,12 @@ THE SOFTWARE. <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> $object$_On$event$ <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> + True + True + True + True True + True True True True diff --git a/Source/Directory.build.props b/Source/Directory.build.props index b0aa96e93..738d59819 100644 --- a/Source/Directory.build.props +++ b/Source/Directory.build.props @@ -32,6 +32,11 @@ Generated/net40_$(AppType) $(MSBuildThisFileDirectory) false + + + true + $(MSBuildThisFileDirectory)..\Bin\$(Configuration)\ + $(MSBuildThisFileDirectory)..\Bin\$(Configuration)\$(TargetFramework)\$(PackageId).xml $(DefineConstants);SHARPDX_SIGNED diff --git a/Source/Directory.build.targets b/Source/Directory.build.targets index 4e37def64..9202a63ad 100644 --- a/Source/Directory.build.targets +++ b/Source/Directory.build.targets @@ -1,5 +1,5 @@ - diff --git a/Source/SharpDX/SharpDX.csproj b/Source/SharpDX/SharpDX.csproj index 926815df4..f7eddc98e 100644 --- a/Source/SharpDX/SharpDX.csproj +++ b/Source/SharpDX/SharpDX.csproj @@ -4,11 +4,11 @@ net40;net45;netstandard1.1;uap10.0 SharpDX SharpDX - bin\$(Configuration)\$(TargetFramework)\SharpDX.xml SharpDX SharpDX Core assembly for all SharpDX assemblies. +