copy resource files to output folder

This commit is contained in:
Alekhya Reddy
2020-04-02 15:53:39 -07:00
parent 59a2c5ce9c
commit 6a43b8b159

View File

@@ -39,4 +39,13 @@
<ProjectReference Include="..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Images\WindowsIndexerImg.bmp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="plugin.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>