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