-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode-stream-guard.vpj
129 lines (129 loc) · 4.08 KB
/
code-stream-guard.vpj
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE Project SYSTEM "http://www.slickedit.com/dtd/vse/10.0/vpj.dtd">
<Project
Version="10.0"
VendorName="SlickEdit"
TemplateName="(Other)"
WorkingDir="."
VCSProject="Git:">
<Config
Name="Release"
OutputFile=""
CompilerConfigName="">
<Menu>
<Target
Name="Compile"
MenuCaption="&Compile"
CaptureOutputWith="ProcessBuffer"
SaveOption="SaveCurrent"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Build"
MenuCaption="&Build"
CaptureOutputWith="ProcessBuffer"
SaveOption="SaveWorkspaceFiles"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Rebuild"
MenuCaption="&Rebuild"
CaptureOutputWith="ProcessBuffer"
SaveOption="SaveWorkspaceFiles"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Debug"
MenuCaption="&Debug"
SaveOption="SaveAll"
RunFromDir="%rw"
CaptureOutputWith="ProcessBuffer"
ClearProcessBuffer="1">
<Exec CmdLine="./run --debug"/>
</Target>
<Target
Name="Execute"
MenuCaption="E&xecute"
SaveOption="SaveAll"
RunFromDir="%rw"
CaptureOutputWith="ProcessBuffer"
ClearProcessBuffer="1">
<Exec CmdLine="./run"/>
</Target>
</Menu>
</Config>
<Files>
<Folder
Name="main"
Filters=""
GUID="{88188ED9-43E3-47FB-BDE3-30B7EB9F440B}">
<F N="app.js"/>
<F N="package.json"/>
<F N="README.md"/>
<F N="run"/>
</Folder>
<Folder
Name="config"
Filters=""
GUID="{A3913A08-3E10-4AA3-B6F6-1B41FB5C76B0}">
<F N="config.json"/>
<F N="strings.json"/>
</Folder>
<Folder
Name="modules"
Filters=""
GUID="{85724FF2-DD1F-42A0-8784-E217450D6F39}">
<F N="modules/avatar.js"/>
<F N="modules/chatter.js"/>
<F N="modules/config.js"/>
<F N="modules/followers.js"/>
<F N="modules/server.js"/>
<F N="modules/strings.js"/>
<F N="modules/xmpp.js"/>
</Folder>
<Folder
Name="frontend"
Filters=""
GUID="{090B0D61-78D3-4C2F-B595-ED133DBD3B28}">
<Folder
Name="html"
Filters=""
GUID="{6D5836F0-DD4E-4280-990D-AC85CD522FF7}">
<F N="frontend/indicator.html"/>
<F N="frontend/main.html"/>
</Folder>
<Folder
Name="js"
Filters=""
GUID="{17B9EC8E-A595-4E25-BA47-4CA10DC648DC}">
<F N="frontend/js/fireworks.js"/>
<F N="frontend/js/winstate.js"/>
</Folder>
<Folder
Name="css"
Filters=""
GUID="{01D3F33D-A378-462C-B66E-CFA795787D83}">
<F N="frontend/css/indicator.css"/>
<F N="frontend/css/main.css"/>
</Folder>
</Folder>
<Folder
Name="commands"
Filters=""
GUID="{C7AE7985-8464-4B35-B679-C5B68DBC3337}">
<F N="commands/cloc.js"/>
<F N="commands/hat.js"/>
<F N="commands/rate.js"/>
</Folder>
<Folder
Name="plugins"
Filters=""
GUID="{3AC0D85A-B5F6-4ABB-99EB-3B73EE2078AD}">
<F N="plugins/internal/announce-followers.js"/>
<F N="plugins/internal/announce-ratings.js"/>
<F N="plugins/internal/announce-viewers.js"/>
</Folder>
</Files>
</Project>