96 lines
4.1 KiB
XML
96 lines
4.1 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-24 22:01" user="renlin" host="linux-3z3y"/>
|
|
</section>
|
|
<section name="files">
|
|
<file name="inc/lweb_file_cache.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
|
|
<fingerprint md5="46864140ab7bcff85ebd199d13f4584b"/>
|
|
</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="e8efea69d459079a6afb3454e20a3b93"/>
|
|
</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="8c770722dc3dde3f15c774e31ae2038f"/>
|
|
</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="lhs_lib/SYS/lhs_log.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+--"/>
|
|
<fingerprint md5="6b31d19e01b0030f0864597f48e078de"/>
|
|
</file>
|
|
<file name="lhs_lib/SYS/lhs_log_ext.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+--"/>
|
|
<fingerprint md5="e71a63777923aebca7171593016d9b8f"/>
|
|
</file>
|
|
<file name="lhttpd.pb">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="ebf734d9cd3289f62402f2e53926a082"/>
|
|
</file>
|
|
<file name="lsocket.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="be7d2d564a84dfe303c8e59c7ec78878"/>
|
|
</file>
|
|
<file name="ltls.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="03aa93c8873d761cfdc9763b38196677"/>
|
|
</file>
|
|
<file name="lweb.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="4d4c182994443de2dffc808a941bbfa3"/>
|
|
</file>
|
|
<file name="lweb_header.pbi">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="33f134da4f3fefc97231572147d3be64"/>
|
|
</file>
|
|
<file name="server_example.pb">
|
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
|
<fingerprint md5="5c49bb34e4235b4ca2d10b87ca4777f4"/>
|
|
</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"/>
|
|
<debugger custom="1" type="standalone"/>
|
|
</target>
|
|
<target name="lhttpd" enabled="1" default="0">
|
|
<inputfile value="lhttpd.pb"/>
|
|
<outputfile value="lhttpd"/>
|
|
<executable value="lhttpd"/>
|
|
<options thread="1"/>
|
|
<debugger custom="1" type="standalone"/>
|
|
</target>
|
|
</section>
|
|
</project>
|