Skip to content

Commit

Permalink
[Project] Add Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspberry-Monster committed May 16, 2023
1 parent ca04be9 commit 8e324af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LyricParser/LyricParser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
<ItemGroup>
<Compile Include="Abstraction\ILyricCollection.cs" />
<Compile Include="Abstraction\ILyricLine.cs" />
<Compile Include="Abstraction\KaraokeLyricCollection.cs" />
<Compile Include="Abstraction\KaraokeLyricsLine.cs" />
<Compile Include="Abstraction\KaraokeWordInfo.cs" />
<Compile Include="Abstraction\LrcLyricCollection.cs" />
<Compile Include="Abstraction\LrcLyricsLine.cs" />
<Compile Include="Implementation\KaraokeParser.cs" />
<Compile Include="Implementation\LrcParser.cs" />
Expand Down

0 comments on commit 8e324af

Please sign in to comment.