-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDeploymentEditor.pbp
More file actions
97 lines (96 loc) · 4.53 KB
/
DeploymentEditor.pbp
File metadata and controls
97 lines (96 loc) · 4.53 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 6.30 (Windows - x64)">
<section name="config">
<options closefiles="1" openmode="0" name="Deployment Editor"/>
</section>
<section name="data">
<explorer view="C:\ProgramData\PureBasic\Examples\" pattern="0"/>
<log show="1"/>
<lastopen date="2026-02-17 18:47" user="taski" host="TUGI-FUSIONVM"/>
</section>
<section name="files">
<file name="DeploymentEditor.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="1" panelstate="+"/>
<fingerprint md5="0a8a169e077882471f431ec5ba455b84"/>
</file>
<file name="CHANGES.txt">
<config load="0" scan="0" panel="1" warn="1" lastopen="1" sortindex="2" panelstate="+"/>
<fingerprint md5="09563143bc3806065d9e8f0c8e1715e0"/>
</file>
<file name="Forms\MainWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="3" panelstate="++"/>
<fingerprint md5="1a9dd3d32ac7f07645e983cca5efad4d"/>
</file>
<file name="Forms\LogReaderWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="5e46be9340554184357b8eb9e6b490e9"/>
</file>
<file name="Forms\AboutWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="abe0beecb1edec3ddf03deaca27343bb"/>
</file>
<file name="Forms\NewProjectWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="3e756ce6bcc4f85b0badb9ddf8ec65a1"/>
</file>
<file name="Forms\ScriptEditorWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="0a324d014c8029cc8700f6c4ebbc2330"/>
</file>
<file name="Forms\ImportExeWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="60cd9cc8e71e48ca1f202a3bd273b8ec"/>
</file>
<file name="Forms\ImportMsiWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="e1f97556067c6f52f0ed0e1866eb5027"/>
</file>
<file name="Forms\WinGetImportWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="1003fb7d636f8622be898b3bfdb93e25"/>
</file>
<file name="Forms\RunRemoteWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="62742b9f12b6a91c3504460522dbe68d"/>
</file>
<file name="LICENSE">
<config load="0" scan="0" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="+"/>
<fingerprint md5="6c702a2e2732565c8014d872626d6cfe"/>
</file>
<file name="Forms\ProjectSettingsWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="708a1cff7e9bce092b7ece50da0df018"/>
</file>
<file name="Forms\PluginWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="78421e3cb2437a0cd890705cb1711fd2"/>
</file>
<file name="LICENSE_ThirdParty">
<config load="0" scan="0" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="+"/>
<fingerprint md5="a5200dc5aede9ae3097704087be139c2"/>
</file>
<file name="LICENSE_PSADT">
<config load="0" scan="0" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="+"/>
<fingerprint md5="cc46e3e9ef97cbdc56318ee7ff23d73e"/>
</file>
<file name="Forms\ProgressWindow.pbf">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="60334852733a65e3cab8999bf01e3c7a"/>
</file>
</section>
<section name="targets">
<target name="Default Target" enabled="1" default="1">
<inputfile value="DeploymentEditor.pb"/>
<outputfile value="DeploymentEditor.exe"/>
<executable value="DeploymentEditor.exe"/>
<options thread="1" xpskin="1" dpiaware="1" debug="1" optimizer="1"/>
<icon enable="1">Icon.ico</icon>
<versioninfo enable="1">
<field0 value="2.2.1.0"/>
<field1 value="2.2.1.0"/>
<field4 value="2.2.1.0"/>
<field5 value="2.2.1.0"/>
</versioninfo>
</target>
</section>
</project>