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 /net/build | |
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 'net/build')
-rw-r--r-- | net/build/crash_cache.vcproj | 310 | ||||
-rw-r--r-- | net/build/dump_cache.vcproj | 318 | ||||
-rw-r--r-- | net/build/net.vcproj | 2102 | ||||
-rw-r--r-- | net/build/net_perftests.vcproj | 350 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 860 | ||||
-rw-r--r-- | net/build/stress_cache.vcproj | 310 | ||||
-rw-r--r-- | net/build/tld_cleanup.vcproj | 302 |
7 files changed, 2276 insertions, 2276 deletions
diff --git a/net/build/crash_cache.vcproj b/net/build/crash_cache.vcproj index 29a14f1..0a37acf 100644 --- a/net/build/crash_cache.vcproj +++ b/net/build/crash_cache.vcproj @@ -1,155 +1,155 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="crash_cache"
- ProjectGUID="{B0EE0599-2913-46A0-A847-A3EC813658D3}"
- RootNamespace="crash_cache"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\tools\crash_cache\crash_cache.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_test_util.cc"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="crash_cache" + ProjectGUID="{B0EE0599-2913-46A0-A847-A3EC813658D3}" + RootNamespace="crash_cache" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\tools\crash_cache\crash_cache.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_test_util.cc" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/net/build/dump_cache.vcproj b/net/build/dump_cache.vcproj index 3f90e3c..18f7864 100644 --- a/net/build/dump_cache.vcproj +++ b/net/build/dump_cache.vcproj @@ -1,159 +1,159 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="dump_cache"
- ProjectGUID="{4A14E455-2B7C-4C0F-BCC2-35A9666C186F}"
- RootNamespace="dump_cache"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\tools\dump_cache\dump_cache.cc"
- >
- </File>
- <File
- RelativePath="..\tools\dump_cache\dump_files.cc"
- >
- </File>
- <File
- RelativePath="..\tools\dump_cache\upgrade.cc"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="dump_cache" + ProjectGUID="{4A14E455-2B7C-4C0F-BCC2-35A9666C186F}" + RootNamespace="dump_cache" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\tools\dump_cache\dump_cache.cc" + > + </File> + <File + RelativePath="..\tools\dump_cache\dump_files.cc" + > + </File> + <File + RelativePath="..\tools\dump_cache\upgrade.cc" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 0371f78..d04b76a 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -1,1051 +1,1051 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="net"
- ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}"
- RootNamespace="net"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- <ToolFile
- RelativePath=".\convert_tld_data.rules"
- />
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="Convert TLD Data File"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="precompiled_net.h"
- ForcedIncludeFiles="precompiled_net.h"
- />
- <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\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="Convert TLD Data File"
- />
- <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="base"
- >
- <File
- RelativePath="..\base\address_list.cc"
- >
- </File>
- <File
- RelativePath="..\base\address_list.h"
- >
- </File>
- <File
- RelativePath="..\base\auth.h"
- >
- </File>
- <File
- RelativePath="..\base\auth_cache.cc"
- >
- </File>
- <File
- RelativePath="..\base\auth_cache.h"
- >
- </File>
- <File
- RelativePath="..\base\base64.cc"
- >
- </File>
- <File
- RelativePath="..\base\base64.h"
- >
- </File>
- <File
- RelativePath="..\base\bzip2_filter.cc"
- >
- </File>
- <File
- RelativePath="..\base\bzip2_filter.h"
- >
- </File>
- <File
- RelativePath="..\base\cert_status_flags.h"
- >
- </File>
- <File
- RelativePath="..\base\client_socket.h"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_factory.cc"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_factory.h"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_handle.cc"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_handle.h"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_pool.cc"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_pool.h"
- >
- </File>
- <File
- RelativePath="..\base\completion_callback.h"
- >
- </File>
- <File
- RelativePath="..\base\cookie_monster.cc"
- >
- </File>
- <File
- RelativePath="..\base\cookie_monster.h"
- >
- </File>
- <File
- RelativePath="..\base\cookie_policy.cc"
- >
- </File>
- <File
- RelativePath="..\base\cookie_policy.h"
- >
- </File>
- <File
- RelativePath="..\base\data_url.cc"
- >
- </File>
- <File
- RelativePath="..\base\data_url.h"
- >
- </File>
- <File
- RelativePath="..\base\directory_lister.cc"
- >
- </File>
- <File
- RelativePath="..\base\directory_lister.h"
- >
- </File>
- <File
- RelativePath="..\base\dns_resolution_observer.cc"
- >
- </File>
- <File
- RelativePath="..\base\dns_resolution_observer.h"
- >
- </File>
- <File
- RelativePath="..\base\effective_tld_names.dat"
- >
- </File>
- <File
- RelativePath="..\base\escape.cc"
- >
- </File>
- <File
- RelativePath="..\base\escape.h"
- >
- </File>
- <File
- RelativePath="..\base\ev_root_ca_metadata.cc"
- >
- </File>
- <File
- RelativePath="..\base\ev_root_ca_metadata.h"
- >
- </File>
- <File
- RelativePath="..\base\file_stream.h"
- >
- </File>
- <File
- RelativePath="..\base\file_stream_win.cc"
- >
- </File>
- <File
- RelativePath="..\base\filter.cc"
- >
- </File>
- <File
- RelativePath="..\base\filter.h"
- >
- </File>
- <File
- RelativePath="..\base\gzip_filter.cc"
- >
- </File>
- <File
- RelativePath="..\base\gzip_filter.h"
- >
- </File>
- <File
- RelativePath="..\base\gzip_header.cc"
- >
- </File>
- <File
- RelativePath="..\base\gzip_header.h"
- >
- </File>
- <File
- RelativePath="..\base\host_resolver.cc"
- >
- </File>
- <File
- RelativePath="..\base\host_resolver.h"
- >
- </File>
- <File
- RelativePath="..\base\listen_socket.cc"
- >
- </File>
- <File
- RelativePath="..\base\listen_socket.h"
- >
- </File>
- <File
- RelativePath="..\base\load_flags.h"
- >
- </File>
- <File
- RelativePath="..\base\mime_sniffer.cc"
- >
- </File>
- <File
- RelativePath="..\base\mime_sniffer.h"
- >
- </File>
- <File
- RelativePath="..\base\mime_util.cc"
- >
- </File>
- <File
- RelativePath="..\base\mime_util.h"
- >
- </File>
- <File
- RelativePath="..\base\net_error_list.h"
- >
- </File>
- <File
- RelativePath="..\base\net_errors.cc"
- >
- </File>
- <File
- RelativePath="..\base\net_errors.h"
- >
- </File>
- <File
- RelativePath="..\base\net_module.cc"
- >
- </File>
- <File
- RelativePath="..\base\net_module.h"
- >
- </File>
- <File
- RelativePath="..\base\net_resources.h"
- >
- </File>
- <File
- RelativePath="..\base\net_util.cc"
- >
- </File>
- <File
- RelativePath="..\base\net_util.h"
- >
- </File>
- <File
- RelativePath="..\base\net_util_win.cc"
- >
- </File>
- <File
- RelativePath="..\base\platform_mime_util.h"
- >
- </File>
- <File
- RelativePath="..\base\platform_mime_util_win.cc"
- >
- </File>
- <File
- RelativePath=".\precompiled_net.cc"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\precompiled_net.h"
- >
- </File>
- <File
- RelativePath="..\base\registry_controlled_domain.cc"
- >
- </File>
- <File
- RelativePath="..\base\registry_controlled_domain.h"
- >
- </File>
- <File
- RelativePath="..\base\scoped_cert_chain_context.h"
- >
- </File>
- <File
- RelativePath="..\base\sdch_filter.cc"
- >
- </File>
- <File
- RelativePath="..\base\sdch_filter.h"
- >
- </File>
- <File
- RelativePath="..\base\sdch_manager.cc"
- >
- </File>
- <File
- RelativePath="..\base\sdch_manager.h"
- >
- </File>
- <File
- RelativePath="..\base\socket.h"
- >
- </File>
- <File
- RelativePath="..\base\ssl_client_socket.h"
- >
- </File>
- <File
- RelativePath="..\base\ssl_client_socket_win.cc"
- >
- </File>
- <File
- RelativePath="..\base\ssl_client_socket_win.h"
- >
- </File>
- <File
- RelativePath="..\base\ssl_config_service.cc"
- >
- </File>
- <File
- RelativePath="..\base\ssl_config_service.h"
- >
- </File>
- <File
- RelativePath="..\base\ssl_info.h"
- >
- </File>
- <File
- RelativePath="..\base\ssl_test_util.cc"
- >
- </File>
- <File
- RelativePath="..\base\tcp_client_socket.h"
- >
- </File>
- <File
- RelativePath="..\base\tcp_client_socket_win.cc"
- >
- </File>
- <File
- RelativePath="..\base\telnet_server.cc"
- >
- </File>
- <File
- RelativePath="..\base\telnet_server.h"
- >
- </File>
- <File
- RelativePath="..\base\upload_data.cc"
- >
- </File>
- <File
- RelativePath="..\base\upload_data.h"
- >
- </File>
- <File
- RelativePath="..\base\upload_data_stream.cc"
- >
- </File>
- <File
- RelativePath="..\base\upload_data_stream.h"
- >
- </File>
- <File
- RelativePath="..\base\wininet_util.cc"
- >
- </File>
- <File
- RelativePath="..\base\wininet_util.h"
- >
- </File>
- <File
- RelativePath="..\base\winsock_init.cc"
- >
- </File>
- <File
- RelativePath="..\base\winsock_init.h"
- >
- </File>
- <File
- RelativePath="..\base\x509_certificate.cc"
- >
- </File>
- <File
- RelativePath="..\base\x509_certificate.h"
- >
- </File>
- <File
- RelativePath="..\base\x509_certificate_win.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="url_request"
- >
- <File
- RelativePath="..\url_request\mime_sniffer_proxy.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\mime_sniffer_proxy.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_about_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_about_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_context.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_error_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_error_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_file_dir_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_file_dir_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_file_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_file_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_filter.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_filter.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_ftp_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_ftp_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_http_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_http_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_inet_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_inet_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job_manager.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job_manager.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job_metrics.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job_metrics.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job_tracker.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_job_tracker.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_simple_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_simple_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_status.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_test_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_test_job.h"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_view_cache_job.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_view_cache_job.h"
- >
- </File>
- </Filter>
- <Filter
- Name="http"
- >
- <File
- RelativePath="..\http\cert_status_cache.cc"
- >
- </File>
- <File
- RelativePath="..\http\cert_status_cache.h"
- >
- </File>
- <File
- RelativePath="..\http\http_atom_list.h"
- >
- </File>
- <File
- RelativePath="..\http\http_cache.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_cache.h"
- >
- </File>
- <File
- RelativePath="..\http\http_chunked_decoder.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_chunked_decoder.h"
- >
- </File>
- <File
- RelativePath="..\http\http_network_layer.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_network_layer.h"
- >
- </File>
- <File
- RelativePath="..\http\http_network_session.h"
- >
- </File>
- <File
- RelativePath="..\http\http_network_transaction.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_network_transaction.h"
- >
- </File>
- <File
- RelativePath="..\http\http_request_info.h"
- >
- </File>
- <File
- RelativePath="..\http\http_response_headers.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_response_headers.h"
- >
- </File>
- <File
- RelativePath="..\http\http_response_info.h"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction.h"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction_factory.h"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction_winhttp.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction_winhttp.h"
- >
- </File>
- <File
- RelativePath="..\http\http_util.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_util.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_cache.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_cache.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_basic.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_basic.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_digest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_digest.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_basic.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_basic.h"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_digest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_digest.h"
- >
- </File>
- <File
- RelativePath="..\http\http_vary_data.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_vary_data.h"
- >
- </File>
- <File
- RelativePath="..\http\winhttp_request_throttle.cc"
- >
- </File>
- <File
- RelativePath="..\http\winhttp_request_throttle.h"
- >
- </File>
- </Filter>
- <Filter
- Name="disk_cache"
- >
- <File
- RelativePath="..\disk_cache\addr.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\backend_impl.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\backend_impl.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\block_files.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\block_files.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\cache_util.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\cache_util_win.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_format.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\entry_impl.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\entry_impl.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\errors.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\file.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\file_block.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\file_lock.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\file_lock.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\file_win.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\hash.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\hash.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mapped_file.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mapped_file_win.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mem_backend_impl.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mem_backend_impl.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mem_entry_impl.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mem_entry_impl.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mem_rankings.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mem_rankings.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\rankings.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\rankings.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\stats.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\stats.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\stats_histogram.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\stats_histogram.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\storage_block-inl.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\storage_block.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\trace.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\trace.h"
- >
- </File>
- </Filter>
- <Filter
- Name="proxy"
- >
- <File
- RelativePath="..\proxy\proxy_resolver_fixed.cc"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_resolver_fixed.h"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_resolver_null.h"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_resolver_winhttp.cc"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_resolver_winhttp.h"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_script_fetcher.cc"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_script_fetcher.h"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_service.cc"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_service.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="net" + ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}" + RootNamespace="net" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + <ToolFile + RelativePath=".\convert_tld_data.rules" + /> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="4" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Convert TLD Data File" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="precompiled_net.h" + ForcedIncludeFiles="precompiled_net.h" + /> + <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\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="Convert TLD Data File" + /> + <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="base" + > + <File + RelativePath="..\base\address_list.cc" + > + </File> + <File + RelativePath="..\base\address_list.h" + > + </File> + <File + RelativePath="..\base\auth.h" + > + </File> + <File + RelativePath="..\base\auth_cache.cc" + > + </File> + <File + RelativePath="..\base\auth_cache.h" + > + </File> + <File + RelativePath="..\base\base64.cc" + > + </File> + <File + RelativePath="..\base\base64.h" + > + </File> + <File + RelativePath="..\base\bzip2_filter.cc" + > + </File> + <File + RelativePath="..\base\bzip2_filter.h" + > + </File> + <File + RelativePath="..\base\cert_status_flags.h" + > + </File> + <File + RelativePath="..\base\client_socket.h" + > + </File> + <File + RelativePath="..\base\client_socket_factory.cc" + > + </File> + <File + RelativePath="..\base\client_socket_factory.h" + > + </File> + <File + RelativePath="..\base\client_socket_handle.cc" + > + </File> + <File + RelativePath="..\base\client_socket_handle.h" + > + </File> + <File + RelativePath="..\base\client_socket_pool.cc" + > + </File> + <File + RelativePath="..\base\client_socket_pool.h" + > + </File> + <File + RelativePath="..\base\completion_callback.h" + > + </File> + <File + RelativePath="..\base\cookie_monster.cc" + > + </File> + <File + RelativePath="..\base\cookie_monster.h" + > + </File> + <File + RelativePath="..\base\cookie_policy.cc" + > + </File> + <File + RelativePath="..\base\cookie_policy.h" + > + </File> + <File + RelativePath="..\base\data_url.cc" + > + </File> + <File + RelativePath="..\base\data_url.h" + > + </File> + <File + RelativePath="..\base\directory_lister.cc" + > + </File> + <File + RelativePath="..\base\directory_lister.h" + > + </File> + <File + RelativePath="..\base\dns_resolution_observer.cc" + > + </File> + <File + RelativePath="..\base\dns_resolution_observer.h" + > + </File> + <File + RelativePath="..\base\effective_tld_names.dat" + > + </File> + <File + RelativePath="..\base\escape.cc" + > + </File> + <File + RelativePath="..\base\escape.h" + > + </File> + <File + RelativePath="..\base\ev_root_ca_metadata.cc" + > + </File> + <File + RelativePath="..\base\ev_root_ca_metadata.h" + > + </File> + <File + RelativePath="..\base\file_stream.h" + > + </File> + <File + RelativePath="..\base\file_stream_win.cc" + > + </File> + <File + RelativePath="..\base\filter.cc" + > + </File> + <File + RelativePath="..\base\filter.h" + > + </File> + <File + RelativePath="..\base\gzip_filter.cc" + > + </File> + <File + RelativePath="..\base\gzip_filter.h" + > + </File> + <File + RelativePath="..\base\gzip_header.cc" + > + </File> + <File + RelativePath="..\base\gzip_header.h" + > + </File> + <File + RelativePath="..\base\host_resolver.cc" + > + </File> + <File + RelativePath="..\base\host_resolver.h" + > + </File> + <File + RelativePath="..\base\listen_socket.cc" + > + </File> + <File + RelativePath="..\base\listen_socket.h" + > + </File> + <File + RelativePath="..\base\load_flags.h" + > + </File> + <File + RelativePath="..\base\mime_sniffer.cc" + > + </File> + <File + RelativePath="..\base\mime_sniffer.h" + > + </File> + <File + RelativePath="..\base\mime_util.cc" + > + </File> + <File + RelativePath="..\base\mime_util.h" + > + </File> + <File + RelativePath="..\base\net_error_list.h" + > + </File> + <File + RelativePath="..\base\net_errors.cc" + > + </File> + <File + RelativePath="..\base\net_errors.h" + > + </File> + <File + RelativePath="..\base\net_module.cc" + > + </File> + <File + RelativePath="..\base\net_module.h" + > + </File> + <File + RelativePath="..\base\net_resources.h" + > + </File> + <File + RelativePath="..\base\net_util.cc" + > + </File> + <File + RelativePath="..\base\net_util.h" + > + </File> + <File + RelativePath="..\base\net_util_win.cc" + > + </File> + <File + RelativePath="..\base\platform_mime_util.h" + > + </File> + <File + RelativePath="..\base\platform_mime_util_win.cc" + > + </File> + <File + RelativePath=".\precompiled_net.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\precompiled_net.h" + > + </File> + <File + RelativePath="..\base\registry_controlled_domain.cc" + > + </File> + <File + RelativePath="..\base\registry_controlled_domain.h" + > + </File> + <File + RelativePath="..\base\scoped_cert_chain_context.h" + > + </File> + <File + RelativePath="..\base\sdch_filter.cc" + > + </File> + <File + RelativePath="..\base\sdch_filter.h" + > + </File> + <File + RelativePath="..\base\sdch_manager.cc" + > + </File> + <File + RelativePath="..\base\sdch_manager.h" + > + </File> + <File + RelativePath="..\base\socket.h" + > + </File> + <File + RelativePath="..\base\ssl_client_socket.h" + > + </File> + <File + RelativePath="..\base\ssl_client_socket_win.cc" + > + </File> + <File + RelativePath="..\base\ssl_client_socket_win.h" + > + </File> + <File + RelativePath="..\base\ssl_config_service.cc" + > + </File> + <File + RelativePath="..\base\ssl_config_service.h" + > + </File> + <File + RelativePath="..\base\ssl_info.h" + > + </File> + <File + RelativePath="..\base\ssl_test_util.cc" + > + </File> + <File + RelativePath="..\base\tcp_client_socket.h" + > + </File> + <File + RelativePath="..\base\tcp_client_socket_win.cc" + > + </File> + <File + RelativePath="..\base\telnet_server.cc" + > + </File> + <File + RelativePath="..\base\telnet_server.h" + > + </File> + <File + RelativePath="..\base\upload_data.cc" + > + </File> + <File + RelativePath="..\base\upload_data.h" + > + </File> + <File + RelativePath="..\base\upload_data_stream.cc" + > + </File> + <File + RelativePath="..\base\upload_data_stream.h" + > + </File> + <File + RelativePath="..\base\wininet_util.cc" + > + </File> + <File + RelativePath="..\base\wininet_util.h" + > + </File> + <File + RelativePath="..\base\winsock_init.cc" + > + </File> + <File + RelativePath="..\base\winsock_init.h" + > + </File> + <File + RelativePath="..\base\x509_certificate.cc" + > + </File> + <File + RelativePath="..\base\x509_certificate.h" + > + </File> + <File + RelativePath="..\base\x509_certificate_win.cc" + > + </File> + </Filter> + <Filter + Name="url_request" + > + <File + RelativePath="..\url_request\mime_sniffer_proxy.cc" + > + </File> + <File + RelativePath="..\url_request\mime_sniffer_proxy.h" + > + </File> + <File + RelativePath="..\url_request\url_request.cc" + > + </File> + <File + RelativePath="..\url_request\url_request.h" + > + </File> + <File + RelativePath="..\url_request\url_request_about_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_about_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_context.h" + > + </File> + <File + RelativePath="..\url_request\url_request_error_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_error_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_file_dir_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_file_dir_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_file_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_file_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_filter.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_filter.h" + > + </File> + <File + RelativePath="..\url_request\url_request_ftp_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_ftp_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_http_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_http_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_inet_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_inet_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_job_manager.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_job_manager.h" + > + </File> + <File + RelativePath="..\url_request\url_request_job_metrics.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_job_metrics.h" + > + </File> + <File + RelativePath="..\url_request\url_request_job_tracker.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_job_tracker.h" + > + </File> + <File + RelativePath="..\url_request\url_request_simple_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_simple_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_status.h" + > + </File> + <File + RelativePath="..\url_request\url_request_test_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_test_job.h" + > + </File> + <File + RelativePath="..\url_request\url_request_view_cache_job.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_view_cache_job.h" + > + </File> + </Filter> + <Filter + Name="http" + > + <File + RelativePath="..\http\cert_status_cache.cc" + > + </File> + <File + RelativePath="..\http\cert_status_cache.h" + > + </File> + <File + RelativePath="..\http\http_atom_list.h" + > + </File> + <File + RelativePath="..\http\http_cache.cc" + > + </File> + <File + RelativePath="..\http\http_cache.h" + > + </File> + <File + RelativePath="..\http\http_chunked_decoder.cc" + > + </File> + <File + RelativePath="..\http\http_chunked_decoder.h" + > + </File> + <File + RelativePath="..\http\http_network_layer.cc" + > + </File> + <File + RelativePath="..\http\http_network_layer.h" + > + </File> + <File + RelativePath="..\http\http_network_session.h" + > + </File> + <File + RelativePath="..\http\http_network_transaction.cc" + > + </File> + <File + RelativePath="..\http\http_network_transaction.h" + > + </File> + <File + RelativePath="..\http\http_request_info.h" + > + </File> + <File + RelativePath="..\http\http_response_headers.cc" + > + </File> + <File + RelativePath="..\http\http_response_headers.h" + > + </File> + <File + RelativePath="..\http\http_response_info.h" + > + </File> + <File + RelativePath="..\http\http_transaction.h" + > + </File> + <File + RelativePath="..\http\http_transaction_factory.h" + > + </File> + <File + RelativePath="..\http\http_transaction_winhttp.cc" + > + </File> + <File + RelativePath="..\http\http_transaction_winhttp.h" + > + </File> + <File + RelativePath="..\http\http_util.cc" + > + </File> + <File + RelativePath="..\http\http_util.h" + > + </File> + <File + RelativePath="..\http\http_auth.cc" + > + </File> + <File + RelativePath="..\http\http_auth.h" + > + </File> + <File + RelativePath="..\http\http_auth_cache.cc" + > + </File> + <File + RelativePath="..\http\http_auth_cache.h" + > + </File> + <File + RelativePath="..\http\http_auth_handler.h" + > + </File> + <File + RelativePath="..\http\http_auth_handler.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_basic.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_basic.h" + > + </File> + <File + RelativePath="..\http\http_auth_handler_digest.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_digest.h" + > + </File> + <File + RelativePath="..\http\http_auth.cc" + > + </File> + <File + RelativePath="..\http\http_auth.h" + > + </File> + <File + RelativePath="..\http\http_auth_handler.h" + > + </File> + <File + RelativePath="..\http\http_auth_handler.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_basic.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_basic.h" + > + </File> + <File + RelativePath="..\http\http_auth_handler_digest.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_digest.h" + > + </File> + <File + RelativePath="..\http\http_vary_data.cc" + > + </File> + <File + RelativePath="..\http\http_vary_data.h" + > + </File> + <File + RelativePath="..\http\winhttp_request_throttle.cc" + > + </File> + <File + RelativePath="..\http\winhttp_request_throttle.h" + > + </File> + </Filter> + <Filter + Name="disk_cache" + > + <File + RelativePath="..\disk_cache\addr.h" + > + </File> + <File + RelativePath="..\disk_cache\backend_impl.cc" + > + </File> + <File + RelativePath="..\disk_cache\backend_impl.h" + > + </File> + <File + RelativePath="..\disk_cache\block_files.cc" + > + </File> + <File + RelativePath="..\disk_cache\block_files.h" + > + </File> + <File + RelativePath="..\disk_cache\cache_util.h" + > + </File> + <File + RelativePath="..\disk_cache\cache_util_win.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache.h" + > + </File> + <File + RelativePath="..\disk_cache\disk_format.h" + > + </File> + <File + RelativePath="..\disk_cache\entry_impl.cc" + > + </File> + <File + RelativePath="..\disk_cache\entry_impl.h" + > + </File> + <File + RelativePath="..\disk_cache\errors.h" + > + </File> + <File + RelativePath="..\disk_cache\file.h" + > + </File> + <File + RelativePath="..\disk_cache\file_block.h" + > + </File> + <File + RelativePath="..\disk_cache\file_lock.cc" + > + </File> + <File + RelativePath="..\disk_cache\file_lock.h" + > + </File> + <File + RelativePath="..\disk_cache\file_win.cc" + > + </File> + <File + RelativePath="..\disk_cache\hash.cc" + > + </File> + <File + RelativePath="..\disk_cache\hash.h" + > + </File> + <File + RelativePath="..\disk_cache\mapped_file.h" + > + </File> + <File + RelativePath="..\disk_cache\mapped_file_win.cc" + > + </File> + <File + RelativePath="..\disk_cache\mem_backend_impl.cc" + > + </File> + <File + RelativePath="..\disk_cache\mem_backend_impl.h" + > + </File> + <File + RelativePath="..\disk_cache\mem_entry_impl.cc" + > + </File> + <File + RelativePath="..\disk_cache\mem_entry_impl.h" + > + </File> + <File + RelativePath="..\disk_cache\mem_rankings.cc" + > + </File> + <File + RelativePath="..\disk_cache\mem_rankings.h" + > + </File> + <File + RelativePath="..\disk_cache\rankings.cc" + > + </File> + <File + RelativePath="..\disk_cache\rankings.h" + > + </File> + <File + RelativePath="..\disk_cache\stats.cc" + > + </File> + <File + RelativePath="..\disk_cache\stats.h" + > + </File> + <File + RelativePath="..\disk_cache\stats_histogram.cc" + > + </File> + <File + RelativePath="..\disk_cache\stats_histogram.h" + > + </File> + <File + RelativePath="..\disk_cache\storage_block-inl.h" + > + </File> + <File + RelativePath="..\disk_cache\storage_block.h" + > + </File> + <File + RelativePath="..\disk_cache\trace.cc" + > + </File> + <File + RelativePath="..\disk_cache\trace.h" + > + </File> + </Filter> + <Filter + Name="proxy" + > + <File + RelativePath="..\proxy\proxy_resolver_fixed.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_fixed.h" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_null.h" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_winhttp.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_winhttp.h" + > + </File> + <File + RelativePath="..\proxy\proxy_script_fetcher.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_script_fetcher.h" + > + </File> + <File + RelativePath="..\proxy\proxy_service.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_service.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/net/build/net_perftests.vcproj b/net/build/net_perftests.vcproj index 3a885c6..04cf0c9 100644 --- a/net/build/net_perftests.vcproj +++ b/net/build/net_perftests.vcproj @@ -1,175 +1,175 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="net_perftests"
- ProjectGUID="{AAC78796-B9A2-4CD9-BF89-09B03E92BF73}"
- RootNamespace="net_perftests"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="PERF_TEST"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="PERF_TEST"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="support"
- >
- <File
- RelativePath="..\..\base\perftimer.cc"
- >
- </File>
- <File
- RelativePath="..\..\base\run_all_perftests.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="tests"
- >
- <File
- RelativePath="..\base\cookie_monster_perftest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_perftest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_test_util.cc"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="net_perftests" + ProjectGUID="{AAC78796-B9A2-4CD9-BF89-09B03E92BF73}" + RootNamespace="net_perftests" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="PERF_TEST" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="PERF_TEST" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="support" + > + <File + RelativePath="..\..\base\perftimer.cc" + > + </File> + <File + RelativePath="..\..\base\run_all_perftests.cc" + > + </File> + </Filter> + <Filter + Name="tests" + > + <File + RelativePath="..\base\cookie_monster_perftest.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_perftest.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_test_util.cc" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index faa6f83..0180e11 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -1,430 +1,430 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="net_unittests"
- ProjectGUID="{E99DA267-BE90-4F45-88A1-6919DB2C7567}"
- RootNamespace="net_unittests"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="UNIT_TEST"
- UsePrecompiledHeader="2"
- PrecompiledHeaderThrough="precompiled_net.h"
- ForcedIncludeFiles="precompiled_net.h"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="UNIT_TEST"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="support"
- >
- <File
- RelativePath=".\precompiled_net.cc"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\precompiled_net.h"
- >
- </File>
- <File
- RelativePath="..\base\run_all_unittests.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="tests"
- >
- <Filter
- Name="disk_cache"
- >
- <File
- RelativePath="..\disk_cache\addr_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\backend_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\block_files_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_test_base.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_test_base.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_test_util.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\disk_cache_test_util.h"
- >
- </File>
- <File
- RelativePath="..\disk_cache\entry_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\mapped_file_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\storage_block_unittest.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="http"
- >
- <File
- RelativePath="..\http\http_auth_cache_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_basic_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_handler_digest_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_auth_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_cache_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_chunked_decoder_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_network_layer_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_network_transaction_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_response_headers_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction_unittest.h"
- >
- </File>
- <File
- RelativePath="..\http\http_transaction_winhttp_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_util_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\http_vary_data_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\http\winhttp_request_throttle_unittest.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="base"
- >
- <File
- RelativePath="..\base\auth_cache_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\base64_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\bzip2_filter_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\client_socket_pool_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\cookie_monster_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\cookie_policy_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\data_url_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\directory_lister_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\escape_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\file_stream_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\filter_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\gzip_filter_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\host_resolver_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\listen_socket_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\listen_socket_unittest.h"
- >
- </File>
- <File
- RelativePath="..\base\mime_sniffer_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\mime_util_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\net_util_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\registry_controlled_domain_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\sdch_filter_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\ssl_client_socket_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\ssl_config_service_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\tcp_client_socket_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\telnet_server_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\test_completion_callback_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\wininet_util_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\base\x509_certificate_unittest.cc"
- >
- </File>
- </Filter>
- <Filter
- Name="url_request"
- >
- <File
- RelativePath="..\url_request\url_request_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\url_request\url_request_unittest.h"
- >
- </File>
- </Filter>
- <Filter
- Name="proxy"
- >
- <File
- RelativePath="..\proxy\proxy_script_fetcher_unittest.cc"
- >
- </File>
- <File
- RelativePath="..\proxy\proxy_service_unittest.cc"
- >
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="net_unittests" + ProjectGUID="{E99DA267-BE90-4F45-88A1-6919DB2C7567}" + RootNamespace="net_unittests" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="UNIT_TEST" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="precompiled_net.h" + ForcedIncludeFiles="precompiled_net.h" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + PreprocessorDefinitions="UNIT_TEST" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLinkerTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="support" + > + <File + RelativePath=".\precompiled_net.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + UsePrecompiledHeader="1" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCLCompilerTool" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\precompiled_net.h" + > + </File> + <File + RelativePath="..\base\run_all_unittests.cc" + > + </File> + </Filter> + <Filter + Name="tests" + > + <Filter + Name="disk_cache" + > + <File + RelativePath="..\disk_cache\addr_unittest.cc" + > + </File> + <File + RelativePath="..\disk_cache\backend_unittest.cc" + > + </File> + <File + RelativePath="..\disk_cache\block_files_unittest.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_test_base.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_test_base.h" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_test_util.cc" + > + </File> + <File + RelativePath="..\disk_cache\disk_cache_test_util.h" + > + </File> + <File + RelativePath="..\disk_cache\entry_unittest.cc" + > + </File> + <File + RelativePath="..\disk_cache\mapped_file_unittest.cc" + > + </File> + <File + RelativePath="..\disk_cache\storage_block_unittest.cc" + > + </File> + </Filter> + <Filter + Name="http" + > + <File + RelativePath="..\http\http_auth_cache_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_basic_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_auth_handler_digest_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_auth_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_cache_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_chunked_decoder_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_network_layer_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_network_transaction_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_response_headers_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_transaction_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_transaction_unittest.h" + > + </File> + <File + RelativePath="..\http\http_transaction_winhttp_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_util_unittest.cc" + > + </File> + <File + RelativePath="..\http\http_vary_data_unittest.cc" + > + </File> + <File + RelativePath="..\http\winhttp_request_throttle_unittest.cc" + > + </File> + </Filter> + <Filter + Name="base" + > + <File + RelativePath="..\base\auth_cache_unittest.cc" + > + </File> + <File + RelativePath="..\base\base64_unittest.cc" + > + </File> + <File + RelativePath="..\base\bzip2_filter_unittest.cc" + > + </File> + <File + RelativePath="..\base\client_socket_pool_unittest.cc" + > + </File> + <File + RelativePath="..\base\cookie_monster_unittest.cc" + > + </File> + <File + RelativePath="..\base\cookie_policy_unittest.cc" + > + </File> + <File + RelativePath="..\base\data_url_unittest.cc" + > + </File> + <File + RelativePath="..\base\directory_lister_unittest.cc" + > + </File> + <File + RelativePath="..\base\escape_unittest.cc" + > + </File> + <File + RelativePath="..\base\file_stream_unittest.cc" + > + </File> + <File + RelativePath="..\base\filter_unittest.cc" + > + </File> + <File + RelativePath="..\base\gzip_filter_unittest.cc" + > + </File> + <File + RelativePath="..\base\host_resolver_unittest.cc" + > + </File> + <File + RelativePath="..\base\listen_socket_unittest.cc" + > + </File> + <File + RelativePath="..\base\listen_socket_unittest.h" + > + </File> + <File + RelativePath="..\base\mime_sniffer_unittest.cc" + > + </File> + <File + RelativePath="..\base\mime_util_unittest.cc" + > + </File> + <File + RelativePath="..\base\net_util_unittest.cc" + > + </File> + <File + RelativePath="..\base\registry_controlled_domain_unittest.cc" + > + </File> + <File + RelativePath="..\base\sdch_filter_unittest.cc" + > + </File> + <File + RelativePath="..\base\ssl_client_socket_unittest.cc" + > + </File> + <File + RelativePath="..\base\ssl_config_service_unittest.cc" + > + </File> + <File + RelativePath="..\base\tcp_client_socket_unittest.cc" + > + </File> + <File + RelativePath="..\base\telnet_server_unittest.cc" + > + </File> + <File + RelativePath="..\base\test_completion_callback_unittest.cc" + > + </File> + <File + RelativePath="..\base\wininet_util_unittest.cc" + > + </File> + <File + RelativePath="..\base\x509_certificate_unittest.cc" + > + </File> + </Filter> + <Filter + Name="url_request" + > + <File + RelativePath="..\url_request\url_request_unittest.cc" + > + </File> + <File + RelativePath="..\url_request\url_request_unittest.h" + > + </File> + </Filter> + <Filter + Name="proxy" + > + <File + RelativePath="..\proxy\proxy_script_fetcher_unittest.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_service_unittest.cc" + > + </File> + </Filter> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/net/build/stress_cache.vcproj b/net/build/stress_cache.vcproj index f9c455a..590ec5e 100644 --- a/net/build/stress_cache.vcproj +++ b/net/build/stress_cache.vcproj @@ -1,155 +1,155 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="stress_cache"
- ProjectGUID="{B491C3A1-DE5F-4843-A1BB-AB8C4337187B}"
- RootNamespace="stress_cache"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\disk_cache\disk_cache_test_util.cc"
- >
- </File>
- <File
- RelativePath="..\disk_cache\stress_cache.cc"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="stress_cache" + ProjectGUID="{B491C3A1-DE5F-4843-A1BB-AB8C4337187B}" + RootNamespace="stress_cache" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\disk_cache\disk_cache_test_util.cc" + > + </File> + <File + RelativePath="..\disk_cache\stress_cache.cc" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/net/build/tld_cleanup.vcproj b/net/build/tld_cleanup.vcproj index 492c867..c628d9a 100644 --- a/net/build/tld_cleanup.vcproj +++ b/net/build/tld_cleanup.vcproj @@ -1,151 +1,151 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="tld_cleanup"
- ProjectGUID="{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}"
- RootNamespace="tld_cleanup"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- ConfigurationType="1"
- InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool"
- SubSystem="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\tools\tld_cleanup\tld_cleanup.cc"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="tld_cleanup" + ProjectGUID="{E13045CD-7E1F-4A41-9B18-8D288B2E7B41}" + RootNamespace="tld_cleanup" + Keyword="Win32Proj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + ConfigurationType="1" + InheritedPropertySheets="$(SolutionDir)..\build\common.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="VCLinkerTool" + SubSystem="1" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCManifestTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCAppVerifierTool" + /> + <Tool + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <File + RelativePath="..\tools\tld_cleanup\tld_cleanup.cc" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |