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

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

Issue 6905164: Remove the Visual Studio project files (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Minor changes Created 9 years, 7 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 | « tools/visual_studio/v8_snapshot_cc.vcproj ('k') | tools/visual_studio/v8_snapshot_x64.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="v8_snapshot_cc"
6 ProjectGUID="{0DDBDA8B-A49F-4CC7-A1D5-5BB8297C8A3F}"
7 RootNamespace="v8_snapshot_cc"
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="10"
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="VCMIDLTool"
31 />
32 <Tool
33 Name="VCPostBuildEventTool"
34 />
35 </Configuration>
36 <Configuration
37 Name="Release|x64"
38 ConfigurationType="10"
39 InheritedPropertySheets=".\common.vsprops;.\x64.vsprops; .\release.vsprops"
40 >
41 <Tool
42 Name="VCPreBuildEventTool"
43 />
44 <Tool
45 Name="VCCustomBuildTool"
46 />
47 <Tool
48 Name="VCMIDLTool"
49 />
50 <Tool
51 Name="VCPostBuildEventTool"
52 />
53 </Configuration>
54 </Configurations>
55 <References>
56 </References>
57 <Files>
58 <Filter
59 Name="generated files"
60 SourceControlFiles="false"
61 >
62 <File
63 RelativePath="$(OutDir)\v8_mksnapshot.exe"
64 >
65 <FileConfiguration
66 Name="Debug|x64"
67 >
68 <Tool
69 Name="VCCustomBuildTool"
70 Description="Building snapshot..."
71 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir) \DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
72 AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe"
73 Outputs="$(IntDir)\DerivedSources\snapshot.cc"
74 />
75 </FileConfiguration>
76 <FileConfiguration
77 Name="Release|x64"
78 >
79 <Tool
80 Name="VCCustomBuildTool"
81 Description="Building snapshot..."
82 CommandLine="&quot;$(OutDir)\v8_mksnapshot.exe&quot; &quot;$(IntDir) \DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
83 AdditionalDependencies="$(OutDir)\v8_mksnapshot.exe"
84 Outputs="$(IntDir)\DerivedSources\snapshot.cc"
85 />
86 </FileConfiguration>
87 </File>
88 </Filter>
89 </Files>
90 <Globals>
91 </Globals>
92 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_snapshot_cc.vcproj ('k') | tools/visual_studio/v8_snapshot_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698