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

Side by Side Diff: tools/visual_studio/v8_snapshot.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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="v8_snapshot"
6 ProjectGUID="{C0334F9A-1168-4101-9DD8-C30FB252D435}"
7 RootNamespace="v8_snapshot"
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;.\ia32.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;.\ia32.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="generated files"
128 SourceControlFiles="false"
129 >
130 <File
131 RelativePath="$(IntDir)\..\v8\DerivedSources\nat ives-empty.cc"
132 >
133 </File>
134 <File
135 RelativePath="$(IntDir)\..\v8_snapshot_cc\Derive dSources\snapshot.cc"
136 >
137 </File>
138 </Filter>
139 </Files>
140 <Globals>
141 </Globals>
142 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_shell_sample_x64.vcproj ('k') | tools/visual_studio/v8_snapshot_cc.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698