Skip to content

Commit c905279

Browse files
committed
exclude bin
1 parent 375d8f5 commit c905279

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Lemon.ModuleNavigation.Wpf/Lemon.ModuleNavigation.Wpf.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<BaseOutputPath>../output</BaseOutputPath>
1515
</PropertyGroup>
16+
<ItemGroup>
17+
<Compile Remove="bin\**" />
18+
<EmbeddedResource Remove="bin\**" />
19+
<None Remove="bin\**" />
20+
<Page Remove="bin\**" />
21+
</ItemGroup>
1622
<ItemGroup>
1723
<None Include="..\..\README.md">
1824
<Pack>True</Pack>

0 commit comments

Comments
 (0)