-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDNNpackager.dnnpack
More file actions
27 lines (27 loc) · 893 Bytes
/
DNNpackager.dnnpack
File metadata and controls
27 lines (27 loc) · 893 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
<root>
<version>8.7.10</version>
<websitedestrelpath>\DesktopModules\NBright\NBrightMod</websitedestrelpath>
<websitedestbinrelpath>\bin</websitedestbinrelpath>
<!-- Include only files that match the regular expression -->
<regexpr>(\.cshtml|\.html|\.resx|\.dnn|\.png|\.gif|\.jpg|\.jpeg|\.css|\.js|\.xml|\.txt|\.md|\.aspx|\.ascx|\.ashx)$</regexpr>
<directory include='false'>
<!-- All paths should be from the source root (project root) -->
<value>\.git</value>
<value>\.vs</value>
<value>\bin</value>
<value>\obj</value>
<value>\controls</value>
<value>\Installation</value>
<value>\_external</value>
<value>\render</value>
<value>\SqlDataProvider</value>
</directory>
<file include='false'>
<value>\NBrightMod.dnn</value>
</file>
<file include='true'>
</file>
<assembly>
<value>NBrightMod.dll</value>
</assembly>
</root>