From df46bd7e832cb313ecb43479c4a48670f930f8d4 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 3 Oct 2018 13:51:56 -0700 Subject: Standardize on props with NCrunch support --- src/Cpp.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Cpp.Build.props') diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props index 1e4d4cbc..296b36ca 100644 --- a/src/Cpp.Build.props +++ b/src/Cpp.Build.props @@ -3,8 +3,8 @@ - $(OutputPath) - $(BaseIntermediateOutputPath)$(Platform)\ + Win32 + $(BaseIntermediateOutputPath)$(Configuration)\$(Platform)\ $(OutputPath)$(Platform)\ -- cgit v1.2.3-55-g6feb