Aegisub/aegisub/build/aegisub_vs2008/aegisub_vs2008.vcproj
Thomas Goyne acba2c6b63 Rewrite VFR handling in Aegisub.
Kill vfr.h and vfr.cpp and use the libaegisub versions of them instead.

Rather than the globals VFR_Input and VFR_Output, everything related to
frame rate is now part of the video context. Most things which used to
use VFR_Output now call VideoContext::TimeAtFrame etc.; video providers,
rather than modifying VFR_Input directly, now have getters for their
frame rates which VideoContext calls. Read-only public access to
VFR_Input and VFR_Output are still provided (hopefully temporarily) for
a few things which were awkward to do through VideoContext.

The Avisynth provider now might correctly handle VFR MKVs which can be
opened with DirectShowSource but not DSS2.

Rework keyframe handling as well, so that it continues to match the vfr
handling in design and implementation.

Originally committed to SVN as r4662.
2010-07-08 04:29:04 +00:00

1874 lines
35 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="aegisub_vs2008"
ProjectGUID="{65C67A5D-D31C-4DB6-965B-69AF7EFA4B5A}"
RootNamespace="aegisub_vs2005"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
<Platform
Name="x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="1"
InheritedPropertySheets=".\suffix_debug32.vsprops;.\wxlib_include.vsprops;.\wxlib_lib32.vsprops;.\libraries_outdirs.vsprops;.\contrib_includedirs.vsprops;.\aegisub_exe_filename.vsprops;.\ffms2_lib_include_dir.vsprops;.\compiler_options.vsprops;.\compiler_options_debug.vsprops;.\svn_rev_header_update.vsprops;.\delayload_portaudio_32.vsprops;.\delayload_openal_32.vsprops;.\libaegisub_include_dir.vsprops"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="agi_pre.h"
DisableSpecificWarnings="4267"
ForcedIncludeFiles="agi_pre.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|x64"
ConfigurationType="1"
InheritedPropertySheets=".\suffix_debug64.vsprops;.\wxlib_include.vsprops;.\wxlib_lib64.vsprops;.\libraries_outdirs.vsprops;.\contrib_includedirs.vsprops;.\aegisub_exe_filename.vsprops;.\ffms2_lib_include_dir.vsprops;.\compiler_options.vsprops;.\compiler_options_debug.vsprops;.\svn_rev_header_update.vsprops;.\libaegisub_include_dir.vsprops"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;WIN64;_DEBUG;_WINDOWS"
MinimalRebuild="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="agi_pre.h"
DisableSpecificWarnings="4267"
ForcedIncludeFiles="agi_pre.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
ConfigurationType="1"
InheritedPropertySheets=".\suffix_release32.vsprops;.\wxlib_include.vsprops;.\wxlib_lib32.vsprops;.\libraries_outdirs.vsprops;.\contrib_includedirs.vsprops;.\aegisub_exe_filename.vsprops;.\ffms2_lib_include_dir.vsprops;.\compiler_options.vsprops;.\svn_rev_header_update.vsprops;.\delayload_portaudio_32.vsprops;.\delayload_openal_32.vsprops;.\libaegisub_include_dir.vsprops"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="agi_pre.h"
ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
DisableSpecificWarnings="4267"
ForcedIncludeFiles="agi_pre.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|x64"
ConfigurationType="1"
InheritedPropertySheets=".\suffix_release64.vsprops;.\wxlib_include.vsprops;.\wxlib_lib64.vsprops;.\libraries_outdirs.vsprops;.\contrib_includedirs.vsprops;.\aegisub_exe_filename.vsprops;.\ffms2_lib_include_dir.vsprops;.\compiler_options.vsprops;.\svn_rev_header_update.vsprops;.\libaegisub_include_dir.vsprops"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;WIN64;NDEBUG;_WINDOWS"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="agi_pre.h"
DisableSpecificWarnings="4267"
ForcedIncludeFiles="agi_pre.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="ASS"
>
<File
RelativePath="..\..\src\ass_attachment.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_attachment.h"
>
</File>
<File
RelativePath="..\..\src\ass_dialogue.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_dialogue.h"
>
</File>
<File
RelativePath="..\..\src\ass_entry.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_entry.h"
>
</File>
<File
RelativePath="..\..\src\ass_export_filter.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_export_filter.h"
>
</File>
<File
RelativePath="..\..\src\ass_exporter.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_exporter.h"
>
</File>
<File
RelativePath="..\..\src\ass_file.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_file.h"
>
</File>
<File
RelativePath="..\..\src\ass_karaoke.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_karaoke.h"
>
</File>
<File
RelativePath="..\..\src\ass_override.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_override.h"
>
</File>
<File
RelativePath="..\..\src\ass_style.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_style.h"
>
</File>
<File
RelativePath="..\..\src\ass_style_storage.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_style_storage.h"
>
</File>
<File
RelativePath="..\..\src\ass_time.cpp"
>
</File>
<File
RelativePath="..\..\src\ass_time.h"
>
</File>
</Filter>
<Filter
Name="Audio backend"
>
<File
RelativePath="..\..\src\audio_player.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_alsa.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_alsa.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_dsound.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_dsound.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_dsound2.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_dsound2.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_manager.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_openal.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_openal.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_portaudio.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_portaudio.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_pulse.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_pulse.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_avs.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_avs.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_convert.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_convert.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_downmix.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_downmix.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_dummy.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_dummy.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_ffmpegsource.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_ffmpegsource.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_hd.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_hd.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_manager.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_pcm.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_pcm.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_quicktime.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_quicktime.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_ram.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_ram.h"
>
</File>
<File
RelativePath="..\..\src\audio_provider_stream.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_provider_stream.h"
>
</File>
</Filter>
<Filter
Name="Automation"
>
<File
RelativePath="..\..\src\auto4_base.cpp"
>
</File>
<File
RelativePath="..\..\src\auto4_base.h"
>
</File>
<Filter
Name="Lua"
>
<File
RelativePath="..\..\src\auto4_lua.cpp"
>
</File>
<File
RelativePath="..\..\src\auto4_lua.h"
>
</File>
<File
RelativePath="..\..\src\auto4_lua_assfile.cpp"
>
</File>
<File
RelativePath="..\..\src\auto4_lua_dialog.cpp"
>
</File>
<File
RelativePath="..\..\src\auto4_lua_scriptreader.cpp"
>
</File>
<File
RelativePath="..\..\src\auto4_lua_scriptreader.h"
>
</File>
</Filter>
</Filter>
<Filter
Name="Wrappers"
>
<File
RelativePath="..\..\src\avisynth.h"
>
</File>
<File
RelativePath="..\..\src\avisynth_wrap.cpp"
>
</File>
<File
RelativePath="..\..\src\avisynth_wrap.h"
>
</File>
<File
RelativePath="..\..\src\ffmpegsource_common.cpp"
>
</File>
<File
RelativePath="..\..\src\ffmpegsource_common.h"
>
</File>
<File
RelativePath="..\..\src\gl_text.cpp"
>
</File>
<File
RelativePath="..\..\src\gl_text.h"
>
</File>
<File
RelativePath="..\..\src\gl_wrap.cpp"
>
</File>
<File
RelativePath="..\..\src\gl_wrap.h"
>
</File>
<File
RelativePath="..\..\src\mkv_wrap.cpp"
>
</File>
<File
RelativePath="..\..\src\mkv_wrap.h"
>
</File>
<File
RelativePath="..\..\src\quicktime_common.cpp"
>
</File>
<File
RelativePath="..\..\src\quicktime_common.h"
>
</File>
<File
RelativePath="..\..\src\vfw_wrap.cpp"
>
</File>
<File
RelativePath="..\..\src\vfw_wrap.h"
>
</File>
</Filter>
<Filter
Name="Controls"
>
<File
RelativePath="..\..\src\base_grid.cpp"
>
</File>
<File
RelativePath="..\..\src\base_grid.h"
>
</File>
<File
RelativePath="..\..\src\browse_button.cpp"
>
</File>
<File
RelativePath="..\..\src\browse_button.h"
>
</File>
<File
RelativePath="..\..\src\colour_button.cpp"
>
</File>
<File
RelativePath="..\..\src\colour_button.h"
>
</File>
<File
RelativePath="..\..\src\help_button.cpp"
>
</File>
<File
RelativePath="..\..\src\help_button.h"
>
</File>
<File
RelativePath="..\..\src\hilimod_textctrl.cpp"
>
</File>
<File
RelativePath="..\..\src\hilimod_textctrl.h"
>
</File>
<File
RelativePath="..\..\src\scintilla_text_ctrl.cpp"
>
</File>
<File
RelativePath="..\..\src\scintilla_text_ctrl.h"
>
</File>
<File
RelativePath="..\..\src\static_bmp.cpp"
>
</File>
<File
RelativePath="..\..\src\static_bmp.h"
>
</File>
<File
RelativePath="..\..\src\subs_edit_ctrl.cpp"
>
</File>
<File
RelativePath="..\..\src\subs_edit_ctrl.h"
>
</File>
<File
RelativePath="..\..\src\subs_grid.cpp"
>
</File>
<File
RelativePath="..\..\src\subs_grid.h"
>
</File>
<File
RelativePath="..\..\src\subs_preview.cpp"
>
</File>
<File
RelativePath="..\..\src\subs_preview.h"
>
</File>
<File
RelativePath="..\..\src\timeedit_ctrl.cpp"
>
</File>
<File
RelativePath="..\..\src\timeedit_ctrl.h"
>
</File>
<File
RelativePath="..\..\src\toggle_bitmap.cpp"
>
</File>
<File
RelativePath="..\..\src\toggle_bitmap.h"
>
</File>
</Filter>
<Filter
Name="Utilities"
>
<File
RelativePath="..\..\src\aegisub_endian.h"
>
</File>
<File
RelativePath="..\..\src\aegisublocale.cpp"
>
</File>
<File
RelativePath="..\..\src\aegisublocale.h"
>
</File>
<File
RelativePath="..\..\src\charset_conv.cpp"
>
</File>
<File
RelativePath="..\..\src\charset_conv.h"
>
</File>
<File
RelativePath="..\..\src\charset_detect.cpp"
>
</File>
<File
RelativePath="..\..\src\charset_detect.h"
>
</File>
<File
RelativePath="..\..\src\colorspace.cpp"
>
</File>
<File
RelativePath="..\..\src\colorspace.h"
>
</File>
<File
RelativePath="..\..\src\drop.cpp"
>
</File>
<File
RelativePath="..\..\src\drop.h"
>
</File>
<File
RelativePath="..\..\src\factory_manager.h"
>
</File>
<File
RelativePath="..\..\src\fft.cpp"
>
</File>
<File
RelativePath="..\..\src\fft.h"
>
</File>
<File
RelativePath="..\..\src\font_file_lister.cpp"
>
</File>
<File
RelativePath="..\..\src\font_file_lister.h"
>
</File>
<File
RelativePath="..\..\src\font_file_lister_fontconfig.cpp"
>
</File>
<File
RelativePath="..\..\src\font_file_lister_fontconfig.h"
>
</File>
<File
RelativePath="..\..\src\font_file_lister_freetype.cpp"
>
</File>
<File
RelativePath="..\..\src\font_file_lister_freetype.h"
>
</File>
<File
RelativePath="..\..\src\idle_field_event.cpp"
>
</File>
<File
RelativePath="..\..\src\idle_field_event.h"
>
</File>
<File
RelativePath="..\..\src\kana_table.cpp"
>
</File>
<File
RelativePath="..\..\src\kana_table.h"
>
</File>
<File
RelativePath="..\..\src\MatroskaParser.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\MatroskaParser.h"
>
</File>
<File
RelativePath="..\..\src\md5.c"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\md5.h"
>
</File>
<File
RelativePath="..\..\src\mythes.cxx"
>
</File>
<File
RelativePath="..\..\src\mythes.hxx"
>
</File>
<File
RelativePath="..\..\src\spline.cpp"
>
</File>
<File
RelativePath="..\..\src\spline.h"
>
</File>
<File
RelativePath="..\..\src\spline_curve.cpp"
>
</File>
<File
RelativePath="..\..\src\spline_curve.h"
>
</File>
<File
RelativePath="..\..\src\standard_paths.cpp"
>
</File>
<File
RelativePath="..\..\src\standard_paths.h"
>
</File>
<File
RelativePath="..\..\src\string_codec.cpp"
>
</File>
<File
RelativePath="..\..\src\string_codec.h"
>
</File>
<File
RelativePath="..\..\src\text_file_reader.cpp"
>
</File>
<File
RelativePath="..\..\src\text_file_reader.h"
>
</File>
<File
RelativePath="..\..\src\text_file_writer.cpp"
>
</File>
<File
RelativePath="..\..\src\text_file_writer.h"
>
</File>
<File
RelativePath="..\..\src\tooltip_manager.cpp"
>
</File>
<File
RelativePath="..\..\src\tooltip_manager.h"
>
</File>
<File
RelativePath="..\..\src\utils.cpp"
>
</File>
<File
RelativePath="..\..\src\utils.h"
>
</File>
<File
RelativePath="..\..\src\validators.cpp"
>
</File>
<File
RelativePath="..\..\src\validators.h"
>
</File>
<File
RelativePath="..\..\src\variable_data.cpp"
>
</File>
<File
RelativePath="..\..\src\variable_data.h"
>
</File>
<File
RelativePath="..\..\src\vector2d.cpp"
>
</File>
<File
RelativePath="..\..\src\vector2d.h"
>
</File>
</Filter>
<Filter
Name="Dialogs"
>
<File
RelativePath="..\..\src\dialog_about.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_about.h"
>
</File>
<File
RelativePath="..\..\src\dialog_attachments.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_attachments.h"
>
</File>
<File
RelativePath="..\..\src\dialog_automation.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_automation.h"
>
</File>
<File
RelativePath="..\..\src\dialog_colorpicker.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_colorpicker.h"
>
</File>
<File
RelativePath="..\..\src\dialog_detached_video.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_detached_video.h"
>
</File>
<File
RelativePath="..\..\src\dialog_dummy_video.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_dummy_video.h"
>
</File>
<File
RelativePath="..\..\src\dialog_export.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_export.h"
>
</File>
<File
RelativePath="..\..\src\dialog_fonts_collector.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_fonts_collector.h"
>
</File>
<File
RelativePath="..\..\src\dialog_jumpto.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_jumpto.h"
>
</File>
<File
RelativePath="..\..\src\dialog_kara_timing_copy.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_kara_timing_copy.h"
>
</File>
<File
RelativePath="..\..\src\dialog_log.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_log.h"
>
</File>
<File
RelativePath="..\..\src\dialog_paste_over.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_paste_over.h"
>
</File>
<File
RelativePath="..\..\src\dialog_progress.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_progress.h"
>
</File>
<File
RelativePath="..\..\src\dialog_properties.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_properties.h"
>
</File>
<File
RelativePath="..\..\src\dialog_resample.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_resample.h"
>
</File>
<File
RelativePath="..\..\src\dialog_search_replace.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_search_replace.h"
>
</File>
<File
RelativePath="..\..\src\dialog_selection.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_selection.h"
>
</File>
<File
RelativePath="..\..\src\dialog_shift_times.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_shift_times.h"
>
</File>
<File
RelativePath="..\..\src\dialog_spellchecker.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_spellchecker.h"
>
</File>
<File
RelativePath="..\..\src\dialog_splash.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_splash.h"
>
</File>
<File
RelativePath="..\..\src\dialog_style_editor.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_style_editor.h"
>
</File>
<File
RelativePath="..\..\src\dialog_style_manager.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_style_manager.h"
>
</File>
<File
RelativePath="..\..\src\dialog_styling_assistant.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_styling_assistant.h"
>
</File>
<File
RelativePath="..\..\src\dialog_text_import.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_text_import.h"
>
</File>
<File
RelativePath="..\..\src\dialog_timing_processor.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_timing_processor.h"
>
</File>
<File
RelativePath="..\..\src\dialog_tip.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_tip.h"
>
</File>
<File
RelativePath="..\..\src\dialog_translation.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_translation.h"
>
</File>
<File
RelativePath="..\..\src\dialog_version_check.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_version_check.h"
>
</File>
<File
RelativePath="..\..\src\dialog_video_details.cpp"
>
</File>
<File
RelativePath="..\..\src\dialog_video_details.h"
>
</File>
<File
RelativePath="..\..\src\preferences.cpp"
>
</File>
</Filter>
<Filter
Name="Core"
>
<File
RelativePath="..\..\src\agi_pre.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|x64"
>
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="1"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\src\agi_pre.h"
>
</File>
<File
RelativePath="..\..\src\compat.cpp"
>
</File>
<File
RelativePath="..\..\src\compat.h"
>
</File>
<File
RelativePath="..\..\src\frame_main.cpp"
>
</File>
<File
RelativePath="..\..\src\frame_main.h"
>
</File>
<File
RelativePath="..\..\src\frame_main_events.cpp"
>
</File>
<File
RelativePath="..\..\src\hotkeys.cpp"
>
</File>
<File
RelativePath="..\..\src\hotkeys.h"
>
</File>
<File
RelativePath="..\..\src\main.cpp"
>
</File>
<File
RelativePath="..\..\src\main.h"
>
</File>
<File
RelativePath="..\..\src\options.cpp"
>
</File>
<File
RelativePath="..\..\src\options.h"
>
</File>
<File
RelativePath="..\..\src\plugin_manager.cpp"
>
</File>
<File
RelativePath="..\..\src\plugin_manager.h"
>
</File>
<File
RelativePath="..\..\src\setup.cpp"
>
</File>
<File
RelativePath="..\..\src\subs_edit_box.cpp"
>
</File>
<File
RelativePath="..\..\src\subs_edit_box.h"
>
</File>
<File
RelativePath="..\..\src\version.cpp"
>
</File>
<File
RelativePath="..\..\src\version.h"
>
</File>
</Filter>
<Filter
Name="Export"
>
<File
RelativePath="..\..\src\export_clean_info.cpp"
>
</File>
<File
RelativePath="..\..\src\export_clean_info.h"
>
</File>
<File
RelativePath="..\..\src\export_fixstyle.cpp"
>
</File>
<File
RelativePath="..\..\src\export_fixstyle.h"
>
</File>
<File
RelativePath="..\..\src\export_framerate.cpp"
>
</File>
<File
RelativePath="..\..\src\export_framerate.h"
>
</File>
<File
RelativePath="..\..\src\export_visible_lines.cpp"
>
</File>
<File
RelativePath="..\..\src\export_visible_lines.h"
>
</File>
</Filter>
<Filter
Name="Video backend"
>
<File
RelativePath="..\..\src\keyframe.cpp"
>
</File>
<File
RelativePath="..\..\src\keyframe.h"
>
</File>
<File
RelativePath="..\..\src\video_frame.cpp"
>
</File>
<File
RelativePath="..\..\src\video_frame.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_avs.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_avs.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_cache.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_cache.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_dummy.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_dummy.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_ffmpegsource.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_ffmpegsource.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_manager.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_manager.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_quicktime.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_quicktime.h"
>
</File>
<File
RelativePath="..\..\src\video_provider_yuv4mpeg.cpp"
>
</File>
<File
RelativePath="..\..\src\video_provider_yuv4mpeg.h"
>
</File>
</Filter>
<Filter
Name="Spellchecking"
>
<File
RelativePath="..\..\src\spellchecker.cpp"
>
</File>
<File
RelativePath="..\..\src\spellchecker_hunspell.cpp"
>
</File>
<File
RelativePath="..\..\src\spellchecker_hunspell.h"
>
</File>
<File
RelativePath="..\..\src\spellchecker_manager.h"
>
</File>
<File
RelativePath="..\..\src\thesaurus.cpp"
>
</File>
<File
RelativePath="..\..\src\thesaurus.h"
>
</File>
<File
RelativePath="..\..\src\thesaurus_myspell.cpp"
>
</File>
<File
RelativePath="..\..\src\thesaurus_myspell.h"
>
</File>
</Filter>
<Filter
Name="Subtitle Formats"
>
<File
RelativePath="..\..\src\subtitle_format.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_ass.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_ass.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_dvd.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_dvd.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_encore.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_encore.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_microdvd.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_microdvd.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_mkv.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_mkv.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_srt.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_srt.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_transtation.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_transtation.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_ttxt.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_ttxt.h"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_txt.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitle_format_txt.h"
>
</File>
</Filter>
<Filter
Name="Subtitle Providers"
>
<File
RelativePath="..\..\src\subtitles_provider.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitles_provider_csri.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitles_provider_csri.h"
>
</File>
<File
RelativePath="..\..\src\subtitles_provider_libass.cpp"
>
</File>
<File
RelativePath="..\..\src\subtitles_provider_libass.h"
>
</File>
<File
RelativePath="..\..\src\subtitles_provider_manager.h"
>
</File>
</Filter>
<Filter
Name="Visual Tools"
>
<File
RelativePath="..\..\src\visual_feature.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_feature.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_clip.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_clip.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_cross.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_cross.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_drag.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_drag.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_rotatexy.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_rotatexy.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_rotatez.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_rotatez.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_scale.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_scale.h"
>
</File>
<File
RelativePath="..\..\src\visual_tool_vector_clip.cpp"
>
</File>
<File
RelativePath="..\..\src\visual_tool_vector_clip.h"
>
</File>
</Filter>
<Filter
Name="Config"
>
<File
RelativePath="..\..\src\config\config_unix.h"
>
</File>
<File
RelativePath="..\..\src\config\config_windows.h"
>
</File>
<File
RelativePath="..\..\src\config\config_windows0.h"
>
</File>
</Filter>
<Filter
Name="Include"
>
<File
RelativePath="..\..\src\include\aegisub\aegisub.h"
>
</File>
<File
RelativePath="..\..\src\include\aegisub\audio_player.h"
>
</File>
<File
RelativePath="..\..\src\include\aegisub\audio_provider.h"
>
</File>
<File
RelativePath="..\..\src\include\aegisub\exception.h"
>
</File>
<File
RelativePath="..\..\src\include\aegisub\spellchecker.h"
>
</File>
<File
RelativePath="..\..\src\include\aegisub\subtitles_provider.h"
>
</File>
<File
RelativePath="..\..\src\include\aegisub\video_provider.h"
>
</File>
</Filter>
<Filter
Name="Audio UI"
>
<File
RelativePath="..\..\src\audio_box.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_box.h"
>
</File>
<File
RelativePath="..\..\src\audio_display.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_display.h"
>
</File>
<File
RelativePath="..\..\src\audio_karaoke.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_karaoke.h"
>
</File>
<File
RelativePath="..\..\src\audio_renderer.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_renderer.h"
>
</File>
<File
RelativePath="..\..\src\audio_renderer_spectrum.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_renderer_spectrum.h"
>
</File>
</Filter>
<Filter
Name="Video UI"
>
<File
RelativePath="..\..\src\video_box.cpp"
>
</File>
<File
RelativePath="..\..\src\video_box.h"
>
</File>
<File
RelativePath="..\..\src\video_context.cpp"
>
</File>
<File
RelativePath="..\..\src\video_context.h"
>
</File>
<File
RelativePath="..\..\src\video_display.cpp"
>
</File>
<File
RelativePath="..\..\src\video_display.h"
>
</File>
<File
RelativePath="..\..\src\video_out_gl.cpp"
>
</File>
<File
RelativePath="..\..\src\video_out_gl.h"
>
</File>
<File
RelativePath="..\..\src\video_slider.cpp"
>
</File>
<File
RelativePath="..\..\src\video_slider.h"
>
</File>
</Filter>
<Filter
Name="Resources"
>
<File
RelativePath="..\..\src\libresrc\bitmap.cpp"
>
</File>
<File
RelativePath="..\..\src\libresrc\default_config.cpp"
>
</File>
<File
RelativePath="..\..\src\libresrc\libresrc.cpp"
>
</File>
<File
RelativePath="..\..\src\res.rc"
>
</File>
</Filter>
<Filter
Name="Controllers"
>
<File
RelativePath="..\..\src\selection_controller.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>