-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCiphersaberGUI.pbp
52 lines (51 loc) · 1.94 KB
/
CiphersaberGUI.pbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 5.71 LTS (MacOS X - x64)">
<section name="config">
<options closefiles="1" openmode="0" name="Ciphersaber"/>
</section>
<section name="data">
<explorer view="" pattern="0"/>
<log show="1"/>
<lastopen date="2020-03-28 08:42" user="niklas" host="hubert.local"/>
</section>
<section name="files">
<file name="AboutWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="-"/>
<fingerprint md5="ed3e20678ac7d06d0dc0c29d088b9b64"/>
</file>
<file name="Main.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="-"/>
<fingerprint md5="7ecdfcb0cfc1cc3f605b2a77886bb350"/>
</file>
</section>
<section name="targets">
<target name="Debug" enabled="1" default="1">
<inputfile value="Main.pb"/>
<outputfile value="Ciphersaber.app"/>
<executable value="Ciphersaber.app"/>
<options unicode="1" xpskin="1" debug="1"/>
<compilecount enable="1" value="44"/>
<buildcount enable="1" value="4"/>
<execonstant enable="1"/>
</target>
<target name="Release" enabled="1" default="0">
<inputfile value="Main.pb"/>
<outputfile value="Ciphersaber.app"/>
<executable value="Ciphersaber.app"/>
<options unicode="1" xpskin="1"/>
<icon enable="1">Ciphersaber.icns</icon>
<compilecount enable="1" value="13"/>
<buildcount enable="1" value="13"/>
<execonstant enable="1"/>
</target>
<target name="Release[Winx86]" enabled="0" default="0">
<inputfile value="Main.pb"/>
<outputfile value="Ciphersaber.exe"/>
<compiler version="PureBasic 5.70 LTS (Windows - x86)"/>
<executable value="Ciphersaber.exe"/>
<options xpskin="1"/>
<icon enable="1">Ciphersaber.ico</icon>
<execonstant enable="1"/>
</target>
</section>
</project>