Annotation of win32/pcre/pcre.vcproj, revision 1.1
1.1 ! misha 1: <?xml version="1.0" encoding="Windows-1252"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="pcre"
! 6: ProjectGUID="{5BA99CD1-4060-49B2-BB05-9F75160C91DB}"
! 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: <Tool
! 67: Name="VCWebServiceProxyGeneratorTool"/>
! 68: <Tool
! 69: Name="VCXMLDataGeneratorTool"/>
! 70: <Tool
! 71: Name="VCManagedWrapperGeneratorTool"/>
! 72: <Tool
! 73: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 74: </Configuration>
! 75: <Configuration
! 76: Name="Release|Win32"
! 77: OutputDirectory="Release"
! 78: IntermediateDirectory=".\Release"
! 79: ConfigurationType="4"
! 80: UseOfMFC="0"
! 81: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 82: CharacterSet="2">
! 83: <Tool
! 84: Name="VCCLCompilerTool"
! 85: AdditionalOptions=" /Zm1000"
! 86: Optimization="2"
! 87: InlineFunctionExpansion="2"
! 88: AdditionalIncludeDirectories=".\"
! 89: PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 90: ExceptionHandling="FALSE"
! 91: RuntimeLibrary="2"
! 92: AssemblerListingLocation="Release"
! 93: ObjectFile="$(IntDir)\"
! 94: ProgramDataBaseFileName=".\Release\pcre.pdb"
! 95: WarningLevel="3"
! 96: CompileAs="1"/>
! 97: <Tool
! 98: Name="VCCustomBuildTool"/>
! 99: <Tool
! 100: Name="VCLibrarianTool"
! 101: OutputFile=".\Release\pcre.lib"/>
! 102: <Tool
! 103: Name="VCMIDLTool"
! 104: PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 105: MkTypLibCompatible="FALSE"
! 106: TargetEnvironment="1"
! 107: GenerateStublessProxies="TRUE"
! 108: TypeLibraryName="$(InputName).tlb"
! 109: OutputDirectory="$(IntDir)"
! 110: HeaderFileName="$(InputName).h"
! 111: DLLDataFileName=""
! 112: InterfaceIdentifierFileName="$(InputName)_i.c"
! 113: ProxyFileName="$(InputName)_p.c"/>
! 114: <Tool
! 115: Name="VCPostBuildEventTool"/>
! 116: <Tool
! 117: Name="VCPreBuildEventTool"/>
! 118: <Tool
! 119: Name="VCPreLinkEventTool"/>
! 120: <Tool
! 121: Name="VCResourceCompilerTool"
! 122: PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,HAVE_CONFIG_H,_CRT_SECURE_NO_DEPRECATE"
! 123: AdditionalIncludeDirectories=".\"/>
! 124: <Tool
! 125: Name="VCWebServiceProxyGeneratorTool"/>
! 126: <Tool
! 127: Name="VCXMLDataGeneratorTool"/>
! 128: <Tool
! 129: Name="VCManagedWrapperGeneratorTool"/>
! 130: <Tool
! 131: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 132: </Configuration>
! 133: </Configurations>
! 134: <References>
! 135: </References>
! 136: <Files>
! 137: <Filter
! 138: Name="Source Files"
! 139: Filter="">
! 140: <File
! 141: RelativePath="pcre_chartables.c">
! 142: </File>
! 143: <File
! 144: RelativePath="pcre_compile.c">
! 145: </File>
! 146: <File
! 147: RelativePath="pcre_config.c">
! 148: </File>
! 149: <File
! 150: RelativePath="pcre_dfa_exec.c">
! 151: </File>
! 152: <File
! 153: RelativePath="pcre_exec.c">
! 154: </File>
! 155: <File
! 156: RelativePath="pcre_fullinfo.c">
! 157: </File>
! 158: <File
! 159: RelativePath="pcre_get.c">
! 160: </File>
! 161: <File
! 162: RelativePath="pcre_globals.c">
! 163: </File>
! 164: <File
! 165: RelativePath="pcre_info.c">
! 166: </File>
! 167: <File
! 168: RelativePath="pcre_maketables.c">
! 169: </File>
! 170: <File
! 171: RelativePath="pcre_newline.c">
! 172: </File>
! 173: <File
! 174: RelativePath="pcre_ord2utf8.c">
! 175: </File>
! 176: <File
! 177: RelativePath="pcre_refcount.c">
! 178: </File>
! 179: <File
! 180: RelativePath="pcre_study.c">
! 181: </File>
! 182: <File
! 183: RelativePath="pcre_tables.c">
! 184: </File>
! 185: <File
! 186: RelativePath="pcre_try_flipped.c">
! 187: </File>
! 188: <File
! 189: RelativePath="pcre_ucp_searchfuncs.c">
! 190: </File>
! 191: <File
! 192: RelativePath="pcre_valid_utf8.c">
! 193: </File>
! 194: <File
! 195: RelativePath="pcre_version.c">
! 196: </File>
! 197: <File
! 198: RelativePath="pcre_xclass.c">
! 199: </File>
! 200: </Filter>
! 201: <Filter
! 202: Name="Header Files"
! 203: Filter="">
! 204: <File
! 205: RelativePath="config.h">
! 206: </File>
! 207: <File
! 208: RelativePath="pcre.h">
! 209: </File>
! 210: </Filter>
! 211: </Files>
! 212: <Globals>
! 213: </Globals>
! 214: </VisualStudioProject>
E-mail: