File tree Expand file tree Collapse file tree 5 files changed +33
-1
lines changed Expand file tree Collapse file tree 5 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 24
24
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
25
25
<Link >$(Filename)$(Extension)</Link >
26
26
</Content >
27
+ <Content Include =" $(TargetBuildDir)lib\vcruntime140*.dll" >
28
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
29
+ <Link >$(Filename)$(Extension)</Link >
30
+ </Content >
27
31
28
32
<Content Include =" $(CyberduckDir)bookmarks/*.duck" >
29
33
<Link >bookmarks/%(Filename)%(Extension)</Link >
Original file line number Diff line number Diff line change 92
92
<Component Id =" jnidispatch" Guid =" B6621775-1A9A-461E-83B8-BB1EE34B5965" >
93
93
<File Source =" $(var.CLI.TargetDir)/jnidispatch.dll" KeyPath =" yes" Checksum =" yes" />
94
94
</Component >
95
+ <Component Id =" vcruntime140" >
96
+ <File Source =" $(var.CLI.TargetDir)/vcruntime140.dll" KeyPath =" yes" Checksum =" yes" />
97
+ </Component >
98
+ <Component Id =" vcruntime140_1" >
99
+ <File Source =" $(var.CLI.TargetDir)/vcruntime140_1.dll" KeyPath =" yes" Checksum =" yes" />
100
+ </Component >
95
101
96
102
<Component Id =" System.Buffers" >
97
103
<File Source =" $(var.CLI.TargetDir)/System.Buffers.dll" KeyPath =" yes" Checksum =" yes" />
Original file line number Diff line number Diff line change 102
102
<version >${jna-version} </version >
103
103
<scope >runtime</scope >
104
104
</dependency >
105
+ <dependency >
106
+ <groupId >com.microsoft</groupId >
107
+ <artifactId >vcruntime140</artifactId >
108
+ <classifier >x64</classifier >
109
+ <type >dll</type >
110
+ <version >14.44.35211</version >
111
+ <scope >runtime</scope >
112
+ </dependency >
113
+ <dependency >
114
+ <groupId >com.microsoft</groupId >
115
+ <artifactId >vcruntime140_1</artifactId >
116
+ <classifier >x64</classifier >
117
+ <type >dll</type >
118
+ <version >14.44.35211</version >
119
+ <scope >runtime</scope >
120
+ </dependency >
105
121
</dependencies >
106
122
</profile >
107
123
</profiles >
Original file line number Diff line number Diff line change 19
19
</ItemGroup >
20
20
21
21
<ItemGroup >
22
- <Content Include =" $(TargetBuildDir)lib\jnidispatch.dll;$(TargetBuildDir)lib\winsparkle.dll" >
22
+ <Content Include =" $(TargetBuildDir)lib\jnidispatch.dll;$(TargetBuildDir)lib\winsparkle.dll;$(TargetBuildDir)lib\vcruntime140*.dll " >
23
23
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
24
24
<Link >$(Filename)$(Extension)</Link >
25
25
</Content >
Original file line number Diff line number Diff line change 131
131
<Component Id =" jnidispatch" >
132
132
<File Source =" $(var.cyberduck.TargetDir)/jnidispatch.dll" KeyPath =" yes" Checksum =" yes" />
133
133
</Component >
134
+ <Component Id =" vcruntime140" >
135
+ <File Source =" $(var.cyberduck.TargetDir)/vcruntime140.dll" KeyPath =" yes" Checksum =" yes" />
136
+ </Component >
137
+ <Component Id =" vcruntime140_1" >
138
+ <File Source =" $(var.cyberduck.TargetDir)/vcruntime140_1.dll" KeyPath =" yes" Checksum =" yes" />
139
+ </Component >
134
140
135
141
<!-- IKVM -->
136
142
<Component Id =" IKVM.ByteCode.dll" >
You can’t perform that action at this time.
0 commit comments