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

Side by Side Diff: tools/visual_studio/v8_process_sample_arm.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_process_sample"
6 ProjectGUID="{EF019874-D38A-40E3-B17C-DB5923F0A79C}"
7 RootNamespace="v8_process_sample"
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;.\arm.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="VCLinkerTool"
52 AdditionalDependencies="winmm.lib Ws2_32.lib"
53 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCManifestTool"
59 />
60 <Tool
61 Name="VCXDCMakeTool"
62 />
63 <Tool
64 Name="VCBscMakeTool"
65 />
66 <Tool
67 Name="VCFxCopTool"
68 />
69 <Tool
70 Name="VCAppVerifierTool"
71 />
72 <Tool
73 Name="VCPostBuildEventTool"
74 />
75 </Configuration>
76 <Configuration
77 Name="Release|Win32"
78 ConfigurationType="1"
79 InheritedPropertySheets=".\common.vsprops;.\arm.vsprops; .\release.vsprops"
80 >
81 <Tool
82 Name="VCPreBuildEventTool"
83 />
84 <Tool
85 Name="VCCustomBuildTool"
86 />
87 <Tool
88 Name="VCXMLDataGeneratorTool"
89 />
90 <Tool
91 Name="VCWebServiceProxyGeneratorTool"
92 />
93 <Tool
94 Name="VCMIDLTool"
95 />
96 <Tool
97 Name="VCCLCompilerTool"
98 />
99 <Tool
100 Name="VCManagedResourceCompilerTool"
101 />
102 <Tool
103 Name="VCResourceCompilerTool"
104 />
105 <Tool
106 Name="VCPreLinkEventTool"
107 />
108 <Tool
109 Name="VCLinkerTool"
110 AdditionalDependencies="winmm.lib Ws2_32.lib"
111 />
112 <Tool
113 Name="VCALinkTool"
114 />
115 <Tool
116 Name="VCManifestTool"
117 />
118 <Tool
119 Name="VCXDCMakeTool"
120 />
121 <Tool
122 Name="VCBscMakeTool"
123 />
124 <Tool
125 Name="VCFxCopTool"
126 />
127 <Tool
128 Name="VCAppVerifierTool"
129 />
130 <Tool
131 Name="VCPostBuildEventTool"
132 />
133 </Configuration>
134 </Configurations>
135 <References>
136 </References>
137 <Files>
138 <File
139 RelativePath="..\..\samples\process.cc"
140 >
141 </File>
142 </Files>
143 <Globals>
144 </Globals>
145 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_process_sample.vcproj ('k') | tools/visual_studio/v8_process_sample_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698