We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a05f6 commit d4635ecCopy full SHA for d4635ec
1 file changed
osu.Game.Rulesets.Karaoke/ILRepack.targets
@@ -9,6 +9,9 @@
9
<InputAssemblies Include="$(OutputPath)\osu.Framework.Microphone.dll"/>
10
<InputAssemblies Include="$(OutputPath)\NWaves.dll"/>
11
<InputAssemblies Include="$(OutputPath)\LyricMaker.dll"/>
12
+ <InputAssemblies Include="$(OutputPath)\Lucene.Net.dll"/>
13
+ <InputAssemblies Include="$(OutputPath)\Lucene.Net.Analysis.Common.dll"/>
14
+ <InputAssemblies Include="$(OutputPath)\Lucene.Net.Analysis.Kuromoji.dll"/>
15
<InputAssemblies Include="$(OutputPath)\NicoKaraParser.dll"/>
16
<InputAssemblies Include="$(OutputPath)\SixLabors.Fonts.dll"/>
17
<InputAssemblies Include="$(OutputPath)\SixLabors.ImageSharp.Drawing.dll"/>
0 commit comments