regex.vcproj 3.28 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="regex"
	SccProjectName=""
	SccLocalPath="">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
unknown's avatar
unknown committed
15 16
			OutputDirectory=".\debug_obj"
			IntermediateDirectory=".\debug_obj"
17 18 19 20 21 22 23 24 25 26 27
			ConfigurationType="4"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				OptimizeForProcessor="2"
				AdditionalIncludeDirectories="../include,./"
				PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_WINDOWS"
				StringPooling="TRUE"
				RuntimeLibrary="1"
unknown's avatar
unknown committed
28 29 30 31
				PrecompiledHeaderFile=".\debug_obj/regex.pch"
				AssemblerListingLocation=".\debug_obj/"
				ObjectFile=".\debug_obj/"
				ProgramDataBaseFileName=".\debug_obj/"
32 33 34 35 36 37 38 39
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				DebugInformationFormat="1"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
unknown's avatar
unknown committed
40
				OutputFile=".\debug/regex.lib"
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				Culture="1033"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
unknown's avatar
unknown committed
64 65
			OutputDirectory=".\release_obj"
			IntermediateDirectory=".\release_obj"
66 67 68 69 70 71 72 73 74 75 76 77 78
			ConfigurationType="4"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
				OptimizeForProcessor="2"
				AdditionalIncludeDirectories="../include,./"
				PreprocessorDefinitions="DBUG_OFF;_WINDOWS;NDEBUG"
				StringPooling="TRUE"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="TRUE"
unknown's avatar
unknown committed
79 80 81 82
				PrecompiledHeaderFile=".\release_obj/regex.pch"
				AssemblerListingLocation=".\release_obj/"
				ObjectFile=".\release_obj/"
				ProgramDataBaseFileName=".\release_obj/"
83 84 85 86 87 88 89
				WarningLevel="3"
				SuppressStartupBanner="TRUE"
				CompileAs="0"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLibrarianTool"
unknown's avatar
unknown committed
90
				OutputFile=".\release/regex.lib"
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
				SuppressStartupBanner="TRUE"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				Culture="1033"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCXMLDataGeneratorTool"/>
			<Tool
				Name="VCManagedWrapperGeneratorTool"/>
			<Tool
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="debug.c">
		</File>
		<File
			RelativePath="regcomp.c">
		</File>
		<File
			RelativePath="regerror.c">
		</File>
		<File
			RelativePath="regexec.c">
		</File>
		<File
			RelativePath="regfree.c">
		</File>
		<File
			RelativePath="reginit.c">
		</File>
		<File
			RelativePath="split.c">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>