This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
pongr/pongr/pongr.pbp

48 lines
1.7 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 4.51 (Linux - x64)">
<section name="config">
<options closefiles="1" openmode="0" name="Pongr"/>
<comment>
First project from Ruben and Aaron Mueller
</comment>
</section>
<section name="data">
<explorer view="../../../" pattern="0"/>
<log show="1"/>
<lastopen date="2011-01-22 03:17" user="aaron" host="deskFu"/>
</section>
<section name="files">
<file name="src/Main.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1"/>
<fingerprint md5="29e4b25d47252dd54c24d6985d0e0b94"/>
</file>
<file name="src/Structs.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1"/>
<fingerprint md5="3f6fdbb23e900f0a334f07d26355f27f"/>
</file>
<file name="src/Draw.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1"/>
<fingerprint md5="104d355e87b74fa0e87bef35d6f6d748"/>
</file>
<file name="src/Events.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1"/>
<fingerprint md5="938263b937dde78242133aac1b4dbb97"/>
</file>
<file name="src/Globals.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1"/>
<fingerprint md5="768cb291ebd658155da6c8419e722db8"/>
</file>
</section>
<section name="targets">
<target name="Default Target" enabled="1" default="1">
<inputfile value="src/Main.pb"/>
<outputfile value="build/pongr"/>
<executable value="build/pongr"/>
<options thread="1" xpskin="1" debug="1"/>
<compilecount enable="1" value="50"/>
<buildcount enable="1" value="4"/>
</target>
</section>
</project>