We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c3e5bf commit c8535dbCopy full SHA for c8535db
windows/src/main/csharp/Cyberduck.csproj
@@ -19,10 +19,7 @@
19
</ItemGroup>
20
21
<ItemGroup>
22
- <Content Include="$(TargetBuildDir)lib\jnidispatch.dll;$(TargetBuildDir)lib\winsparkle.dll">
23
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24
- <Link>$(Filename)$(Extension)</Link>
25
- </Content>
+ <Content Include="$(TargetBuildDir)lib\$(Platform)\jnidispatch.dll;$(TargetBuildDir)lib\$(Platform)\winsparkle.dll" CopyToOutputDirectory="PreserveNewest" />
26
<Content Include="$(CyberduckDir)cyberduck-application.ico" CopyToOutputDirectory="PreserveNewest" />
27
<Content Include="$(CyberduckDir)cyberduck-document.ico" CopyToOutputDirectory="PreserveNewest" />
28
0 commit comments