From 1d5259b0a0482846e7e5e48e789bb2bee3d6e7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 26 Sep 2019 15:11:15 +0200 Subject: [PATCH] Enable building dnssec-cds.exe Build configuration for the dnssec-cds Visual Studio project is absent from the solution file template, which means the solution needs to be upgraded using "devenv bind9.sln /upgrade" in order for the dnssec-cds project to be built. Add the build configuration for dnssec-cds to the solution file template so that upgrading the solution is not necessary for building that project. --- win32utils/bind9.sln.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win32utils/bind9.sln.in b/win32utils/bind9.sln.in index 37d1b7b1ea..4a743bb54c 100644 --- a/win32utils/bind9.sln.in +++ b/win32utils/bind9.sln.in @@ -679,6 +679,10 @@ Global {205ED8A9-2E4C-41CC-9385-F3613402AA90}.Debug|@PLATFORM@.Build.0 = Debug|@PLATFORM@ {205ED8A9-2E4C-41CC-9385-F3613402AA90}.Release|@PLATFORM@.ActiveCfg = Release|@PLATFORM@ {205ED8A9-2E4C-41CC-9385-F3613402AA90}.Release|@PLATFORM@.Build.0 = Release|@PLATFORM@ + {0EB1727E-2BBD-47A6-AD12-418F9DEB0531}.Debug|@PLATFORM@.ActiveCfg = Debug|@PLATFORM@ + {0EB1727E-2BBD-47A6-AD12-418F9DEB0531}.Debug|@PLATFORM@.Build.0 = Debug|@PLATFORM@ + {0EB1727E-2BBD-47A6-AD12-418F9DEB0531}.Release|@PLATFORM@.ActiveCfg = Release|@PLATFORM@ + {0EB1727E-2BBD-47A6-AD12-418F9DEB0531}.Release|@PLATFORM@.Build.0 = Release|@PLATFORM@ {17455DC6-5FBB-47C3-8F44-7DB574A188D3}.Debug|@PLATFORM@.ActiveCfg = Debug|@PLATFORM@ {17455DC6-5FBB-47C3-8F44-7DB574A188D3}.Debug|@PLATFORM@.Build.0 = Debug|@PLATFORM@ {17455DC6-5FBB-47C3-8F44-7DB574A188D3}.Release|@PLATFORM@.ActiveCfg = Release|@PLATFORM@