mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Fix XML formatting in zoitechat.props
This commit is contained in:
committed by
GitHub
parent
4f294f4eae
commit
a650916105
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user