-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDNNpackager.dnnpack
More file actions
30 lines (30 loc) · 1003 Bytes
/
DNNpackager.dnnpack
File metadata and controls
30 lines (30 loc) · 1003 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
<root>
<version>1.0.0</version>
<websitedestrelpath>/DesktopModules/NBright/OS_GDPR</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|\.config)$</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>\Components</value>
<value>\render</value>
<value>\packages</value>
<value>\Installation</value>
<value>\Skins</value>
<value>\_external</value>
</directory>
<file include='false'>
</file>
<file include='true'>
<value>\Installation\pluginconfig.xml</value>
<value>OS_GDPR.dnn</value>
</file>
<assembly>
<value>\bin\OS_GDPR.dll</value>
<value>\bin\OS_GDPR.pdb</value>
</assembly>
</root>