• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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="x64"
13		/>
14	</Platforms>
15	<ToolFiles>
16	</ToolFiles>
17	<Configurations>
18		<Configuration
19			Name="Debug|x64"
20			ConfigurationType="4"
21			InheritedPropertySheets=".\common.vsprops;.\x64.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|x64"
72			ConfigurationType="4"
73			InheritedPropertySheets=".\common.vsprops;.\x64.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.js"
139				>
140			</File>
141			<File
142				RelativePath="..\..\src\debug-debugger.js"
143				>
144			</File>
145			<File
146				RelativePath="..\..\src\liveedit-debugger.js"
147				>
148			</File>
149			<File
150				RelativePath="..\..\src\macros.py"
151				>
152			</File>
153			<File
154				RelativePath="..\..\src\math.js"
155				>
156			</File>
157			<File
158				RelativePath="..\..\src\messages.js"
159				>
160			</File>
161			<File
162				RelativePath="..\..\src\mirror-debugger.js"
163				>
164			</File>
165			<File
166				RelativePath="..\..\src\regexp.js"
167				>
168			</File>
169			<File
170				RelativePath="..\..\src\json.js"
171				>
172			</File>
173			<File
174				RelativePath="..\..\src\runtime.js"
175				>
176			</File>
177			<File
178				RelativePath="..\..\src\string.js"
179				>
180			</File>
181			<File
182				RelativePath="..\..\src\uri.js"
183				>
184			</File>
185			<File
186				RelativePath="..\..\src\v8natives.js"
187				>
188				<FileConfiguration
189					Name="Debug|x64"
190					>
191					<Tool
192						Name="VCCustomBuildTool"
193						Description="Processing js files..."
194						CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"
195						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-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js"
196						Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
197					/>
198				</FileConfiguration>
199				<FileConfiguration
200					Name="Release|x64"
201					>
202					<Tool
203						Name="VCCustomBuildTool"
204						Description="Processing js files..."
205						CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"
206						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-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js"
207						Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
208					/>
209				</FileConfiguration>
210			</File>
211		</Filter>
212		<Filter
213			Name="generated files"
214			>
215			<File
216				RelativePath="$(IntDir)\DerivedSources\natives.cc"
217				>
218			</File>
219		</Filter>
220		<File
221			RelativePath="..\..\src\snapshot-empty.cc"
222			>
223		</File>
224	</Files>
225	<Globals>
226	</Globals>
227</VisualStudioProject>
228