Skip to content

Commit

Permalink
Merge pull request kontur-courses#98 from zharkovstas/master
Browse files Browse the repository at this point in the history
Exclude Solved directory from project
  • Loading branch information
xoposhiy authored Oct 15, 2020
2 parents ab3e29c + 44e6f18 commit aa0c343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cs/BowlingGame/BowlingGame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<LangVersion>7.3</LangVersion>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="FireSharp" Version="2.0.4" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
Expand Down

0 comments on commit aa0c343

Please sign in to comment.