1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 00:53:46 +02:00

Add empty ViewInfo.cpp

This commit is contained in:
Paul-Licameli
2015-04-18 11:35:28 -04:00
parent 4e26fb654c
commit 96585b3377
6 changed files with 52 additions and 28 deletions

View File

@@ -324,6 +324,7 @@
<ClCompile Include="..\..\..\src\TrackPanel.cpp" />
<ClCompile Include="..\..\..\src\TrackPanelAx.cpp" />
<ClCompile Include="..\..\..\src\UndoManager.cpp" />
<ClCompile Include="..\..\..\src\ViewInfo.cpp" />
<ClCompile Include="..\..\..\src\VoiceKey.cpp" />
<ClCompile Include="..\..\..\src\WaveClip.cpp" />
<ClCompile Include="..\..\..\src\WaveTrack.cpp" />

View File

@@ -837,6 +837,9 @@
<ClCompile Include="..\..\..\src\Diags.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\ViewInfo.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\AboutDialog.h">