From 3da19d59947deb7d9f02c077d31eba1a89124dab Mon Sep 17 00:00:00 2001 From: ToM-MaS <815770+ToM-MaS@users.noreply.github.com> Date: Wed, 3 Mar 2021 18:50:00 +0100 Subject: [PATCH] Repair XML by removing double closing tags. Double closing tag removed: " " This was the error while migrating with VS 2017: "The following XML parser error has occurred: File: C:\sofia-sip-1.13.3\win32\libsofia-sip-ua\libsofia_sip_ua.vcproj line: 4305 column: 11 Error message: The name contained in the end tag of the element must match the element type in the start tag. The file "C:\sofia-sip-1.13.3\win32\libsofia-sip-ua\libsofia_sip_ua.vcproj" could not be loaded. --- win32/libsofia-sip-ua/libsofia_sip_ua.vcproj | 1 - 1 file changed, 1 deletion(-) diff --git a/win32/libsofia-sip-ua/libsofia_sip_ua.vcproj b/win32/libsofia-sip-ua/libsofia_sip_ua.vcproj index e893db09..ecff47e0 100644 --- a/win32/libsofia-sip-ua/libsofia_sip_ua.vcproj +++ b/win32/libsofia-sip-ua/libsofia_sip_ua.vcproj @@ -4302,7 +4302,6 @@ RelativePath="..\..\libsofia-sip-ua\sresolv\sofia-sip\sresolv.h" > -