Annotation of parser3/src/lib/pcre/pcre_internal.vcproj, revision 1.1
1.1 ! moko 1: <?xml version="1.0" encoding="windows-1251"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="pcre_internal"
! 6: SccProjectName="pcre_internal"
! 7: SccAuxPath=""
! 8: SccLocalPath="."
! 9: SccProvider="MSSCCI:Jalindi Igloo">
! 10: <Platforms>
! 11: <Platform
! 12: Name="Win32"/>
! 13: </Platforms>
! 14: <Configurations>
! 15: <Configuration
! 16: Name="Debug|Win32"
! 17: OutputDirectory=".\Debug"
! 18: IntermediateDirectory=".\Debug"
! 19: ConfigurationType="4"
! 20: UseOfMFC="0"
! 21: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 22: CharacterSet="2">
! 23: <Tool
! 24: Name="VCCLCompilerTool"
! 25: Optimization="0"
! 26: AdditionalIncludeDirectories="..\..\include"
! 27: PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
! 28: BasicRuntimeChecks="3"
! 29: RuntimeLibrary="3"
! 30: UsePrecompiledHeader="2"
! 31: PrecompiledHeaderFile=".\Debug/pcre_internal.pch"
! 32: AssemblerListingLocation=".\Debug/"
! 33: ObjectFile=".\Debug/"
! 34: ProgramDataBaseFileName=".\Debug/"
! 35: BrowseInformation="1"
! 36: WarningLevel="4"
! 37: SuppressStartupBanner="TRUE"
! 38: DebugInformationFormat="3"
! 39: CompileAs="0"/>
! 40: <Tool
! 41: Name="VCCustomBuildTool"/>
! 42: <Tool
! 43: Name="VCLibrarianTool"
! 44: OutputFile=".\Debug\pcre_internal.lib"
! 45: SuppressStartupBanner="TRUE"/>
! 46: <Tool
! 47: Name="VCMIDLTool"/>
! 48: <Tool
! 49: Name="VCPostBuildEventTool"/>
! 50: <Tool
! 51: Name="VCPreBuildEventTool"/>
! 52: <Tool
! 53: Name="VCPreLinkEventTool"/>
! 54: <Tool
! 55: Name="VCResourceCompilerTool"
! 56: PreprocessorDefinitions="_DEBUG"
! 57: Culture="1049"/>
! 58: <Tool
! 59: Name="VCWebServiceProxyGeneratorTool"/>
! 60: <Tool
! 61: Name="VCXMLDataGeneratorTool"/>
! 62: <Tool
! 63: Name="VCManagedWrapperGeneratorTool"/>
! 64: <Tool
! 65: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 66: </Configuration>
! 67: <Configuration
! 68: Name="Release|Win32"
! 69: OutputDirectory=".\Release"
! 70: IntermediateDirectory=".\Release"
! 71: ConfigurationType="4"
! 72: UseOfMFC="0"
! 73: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 74: CharacterSet="2">
! 75: <Tool
! 76: Name="VCCLCompilerTool"
! 77: optimization="2"
! 78: GlobalOptimizations="TRUE"
! 79: InlineFunctionExpansion="1"
! 80: AdditionalIncludeDirectories="..\..\include"
! 81: PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
! 82: StringPooling="TRUE"
! 83: RuntimeLibrary="2"
! 84: EnableFunctionLevelLinking="TRUE"
! 85: UsePrecompiledHeader="2"
! 86: PrecompiledHeaderFile=".\Release/pcre_internal.pch"
! 87: AssemblerListingLocation=".\Release/"
! 88: ObjectFile=".\Release/"
! 89: ProgramDataBaseFileName=".\Release/"
! 90: WarningLevel="4"
! 91: SuppressStartupBanner="TRUE"
! 92: CompileAs="0"/>
! 93: <Tool
! 94: Name="VCCustomBuildTool"/>
! 95: <Tool
! 96: Name="VCLibrarianTool"
! 97: OutputFile=".\Release\pcre_internal.lib"
! 98: SuppressStartupBanner="TRUE"/>
! 99: <Tool
! 100: Name="VCMIDLTool"/>
! 101: <Tool
! 102: Name="VCPostBuildEventTool"/>
! 103: <Tool
! 104: Name="VCPreBuildEventTool"/>
! 105: <Tool
! 106: Name="VCPreLinkEventTool"/>
! 107: <Tool
! 108: Name="VCResourceCompilerTool"
! 109: PreprocessorDefinitions="NDEBUG"
! 110: Culture="1049"/>
! 111: <Tool
! 112: Name="VCWebServiceProxyGeneratorTool"/>
! 113: <Tool
! 114: Name="VCXMLDataGeneratorTool"/>
! 115: <Tool
! 116: Name="VCManagedWrapperGeneratorTool"/>
! 117: <Tool
! 118: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 119: </Configuration>
! 120: </Configurations>
! 121: <References>
! 122: </References>
! 123: <Files>
! 124: <File
! 125: RelativePath="pa_pcre_internal.h">
! 126: </File>
! 127: <File
! 128: RelativePath="pa_pcre_chartables.c">
! 129: <FileConfiguration
! 130: Name="Debug|Win32">
! 131: <Tool
! 132: Name="VCCLCompilerTool"
! 133: Optimization="0"
! 134: AdditionalIncludeDirectories=""
! 135: PreprocessorDefinitions=""
! 136: BasicRuntimeChecks="3"
! 137: BrowseInformation="1"/>
! 138: </FileConfiguration>
! 139: <FileConfiguration
! 140: Name="Release|Win32">
! 141: <Tool
! 142: Name="VCCLCompilerTool"
! 143: optimization="2"
! 144: GlobalOptimizations="TRUE"
! 145: AdditionalIncludeDirectories=""
! 146: PreprocessorDefinitions=""/>
! 147: </FileConfiguration>
! 148: </File>
! 149: <File
! 150: RelativePath="pa_pcre_valid_utf8.c">
! 151: <FileConfiguration
! 152: Name="Debug|Win32">
! 153: <Tool
! 154: Name="VCCLCompilerTool"
! 155: Optimization="0"
! 156: AdditionalIncludeDirectories=""
! 157: PreprocessorDefinitions=""
! 158: BasicRuntimeChecks="3"
! 159: BrowseInformation="1"/>
! 160: </FileConfiguration>
! 161: <FileConfiguration
! 162: Name="Release|Win32">
! 163: <Tool
! 164: Name="VCCLCompilerTool"
! 165: optimization="2"
! 166: GlobalOptimizations="TRUE"
! 167: AdditionalIncludeDirectories=""
! 168: PreprocessorDefinitions=""/>
! 169: </FileConfiguration>
! 170: </File>
! 171: </Files>
! 172: <Globals>
! 173: </Globals>
! 174: </VisualStudioProject>
E-mail: