Skip to content

Commit

Permalink
update: clean dirty format
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed May 15, 2024
1 parent 84194c9 commit 5854113
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Desktop/LyricStudio/LyricStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
<PropertyGroup>
<AvaloniaVersion>11.0.10</AvaloniaVersion>
</PropertyGroup>
<ItemGroup>
<Watch Remove="Views\Dialogs\RomanizationDialog.axaml" />
<Watch Remove="Views\Dialogs\ShareDialog.axaml" />
<Watch Remove="Views\Dialogs\ShiftTimecodeDialog.axaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.6" />
Expand Down Expand Up @@ -67,15 +62,4 @@
<ProjectReference Include="..\..\Common\Fischless.Design\Fischless.Design.csproj" />
<ProjectReference Include="..\..\Player\FFME.Avalonia\FFME.Avalonia.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\Dialogs\RomanizationDialog.axaml.cs">
<DependentUpon>RomanizationDialog.axaml</DependentUpon>
</Compile>
<Compile Update="Views\Dialogs\ShiftTimecodeDialog.axaml.cs">
<DependentUpon>ShiftTimecodeDialog.axaml</DependentUpon>
</Compile>
<Compile Update="Views\Dialogs\ShareDialog.axaml.cs">
<DependentUpon>ShareDialog.axaml</DependentUpon>
</Compile>
</ItemGroup>
</Project>

0 comments on commit 5854113

Please sign in to comment.