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

Side by Side Diff: tools/visual_studio/v8_shell_sample.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_shell_sample"
6 ProjectGUID="{2DE20FFA-6F5E-48D9-84D8-09B044A5B119}"
7 RootNamespace="v8_shell_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;.\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 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
41 />
42 <Tool
43 Name="VCManagedResourceCompilerTool"
44 />
45 <Tool
46 Name="VCResourceCompilerTool"
47 />
48 <Tool
49 Name="VCPreLinkEventTool"
50 />
51 <Tool
52 Name="VCLinkerTool"
53 AdditionalDependencies="winmm.lib Ws2_32.lib"
54 />
55 <Tool
56 Name="VCALinkTool"
57 />
58 <Tool
59 Name="VCManifestTool"
60 />
61 <Tool
62 Name="VCXDCMakeTool"
63 />
64 <Tool
65 Name="VCBscMakeTool"
66 />
67 <Tool
68 Name="VCFxCopTool"
69 />
70 <Tool
71 Name="VCAppVerifierTool"
72 />
73 <Tool
74 Name="VCPostBuildEventTool"
75 />
76 </Configuration>
77 <Configuration
78 Name="Release|Win32"
79 ConfigurationType="1"
80 InheritedPropertySheets=".\common.vsprops;.\ia32.vsprops ;.\release.vsprops"
81 >
82 <Tool
83 Name="VCPreBuildEventTool"
84 />
85 <Tool
86 Name="VCCustomBuildTool"
87 />
88 <Tool
89 Name="VCXMLDataGeneratorTool"
90 />
91 <Tool
92 Name="VCWebServiceProxyGeneratorTool"
93 />
94 <Tool
95 Name="VCMIDLTool"
96 />
97 <Tool
98 Name="VCCLCompilerTool"
99 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
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 AdditionalDependencies="winmm.lib Ws2_32.lib"
113 />
114 <Tool
115 Name="VCALinkTool"
116 />
117 <Tool
118 Name="VCManifestTool"
119 />
120 <Tool
121 Name="VCXDCMakeTool"
122 />
123 <Tool
124 Name="VCBscMakeTool"
125 />
126 <Tool
127 Name="VCFxCopTool"
128 />
129 <Tool
130 Name="VCAppVerifierTool"
131 />
132 <Tool
133 Name="VCPostBuildEventTool"
134 />
135 </Configuration>
136 </Configurations>
137 <References>
138 </References>
139 <Files>
140 <File
141 RelativePath="..\..\samples\shell.cc"
142 >
143 </File>
144 </Files>
145 <Globals>
146 </Globals>
147 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8_process_sample_x64.vcproj ('k') | tools/visual_studio/v8_shell_sample_arm.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698