From 28b1ee283107ed346c27edd4f2b43b88f19d6efc Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Fri, 15 Oct 2021 11:22:54 +0800 Subject: [PATCH] [RouteHelper] Update RouteHelper.vcxproj --- RouteHelper/RouteHelper.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RouteHelper/RouteHelper.vcxproj b/RouteHelper/RouteHelper.vcxproj index e6507c8c..fa7b6789 100644 --- a/RouteHelper/RouteHelper.vcxproj +++ b/RouteHelper/RouteHelper.vcxproj @@ -45,14 +45,14 @@ true - $(ProjectDir)bin\ - $(ProjectDir)obj\ + $(ProjectDir)bin\$(Configuration)\ + $(ProjectDir)obj\$(Configuration)\ .bin false - $(ProjectDir)bin\ - $(ProjectDir)obj\ + $(ProjectDir)bin\$(Configuration)\ + $(ProjectDir)obj\$(Configuration)\ .bin