Fix XML formatting in zoitechat.props

This commit is contained in:
deepend-tildeclub
2026-02-04 09:14:32 -07:00
committed by GitHub
parent 4f294f4eae
commit a650916105

View File

@@ -43,6 +43,7 @@
<Gtk Condition="'$(UsingGtk3)'=='true'">$(Gtk3);$(GtkCommon)</Gtk>
<Gtk Condition="'$(UsingGtk3)'!='true'">$(Gtk2);$(GtkCommon)</Gtk>
<XmlLib Condition="Exists('$(DepsRoot)\\lib\\libxml2-2.0.lib')">libxml2-2.0.lib</XmlLib>
<XmlLib Condition="'$(XmlLib)'=='' and Exists('$(DepsRoot)\\lib\\libxml2-2.lib')">libxml2-2.lib</XmlLib>
<XmlLib Condition="'$(XmlLib)'==''">libxml2.lib</XmlLib>
<SslLib Condition="Exists('$(DepsRoot)\\lib\\libssl.lib')">libssl.lib</SslLib>
<SslLib Condition="'$(SslLib)'=='' and Exists('$(DepsRoot)\\lib\\libssl-3-x64.lib')">libssl-3-x64.lib</SslLib>
@@ -126,3 +127,4 @@
<ItemGroup />
</Project>