Skip to content

Commit 803d768

Browse files
author
Cédric Belin
committed
Update the solution [skip ci]
1 parent 38abd0f commit 803d768

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Lcov.slnx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
<Solution>
2+
<Folder Name="/.config/">
3+
<File Path=".editorconfig" />
4+
<File Path=".gitattributes" />
5+
<File Path=".gitignore" />
6+
<File Path=".runsettings" />
7+
</Folder>
8+
<Folder Name="/build/">
9+
<File Path="build.cake" />
10+
<File Path="cake.config" />
11+
</Folder>
12+
<Folder Name="/doc/">
13+
<File Path="Authors.txt" />
14+
<File Path="ChangeLog.md" />
15+
<File Path="License.md" />
16+
<File Path="ReadMe.md" />
17+
</Folder>
18+
<Folder Name="/example/">
19+
<File Path="example/FormatReport.cs" />
20+
<File Path="example/ParseReport.cs" />
21+
</Folder>
222
<Project Path="src/Lcov.csproj" />
3-
<Project Path="test/Tests.csproj">
23+
<Project Path="test/Lcov.Tests.csproj">
424
<Build Solution="Release|*" Project="false" />
525
</Project>
626
</Solution>
File renamed without changes.

0 commit comments

Comments
 (0)