Skip to content

Commit 9656ed2

Browse files
committed
Включение картинки в каталог vscode
1 parent 2175101 commit 9656ed2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

BuildAll.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123

124124
<Copy SourceFiles="@(DbgFiles)" DestinationFolder="$(DebugDest)\bin"/>
125125
<Move SourceFiles="$(OutputPathForBuild)\package.json" DestinationFolder="$(DebugDest)"/>
126+
<Move SourceFiles="$(OutputPathForBuild)\images\mono-debug-icon.png" DestinationFolder="$(DebugDest)\images"/>
126127

127128
<ItemGroup>
128129

src/DebugServer/DebugServer.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
<None Include="package.json">
6565
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6666
</None>
67+
<None Include="images\mono-debug-icon.png">
68+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
69+
</None>
6770
<None Include="packages.config" />
6871
</ItemGroup>
6972
<ItemGroup>

0 commit comments

Comments
 (0)