From 90c76bd263c8f7abe06faead28cfa19d1989aedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Thu, 3 Jan 2019 11:59:51 +0100 Subject: [PATCH] Update HintPath for taglib-sharp.dll - Use $(Configuration) instead of Release in path and add net47 - Allows straight forward initial building in Debug configuration --- CUETools.ChaptersToCue/CUETools.ChaptersToCue.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUETools.ChaptersToCue/CUETools.ChaptersToCue.csproj b/CUETools.ChaptersToCue/CUETools.ChaptersToCue.csproj index 7e8a5c9..42a7fd3 100644 --- a/CUETools.ChaptersToCue/CUETools.ChaptersToCue.csproj +++ b/CUETools.ChaptersToCue/CUETools.ChaptersToCue.csproj @@ -57,7 +57,7 @@ False - ..\bin\Release\taglib-sharp.dll + ..\bin\$(Configuration)\net47\taglib-sharp.dll