SF.net SVN: mod-aspdotnet: [189] mod_aspdotnet2/trunk/msi_dll/ resolve_apache.vcproj
Brought to you by:
wrowe
From: <wr...@us...> - 2007-08-14 19:08:34
|
Revision: 189 http://mod-aspdotnet.svn.sourceforge.net/mod-aspdotnet/?rev=189&view=rev Author: wrowe Date: 2007-08-14 12:08:31 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Bump to VC8 Modified Paths: -------------- mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj Modified: mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj =================================================================== --- mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj 2007-08-14 17:34:01 UTC (rev 188) +++ mod_aspdotnet2/trunk/msi_dll/resolve_apache.vcproj 2007-08-14 19:08:31 UTC (rev 189) @@ -1,78 +1,138 @@ -<?xml version="1.0" encoding = "Windows-1252"?> +<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="7.00" + Version="8.00" Name="resolve_apache" ProjectGUID="{5149E89D-79D2-4FE7-B088-4987CF385D46}" - SccProjectName="" - SccLocalPath=""> + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Release|Win32" OutputDirectory="..\Release" IntermediateDirectory=".\Release" ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BINARY=Apache.exe" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="0" - EnableFunctionLevelLinking="TRUE" + EnableFunctionLevelLinking="true" PrecompiledHeaderFile="" AssemblerListingLocation="" ProgramDataBaseFileName=".\Release\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE"/> + SuppressStartupBanner="true" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).dll" LinkIncremental="1" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" + SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" OptimizeReferences="2" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> + ImportLibrary="$(OutDir)/$(TargetName).lib" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BINARY=Apache.exe" @@ -81,104 +141,176 @@ AssemblerListingLocation="" ProgramDataBaseFileName=".\Debug\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3"/> + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).dll" LinkIncremental="2" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" + SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> + ImportLibrary="$(OutDir)/$(TargetName).lib" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release 2.2|Win32" OutputDirectory="..\Release22" IntermediateDirectory=".\Release22" ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" InlineFunctionExpansion="1" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BINARY=httpd.exe" - StringPooling="TRUE" + StringPooling="true" RuntimeLibrary="0" - EnableFunctionLevelLinking="TRUE" + EnableFunctionLevelLinking="true" PrecompiledHeaderFile="" AssemblerListingLocation="" ProgramDataBaseFileName=".\Release22\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE"/> + SuppressStartupBanner="true" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" OutputFile="$(OutDir)/$(ProjectName).dll" LinkIncremental="1" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" + SuppressStartupBanner="true" + GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb" SubSystem="2" OptimizeReferences="2" - ImportLibrary="$(OutDir)/$(TargetName).lib"/> + ImportLibrary="$(OutDir)/$(TargetName).lib" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1033"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Debug 2.2|Win32" OutputDirectory=".\Debug22" IntermediateDirectory=".\Debug22" ConfigurationType="2" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> + ATLMinimizesCRunTimeLibraryUsage="false" + > <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="true" + SuppressStartupBanner="true" + TargetEnvironment="1" + TypeLibraryName="./resolve_apache.tlb" + /> + <Tool Name="VCCLCompilerTool" Optimization="0" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BINARY=httpd.exe" @@ -187,46 +319,64 @@ AssemblerListingLocation="" ProgramDataBaseFileName=".\Debug22\resolve_apache_src" WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3"/> + SuppressStartupBanner="true" + DebugInformationFormat="3" + /> <Tool - Name="VCCustomBuildTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool Name="VCLinkerTool" AdditionalDependencies="msi.lib wsock32.lib" LinkIncremental="2" - SuppressStartupBanner="TRUE" - GenerateDebugInformation="TRUE" - SubSystem="2"/> + SuppressStartupBanner="true" + GenerateDebugInformation="true" + SubSystem="2" + /> <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="TRUE" - SuppressStartupBanner="TRUE" - TargetEnvironment="1" - TypeLibraryName="./resolve_apache.tlb"/> + Name="VCALinkTool" + /> <Tool - Name="VCPostBuildEventTool"/> + Name="VCManifestTool" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> + Name="VCFxCopTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCAppVerifierTool" + /> <Tool - Name="VCWebDeploymentTool"/> + Name="VCWebDeploymentTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> + <References> + </References> <Files> <File - RelativePath=".\quicksearch.c"> + RelativePath=".\quicksearch.c" + > </File> <File - RelativePath=".\resolve_apache.c"> + RelativePath=".\resolve_apache.c" + > </File> </Files> <Globals> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |