-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathffmpegGUI.pbp
54 lines (53 loc) · 2.22 KB
/
ffmpegGUI.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
53
54
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 5.30 (Windows - x64)">
<section name="config">
<options closefiles="1" openmode="0" name="ffmpegGUI"/>
</section>
<section name="data">
<explorer view="..\..\Documents\" pattern="0"/>
<log show="1"/>
<lastopen date="2014-08-20 18:21" user="Alexander" host="TOWER"/>
</section>
<section name="files">
<file name="source\data.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="++"/>
<fingerprint md5="0f9bd069fbcc731bd271ffc3cea0fb2b"/>
</file>
<file name="source\main.pb">
<config load="1" scan="1" panel="1" warn="1" lastopen="1" panelstate="++"/>
<fingerprint md5="18ab2b7885e8b7cbe36d95d1f24da327"/>
</file>
<file name="source\WindowMain.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="++"/>
<fingerprint md5="27cbb4037e3220de36611393cff744bd"/>
</file>
<file name="source\WindowTranscode.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="++"/>
<fingerprint md5="2254ed1861d98c27c51401d0fefa5e38"/>
</file>
</section>
<section name="targets">
<target name="win64" enabled="1" default="1">
<inputfile value="source\main.pb"/>
<outputfile value="bin\win64\ffmpegGUI.exe"/>
<compiler version="PureBasic 5.22 LTS (Windows - x64)"/>
<executable value="bin\win64\ffmpegGUI.exe"/>
<options thread="1" xpskin="1" user="1" debug="1"/>
<debugger custom="1" type="ide"/>
<compilecount enable="1" value="344"/>
<buildcount enable="1" value="21"/>
<execonstant enable="1"/>
<watchlist>*CurrentJob;>Queue</watchlist>
</target>
<target name="win32" enabled="1" default="0">
<inputfile value="source\main.pb"/>
<outputfile value="bin\win32\ffmpegGUI.exe"/>
<compiler version="PureBasic 5.22 LTS (Windows - x86)"/>
<executable value="bin\win32\ffmpegGUI.exe"/>
<options thread="1" xpskin="1" user="1" debug="1"/>
<compilecount enable="1" value="283"/>
<buildcount enable="1" value="21"/>
<execonstant enable="1"/>
</target>
</section>
</project>