diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-26 23:55:29 +0000 |
commit | 09911bf300f1a419907a9412154760efd0b7abc3 (patch) | |
tree | f131325fb4e2ad12c6d3504ab75b16dd92facfed /chrome/views/views.vcproj | |
parent | 586acc5fe142f498261f52c66862fa417c3d52d2 (diff) | |
download | chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.zip chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.gz chromium_src-09911bf300f1a419907a9412154760efd0b7abc3.tar.bz2 |
Add chrome to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 611 |
1 files changed, 611 insertions, 0 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj new file mode 100644 index 0000000..0d35a46 --- /dev/null +++ b/chrome/views/views.vcproj @@ -0,0 +1,611 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="views" + ProjectGUID="{6F9258E5-294F-47B2-919D-17FFE7A8B751}" + RootNamespace="Views" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\views.vsprops;$(SolutionDir)..\build\debug.vsprops;..\tools\build\win\precompiled_wtl.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="4" + InheritedPropertySheets=".\views.vsprops;$(SolutionDir)..\build\release.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Accessibility" + > + <File + RelativePath=".\accessibility\accessible_wrapper.cc" + > + </File> + <File + RelativePath=".\accessibility\accessible_wrapper.h" + > + </File> + <File + RelativePath=".\accessibility\autocomplete_accessibility.cc" + > + </File> + <File + RelativePath=".\accessibility\autocomplete_accessibility.h" + > + </File> + <File + RelativePath=".\accessibility\view_accessibility.cc" + > + </File> + <File + RelativePath=".\accessibility\view_accessibility.h" + > + </File> + </Filter> + <File + RelativePath=".\accelerator.cc" + > + </File> + <File + RelativePath=".\accelerator.h" + > + </File> + <File + RelativePath=".\accelerator_handler.cc" + > + </File> + <File + RelativePath=".\accelerator_handler.h" + > + </File> + <File + RelativePath=".\aero_tooltip_manager.cc" + > + </File> + <File + RelativePath=".\aero_tooltip_manager.h" + > + </File> + <File + RelativePath=".\app_modal_dialog_delegate.h" + > + </File> + <File + RelativePath=".\background.cc" + > + </File> + <File + RelativePath=".\background.h" + > + </File> + <File + RelativePath=".\base_button.cc" + > + </File> + <File + RelativePath=".\base_button.h" + > + </File> + <File + RelativePath=".\bitmap_scroll_bar.cc" + > + </File> + <File + RelativePath=".\bitmap_scroll_bar.h" + > + </File> + <File + RelativePath=".\border.cc" + > + </File> + <File + RelativePath=".\border.h" + > + </File> + <File + RelativePath=".\button.cc" + > + </File> + <File + RelativePath=".\button.h" + > + </File> + <File + RelativePath=".\button_dropdown.cc" + > + </File> + <File + RelativePath=".\button_dropdown.h" + > + </File> + <File + RelativePath=".\checkbox.cc" + > + </File> + <File + RelativePath=".\checkbox.h" + > + </File> + <File + RelativePath=".\chrome_menu.cc" + > + </File> + <File + RelativePath=".\chrome_menu.h" + > + </File> + <File + RelativePath=".\client_view.cc" + > + </File> + <File + RelativePath=".\client_view.h" + > + </File> + <File + RelativePath=".\combo_box.cc" + > + </File> + <File + RelativePath=".\combo_box.h" + > + </File> + <File + RelativePath=".\controller.h" + > + </File> + <File + RelativePath=".\custom_frame_window.cc" + > + </File> + <File + RelativePath=".\custom_frame_window.h" + > + </File> + <File + RelativePath=".\decision.cc" + > + </File> + <File + RelativePath=".\decision.h" + > + </File> + <File + RelativePath=".\dialog_delegate.h" + > + </File> + <File + RelativePath=".\event.cc" + > + </File> + <File + RelativePath=".\event.h" + > + </File> + <File + RelativePath=".\external_focus_tracker.cc" + > + </File> + <File + RelativePath=".\external_focus_tracker.h" + > + </File> + <File + RelativePath=".\focus_manager.cc" + > + </File> + <File + RelativePath=".\focus_manager.h" + > + </File> + <File + RelativePath=".\grid_layout.cc" + > + </File> + <File + RelativePath=".\grid_layout.h" + > + </File> + <File + RelativePath=".\group_table_view.cc" + > + </File> + <File + RelativePath=".\group_table_view.h" + > + </File> + <File + RelativePath=".\hwnd_notification_source.h" + > + </File> + <File + RelativePath=".\hwnd_view.cc" + > + </File> + <File + RelativePath=".\hwnd_view.h" + > + </File> + <File + RelativePath=".\hwnd_view_container.cc" + > + </File> + <File + RelativePath=".\hwnd_view_container.h" + > + </File> + <File + RelativePath=".\image_view.cc" + > + </File> + <File + RelativePath=".\image_view.h" + > + </File> + <File + RelativePath=".\label.cc" + > + </File> + <File + RelativePath=".\label.h" + > + </File> + <File + RelativePath=".\layout_manager.cc" + > + </File> + <File + RelativePath=".\layout_manager.h" + > + </File> + <File + RelativePath=".\link.cc" + > + </File> + <File + RelativePath=".\link.h" + > + </File> + <File + RelativePath=".\menu.cc" + > + </File> + <File + RelativePath=".\menu.h" + > + </File> + <File + RelativePath=".\menu_button.cc" + > + </File> + <File + RelativePath=".\menu_button.h" + > + </File> + <File + RelativePath=".\message_box_view.cc" + > + </File> + <File + RelativePath=".\message_box_view.h" + > + </File> + <File + RelativePath=".\native_button.cc" + > + </File> + <File + RelativePath=".\native_button.h" + > + </File> + <File + RelativePath=".\native_control.cc" + > + </File> + <File + RelativePath=".\native_control.h" + > + </File> + <File + RelativePath=".\native_scroll_bar.cc" + > + </File> + <File + RelativePath=".\native_scroll_bar.h" + > + </File> + <File + RelativePath=".\painter.cc" + > + </File> + <File + RelativePath=".\painter.h" + > + </File> + <File + RelativePath="..\tools\build\win\precompiled_wtl.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + </File> + <File + RelativePath="..\tools\build\win\precompiled_wtl.h" + > + </File> + <File + RelativePath=".\radio_button.cc" + > + </File> + <File + RelativePath=".\radio_button.h" + > + </File> + <File + RelativePath=".\repeat_controller.cc" + > + </File> + <File + RelativePath=".\repeat_controller.h" + > + </File> + <File + RelativePath=".\resize_corner.cc" + > + </File> + <File + RelativePath=".\resize_corner.h" + > + </File> + <File + RelativePath=".\root_view.cc" + > + </File> + <File + RelativePath=".\root_view.h" + > + </File> + <File + RelativePath=".\root_view_drop_target.cc" + > + </File> + <File + RelativePath=".\root_view_drop_target.h" + > + </File> + <File + RelativePath=".\scroll_bar.cc" + > + </File> + <File + RelativePath=".\scroll_bar.h" + > + </File> + <File + RelativePath=".\scroll_view.cc" + > + </File> + <File + RelativePath=".\scroll_view.h" + > + </File> + <File + RelativePath=".\separator.cc" + > + </File> + <File + RelativePath=".\separator.h" + > + </File> + <File + RelativePath=".\tabbed_pane.cc" + > + </File> + <File + RelativePath=".\tabbed_pane.h" + > + </File> + <File + RelativePath=".\table_view.cc" + > + </File> + <File + RelativePath=".\table_view.h" + > + </File> + <File + RelativePath=".\text_button.cc" + > + </File> + <File + RelativePath=".\text_button.h" + > + </File> + <File + RelativePath=".\text_field.cc" + > + </File> + <File + RelativePath=".\text_field.h" + > + </File> + <File + RelativePath=".\throbber.cc" + > + </File> + <File + RelativePath=".\throbber.h" + > + </File> + <File + RelativePath=".\tooltip_manager.cc" + > + </File> + <File + RelativePath=".\tooltip_manager.h" + > + </File> + <File + RelativePath=".\tree_node_model.h" + > + </File> + <File + RelativePath=".\tree_view.cc" + > + </File> + <File + RelativePath=".\tree_view.h" + > + </File> + <File + RelativePath=".\view.cc" + > + </File> + <File + RelativePath=".\view.h" + > + </File> + <File + RelativePath=".\view_container.h" + > + </File> + <File + RelativePath=".\view_menu_delegate.h" + > + </File> + <File + RelativePath=".\view_storage.cc" + > + </File> + <File + RelativePath=".\view_storage.h" + > + </File> + <File + RelativePath=".\window.cc" + > + </File> + <File + RelativePath=".\window.h" + > + </File> + <File + RelativePath=".\window_delegate.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |