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