v8_cctest.vcproj 4.33 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
4
	Version="8.00"
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
	Name="v8_cctest"
	ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}"
	RootNamespace="v8_cctest"
	Keyword="Win32Proj"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			ConfigurationType="1"
21
			InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\debug.vsprops"
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
52
				AdditionalDependencies="winmm.lib Ws2_32.lib"
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			ConfigurationType="1"
79
			InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops;.\release.vsprops"
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
			/>
			<Tool
				Name="VCCLCompilerTool"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
110
				AdditionalDependencies="winmm.lib Ws2_32.lib"
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 141
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\..\test\cctest\cctest.cc"
			>
		</File>
142 143 144 145
		<File
			RelativePath="..\..\test\cctest\test-alloc.cc"
			>
		</File>
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
		<File
			RelativePath="..\..\test\cctest\test-api.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-assembler-ia32.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-ast.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-compiler.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-conversions.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-debug.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-decls.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-disasm-ia32.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-flags.cc"
			>
		</File>
182 183 184 185
		<File
			RelativePath="..\..\test\cctest\test-func-name-inference.cc"
			>
		</File>
186 187 188 189 190 191 192 193
		<File
			RelativePath="..\..\test\cctest\test-hashmap.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-heap.cc"
			>
		</File>
194 195 196 197
		<File
			RelativePath="..\..\test\cctest\test-heap-profiler.cc"
			>
		</File>
198 199 200 201
		<File
			RelativePath="..\..\test\cctest\test-lock.cc"
			>
		</File>
202 203 204 205
		<File
			RelativePath="..\..\test\cctest\test-log.cc"
			>
		</File>
206 207 208 209
		<File
			RelativePath="..\..\test\cctest\test-log-utils.cc"
			>
		</File>
210
		<File
211
			RelativePath="..\..\test\cctest\test-log-stack-tracer.cc"
212 213
			>
		</File>
214 215 216 217 218 219 220 221 222 223 224 225
		<File
			RelativePath="..\..\test\cctest\test-mark-compact.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-platform-win32.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-serialize.cc"
			>
		</File>
226 227 228 229
		<File
			RelativePath="..\..\test\cctest\test-sockets.cc"
			>
		</File>
230 231 232 233 234 235 236 237 238 239 240 241
		<File
			RelativePath="..\..\test\cctest\test-spaces.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-strings.cc"
			>
		</File>
		<File
			RelativePath="..\..\test\cctest\test-utils.cc"
			>
		</File>
242 243 244 245
		<File
			RelativePath="..\..\test\cctest\test-version.cc"
			>
		</File>
246 247 248 249
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>