diff options
Diffstat (limited to 'googleurl/build/googleurl.vcproj')
-rw-r--r-- | googleurl/build/googleurl.vcproj | 239 |
1 files changed, 239 insertions, 0 deletions
diff --git a/googleurl/build/googleurl.vcproj b/googleurl/build/googleurl.vcproj new file mode 100644 index 0000000..71b3123 --- /dev/null +++ b/googleurl/build/googleurl.vcproj @@ -0,0 +1,239 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="googleurl" + ProjectGUID="{EF5E94AB-B646-4E5B-A058-52EF07B8351C}" + RootNamespace="googleurl" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)../third_party/icu/build/using_icu.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="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)../third_party/icu/build/using_icu.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> + <File + RelativePath="..\src\gurl.cc" + > + </File> + <File + RelativePath="..\src\gurl.h" + > + </File> + <File + RelativePath=".\README.txt" + > + </File> + <File + RelativePath="..\src\url_canon.h" + > + </File> + <File + RelativePath="..\src\url_canon_etc.cc" + > + </File> + <File + RelativePath="..\src\url_canon_fileurl.cc" + > + </File> + <File + RelativePath="..\src\url_canon_host.cc" + > + </File> + <File + RelativePath="..\src\url_canon_icu.cc" + > + </File> + <File + RelativePath="..\src\url_canon_icu.h" + > + </File> + <File + RelativePath="..\src\url_canon_internal.cc" + > + </File> + <File + RelativePath="..\src\url_canon_internal.h" + > + </File> + <File + RelativePath="..\src\url_canon_internal_file.h" + > + </File> + <File + RelativePath="..\src\url_canon_ip.cc" + > + </File> + <File + RelativePath="..\src\url_canon_ip.h" + > + </File> + <File + RelativePath="..\src\url_canon_mailtourl.cc" + > + </File> + <File + RelativePath="..\src\url_canon_path.cc" + > + </File> + <File + RelativePath="..\src\url_canon_pathurl.cc" + > + </File> + <File + RelativePath="..\src\url_canon_query.cc" + > + </File> + <File + RelativePath="..\src\url_canon_relative.cc" + > + </File> + <File + RelativePath="..\src\url_canon_stdstring.h" + > + </File> + <File + RelativePath="..\src\url_canon_stdurl.cc" + > + </File> + <File + RelativePath="..\src\url_file.h" + > + </File> + <File + RelativePath="..\src\url_parse.cc" + > + </File> + <File + RelativePath="..\src\url_parse.h" + > + </File> + <File + RelativePath="..\src\url_parse_file.cc" + > + </File> + <File + RelativePath="..\src\url_parse_internal.h" + > + </File> + <File + RelativePath="..\src\url_util.cc" + > + </File> + <File + RelativePath="..\src\url_util.h" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |