1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-03 15:20:17 +01:00

Round 6 of wx3 changes

A bit of fine tuning the FileDialog on Windows
Deleted Visual Studio 2008 project files
This commit is contained in:
Leland Lucius
2015-07-15 01:12:41 -05:00
parent 9b9c8cc073
commit 553308fc29
31 changed files with 194 additions and 10642 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -134,7 +134,6 @@
<ClCompile Include="..\..\..\src\BatchProcessDialog.cpp" />
<ClCompile Include="..\..\..\src\Benchmark.cpp" />
<ClCompile Include="..\..\..\src\BlockFile.cpp" />
<ClCompile Include="..\..\..\src\CaptureEvents.cpp" />
<ClCompile Include="..\..\..\src\commands\OpenSaveCommands.cpp" />
<ClCompile Include="..\..\..\src\Dependencies.cpp" />
<ClCompile Include="..\..\..\src\DeviceChange.cpp" />
@@ -409,7 +408,6 @@
<ClInclude Include="..\..\..\src\BatchProcessDialog.h" />
<ClInclude Include="..\..\..\src\Benchmark.h" />
<ClInclude Include="..\..\..\src\BlockFile.h" />
<ClInclude Include="..\..\..\src\CaptureEvents.h" />
<ClInclude Include="..\..\..\src\commands\OpenSaveCommands.h" />
<ClInclude Include="..\..\..\src\DeviceChange.h" />
<ClInclude Include="..\..\..\src\Diags.h" />

View File

@@ -105,9 +105,6 @@
<ClCompile Include="..\..\..\src\BlockFile.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\CaptureEvents.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\..\src\Dependencies.cpp">
<Filter>src</Filter>
</ClCompile>
@@ -881,9 +878,6 @@
<ClInclude Include="..\..\..\src\BlockFile.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\CaptureEvents.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\..\configwin.h">
<Filter>src</Filter>
</ClInclude>