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

Side by Side Diff: sandbox/win/tools/finder/finder.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/tools/finder/finder.cc ('k') | sandbox/win/tools/finder/finder_fs.cc » ('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="finder"
6 ProjectGUID="{ACDC2E06-0366-41A4-A646-C37E130A605D}"
7 RootNamespace="finder"
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 />
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="VCWebDeploymentTool"
75 />
76 <Tool
77 Name="VCPostBuildEventTool"
78 />
79 </Configuration>
80 <Configuration
81 Name="Release|Win32"
82 ConfigurationType="1"
83 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;$(SolutionDir)..\build\common.vsprops"
84 >
85 <Tool
86 Name="VCPreBuildEventTool"
87 />
88 <Tool
89 Name="VCCustomBuildTool"
90 />
91 <Tool
92 Name="VCXMLDataGeneratorTool"
93 />
94 <Tool
95 Name="VCWebServiceProxyGeneratorTool"
96 />
97 <Tool
98 Name="VCMIDLTool"
99 />
100 <Tool
101 Name="VCCLCompilerTool"
102 UsePrecompiledHeader="0"
103 ForcedIncludeFiles="stdafx.h"
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 />
117 <Tool
118 Name="VCALinkTool"
119 />
120 <Tool
121 Name="VCManifestTool"
122 />
123 <Tool
124 Name="VCXDCMakeTool"
125 />
126 <Tool
127 Name="VCBscMakeTool"
128 />
129 <Tool
130 Name="VCFxCopTool"
131 />
132 <Tool
133 Name="VCAppVerifierTool"
134 />
135 <Tool
136 Name="VCWebDeploymentTool"
137 />
138 <Tool
139 Name="VCPostBuildEventTool"
140 />
141 </Configuration>
142 </Configurations>
143 <References>
144 </References>
145 <Files>
146 <File
147 RelativePath=".\finder.cc"
148 >
149 </File>
150 <File
151 RelativePath=".\finder.h"
152 >
153 </File>
154 <File
155 RelativePath=".\finder_fs.cc"
156 >
157 </File>
158 <File
159 RelativePath=".\finder_kernel.cc"
160 >
161 </File>
162 <File
163 RelativePath=".\finder_registry.cc"
164 >
165 </File>
166 <File
167 RelativePath=".\main.cc"
168 >
169 </File>
170 <File
171 RelativePath=".\ntundoc.h"
172 >
173 </File>
174 <File
175 RelativePath=".\stdafx.cc"
176 >
177 <FileConfiguration
178 Name="Debug|Win32"
179 >
180 <Tool
181 Name="VCCLCompilerTool"
182 UsePrecompiledHeader="1"
183 />
184 </FileConfiguration>
185 <FileConfiguration
186 Name="Release|Win32"
187 >
188 <Tool
189 Name="VCCLCompilerTool"
190 UsePrecompiledHeader="0"
191 />
192 </FileConfiguration>
193 </File>
194 <File
195 RelativePath=".\stdafx.h"
196 >
197 </File>
198 </Files>
199 <Globals>
200 </Globals>
201 </VisualStudioProject>
OLDNEW
« no previous file with comments | « sandbox/win/tools/finder/finder.cc ('k') | sandbox/win/tools/finder/finder_fs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698