Annotation of parser3/src/lib/pcre/pcre.vcproj, revision 1.1
1.1 ! paf 1: <?xml version="1.0" encoding="windows-1251"?>
! 2: <VisualStudioProject
! 3: ProjectType="Visual C++"
! 4: Version="7.10"
! 5: Name="pcre"
! 6: SccProjectName="pcre"
! 7: SccAuxPath=""
! 8: SccLocalPath="."
! 9: SccProvider="MSSCCI:Jalindi Igloo"
! 10: Keyword="MFCProj">
! 11: <Platforms>
! 12: <Platform
! 13: Name="Win32"/>
! 14: </Platforms>
! 15: <Configurations>
! 16: <Configuration
! 17: Name="Release|Win32"
! 18: OutputDirectory=".\Release"
! 19: IntermediateDirectory=".\Release"
! 20: ConfigurationType="4"
! 21: UseOfMFC="0"
! 22: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 23: CharacterSet="2">
! 24: <Tool
! 25: Name="VCCLCompilerTool"
! 26: Optimization="2"
! 27: InlineFunctionExpansion="1"
! 28: PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
! 29: StringPooling="TRUE"
! 30: RuntimeLibrary="2"
! 31: EnableFunctionLevelLinking="TRUE"
! 32: PrecompiledHeaderFile=".\Release/pcre.pch"
! 33: AssemblerListingLocation=".\Release/"
! 34: ObjectFile=".\Release/"
! 35: ProgramDataBaseFileName=".\Release/"
! 36: WarningLevel="3"
! 37: SuppressStartupBanner="TRUE"
! 38: DebugInformationFormat="3"/>
! 39: <Tool
! 40: Name="VCCustomBuildTool"/>
! 41: <Tool
! 42: Name="VCLibrarianTool"
! 43: OutputFile=".\Release\pcre.lib"
! 44: SuppressStartupBanner="TRUE"/>
! 45: <Tool
! 46: Name="VCMIDLTool"/>
! 47: <Tool
! 48: Name="VCPostBuildEventTool"/>
! 49: <Tool
! 50: Name="VCPreBuildEventTool"/>
! 51: <Tool
! 52: Name="VCPreLinkEventTool"/>
! 53: <Tool
! 54: Name="VCResourceCompilerTool"
! 55: PreprocessorDefinitions="NDEBUG"
! 56: Culture="1049"/>
! 57: <Tool
! 58: Name="VCWebServiceProxyGeneratorTool"/>
! 59: <Tool
! 60: Name="VCXMLDataGeneratorTool"/>
! 61: <Tool
! 62: Name="VCManagedWrapperGeneratorTool"/>
! 63: <Tool
! 64: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 65: </Configuration>
! 66: <Configuration
! 67: Name="Profile Release|Win32"
! 68: OutputDirectory=".\ProfileRelease"
! 69: IntermediateDirectory=".\ProfileRelease"
! 70: ConfigurationType="4"
! 71: UseOfMFC="0"
! 72: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 73: CharacterSet="2">
! 74: <Tool
! 75: Name="VCCLCompilerTool"
! 76: Optimization="2"
! 77: InlineFunctionExpansion="1"
! 78: PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
! 79: StringPooling="TRUE"
! 80: RuntimeLibrary="2"
! 81: EnableFunctionLevelLinking="TRUE"
! 82: PrecompiledHeaderFile=".\ProfileRelease/pcre.pch"
! 83: AssemblerListingLocation=".\ProfileRelease/"
! 84: ObjectFile=".\ProfileRelease/"
! 85: ProgramDataBaseFileName=".\ProfileRelease/"
! 86: WarningLevel="3"
! 87: SuppressStartupBanner="TRUE"
! 88: DebugInformationFormat="3"/>
! 89: <Tool
! 90: Name="VCCustomBuildTool"/>
! 91: <Tool
! 92: Name="VCLibrarianTool"
! 93: OutputFile=".\ProfileRelease\pcre.lib"
! 94: SuppressStartupBanner="TRUE"/>
! 95: <Tool
! 96: Name="VCMIDLTool"/>
! 97: <Tool
! 98: Name="VCPostBuildEventTool"/>
! 99: <Tool
! 100: Name="VCPreBuildEventTool"/>
! 101: <Tool
! 102: Name="VCPreLinkEventTool"/>
! 103: <Tool
! 104: Name="VCResourceCompilerTool"
! 105: PreprocessorDefinitions="NDEBUG"
! 106: Culture="1049"/>
! 107: <Tool
! 108: Name="VCWebServiceProxyGeneratorTool"/>
! 109: <Tool
! 110: Name="VCXMLDataGeneratorTool"/>
! 111: <Tool
! 112: Name="VCManagedWrapperGeneratorTool"/>
! 113: <Tool
! 114: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 115: </Configuration>
! 116: <Configuration
! 117: Name="Debug|Win32"
! 118: OutputDirectory=".\Debug"
! 119: IntermediateDirectory=".\Debug"
! 120: ConfigurationType="4"
! 121: UseOfMFC="2"
! 122: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 123: CharacterSet="2">
! 124: <Tool
! 125: Name="VCCLCompilerTool"
! 126: Optimization="0"
! 127: PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
! 128: BasicRuntimeChecks="3"
! 129: RuntimeLibrary="3"
! 130: PrecompiledHeaderFile=".\Debug/pcre.pch"
! 131: AssemblerListingLocation=".\Debug/"
! 132: ObjectFile=".\Debug/"
! 133: ProgramDataBaseFileName=".\Debug/"
! 134: WarningLevel="3"
! 135: SuppressStartupBanner="TRUE"
! 136: DebugInformationFormat="3"/>
! 137: <Tool
! 138: Name="VCCustomBuildTool"/>
! 139: <Tool
! 140: Name="VCLibrarianTool"
! 141: OutputFile=".\Debug\pcre.lib"
! 142: SuppressStartupBanner="TRUE"/>
! 143: <Tool
! 144: Name="VCMIDLTool"/>
! 145: <Tool
! 146: Name="VCPostBuildEventTool"/>
! 147: <Tool
! 148: Name="VCPreBuildEventTool"/>
! 149: <Tool
! 150: Name="VCPreLinkEventTool"/>
! 151: <Tool
! 152: Name="VCResourceCompilerTool"
! 153: PreprocessorDefinitions="_DEBUG"
! 154: Culture="1049"/>
! 155: <Tool
! 156: Name="VCWebServiceProxyGeneratorTool"/>
! 157: <Tool
! 158: Name="VCXMLDataGeneratorTool"/>
! 159: <Tool
! 160: Name="VCManagedWrapperGeneratorTool"/>
! 161: <Tool
! 162: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 163: </Configuration>
! 164: <Configuration
! 165: Name="Profile Debug|Win32"
! 166: OutputDirectory=".\ProfileDebug"
! 167: IntermediateDirectory=".\ProfileDebug"
! 168: ConfigurationType="4"
! 169: UseOfMFC="2"
! 170: ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 171: CharacterSet="2">
! 172: <Tool
! 173: Name="VCCLCompilerTool"
! 174: Optimization="0"
! 175: PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
! 176: BasicRuntimeChecks="3"
! 177: RuntimeLibrary="3"
! 178: PrecompiledHeaderFile=".\ProfileDebug/pcre.pch"
! 179: AssemblerListingLocation=".\ProfileDebug/"
! 180: ObjectFile=".\ProfileDebug/"
! 181: ProgramDataBaseFileName=".\ProfileDebug/"
! 182: WarningLevel="3"
! 183: SuppressStartupBanner="TRUE"
! 184: DebugInformationFormat="3"/>
! 185: <Tool
! 186: Name="VCCustomBuildTool"/>
! 187: <Tool
! 188: Name="VCLibrarianTool"
! 189: OutputFile=".\ProfileDebug\pcre.lib"
! 190: SuppressStartupBanner="TRUE"/>
! 191: <Tool
! 192: Name="VCMIDLTool"/>
! 193: <Tool
! 194: Name="VCPostBuildEventTool"/>
! 195: <Tool
! 196: Name="VCPreBuildEventTool"/>
! 197: <Tool
! 198: Name="VCPreLinkEventTool"/>
! 199: <Tool
! 200: Name="VCResourceCompilerTool"
! 201: PreprocessorDefinitions="_DEBUG"
! 202: Culture="1049"/>
! 203: <Tool
! 204: Name="VCWebServiceProxyGeneratorTool"/>
! 205: <Tool
! 206: Name="VCXMLDataGeneratorTool"/>
! 207: <Tool
! 208: Name="VCManagedWrapperGeneratorTool"/>
! 209: <Tool
! 210: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 211: </Configuration>
! 212: </Configurations>
! 213: <References>
! 214: </References>
! 215: <Files>
! 216: <Filter
! 217: Name="Source Files"
! 218: Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
! 219: <File
! 220: RelativePath="get.c">
! 221: <FileConfiguration
! 222: Name="Release|Win32">
! 223: <Tool
! 224: Name="VCCLCompilerTool"
! 225: Optimization="2"
! 226: PreprocessorDefinitions=""/>
! 227: </FileConfiguration>
! 228: <FileConfiguration
! 229: Name="Profile Release|Win32">
! 230: <Tool
! 231: Name="VCCLCompilerTool"
! 232: Optimization="2"
! 233: PreprocessorDefinitions=""/>
! 234: </FileConfiguration>
! 235: <FileConfiguration
! 236: Name="Debug|Win32">
! 237: <Tool
! 238: Name="VCCLCompilerTool"
! 239: Optimization="0"
! 240: PreprocessorDefinitions=""
! 241: BasicRuntimeChecks="3"/>
! 242: </FileConfiguration>
! 243: <FileConfiguration
! 244: Name="Profile Debug|Win32">
! 245: <Tool
! 246: Name="VCCLCompilerTool"
! 247: Optimization="0"
! 248: PreprocessorDefinitions=""
! 249: BasicRuntimeChecks="3"/>
! 250: </FileConfiguration>
! 251: </File>
! 252: <File
! 253: RelativePath="pcre.c">
! 254: <FileConfiguration
! 255: Name="Release|Win32">
! 256: <Tool
! 257: Name="VCCLCompilerTool"
! 258: Optimization="2"
! 259: PreprocessorDefinitions=""/>
! 260: </FileConfiguration>
! 261: <FileConfiguration
! 262: Name="Profile Release|Win32">
! 263: <Tool
! 264: Name="VCCLCompilerTool"
! 265: Optimization="2"
! 266: PreprocessorDefinitions=""/>
! 267: </FileConfiguration>
! 268: <FileConfiguration
! 269: Name="Debug|Win32">
! 270: <Tool
! 271: Name="VCCLCompilerTool"
! 272: Optimization="0"
! 273: PreprocessorDefinitions=""
! 274: BasicRuntimeChecks="3"/>
! 275: </FileConfiguration>
! 276: <FileConfiguration
! 277: Name="Profile Debug|Win32">
! 278: <Tool
! 279: Name="VCCLCompilerTool"
! 280: Optimization="0"
! 281: PreprocessorDefinitions=""
! 282: BasicRuntimeChecks="3"/>
! 283: </FileConfiguration>
! 284: </File>
! 285: <File
! 286: RelativePath="study.c">
! 287: <FileConfiguration
! 288: Name="Release|Win32">
! 289: <Tool
! 290: Name="VCCLCompilerTool"
! 291: Optimization="2"
! 292: PreprocessorDefinitions=""/>
! 293: </FileConfiguration>
! 294: <FileConfiguration
! 295: Name="Profile Release|Win32">
! 296: <Tool
! 297: Name="VCCLCompilerTool"
! 298: Optimization="2"
! 299: PreprocessorDefinitions=""/>
! 300: </FileConfiguration>
! 301: <FileConfiguration
! 302: Name="Debug|Win32">
! 303: <Tool
! 304: Name="VCCLCompilerTool"
! 305: Optimization="0"
! 306: PreprocessorDefinitions=""
! 307: BasicRuntimeChecks="3"/>
! 308: </FileConfiguration>
! 309: <FileConfiguration
! 310: Name="Profile Debug|Win32">
! 311: <Tool
! 312: Name="VCCLCompilerTool"
! 313: Optimization="0"
! 314: PreprocessorDefinitions=""
! 315: BasicRuntimeChecks="3"/>
! 316: </FileConfiguration>
! 317: </File>
! 318: </Filter>
! 319: <Filter
! 320: Name="Header Files"
! 321: Filter="h;hpp;hxx;hm;inl">
! 322: <File
! 323: RelativePath="internal.h">
! 324: </File>
! 325: <File
! 326: RelativePath="pcre.h">
! 327: </File>
! 328: </Filter>
! 329: <Filter
! 330: Name="Text files"
! 331: Filter="">
! 332: <File
! 333: RelativePath="pcre.3.txt">
! 334: </File>
! 335: </Filter>
! 336: <Filter
! 337: Name="Helper programs"
! 338: Filter="">
! 339: <File
! 340: RelativePath="dftables.c">
! 341: <FileConfiguration
! 342: Name="Release|Win32">
! 343: <Tool
! 344: Name="VCCustomBuildTool"
! 345: Description="Creating chartables.c..."
! 346: CommandLine=""$(OutDir)"\pcre_dftables>chartables.c
! 347: "
! 348: Outputs="chartables.c"/>
! 349: </FileConfiguration>
! 350: <FileConfiguration
! 351: Name="Debug|Win32">
! 352: <Tool
! 353: Name="VCCustomBuildTool"
! 354: Description="Creating chartables.c..."
! 355: CommandLine=""$(OutDir)"\pcre_dftables>chartables.c
! 356: "
! 357: Outputs="chartables.c"/>
! 358: </FileConfiguration>
! 359: </File>
! 360: </Filter>
! 361: </Files>
! 362: <Globals>
! 363: </Globals>
! 364: </VisualStudioProject>
E-mail: