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

Side by Side Diff: third_party/npapi/npspy/windows/spysetup.vcproj

Issue 665543002: Remove third_party/npapi/npspy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="spysetup"
6 ProjectGUID="{8489E6BA-49E8-4F84-BC9E-D500D6DD3C8A}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory=".\Debug"
19 IntermediateDirectory=".\Debug"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefault s\UpgradeFromVC60.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/spysetup.tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories="../include"
51 PreprocessorDefinitions="XP_WIN;WIN32;_DEBUG;_WI NDOWS"
52 MinimalRebuild="true"
53 BasicRuntimeChecks="3"
54 RuntimeLibrary="1"
55 PrecompiledHeaderFile=".\Debug/spysetup.pch"
56 AssemblerListingLocation=".\Debug/"
57 ObjectFile=".\Debug/"
58 ProgramDataBaseFileName=".\Debug/"
59 WarningLevel="3"
60 SuppressStartupBanner="true"
61 DebugInformationFormat="4"
62 />
63 <Tool
64 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="_DEBUG"
69 Culture="1033"
70 />
71 <Tool
72 Name="VCPreLinkEventTool"
73 />
74 <Tool
75 Name="VCLinkerTool"
76 AdditionalDependencies="debug/npspy.lib"
77 OutputFile="Debug\spysetup.exe"
78 LinkIncremental="2"
79 SuppressStartupBanner="true"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile=".\Debug/spysetup.pdb"
82 SubSystem="2"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 SuppressStartupBanner="true"
97 OutputFile=".\Debug/spysetup.bsc"
98 />
99 <Tool
100 Name="VCFxCopTool"
101 />
102 <Tool
103 Name="VCAppVerifierTool"
104 />
105 <Tool
106 Name="VCWebDeploymentTool"
107 />
108 <Tool
109 Name="VCPostBuildEventTool"
110 />
111 </Configuration>
112 <Configuration
113 Name="Release|Win32"
114 OutputDirectory=".\Release"
115 IntermediateDirectory=".\Release"
116 ConfigurationType="1"
117 InheritedPropertySheets="$(VCInstallDir)VCProjectDefault s\UpgradeFromVC60.vsprops"
118 UseOfMFC="0"
119 ATLMinimizesCRunTimeLibraryUsage="false"
120 CharacterSet="2"
121 >
122 <Tool
123 Name="VCPreBuildEventTool"
124 />
125 <Tool
126 Name="VCCustomBuildTool"
127 />
128 <Tool
129 Name="VCXMLDataGeneratorTool"
130 />
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"
133 />
134 <Tool
135 Name="VCMIDLTool"
136 PreprocessorDefinitions="NDEBUG"
137 MkTypLibCompatible="true"
138 SuppressStartupBanner="true"
139 TargetEnvironment="1"
140 TypeLibraryName=".\Release/spysetup.tlb"
141 HeaderFileName=""
142 />
143 <Tool
144 Name="VCCLCompilerTool"
145 Optimization="2"
146 InlineFunctionExpansion="1"
147 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
148 StringPooling="true"
149 RuntimeLibrary="0"
150 EnableFunctionLevelLinking="true"
151 PrecompiledHeaderFile=".\Release/spysetup.pch"
152 AssemblerListingLocation=".\Release/"
153 ObjectFile=".\Release/"
154 ProgramDataBaseFileName=".\Release/"
155 WarningLevel="3"
156 SuppressStartupBanner="true"
157 />
158 <Tool
159 Name="VCManagedResourceCompilerTool"
160 />
161 <Tool
162 Name="VCResourceCompilerTool"
163 PreprocessorDefinitions="NDEBUG"
164 Culture="1033"
165 />
166 <Tool
167 Name="VCPreLinkEventTool"
168 />
169 <Tool
170 Name="VCLinkerTool"
171 OutputFile=".\Release/spysetup.exe"
172 LinkIncremental="1"
173 SuppressStartupBanner="true"
174 ProgramDatabaseFile=".\Release/spysetup.pdb"
175 SubSystem="2"
176 TargetMachine="1"
177 />
178 <Tool
179 Name="VCALinkTool"
180 />
181 <Tool
182 Name="VCManifestTool"
183 />
184 <Tool
185 Name="VCXDCMakeTool"
186 />
187 <Tool
188 Name="VCBscMakeTool"
189 SuppressStartupBanner="true"
190 OutputFile=".\Release/spysetup.bsc"
191 />
192 <Tool
193 Name="VCFxCopTool"
194 />
195 <Tool
196 Name="VCAppVerifierTool"
197 />
198 <Tool
199 Name="VCWebDeploymentTool"
200 />
201 <Tool
202 Name="VCPostBuildEventTool"
203 />
204 </Configuration>
205 </Configurations>
206 <References>
207 </References>
208 <Files>
209 <Filter
210 Name="Source Files"
211 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
212 >
213 <File
214 RelativePath="setupexe.cpp"
215 >
216 <FileConfiguration
217 Name="Debug|Win32"
218 >
219 <Tool
220 Name="VCCLCompilerTool"
221 AdditionalIncludeDirectories=""
222 PreprocessorDefinitions=""
223 />
224 </FileConfiguration>
225 <FileConfiguration
226 Name="Release|Win32"
227 >
228 <Tool
229 Name="VCCLCompilerTool"
230 PreprocessorDefinitions=""
231 />
232 </FileConfiguration>
233 </File>
234 </Filter>
235 <Filter
236 Name="Header Files"
237 Filter="h;hpp;hxx;hm;inl"
238 >
239 </Filter>
240 <Filter
241 Name="Resource Files"
242 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe "
243 >
244 </Filter>
245 </Files>
246 <Globals>
247 </Globals>
248 </VisualStudioProject>
OLDNEW
« no previous file with comments | « third_party/npapi/npspy/windows/setupexe.cpp ('k') | third_party/npapi/npspy/windows/windowsxx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698