86 lines
3.7 KiB
XML
86 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 5.73 LTS (Linux - x64)">
|
|
<section name="config">
|
|
<options closefiles="1" openmode="0" name="LiHaSo Webserver Modul"/>
|
|
<comment>Projekt ist inklusive Beispiel Code</comment>
|
|
</section>
|
|
<section name="data">
|
|
<explorer view="../../../bin/purebasic/examples/" pattern="0"/>
|
|
<log show="1"/>
|
|
<lastopen date="2021-05-18 11:07" user="renlin" host="localhost.localdomain"/>
|
|
</section>
|
|
<section name="files">
|
|
<file name="inc/lweb_file_cache.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+-"/>
|
|
<fingerprint md5="5576f4e31d3d1bc12506fabdc5a2fb66"/>
|
|
</file>
|
|
<file name="inc/lweb_file_cache_header.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+-"/>
|
|
<fingerprint md5="3228c16f329808e2e6e3c6866861ae59"/>
|
|
</file>
|
|
<file name="inc/lweb_helper.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
|
|
<fingerprint md5="61c3c05e25271724318327b0bbd97f87"/>
|
|
</file>
|
|
<file name="inc/lweb_helper_header.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+-"/>
|
|
<fingerprint md5="c250ce791b691f679782e5016a3346be"/>
|
|
</file>
|
|
<file name="inc/lweb_http.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
|
|
<fingerprint md5="7812984bb6c4bb774cdb01a35588fe2f"/>
|
|
</file>
|
|
<file name="inc/lweb_http_header.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
|
|
<fingerprint md5="d7df8e152291b0f91e8316ad8e00191c"/>
|
|
</file>
|
|
<file name="inc/lweb_IP.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
|
|
<fingerprint md5="6129682ac18bbfa953feb6f6f6efe65d"/>
|
|
</file>
|
|
<file name="inc/lweb_IP_header.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
|
|
<fingerprint md5="636558037ff2cab03552fb129e2a4f52"/>
|
|
</file>
|
|
<file name="lhttpd.pb">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="c00ea68ded3163bfc61ae5b742ab5b93"/>
|
|
</file>
|
|
<file name="lsocket.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="d2c7068cbef9e8086aafb98f73905905"/>
|
|
</file>
|
|
<file name="ltls.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="b956381cac547736cc02dc190f3667ef"/>
|
|
</file>
|
|
<file name="lweb.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="de8dab8fa9d7a38afdba1b88cc9d7f23"/>
|
|
</file>
|
|
<file name="lweb_header.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="da9f9d3acca1364e9c78a2410c267ae0"/>
|
|
</file>
|
|
<file name="server_example.pb">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="c69b5870aa1149d4e08f6f6e4fee2a00"/>
|
|
</file>
|
|
</section>
|
|
<section name="targets">
|
|
<target name="Standard-Ziel" enabled="1" default="1">
|
|
<inputfile value="server_example.pb"/>
|
|
<outputfile value="server_example"/>
|
|
<executable value="server_example"/>
|
|
<options thread="1" xpskin="1" debug="1"/>
|
|
<format exe="console" cpu="0"/>
|
|
</target>
|
|
<target name="lhttpd" enabled="1" default="0">
|
|
<inputfile value="lhttpd.pb"/>
|
|
<outputfile value="lhttpd"/>
|
|
<executable value="lhttpd"/>
|
|
<options thread="1"/>
|
|
</target>
|
|
</section>
|
|
</project>
|