-
Notifications
You must be signed in to change notification settings - Fork 871
Expand file tree
/
Copy pathAssemblySignToolData.json
More file actions
69 lines (69 loc) · 3.05 KB
/
Copy pathAssemblySignToolData.json
File metadata and controls
69 lines (69 loc) · 3.05 KB
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
{
"sign": [
{
"certificate": "Microsoft",
"strongName": "StrongName",
"values": [
"bin\\FSharp.Core\\*\\*\\FSharp.Core.dll",
"bin\\FSharp.Core\\*\\*\\*\\FSharp.Core.resources.dll",
"bin\\FSharp.Build\\*\\*\\FSharp.Build.dll",
"bin\\FSharp.Build\\*\\*\\*\\FSharp.Build.resources.dll",
"bin\\FSharp.Compiler.Private\\*\\*\\FSharp.Compiler.Private.dll",
"bin\\FSharp.Compiler.Private\\*\\*\\*\\FSharp.Compiler.Private.resources.dll",
"bin\\FSharp.Compiler.Server.Shared\\*\\*\\FSharp.Compiler.Server.Shared.dll",
"bin\\FSharp.Compiler.Interactive.Settings\\*\\*\\FSharp.Compiler.Interactive.Settings.dll",
"bin\\FSharp.Compiler.Interactive.Settings\\*\\*\\*\\FSharp.Compiler.Interactive.Settings.resources.dll",
"bin\\fsc\\*\\*\\fsc.exe",
"bin\\fsi\\*\\*\\fsi.exe",
"bin\\fsiAnyCpu\\*\\*\\fsiAnyCpu.exe",
"bin\\FSharp.VS.FSI\\*\\*\\FSharp.VS.FSI.dll",
"bin\\FSharp.VS.FSI\\*\\*\\*\\FSharp.VS.FSI.resources.dll",
"bin\\FSharp.LanguageService.Base\\*\\*\\FSharp.LanguageService.Base.dll",
"bin\\FSharp.LanguageService.Base\\*\\*\\*\\FSharp.LanguageService.Base.resources.dll",
"bin\\FSharp.LanguageService\\*\\*\\FSharp.LanguageService.dll",
"bin\\FSharp.LanguageService\\*\\*\\*\\FSharp.LanguageService.resources.dll",
"bin\\FSharp.UIResources\\*\\*\\FSharp.UIResources.dll",
"bin\\FSharp.UIResources\\*\\*\\*\\FSharp.UIResources.resources.dll",
"bin\\FSharp.Editor\\*\\*\\FSharp.Editor.dll",
"bin\\FSharp.Editor\\*\\*\\*\\FSharp.Editor.resources.dll",
"bin\\FSharp.PatternMatcher\\*\\*\\FSharp.PatternMatcher.dll",
"bin\\FSharp.PropertiesPages\\*\\*\\FSharp.ProjectSystem.PropertyPages.dll",
"bin\\FSharp.PropertiesPages\\*\\*\\*\\FSharp.ProjectSystem.PropertyPages.resources.dll",
"bin\\ProjectSystem\\*\\*\\FSharp.ProjectSystem.FSharp.dll",
"bin\\ProjectSystem\\*\\*\\*\\FSharp.ProjectSystem.FSharp.resources.dll",
"bin\\ProjectSystem.Base\\*\\*\\FSharp.ProjectSystem.Base.dll",
"bin\\ProjectSystem.Base\\*\\*\\*\\FSharp.ProjectSystem.Base.resources.dll"
]
},
{
"certificate": "VsixSHA2",
"strongName": null,
"values": [
"bin\\VisualFSharpFull\\*\\*VisualFSharpFull.vsix",
"bin\\VisualFSharpTemplates\\*\\*\\VisualFSharpTemplate.vsix",
"VSSetup\\*\\Insertion\\Microsoft.FSharp.Dependencies.vsix",
"VSSetup\\*\\Insertion\\Microsoft.FSharp.VSIX.Full.Resources.*.vsix"
]
},
{
"certificate": "NuGet",
"strongName": null,
"values": [
"packages\\*\\*.nupkg"
]
}
],
"exclude": [
"e_sqlite3.dll",
"FSharp.Data.TypeProviders.dll",
"Microsoft.Build.dll",
"Microsoft.Build.Framework.dll",
"Microsoft.Build.Tasks.Core.dll",
"Microsoft.Build.Utilities.Core.dll",
"Newtonsoft.Json.dll",
"System.Collections.Immutable.dll",
"System.Reflection.Metadata.dll",
"System.ValueTuple.4.4.0.nupkg",
"System.ValueTuple.dll"
]
}