Home | History | Annotate | Line # | Download | only in win32
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="9.00"
      5 	Name="tre"
      6 	ProjectGUID="{69258B5D-ECAE-40E4-8F64-5F063B05C998}"
      7 	TargetFrameworkVersion="0"
      8 	>
      9 	<Platforms>
     10 		<Platform
     11 			Name="Win32"
     12 		/>
     13 	</Platforms>
     14 	<ToolFiles>
     15 	</ToolFiles>
     16 	<Configurations>
     17 		<Configuration
     18 			Name="Debug|Win32"
     19 			OutputDirectory=".\Debug"
     20 			IntermediateDirectory=".\Debug"
     21 			ConfigurationType="2"
     22 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
     23 			UseOfMFC="0"
     24 			ATLMinimizesCRunTimeLibraryUsage="false"
     25 			CharacterSet="2"
     26 			>
     27 			<Tool
     28 				Name="VCPreBuildEventTool"
     29 			/>
     30 			<Tool
     31 				Name="VCCustomBuildTool"
     32 			/>
     33 			<Tool
     34 				Name="VCXMLDataGeneratorTool"
     35 			/>
     36 			<Tool
     37 				Name="VCWebServiceProxyGeneratorTool"
     38 			/>
     39 			<Tool
     40 				Name="VCMIDLTool"
     41 				PreprocessorDefinitions="_DEBUG"
     42 				MkTypLibCompatible="true"
     43 				SuppressStartupBanner="true"
     44 				TargetEnvironment="1"
     45 				TypeLibraryName=".\Debug/tre.tlb"
     46 				HeaderFileName=""
     47 			/>
     48 			<Tool
     49 				Name="VCCLCompilerTool"
     50 				Optimization="0"
     51 				AdditionalIncludeDirectories="../win32,../lib"
     52 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TRE_EXPORTS;TRE_DEBUG;HAVE_CONFIG_H"
     53 				MinimalRebuild="true"
     54 				BasicRuntimeChecks="3"
     55 				RuntimeLibrary="3"
     56 				PrecompiledHeaderFile=".\Debug/tre.pch"
     57 				AssemblerListingLocation=".\Debug/"
     58 				ObjectFile=".\Debug/"
     59 				ProgramDataBaseFileName=".\Debug/"
     60 				BrowseInformation="1"
     61 				WarningLevel="3"
     62 				SuppressStartupBanner="true"
     63 				DebugInformationFormat="4"
     64 			/>
     65 			<Tool
     66 				Name="VCManagedResourceCompilerTool"
     67 			/>
     68 			<Tool
     69 				Name="VCResourceCompilerTool"
     70 				PreprocessorDefinitions="_DEBUG"
     71 				Culture="1036"
     72 			/>
     73 			<Tool
     74 				Name="VCPreLinkEventTool"
     75 			/>
     76 			<Tool
     77 				Name="VCLinkerTool"
     78 				AdditionalDependencies="msvcprt.lib"
     79 				OutputFile=".\Debug/tre.dll"
     80 				LinkIncremental="2"
     81 				SuppressStartupBanner="true"
     82 				ModuleDefinitionFile=".\tre.def"
     83 				GenerateDebugInformation="true"
     84 				ProgramDatabaseFile=".\Debug/tre.pdb"
     85 				RandomizedBaseAddress="1"
     86 				DataExecutionPrevention="0"
     87 				ImportLibrary=".\Debug/tre.lib"
     88 				TargetMachine="1"
     89 			/>
     90 			<Tool
     91 				Name="VCALinkTool"
     92 			/>
     93 			<Tool
     94 				Name="VCManifestTool"
     95 			/>
     96 			<Tool
     97 				Name="VCXDCMakeTool"
     98 			/>
     99 			<Tool
    100 				Name="VCBscMakeTool"
    101 				SuppressStartupBanner="true"
    102 				OutputFile=".\Debug/tre.bsc"
    103 			/>
    104 			<Tool
    105 				Name="VCFxCopTool"
    106 			/>
    107 			<Tool
    108 				Name="VCAppVerifierTool"
    109 			/>
    110 			<Tool
    111 				Name="VCPostBuildEventTool"
    112 			/>
    113 		</Configuration>
    114 		<Configuration
    115 			Name="Release|Win32"
    116 			OutputDirectory=".\Release"
    117 			IntermediateDirectory=".\Release"
    118 			ConfigurationType="2"
    119 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
    120 			UseOfMFC="0"
    121 			ATLMinimizesCRunTimeLibraryUsage="false"
    122 			CharacterSet="2"
    123 			>
    124 			<Tool
    125 				Name="VCPreBuildEventTool"
    126 			/>
    127 			<Tool
    128 				Name="VCCustomBuildTool"
    129 			/>
    130 			<Tool
    131 				Name="VCXMLDataGeneratorTool"
    132 			/>
    133 			<Tool
    134 				Name="VCWebServiceProxyGeneratorTool"
    135 			/>
    136 			<Tool
    137 				Name="VCMIDLTool"
    138 				PreprocessorDefinitions="NDEBUG"
    139 				MkTypLibCompatible="true"
    140 				SuppressStartupBanner="true"
    141 				TargetEnvironment="1"
    142 				TypeLibraryName=".\Release/tre.tlb"
    143 				HeaderFileName=""
    144 			/>
    145 			<Tool
    146 				Name="VCCLCompilerTool"
    147 				Optimization="2"
    148 				InlineFunctionExpansion="1"
    149 				AdditionalIncludeDirectories="../win32,../lib"
    150 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TRE_EXPORTS;HAVE_CONFIG_H"
    151 				StringPooling="true"
    152 				RuntimeLibrary="2"
    153 				EnableFunctionLevelLinking="true"
    154 				PrecompiledHeaderFile=".\Release/tre.pch"
    155 				AssemblerListingLocation=".\Release/"
    156 				ObjectFile=".\Release/"
    157 				ProgramDataBaseFileName=".\Release/"
    158 				BrowseInformation="1"
    159 				WarningLevel="3"
    160 				SuppressStartupBanner="true"
    161 			/>
    162 			<Tool
    163 				Name="VCManagedResourceCompilerTool"
    164 			/>
    165 			<Tool
    166 				Name="VCResourceCompilerTool"
    167 				PreprocessorDefinitions="NDEBUG"
    168 				Culture="1036"
    169 			/>
    170 			<Tool
    171 				Name="VCPreLinkEventTool"
    172 			/>
    173 			<Tool
    174 				Name="VCLinkerTool"
    175 				AdditionalDependencies="msvcrt.lib msvcprt.lib"
    176 				OutputFile=".\Release/tre.dll"
    177 				LinkIncremental="1"
    178 				SuppressStartupBanner="true"
    179 				ModuleDefinitionFile=".\tre.def"
    180 				ProgramDatabaseFile=".\Release/tre.pdb"
    181 				RandomizedBaseAddress="1"
    182 				DataExecutionPrevention="0"
    183 				ImportLibrary=".\Release/tre.lib"
    184 				TargetMachine="1"
    185 			/>
    186 			<Tool
    187 				Name="VCALinkTool"
    188 			/>
    189 			<Tool
    190 				Name="VCManifestTool"
    191 			/>
    192 			<Tool
    193 				Name="VCXDCMakeTool"
    194 			/>
    195 			<Tool
    196 				Name="VCBscMakeTool"
    197 				SuppressStartupBanner="true"
    198 				OutputFile=".\Release/tre.bsc"
    199 			/>
    200 			<Tool
    201 				Name="VCFxCopTool"
    202 			/>
    203 			<Tool
    204 				Name="VCAppVerifierTool"
    205 			/>
    206 			<Tool
    207 				Name="VCPostBuildEventTool"
    208 			/>
    209 		</Configuration>
    210 	</Configurations>
    211 	<References>
    212 	</References>
    213 	<Files>
    214 		<Filter
    215 			Name="Source Files"
    216 			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
    217 			>
    218 			<File
    219 				RelativePath="..\lib\regcomp.c"
    220 				>
    221 				<FileConfiguration
    222 					Name="Debug|Win32"
    223 					>
    224 					<Tool
    225 						Name="VCCLCompilerTool"
    226 						AdditionalIncludeDirectories=""
    227 						PreprocessorDefinitions=""
    228 					/>
    229 				</FileConfiguration>
    230 				<FileConfiguration
    231 					Name="Release|Win32"
    232 					>
    233 					<Tool
    234 						Name="VCCLCompilerTool"
    235 						AdditionalIncludeDirectories=""
    236 						PreprocessorDefinitions=""
    237 					/>
    238 				</FileConfiguration>
    239 			</File>
    240 			<File
    241 				RelativePath="..\lib\regerror.c"
    242 				>
    243 				<FileConfiguration
    244 					Name="Debug|Win32"
    245 					>
    246 					<Tool
    247 						Name="VCCLCompilerTool"
    248 						AdditionalIncludeDirectories=""
    249 						PreprocessorDefinitions=""
    250 					/>
    251 				</FileConfiguration>
    252 				<FileConfiguration
    253 					Name="Release|Win32"
    254 					>
    255 					<Tool
    256 						Name="VCCLCompilerTool"
    257 						AdditionalIncludeDirectories=""
    258 						PreprocessorDefinitions=""
    259 					/>
    260 				</FileConfiguration>
    261 			</File>
    262 			<File
    263 				RelativePath="..\lib\regexec.c"
    264 				>
    265 				<FileConfiguration
    266 					Name="Debug|Win32"
    267 					>
    268 					<Tool
    269 						Name="VCCLCompilerTool"
    270 						AdditionalIncludeDirectories=""
    271 						PreprocessorDefinitions=""
    272 					/>
    273 				</FileConfiguration>
    274 				<FileConfiguration
    275 					Name="Release|Win32"
    276 					>
    277 					<Tool
    278 						Name="VCCLCompilerTool"
    279 						AdditionalIncludeDirectories=""
    280 						PreprocessorDefinitions=""
    281 					/>
    282 				</FileConfiguration>
    283 			</File>
    284 			<File
    285 				RelativePath="..\lib\tre-ast.c"
    286 				>
    287 				<FileConfiguration
    288 					Name="Debug|Win32"
    289 					>
    290 					<Tool
    291 						Name="VCCLCompilerTool"
    292 						AdditionalIncludeDirectories=""
    293 						PreprocessorDefinitions=""
    294 					/>
    295 				</FileConfiguration>
    296 				<FileConfiguration
    297 					Name="Release|Win32"
    298 					>
    299 					<Tool
    300 						Name="VCCLCompilerTool"
    301 						AdditionalIncludeDirectories=""
    302 						PreprocessorDefinitions=""
    303 					/>
    304 				</FileConfiguration>
    305 			</File>
    306 			<File
    307 				RelativePath="..\lib\tre-compile.c"
    308 				>
    309 				<FileConfiguration
    310 					Name="Debug|Win32"
    311 					>
    312 					<Tool
    313 						Name="VCCLCompilerTool"
    314 						AdditionalIncludeDirectories=""
    315 						PreprocessorDefinitions=""
    316 					/>
    317 				</FileConfiguration>
    318 				<FileConfiguration
    319 					Name="Release|Win32"
    320 					>
    321 					<Tool
    322 						Name="VCCLCompilerTool"
    323 						AdditionalIncludeDirectories=""
    324 						PreprocessorDefinitions=""
    325 					/>
    326 				</FileConfiguration>
    327 			</File>
    328 			<File
    329 				RelativePath="..\lib\tre-match-approx.c"
    330 				>
    331 				<FileConfiguration
    332 					Name="Debug|Win32"
    333 					>
    334 					<Tool
    335 						Name="VCCLCompilerTool"
    336 						AdditionalIncludeDirectories=""
    337 						PreprocessorDefinitions=""
    338 					/>
    339 				</FileConfiguration>
    340 				<FileConfiguration
    341 					Name="Release|Win32"
    342 					>
    343 					<Tool
    344 						Name="VCCLCompilerTool"
    345 						AdditionalIncludeDirectories=""
    346 						PreprocessorDefinitions=""
    347 					/>
    348 				</FileConfiguration>
    349 			</File>
    350 			<File
    351 				RelativePath="..\lib\tre-match-backtrack.c"
    352 				>
    353 				<FileConfiguration
    354 					Name="Debug|Win32"
    355 					>
    356 					<Tool
    357 						Name="VCCLCompilerTool"
    358 						AdditionalIncludeDirectories=""
    359 						PreprocessorDefinitions=""
    360 					/>
    361 				</FileConfiguration>
    362 				<FileConfiguration
    363 					Name="Release|Win32"
    364 					>
    365 					<Tool
    366 						Name="VCCLCompilerTool"
    367 						AdditionalIncludeDirectories=""
    368 						PreprocessorDefinitions=""
    369 					/>
    370 				</FileConfiguration>
    371 			</File>
    372 			<File
    373 				RelativePath="..\lib\tre-match-parallel.c"
    374 				>
    375 				<FileConfiguration
    376 					Name="Debug|Win32"
    377 					>
    378 					<Tool
    379 						Name="VCCLCompilerTool"
    380 						AdditionalIncludeDirectories=""
    381 						PreprocessorDefinitions=""
    382 					/>
    383 				</FileConfiguration>
    384 				<FileConfiguration
    385 					Name="Release|Win32"
    386 					>
    387 					<Tool
    388 						Name="VCCLCompilerTool"
    389 						AdditionalIncludeDirectories=""
    390 						PreprocessorDefinitions=""
    391 					/>
    392 				</FileConfiguration>
    393 			</File>
    394 			<File
    395 				RelativePath="..\lib\tre-mem.c"
    396 				>
    397 				<FileConfiguration
    398 					Name="Debug|Win32"
    399 					>
    400 					<Tool
    401 						Name="VCCLCompilerTool"
    402 						AdditionalIncludeDirectories=""
    403 						PreprocessorDefinitions=""
    404 					/>
    405 				</FileConfiguration>
    406 				<FileConfiguration
    407 					Name="Release|Win32"
    408 					>
    409 					<Tool
    410 						Name="VCCLCompilerTool"
    411 						AdditionalIncludeDirectories=""
    412 						PreprocessorDefinitions=""
    413 					/>
    414 				</FileConfiguration>
    415 			</File>
    416 			<File
    417 				RelativePath="..\lib\tre-parse.c"
    418 				>
    419 				<FileConfiguration
    420 					Name="Debug|Win32"
    421 					>
    422 					<Tool
    423 						Name="VCCLCompilerTool"
    424 						AdditionalIncludeDirectories=""
    425 						PreprocessorDefinitions=""
    426 					/>
    427 				</FileConfiguration>
    428 				<FileConfiguration
    429 					Name="Release|Win32"
    430 					>
    431 					<Tool
    432 						Name="VCCLCompilerTool"
    433 						AdditionalIncludeDirectories=""
    434 						PreprocessorDefinitions=""
    435 					/>
    436 				</FileConfiguration>
    437 			</File>
    438 			<File
    439 				RelativePath="..\lib\tre-stack.c"
    440 				>
    441 				<FileConfiguration
    442 					Name="Debug|Win32"
    443 					>
    444 					<Tool
    445 						Name="VCCLCompilerTool"
    446 						AdditionalIncludeDirectories=""
    447 						PreprocessorDefinitions=""
    448 					/>
    449 				</FileConfiguration>
    450 				<FileConfiguration
    451 					Name="Release|Win32"
    452 					>
    453 					<Tool
    454 						Name="VCCLCompilerTool"
    455 						AdditionalIncludeDirectories=""
    456 						PreprocessorDefinitions=""
    457 					/>
    458 				</FileConfiguration>
    459 			</File>
    460 		</Filter>
    461 		<Filter
    462 			Name="Header Files"
    463 			>
    464 			<File
    465 				RelativePath="config.h"
    466 				>
    467 			</File>
    468 			<File
    469 				RelativePath="..\lib\regex.h"
    470 				>
    471 			</File>
    472 			<File
    473 				RelativePath="..\lib\tre-ast.h"
    474 				>
    475 			</File>
    476 			<File
    477 				RelativePath="..\lib\tre-compile.h"
    478 				>
    479 			</File>
    480 			<File
    481 				RelativePath="tre-config.h"
    482 				>
    483 			</File>
    484 			<File
    485 				RelativePath="..\lib\tre-internal.h"
    486 				>
    487 			</File>
    488 			<File
    489 				RelativePath="..\lib\tre-match-utils.h"
    490 				>
    491 			</File>
    492 			<File
    493 				RelativePath="..\lib\tre-mem.h"
    494 				>
    495 			</File>
    496 			<File
    497 				RelativePath="..\lib\tre-parse.h"
    498 				>
    499 			</File>
    500 			<File
    501 				RelativePath="..\lib\tre-stack.h"
    502 				>
    503 			</File>
    504 			<File
    505 				RelativePath="tre.def"
    506 				>
    507 			</File>
    508 			<File
    509 				RelativePath="..\lib\xmalloc.h"
    510 				>
    511 			</File>
    512 		</Filter>
    513 	</Files>
    514 	<Globals>
    515 	</Globals>
    516 </VisualStudioProject>
    517