The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / v8 / tools / visual_studio / v8.vcproj @ 40c0f755

History | View | Annotate | Download (4.48 KB)

1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="8.00"
5
	Name="v8"
6
	ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}"
7
	RootNamespace="v8"
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="4"
21
			InheritedPropertySheets=".\common.vsprops;.\debug.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="VCLibrarianTool"
52
				LinkLibraryDependencies="true"
53
			/>
54
			<Tool
55
				Name="VCALinkTool"
56
			/>
57
			<Tool
58
				Name="VCXDCMakeTool"
59
			/>
60
			<Tool
61
				Name="VCBscMakeTool"
62
			/>
63
			<Tool
64
				Name="VCFxCopTool"
65
			/>
66
			<Tool
67
				Name="VCPostBuildEventTool"
68
			/>
69
		</Configuration>
70
		<Configuration
71
			Name="Release|Win32"
72
			ConfigurationType="4"
73
			InheritedPropertySheets=".\common.vsprops;.\release.vsprops"
74
			>
75
			<Tool
76
				Name="VCPreBuildEventTool"
77
			/>
78
			<Tool
79
				Name="VCCustomBuildTool"
80
			/>
81
			<Tool
82
				Name="VCXMLDataGeneratorTool"
83
			/>
84
			<Tool
85
				Name="VCWebServiceProxyGeneratorTool"
86
			/>
87
			<Tool
88
				Name="VCMIDLTool"
89
			/>
90
			<Tool
91
				Name="VCCLCompilerTool"
92
			/>
93
			<Tool
94
				Name="VCManagedResourceCompilerTool"
95
			/>
96
			<Tool
97
				Name="VCResourceCompilerTool"
98
			/>
99
			<Tool
100
				Name="VCPreLinkEventTool"
101
			/>
102
			<Tool
103
				Name="VCLibrarianTool"
104
				LinkLibraryDependencies="true"
105
			/>
106
			<Tool
107
				Name="VCALinkTool"
108
			/>
109
			<Tool
110
				Name="VCXDCMakeTool"
111
			/>
112
			<Tool
113
				Name="VCBscMakeTool"
114
			/>
115
			<Tool
116
				Name="VCFxCopTool"
117
			/>
118
			<Tool
119
				Name="VCPostBuildEventTool"
120
			/>
121
		</Configuration>
122
	</Configurations>
123
	<References>
124
	</References>
125
	<Files>
126
		<Filter
127
			Name="js"
128
			>
129
			<File
130
				RelativePath="..\..\src\apinatives.js"
131
				>
132
			</File>
133
			<File
134
				RelativePath="..\..\src\array.js"
135
				>
136
			</File>
137
			<File
138
				RelativePath="..\..\src\date-delay.js"
139
				>
140
			</File>
141
			<File
142
				RelativePath="..\..\src\debug-delay.js"
143
				>
144
			</File>
145
			<File
146
				RelativePath="..\..\src\macros.py"
147
				>
148
			</File>
149
			<File
150
				RelativePath="..\..\src\math.js"
151
				>
152
			</File>
153
			<File
154
				RelativePath="..\..\src\messages.js"
155
				>
156
			</File>
157
			<File
158
				RelativePath="..\..\src\mirror-delay.js"
159
				>
160
			</File>
161
			<File
162
				RelativePath="..\..\src\regexp-delay.js"
163
				>
164
			</File>
165
			<File
166
				RelativePath="..\..\src\runtime.js"
167
				>
168
			</File>
169
			<File
170
				RelativePath="..\..\src\string.js"
171
				>
172
			</File>
173
			<File
174
				RelativePath="..\..\src\uri.js"
175
				>
176
			</File>
177
			<File
178
				RelativePath="..\..\src\v8natives.js"
179
				>
180
				<FileConfiguration
181
					Name="Debug|Win32"
182
					>
183
					<Tool
184
						Name="VCCustomBuildTool"
185
						Description="Processing js files..."
186
						CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"
187
						AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js"
188
						Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
189
					/>
190
				</FileConfiguration>
191
				<FileConfiguration
192
					Name="Release|Win32"
193
					>
194
					<Tool
195
						Name="VCCustomBuildTool"
196
						Description="Processing js files..."
197
						CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"
198
						AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js"
199
						Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
200
					/>
201
				</FileConfiguration>
202
			</File>
203
		</Filter>
204
		<Filter
205
			Name="generated files"
206
			>
207
			<File
208
				RelativePath="$(IntDir)\DerivedSources\natives.cc"
209
				>
210
			</File>
211
		</Filter>
212
		<File
213
			RelativePath="..\..\src\snapshot-empty.cc"
214
			>
215
		</File>
216
	</Files>
217
	<Globals>
218
	</Globals>
219
</VisualStudioProject>