Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity00 committed May 19, 2021
1 parent 868a3ed commit 1ce09ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/SimpleSoft.Mediator.Tests/SimpleSoft.Mediator.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<Company>SimpleSoft.pt</Company>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Properties\**" />
<EmbeddedResource Remove="Properties\**" />
<None Remove="Properties\**" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\SimpleSoft.Mediator\SimpleSoft.Mediator.csproj" />
</ItemGroup>
Expand All @@ -43,8 +49,4 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

</Project>

0 comments on commit 1ce09ce

Please sign in to comment.