Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Side by Side Diff: tools/visual_studio/d8.vcproj

Issue 7984: Added a Visual Studio project for the d8 developer shell. Currently without r... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/visual_studio/d8js2c.cmd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ native
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="d8"
6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}"
7 RootNamespace="d8"
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.vsprop s"
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 />
53 <Tool
54 Name="VCALinkTool"
55 />
56 <Tool
57 Name="VCManifestTool"
58 />
59 <Tool
60 Name="VCXDCMakeTool"
61 />
62 <Tool
63 Name="VCBscMakeTool"
64 />
65 <Tool
66 Name="VCFxCopTool"
67 />
68 <Tool
69 Name="VCAppVerifierTool"
70 />
71 <Tool
72 Name="VCWebDeploymentTool"
73 />
74 <Tool
75 Name="VCPostBuildEventTool"
76 />
77 </Configuration>
78 <Configuration
79 Name="Release|Win32"
80 ConfigurationType="1"
81 InheritedPropertySheets=".\common.vsprops;.\release.vspr ops"
82 >
83 <Tool
84 Name="VCPreBuildEventTool"
85 />
86 <Tool
87 Name="VCCustomBuildTool"
88 />
89 <Tool
90 Name="VCXMLDataGeneratorTool"
91 />
92 <Tool
93 Name="VCWebServiceProxyGeneratorTool"
94 />
95 <Tool
96 Name="VCMIDLTool"
97 />
98 <Tool
99 Name="VCCLCompilerTool"
100 />
101 <Tool
102 Name="VCManagedResourceCompilerTool"
103 />
104 <Tool
105 Name="VCResourceCompilerTool"
106 />
107 <Tool
108 Name="VCPreLinkEventTool"
109 />
110 <Tool
111 Name="VCLinkerTool"
112 />
113 <Tool
114 Name="VCALinkTool"
115 />
116 <Tool
117 Name="VCManifestTool"
118 />
119 <Tool
120 Name="VCXDCMakeTool"
121 />
122 <Tool
123 Name="VCBscMakeTool"
124 />
125 <Tool
126 Name="VCFxCopTool"
127 />
128 <Tool
129 Name="VCAppVerifierTool"
130 />
131 <Tool
132 Name="VCWebDeploymentTool"
133 />
134 <Tool
135 Name="VCPostBuildEventTool"
136 />
137 </Configuration>
138 </Configurations>
139 <References>
140 </References>
141 <Files>
142 <File
143 RelativePath="..\..\src\d8.cc"
144 >
145 </File>
146 <File
147 RelativePath="..\..\src\d8.h"
148 >
149 </File>
150 <File
151 RelativePath="..\..\src\d8.js"
152 >
153 <FileConfiguration
154 Name="Debug|Win32"
155 >
156 <Tool
157 Name="VCCustomBuildTool"
158 Description="Processing js files ..."
159 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
160 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc"
161 />
162 </FileConfiguration>
163 <FileConfiguration
164 Name="Release|Win32"
165 >
166 <Tool
167 Name="VCCustomBuildTool"
168 Description="Processing js files ..."
169 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
170 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
171 />
172 </FileConfiguration>
173 </File>
174 <Filter
175 Name="generated files"
176 >
177 <File
178 RelativePath="$(IntDir)\DerivedSources\natives.c c"
179 >
180 </File>
181 </Filter>
182 </Files>
183 <Globals>
184 </Globals>
185 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | tools/visual_studio/d8js2c.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698