diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:56:44 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-16 20:56:44 +0000 |
commit | 770137a4b5bd380a054eaf289abcf019e2337401 (patch) | |
tree | 5b34994f2c4265e145d612beca8ff24ae727fa1f /chrome/third_party/hunspell/hunspell.vcproj | |
parent | 4f37d32d683ce68451c337a3d082197881090405 (diff) | |
download | chromium_src-770137a4b5bd380a054eaf289abcf019e2337401.zip chromium_src-770137a4b5bd380a054eaf289abcf019e2337401.tar.gz chromium_src-770137a4b5bd380a054eaf289abcf019e2337401.tar.bz2 |
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
Patch fails otherwise on non-Windows platforms.
Review URL: http://codereview.chromium.org/14478
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party/hunspell/hunspell.vcproj')
-rw-r--r-- | chrome/third_party/hunspell/hunspell.vcproj | 520 |
1 files changed, 260 insertions, 260 deletions
diff --git a/chrome/third_party/hunspell/hunspell.vcproj b/chrome/third_party/hunspell/hunspell.vcproj index 3b5e748..b6f897b 100644 --- a/chrome/third_party/hunspell/hunspell.vcproj +++ b/chrome/third_party/hunspell/hunspell.vcproj @@ -1,260 +1,260 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="hunspell"
- ProjectGUID="{D5E8DCB2-9C61-446F-8BEE-B18CA0E0936E}"
- RootNamespace="hunspell"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath=".\copy_dictionary_files.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\..\..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\hunspell.vsprops;.\using_hunspell.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="CopyDictionaries"
- />
- <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="$(SolutionDir)..\build\common.vsprops;..\..\..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\hunspell.vsprops;.\using_hunspell.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="CopyDictionaries"
- />
- <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="parsers"
- >
- <File
- RelativePath=".\src\parsers\textparser.cxx"
- >
- </File>
- <File
- RelativePath=".\src\parsers\textparser.hxx"
- >
- </File>
- </Filter>
- <Filter
- Name="hunspell"
- >
- <File
- RelativePath=".\src\hunspell\affentry.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\affentry.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\affixmgr.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\affixmgr.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\atypes.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\baseaffix.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\csutil.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\csutil.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\dictmgr.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\dictmgr.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\hashmgr.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\hashmgr.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\htypes.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\hunspell.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\hunspell.h"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\hunspell.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\langnum.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\suggestmgr.cxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\suggestmgr.hxx"
- >
- </File>
- <File
- RelativePath=".\src\hunspell\utf_info.hxx"
- >
- </File>
- </Filter>
- <Filter
- Name="Dictionaries"
- >
- <File
- RelativePath=".\dictionaries\en-US-1-1.bdic"
- >
- </File>
- </Filter>
- <Filter
- Name="google"
- >
- <File
- RelativePath=".\google\bdict.h"
- >
- </File>
- <File
- RelativePath=".\google\bdict_affentry.h"
- >
- </File>
- <File
- RelativePath=".\google\bdict_reader.cc"
- >
- </File>
- <File
- RelativePath=".\google\bdict_reader.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="hunspell" + ProjectGUID="{D5E8DCB2-9C61-446F-8BEE-B18CA0E0936E}" + RootNamespace="hunspell" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath=".\copy_dictionary_files.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\..\..\build\debug.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\hunspell.vsprops;.\using_hunspell.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="CopyDictionaries" + /> + <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="$(SolutionDir)..\build\common.vsprops;..\..\..\build\release.vsprops;$(SolutionDir)..\build\external_code.vsprops;.\hunspell.vsprops;.\using_hunspell.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="CopyDictionaries" + /> + <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="parsers" + > + <File + RelativePath=".\src\parsers\textparser.cxx" + > + </File> + <File + RelativePath=".\src\parsers\textparser.hxx" + > + </File> + </Filter> + <Filter + Name="hunspell" + > + <File + RelativePath=".\src\hunspell\affentry.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\affentry.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\affixmgr.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\affixmgr.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\atypes.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\baseaffix.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\csutil.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\csutil.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\dictmgr.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\dictmgr.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\hashmgr.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\hashmgr.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\htypes.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\hunspell.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\hunspell.h" + > + </File> + <File + RelativePath=".\src\hunspell\hunspell.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\langnum.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\suggestmgr.cxx" + > + </File> + <File + RelativePath=".\src\hunspell\suggestmgr.hxx" + > + </File> + <File + RelativePath=".\src\hunspell\utf_info.hxx" + > + </File> + </Filter> + <Filter + Name="Dictionaries" + > + <File + RelativePath=".\dictionaries\en-US-1-1.bdic" + > + </File> + </Filter> + <Filter + Name="google" + > + <File + RelativePath=".\google\bdict.h" + > + </File> + <File + RelativePath=".\google\bdict_affentry.h" + > + </File> + <File + RelativePath=".\google\bdict_reader.cc" + > + </File> + <File + RelativePath=".\google\bdict_reader.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |