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 2175101 commit 9656ed2Copy full SHA for 9656ed2
BuildAll.csproj
@@ -123,6 +123,7 @@
123
124
<Copy SourceFiles="@(DbgFiles)" DestinationFolder="$(DebugDest)\bin"/>
125
<Move SourceFiles="$(OutputPathForBuild)\package.json" DestinationFolder="$(DebugDest)"/>
126
+ <Move SourceFiles="$(OutputPathForBuild)\images\mono-debug-icon.png" DestinationFolder="$(DebugDest)\images"/>
127
128
<ItemGroup>
129
src/DebugServer/DebugServer.csproj
@@ -64,6 +64,9 @@
64
<None Include="package.json">
65
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
66
</None>
67
+ <None Include="images\mono-debug-icon.png">
68
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
69
+ </None>
70
<None Include="packages.config" />
71
</ItemGroup>
72
0 commit comments