mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 07:06:33 +01:00
Move class ZoomInfo to separate files
This commit is contained in:
@@ -321,6 +321,7 @@
|
||||
<ClCompile Include="..\..\..\src\VoiceKey.cpp" />
|
||||
<ClCompile Include="..\..\..\src\WaveClip.cpp" />
|
||||
<ClCompile Include="..\..\..\src\WaveTrack.cpp" />
|
||||
<ClCompile Include="..\..\..\src\ZoomInfo.cpp" />
|
||||
<ClCompile Include="..\..\..\src\widgets\BackedPanel.cpp" />
|
||||
<ClCompile Include="..\..\..\src\widgets\HelpSystem.cpp" />
|
||||
<ClCompile Include="..\..\..\src\widgets\NumericTextCtrl.cpp" />
|
||||
@@ -714,6 +715,7 @@
|
||||
<ClInclude Include="..\..\..\src\WaveClip.h" />
|
||||
<ClInclude Include="..\..\..\src\WaveTrack.h" />
|
||||
<ClInclude Include="..\..\..\src\WrappedType.h" />
|
||||
<ClInclude Include="..\..\..\src\ZoomInfo.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\Amplify.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\AutoDuck.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\BassTreble.h" />
|
||||
|
||||
@@ -383,6 +383,9 @@
|
||||
<ClCompile Include="..\..\..\src\WrappedType.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\ZoomInfo.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\effects\Amplify.cpp">
|
||||
<Filter>src\effects</Filter>
|
||||
</ClCompile>
|
||||
@@ -1495,6 +1498,9 @@
|
||||
<ClInclude Include="..\..\..\src\WrappedType.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\ZoomInfo.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\effects\Amplify.h">
|
||||
<Filter>src\effects</Filter>
|
||||
</ClInclude>
|
||||
|
||||
Reference in New Issue
Block a user