-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRedisExcel.dna
More file actions
20 lines (19 loc) · 1.09 KB
/
RedisExcel.dna
File metadata and controls
20 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<DnaLibrary Name="RedisExcel" RuntimeVersion="v4.0">
<!-- Bibliotecas principais -->
<ExternalLibrary Path="RedisExcel.dll" ComServer="true" LoadFromBytes="true" />
<!-- Bibliotecas do System que precisam ser empacotadas -->
<Reference Path="System.Buffers.dll" Pack="true" />
<Reference Path="System.Memory.dll" Pack="true" />
<Reference Path="System.Runtime.CompilerServices.Unsafe.dll" Pack="true" />
<Reference Path="System.Threading.Channels.dll" Pack="true" />
<Reference Path="System.Threading.Tasks.Extensions.dll" Pack="true" />
<Reference Path="System.IO.Pipelines.dll" Pack="true" />
<Reference Path="System.Numerics.Vectors.dll" Pack="true" />
<Reference Path="StackExchange.Redis.dll" Pack="true" />
<Reference Path="NLog.dll" Pack="true" />
<Reference Path="ExcelDna.IntelliSense.dll" Pack="true" />
<Reference Path="Newtonsoft.Json.dll" Pack="true" />
<Reference Path="Microsoft.BCL.AsyncInterfaces.dll" Pack="true" />
<Reference Path="Microsoft.Extensions.Logging.Abstractions.dll" Pack="true" />
<Reference Path="Pipelines.Sockets.Unofficial.dll" Pack="true" />
</DnaLibrary>