From a81234ae92b9dddaa83755b2b9dedc21e2c75748 Mon Sep 17 00:00:00 2001 From: woutervre Date: Thu, 11 Jul 2019 12:27:31 +0200 Subject: [PATCH] DVT-145 DVTk library: when opening DVTk Library.sln in Visual Studio 2010, when compiling, error is shown DVT-145 DVTk library: when opening DVTk Library.sln in Visual Studio 2010, when compiling, error is shown When building, VS2010 did make a Debug file instead of a Debug directory in the Builds directory. I did delete the Debug file and made a Debug directory and now it's building fine. --- DVTk_Library/Builds/{_.txt => Debug/temp.txt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename DVTk_Library/Builds/{_.txt => Debug/temp.txt} (100%) diff --git a/DVTk_Library/Builds/_.txt b/DVTk_Library/Builds/Debug/temp.txt similarity index 100% rename from DVTk_Library/Builds/_.txt rename to DVTk_Library/Builds/Debug/temp.txt