From 11ebb54674bd78bc02ce3cf4e0e2eab96fe22f88 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 13 Dec 2020 07:08:22 -0800 Subject: Don't put the obj and temp files for all the projects in the same place, it causes conflicts (#1458) --- projects/VS2019/examples/core_basic_window_cpp.vcxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'projects/VS2019/examples/core_basic_window_cpp.vcxproj') diff --git a/projects/VS2019/examples/core_basic_window_cpp.vcxproj b/projects/VS2019/examples/core_basic_window_cpp.vcxproj index 4ceb171a..333cf4ac 100644 --- a/projects/VS2019/examples/core_basic_window_cpp.vcxproj +++ b/projects/VS2019/examples/core_basic_window_cpp.vcxproj @@ -127,42 +127,42 @@ true $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ true $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ true $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ true $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ false $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ false $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ false $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ false $(SolutionDir)\bin\$(Platform)\$(Configuration)\ - $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + $(ProjectDir)\obj_cpp\$(Platform)\$(Configuration)\ -- cgit v1.2.3