Skip to content

Commit

Permalink
Revert "Update csproj"
Browse files Browse the repository at this point in the history
This reverts commit 45650a5.
  • Loading branch information
Tomasz Gołębiowski committed Feb 5, 2025
1 parent 45650a5 commit 97d7237
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Cody.VisualStudio/Cody.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,14 @@
<Compile Include="Utilities\FilePathHelper.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\sourcegraph.png" />
<Content Include="Resources\Marketplace.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Preview.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Marketplace\manifest.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 97d7237

Please sign in to comment.