From ed49057fd77be667d65fd55c70a4764df979de9f Mon Sep 17 00:00:00 2001 From: Dave Meehan Date: Fri, 30 May 2014 17:47:01 +0100 Subject: [PATCH] Added ProgramDataBaseFile directive so that .pdb file goes into same directory as the .lib so that debug builds can find it --- builds/msvc/properties/Debug.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/builds/msvc/properties/Debug.props b/builds/msvc/properties/Debug.props index 56880de2..7d60035d 100644 --- a/builds/msvc/properties/Debug.props +++ b/builds/msvc/properties/Debug.props @@ -17,6 +17,7 @@ true Disabled _DEBUG;%(PreprocessorDefinitions) + $(TargetDir)$(TargetName).pdb _DEBUG;%(PreprocessorDefinitions) @@ -26,4 +27,4 @@ - \ No newline at end of file +