Skip to content

Commit

Permalink
Merge pull request #117 from ahmetsait/clickonce-satellite-fix
Browse files Browse the repository at this point in the history
Fix #116 ClickOnce not including satellite DLLs in the output
  • Loading branch information
desjarlais authored May 6, 2024
2 parents f07c188 + 3c54bad commit 89ecb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions native/scintilla5.net.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<NativeLibraries Include="$(MSBuildThisFileDirectory)**\*.dll" />
<None Include="@(NativeLibraries)">
<Content Include="@(NativeLibraries)">
<Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</Content>
</ItemGroup>
</Project>

0 comments on commit 89ecb03

Please sign in to comment.