Annotation of win32/pcre/pcre.vcproj, revision 1.3
1.3 ! misha 1: <?xml version="1.0" encoding="Windows-1252"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="pcre"
! 6: ProjectGUID="{73CC6D61-DDEB-4113-96A7-B96B252613B7}"
! 7: SccProjectName=""
! 8: SccLocalPath=""
! 9: Keyword="Win32Proj">
! 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: AdditionalOptions=" /Zm1000"
! 26: Optimization="0"
! 27: InlineFunctionExpansion="0"
! 28: AdditionalIncludeDirectories=".\"
! 29: PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 30: ExceptionHandling="FALSE"
! 31: BasicRuntimeChecks="1"
! 32: RuntimeLibrary="3"
! 33: AssemblerListingLocation="Debug"
! 34: ObjectFile="$(IntDir)\"
! 35: ProgramDataBaseFileName=".\Debug\pcre.pdb"
! 36: WarningLevel="3"
! 37: DebugInformationFormat="3"
! 38: CompileAs="1"/>
! 39: <Tool
! 40: Name="VCCustomBuildTool"/>
! 41: <Tool
! 42: Name="VCLibrarianTool"
! 43: OutputFile=".\Debug\pcre.lib"/>
! 44: <Tool
! 45: Name="VCMIDLTool"
! 46: PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 47: MkTypLibCompatible="FALSE"
! 48: TargetEnvironment="1"
! 49: GenerateStublessProxies="TRUE"
! 50: TypeLibraryName="$(InputName).tlb"
! 51: OutputDirectory="$(IntDir)"
! 52: HeaderFileName="$(InputName).h"
! 53: DLLDataFileName=""
! 54: InterfaceIdentifierFileName="$(InputName)_i.c"
! 55: ProxyFileName="$(InputName)_p.c"/>
! 56: <Tool
! 57: Name="VCPostBuildEventTool"/>
! 58: <Tool
! 59: Name="VCPreBuildEventTool"/>
! 60: <Tool
! 61: Name="VCPreLinkEventTool"/>
! 62: <Tool
! 63: Name="VCResourceCompilerTool"
! 64: PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 65: AdditionalIncludeDirectories=".\"/>
! 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: AdditionalOptions=" /Zm1000"
! 78: Optimization="2"
! 79: InlineFunctionExpansion="2"
! 80: AdditionalIncludeDirectories=".\"
! 81: PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 82: ExceptionHandling="FALSE"
! 83: RuntimeLibrary="2"
! 84: AssemblerListingLocation="Release"
! 85: ObjectFile="$(IntDir)\"
! 86: ProgramDataBaseFileName=".\Release\pcre.pdb"
! 87: WarningLevel="3"
! 88: CompileAs="1"/>
! 89: <Tool
! 90: Name="VCCustomBuildTool"/>
! 91: <Tool
! 92: Name="VCLibrarianTool"
! 93: OutputFile=".\Release\pcre.lib"/>
! 94: <Tool
! 95: Name="VCMIDLTool"
! 96: PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 97: MkTypLibCompatible="FALSE"
! 98: TargetEnvironment="1"
! 99: GenerateStublessProxies="TRUE"
! 100: TypeLibraryName="$(InputName).tlb"
! 101: OutputDirectory="$(IntDir)"
! 102: HeaderFileName="$(InputName).h"
! 103: DLLDataFileName=""
! 104: InterfaceIdentifierFileName="$(InputName)_i.c"
! 105: ProxyFileName="$(InputName)_p.c"/>
! 106: <Tool
! 107: Name="VCPostBuildEventTool"/>
! 108: <Tool
! 109: Name="VCPreBuildEventTool"/>
! 110: <Tool
! 111: Name="VCPreLinkEventTool"/>
! 112: <Tool
! 113: Name="VCResourceCompilerTool"
! 114: PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 115: AdditionalIncludeDirectories=".\"/>
! 116: </Configuration>
! 117: </Configurations>
! 118: <References>
! 119: </References>
! 120: <Files>
! 121: <Filter
! 122: Name="Source Files"
! 123: Filter="">
! 124: <File
! 125: RelativePath="pcre_chartables.c">
! 126: </File>
! 127: <File
! 128: RelativePath="pcre_compile.c">
! 129: </File>
! 130: <File
! 131: RelativePath="pcre_config.c">
! 132: </File>
! 133: <File
! 134: RelativePath="pcre_dfa_exec.c">
! 135: </File>
! 136: <File
! 137: RelativePath="pcre_exec.c">
! 138: </File>
! 139: <File
! 140: RelativePath="pcre_fullinfo.c">
! 141: </File>
! 142: <File
! 143: RelativePath="pcre_get.c">
! 144: </File>
! 145: <File
! 146: RelativePath="pcre_globals.c">
! 147: </File>
! 148: <File
! 149: RelativePath="pcre_info.c">
! 150: </File>
! 151: <File
! 152: RelativePath="pcre_maketables.c">
! 153: </File>
! 154: <File
! 155: RelativePath="pcre_newline.c">
! 156: </File>
! 157: <File
! 158: RelativePath="pcre_ord2utf8.c">
! 159: </File>
! 160: <File
! 161: RelativePath="pcre_refcount.c">
! 162: </File>
! 163: <File
! 164: RelativePath="pcre_study.c">
! 165: </File>
! 166: <File
! 167: RelativePath="pcre_tables.c">
! 168: </File>
! 169: <File
! 170: RelativePath="pcre_try_flipped.c">
! 171: </File>
! 172: <File
! 173: RelativePath="pcre_ucd.c">
! 174: </File>
! 175: <File
! 176: RelativePath="pcre_valid_utf8.c">
! 177: </File>
! 178: <File
! 179: RelativePath="pcre_version.c">
! 180: </File>
! 181: <File
! 182: RelativePath="pcre_xclass.c">
! 183: </File>
! 184: </Filter>
! 185: <Filter
! 186: Name="Header Files"
! 187: Filter="">
! 188: <File
! 189: RelativePath="config.h">
! 190: </File>
! 191: <File
! 192: RelativePath="pcre.h">
! 193: </File>
! 194: </Filter>
! 195: </Files>
! 196: <Globals>
! 197: </Globals>
! 198: </VisualStudioProject>
E-mail: