mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Define an AudacityException subclass for file errors
This commit is contained in:
@@ -150,6 +150,7 @@
|
||||
<ClCompile Include="..\..\..\src\Envelope.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FFmpeg.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FFT.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FileException.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FileFormats.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FileIO.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FileNames.cpp" />
|
||||
@@ -435,6 +436,7 @@
|
||||
<ClInclude Include="..\..\..\src\effects\NoiseReduction.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\Phaser.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\VST\VSTControlMSW.h" />
|
||||
<ClInclude Include="..\..\..\src\FileException.h" />
|
||||
<ClInclude Include="..\..\..\src\import\FormatClassifier.h" />
|
||||
<ClInclude Include="..\..\..\src\import\ImportForwards.h" />
|
||||
<ClInclude Include="..\..\..\src\import\ImportGStreamer.h" />
|
||||
|
||||
Reference in New Issue
Block a user