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

Side by Side Diff: sandbox/win/sandbox_poc/sandbox_poc.vcproj

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 years, 8 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
« no previous file with comments | « sandbox/win/sandbox_poc/sandbox.rc ('k') | sandbox/win/sandbox_standalone.sln » ('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="sandbox_poc"
6 ProjectGUID="{CF757839-F2A1-417C-8F25-DCAE480020F1}"
7 RootNamespace="sandbox_poc"
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="$(SolutionDir)..\build\debug.vs props;$(SolutionDir)..\build\common.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 UsePrecompiledHeader="2"
41 ForcedIncludeFiles="stdafx.h"
42 />
43 <Tool
44 Name="VCManagedResourceCompilerTool"
45 />
46 <Tool
47 Name="VCResourceCompilerTool"
48 />
49 <Tool
50 Name="VCPreLinkEventTool"
51 />
52 <Tool
53 Name="VCLinkerTool"
54 AdditionalDependencies="comctl32.lib"
55 />
56 <Tool
57 Name="VCALinkTool"
58 />
59 <Tool
60 Name="VCManifestTool"
61 />
62 <Tool
63 Name="VCXDCMakeTool"
64 />
65 <Tool
66 Name="VCBscMakeTool"
67 />
68 <Tool
69 Name="VCFxCopTool"
70 />
71 <Tool
72 Name="VCAppVerifierTool"
73 />
74 <Tool
75 Name="VCWebDeploymentTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 ConfigurationType="1"
84 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;$(SolutionDir)..\build\common.vsprops"
85 >
86 <Tool
87 Name="VCPreBuildEventTool"
88 />
89 <Tool
90 Name="VCCustomBuildTool"
91 />
92 <Tool
93 Name="VCXMLDataGeneratorTool"
94 />
95 <Tool
96 Name="VCWebServiceProxyGeneratorTool"
97 />
98 <Tool
99 Name="VCMIDLTool"
100 />
101 <Tool
102 Name="VCCLCompilerTool"
103 UsePrecompiledHeader="0"
104 />
105 <Tool
106 Name="VCManagedResourceCompilerTool"
107 />
108 <Tool
109 Name="VCResourceCompilerTool"
110 />
111 <Tool
112 Name="VCPreLinkEventTool"
113 />
114 <Tool
115 Name="VCLinkerTool"
116 AdditionalDependencies="comctl32.lib"
117 />
118 <Tool
119 Name="VCALinkTool"
120 />
121 <Tool
122 Name="VCManifestTool"
123 />
124 <Tool
125 Name="VCXDCMakeTool"
126 />
127 <Tool
128 Name="VCBscMakeTool"
129 />
130 <Tool
131 Name="VCFxCopTool"
132 />
133 <Tool
134 Name="VCAppVerifierTool"
135 />
136 <Tool
137 Name="VCWebDeploymentTool"
138 />
139 <Tool
140 Name="VCPostBuildEventTool"
141 />
142 </Configuration>
143 </Configurations>
144 <References>
145 </References>
146 <Files>
147 <File
148 RelativePath=".\main_ui_window.cc"
149 >
150 </File>
151 <File
152 RelativePath=".\main_ui_window.h"
153 >
154 </File>
155 <File
156 RelativePath=".\resource.h"
157 >
158 </File>
159 <File
160 RelativePath=".\sandbox.cc"
161 >
162 </File>
163 <File
164 RelativePath=".\sandbox.h"
165 >
166 </File>
167 <File
168 RelativePath=".\sandbox.ico"
169 >
170 </File>
171 <File
172 RelativePath=".\sandbox.rc"
173 >
174 </File>
175 <File
176 RelativePath=".\stdafx.cc"
177 >
178 <FileConfiguration
179 Name="Debug|Win32"
180 >
181 <Tool
182 Name="VCCLCompilerTool"
183 UsePrecompiledHeader="1"
184 />
185 </FileConfiguration>
186 <FileConfiguration
187 Name="Release|Win32"
188 >
189 <Tool
190 Name="VCCLCompilerTool"
191 UsePrecompiledHeader="0"
192 />
193 </FileConfiguration>
194 </File>
195 <File
196 RelativePath=".\stdafx.h"
197 >
198 </File>
199 </Files>
200 <Globals>
201 </Globals>
202 </VisualStudioProject>
OLDNEW
« no previous file with comments | « sandbox/win/sandbox_poc/sandbox.rc ('k') | sandbox/win/sandbox_standalone.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698