Skip to content

Commit

Permalink
Merge pull request #206 from ValeZAA/master
Browse files Browse the repository at this point in the history
EnhancedAC3Merger: fix compilation
  • Loading branch information
VoidXH authored Jan 29, 2025
2 parents c66153b + 181f45f commit 79275fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CavernSamples/EnhancedAC3Merger/EnhancedAC3Merger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ApplicationIcon>..\Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\CavernizeGUI\Tools\FFmpeg.cs" Link="Tools\FFmpeg.cs" />
<Compile Include="..\VoidX.WPF\FFmpeg.cs" Link="Tools\FFmpeg.cs" />
<Compile Include="..\VoidX.WPF\EnumToTitleCase.cs" Link="Tools\EnumToTitleCase.cs" />
<Compile Include="..\VoidX.WPF\TaskEngine.cs" Link="Tools\TaskEngine.cs" />
</ItemGroup>
Expand All @@ -37,4 +37,4 @@
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 79275fd

Please sign in to comment.