Distribution crawling.

This commit is contained in:
Haiping Chen 2024-06-15 13:40:00 -05:00
parent efb8d9f5c1
commit ba751cdfe0
2 changed files with 12 additions and 0 deletions

View file

@ -10,6 +10,12 @@
<OutputPath>$(SolutionDir)packages</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="packages\**" />
<EmbeddedResource Remove="packages\**" />
<None Remove="packages\**" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\arts\Icon.png">
<Pack>True</Pack>

View file

@ -0,0 +1,6 @@
namespace BotSharp.Abstraction.Browsing.Models;
public class BrowserActionArgs
{
}