Update zoitechat.props with new XML structure

This commit is contained in:
deepend-tildeclub
2026-02-04 10:15:23 -07:00
committed by GitHub
parent fe4abe7d85
commit b90a9a3357

View File

@@ -44,6 +44,7 @@
<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)'=='' and Exists('$(DepsRoot)\\lib\\xml2.lib')">xml2.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>
@@ -128,3 +129,4 @@
<ItemGroup />
</Project>