From 9fbf5c8ca280e3ef7e5252ee6c50f5fb88c7eec8 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 25 Dec 2019 10:12:59 +0100 Subject: Review VS2017 project configuration --- projects/VS2017/examples/core_basic_window.vcxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'projects/VS2017/examples/core_basic_window.vcxproj') diff --git a/projects/VS2017/examples/core_basic_window.vcxproj b/projects/VS2017/examples/core_basic_window.vcxproj index 38247bee..e47eed13 100644 --- a/projects/VS2017/examples/core_basic_window.vcxproj +++ b/projects/VS2017/examples/core_basic_window.vcxproj @@ -72,23 +72,23 @@ true - $(ProjectDir)$(ProjectName)\$(Configuration)\ - $(ProjectDir)$(ProjectName)\$(Configuration)\temp + $(SolutionDir)\bin\$(Configuration)\ + $(SolutionDir)\obj\$(Configuration)\ true - $(ProjectDir)$(ProjectName)\$(Configuration)\ - $(ProjectDir)$(ProjectName)\$(Configuration)\temp + $(SolutionDir)\bin\$(Configuration)\ + $(SolutionDir)\obj\$(Configuration)\ false - $(ProjectDir)$(ProjectName)\$(Configuration)\ - $(ProjectDir)$(ProjectName)\$(Configuration)\temp + $(SolutionDir)\bin\$(Configuration)\ + $(SolutionDir)\obj\$(Configuration)\ false - $(ProjectDir)$(ProjectName)\$(Configuration)\ - $(ProjectDir)$(ProjectName)\$(Configuration)\temp + $(SolutionDir)\bin\$(Configuration)\ + $(SolutionDir)\obj\$(Configuration)\ -- cgit v1.2.3