Skip to content

Commit 8a3ad87

Browse files
committed
fixes
1 parent 5f86810 commit 8a3ad87

3 files changed

Lines changed: 829 additions & 0 deletions

File tree

src/FlashIconHighlighter/FlashIconHighlighter.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@
1313
<ProjectReference Include="..\ColumnizerLib\ColumnizerLib.csproj" />
1414
</ItemGroup>
1515

16+
<ItemGroup>
17+
<None Update="FlashIconHighlighter.manifest.json">
18+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
19+
</None>
20+
</ItemGroup>
21+
1622
</Project>

src/SftpFileSystemx64/SftpFileSystemx64.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@
2121
<PackageReference Include="SSH.NET" />
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<None Update="SftpFileSystem.manifest.json">
26+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
27+
</None>
28+
</ItemGroup>
29+
2430
</Project>

0 commit comments

Comments
 (0)