PureBasic Projectfile added.
This commit is contained in:
parent
64215d57ff
commit
03957f753b
1 changed files with 86 additions and 0 deletions
86
lweb.pbp
Normal file
86
lweb.pbp
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
<?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="2020-12-01 19:05" user="renlin" host="linux-mvsk"/>
|
||||||
|
</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="0" 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="0" panelstate="+-"/>
|
||||||
|
<fingerprint md5="7812984bb6c4bb774cdb01a35588fe2f"/>
|
||||||
|
</file>
|
||||||
|
<file name="inc/lweb_http_header.pbi">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+-"/>
|
||||||
|
<fingerprint md5="d7df8e152291b0f91e8316ad8e00191c"/>
|
||||||
|
</file>
|
||||||
|
<file name="inc/lweb_IP.pbi">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+-"/>
|
||||||
|
<fingerprint md5="6129682ac18bbfa953feb6f6f6efe65d"/>
|
||||||
|
</file>
|
||||||
|
<file name="inc/lweb_IP_header.pbi">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="0" 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="12de9b9a95358889fb54c69788cba0f2"/>
|
||||||
|
</file>
|
||||||
|
<file name="ltls.pbi">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
||||||
|
<fingerprint md5="4eb44cc5a5ded25e6fb846e383bde4d4"/>
|
||||||
|
</file>
|
||||||
|
<file name="lweb.pbi">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
||||||
|
<fingerprint md5="2cfde7875923d4d1579b7dfc9d36a86f"/>
|
||||||
|
</file>
|
||||||
|
<file name="lweb_header.pbi">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
||||||
|
<fingerprint md5="f793f9a4c222d4688ffd45128d6beacd"/>
|
||||||
|
</file>
|
||||||
|
<file name="server_example.pb">
|
||||||
|
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
|
||||||
|
<fingerprint md5="673ffbaa7cffa71aa8800de858882da9"/>
|
||||||
|
</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>
|
Loading…
Reference in a new issue