-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsocket.sbproj
More file actions
30 lines (30 loc) · 700 Bytes
/
websocket.sbproj
File metadata and controls
30 lines (30 loc) · 700 Bytes
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
{
"Title": "WebSocket",
"Type": "library",
"Org": "spoonstuff",
"Ident": "websocket",
"Schema": 1,
"IncludeSourceFiles": false,
"Resources": null,
"PackageReferences": [],
"EditorReferences": null,
"IsStandaloneOnly": false,
"Metadata": {
"Compiler": {
"RootNamespace": "WebSocket",
"DefineConstants": "SANDBOX;ADDON;DEBUG",
"NoWarn": "1701;1702;1591;",
"WarningsAsErrors": "",
"TreatWarningsAsErrors": false,
"Nullables": false,
"Whitelist": true,
"ReleaseMode": "Debug",
"AssemblyReferences": [],
"IgnoreFolders": [
"editor",
"unittest"
],
"DistinctAssemblyReferences": []
}
}
}