mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Move AudacityApp::GenerateCrashReport to its own files
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
<ClCompile Include="..\..\..\src\blockfile\NotYetAvailableException.cpp" />
|
||||
<ClCompile Include="..\..\..\src\CellularPanel.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Clipboard.cpp" />
|
||||
<ClCompile Include="..\..\..\src\CrashReport.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\AudacityCommand.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\CommandContext.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\CommandTargets.cpp" />
|
||||
@@ -499,6 +500,7 @@
|
||||
<ClInclude Include="..\..\..\src\blockfile\NotYetAvailableException.h" />
|
||||
<ClInclude Include="..\..\..\src\CellularPanel.h" />
|
||||
<ClInclude Include="..\..\..\src\Clipboard.h" />
|
||||
<ClInclude Include="..\..\..\src\CrashReport.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\AudacityCommand.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\CommandContext.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\CommandFlag.h" />
|
||||
|
@@ -1094,6 +1094,9 @@
|
||||
<ClCompile Include="..\..\..\src\Clipboard.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\CrashReport.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\menus\WindowMenus.cpp">
|
||||
<Filter>src\menus</Filter>
|
||||
</ClCompile>
|
||||
@@ -2221,6 +2224,9 @@
|
||||
<ClInclude Include="..\..\..\src\Clipboard.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\CrashReport.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\AdornedRulerPanel.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
|
Reference in New Issue
Block a user