OLD | NEW |
1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioProject | 2 <VisualStudioProject |
3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
4 Version="8.00" | 4 Version="8.00" |
5 Name="v8_cctest" | 5 Name="v8_cctest" |
6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}" | 6 ProjectGUID="{97ECC711-7430-4FC4-90FD-004DA880E72A}" |
7 RootNamespace="v8_cctest" | 7 RootNamespace="v8_cctest" |
8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
9 > | 9 > |
10 <Platforms> | 10 <Platforms> |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 Name="VCManagedResourceCompilerTool" | 42 Name="VCManagedResourceCompilerTool" |
43 /> | 43 /> |
44 <Tool | 44 <Tool |
45 Name="VCResourceCompilerTool" | 45 Name="VCResourceCompilerTool" |
46 /> | 46 /> |
47 <Tool | 47 <Tool |
48 Name="VCPreLinkEventTool" | 48 Name="VCPreLinkEventTool" |
49 /> | 49 /> |
50 <Tool | 50 <Tool |
51 Name="VCLinkerTool" | 51 Name="VCLinkerTool" |
| 52 AdditionalDependencies="winmm.lib Ws2_32.lib" |
52 /> | 53 /> |
53 <Tool | 54 <Tool |
54 Name="VCALinkTool" | 55 Name="VCALinkTool" |
55 /> | 56 /> |
56 <Tool | 57 <Tool |
57 Name="VCManifestTool" | 58 Name="VCManifestTool" |
58 /> | 59 /> |
59 <Tool | 60 <Tool |
60 Name="VCXDCMakeTool" | 61 Name="VCXDCMakeTool" |
61 /> | 62 /> |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 Name="VCManagedResourceCompilerTool" | 103 Name="VCManagedResourceCompilerTool" |
103 /> | 104 /> |
104 <Tool | 105 <Tool |
105 Name="VCResourceCompilerTool" | 106 Name="VCResourceCompilerTool" |
106 /> | 107 /> |
107 <Tool | 108 <Tool |
108 Name="VCPreLinkEventTool" | 109 Name="VCPreLinkEventTool" |
109 /> | 110 /> |
110 <Tool | 111 <Tool |
111 Name="VCLinkerTool" | 112 Name="VCLinkerTool" |
| 113 AdditionalDependencies="winmm.lib Ws2_32.lib" |
112 /> | 114 /> |
113 <Tool | 115 <Tool |
114 Name="VCALinkTool" | 116 Name="VCALinkTool" |
115 /> | 117 /> |
116 <Tool | 118 <Tool |
117 Name="VCManifestTool" | 119 Name="VCManifestTool" |
118 /> | 120 /> |
119 <Tool | 121 <Tool |
120 Name="VCXDCMakeTool" | 122 Name="VCXDCMakeTool" |
121 /> | 123 /> |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 > | 230 > |
229 </File> | 231 </File> |
230 <File | 232 <File |
231 RelativePath="..\..\test\cctest\test-version.cc" | 233 RelativePath="..\..\test\cctest\test-version.cc" |
232 > | 234 > |
233 </File> | 235 </File> |
234 </Files> | 236 </Files> |
235 <Globals> | 237 <Globals> |
236 </Globals> | 238 </Globals> |
237 </VisualStudioProject> | 239 </VisualStudioProject> |
OLD | NEW |