Skip to content

Commit

Permalink
Include EQBandConfigDialog in Project
Browse files Browse the repository at this point in the history
  • Loading branch information
itsAbhi650 committed Jul 8, 2023
1 parent e315cb0 commit debb3cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions YAMP-alpha/YAMP-alpha.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@
<DependentUpon>EchoSignalDialog.cs</DependentUpon>
</Compile>
<Compile Include="EffectManager.cs" />
<Compile Include="EQBandConfigDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="EQBandConfigDialog.Designer.cs">
<DependentUpon>EQBandConfigDialog.cs</DependentUpon>
</Compile>
<Compile Include="EqualizerDialog.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -361,6 +367,9 @@
<EmbeddedResource Include="EchoSignalDialog.resx">
<DependentUpon>EchoSignalDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="EQBandConfigDialog.resx">
<DependentUpon>EQBandConfigDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="EqualizerDialog.resx">
<DependentUpon>EqualizerDialog.cs</DependentUpon>
</EmbeddedResource>
Expand Down

0 comments on commit debb3cd

Please sign in to comment.