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

Side by Side Diff: experimental/visual_studio_plugin/src/rsp_proxy/rsp_proxy.vcproj

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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="9.00"
5 Name="rsp_proxy"
6 ProjectGUID="{20D21A4F-3C4B-4EA0-A6A7-CEFBB3881EFF}"
7 RootNamespace="rsp_proxy"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 UseOfMFC="1"
25 UseOfATL="0"
26 CharacterSet="1"
27 EnableManagedIncrementalBuild="1"
28 >
29 <Tool
30 Name="VCPreBuildEventTool"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool"
37 />
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
40 />
41 <Tool
42 Name="VCMIDLTool"
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 UseUnicodeResponseFiles="false"
47 Optimization="0"
48 AdditionalIncludeDirectories=".."
49 PreprocessorDefinitions="WIN32;_CONSOLE"
50 MinimalRebuild="false"
51 BasicRuntimeChecks="3"
52 RuntimeLibrary="0"
53 BufferSecurityCheck="true"
54 UsePrecompiledHeader="0"
55 WarningLevel="3"
56 DebugInformationFormat="4"
57 />
58 <Tool
59 Name="VCManagedResourceCompilerTool"
60 />
61 <Tool
62 Name="VCResourceCompilerTool"
63 />
64 <Tool
65 Name="VCPreLinkEventTool"
66 />
67 <Tool
68 Name="VCLinkerTool"
69 AdditionalDependencies="wsock32.lib"
70 LinkIncremental="2"
71 AdditionalLibraryDirectories=""
72 IgnoreAllDefaultLibraries="false"
73 IgnoreDefaultLibraryNames=""
74 GenerateDebugInformation="true"
75 SubSystem="1"
76 TargetMachine="1"
77 />
78 <Tool
79 Name="VCALinkTool"
80 />
81 <Tool
82 Name="VCManifestTool"
83 EmbedManifest="false"
84 />
85 <Tool
86 Name="VCXDCMakeTool"
87 />
88 <Tool
89 Name="VCBscMakeTool"
90 />
91 <Tool
92 Name="VCFxCopTool"
93 />
94 <Tool
95 Name="VCAppVerifierTool"
96 />
97 <Tool
98 Name="VCPostBuildEventTool"
99 />
100 </Configuration>
101 <Configuration
102 Name="Release|Win32"
103 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
104 IntermediateDirectory="$(ConfigurationName)"
105 ConfigurationType="1"
106 CharacterSet="1"
107 WholeProgramOptimization="1"
108 >
109 <Tool
110 Name="VCPreBuildEventTool"
111 />
112 <Tool
113 Name="VCCustomBuildTool"
114 />
115 <Tool
116 Name="VCXMLDataGeneratorTool"
117 />
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"
120 />
121 <Tool
122 Name="VCMIDLTool"
123 />
124 <Tool
125 Name="VCCLCompilerTool"
126 Optimization="2"
127 EnableIntrinsicFunctions="true"
128 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
129 RuntimeLibrary="2"
130 EnableFunctionLevelLinking="true"
131 UsePrecompiledHeader="2"
132 WarningLevel="3"
133 DebugInformationFormat="3"
134 />
135 <Tool
136 Name="VCManagedResourceCompilerTool"
137 />
138 <Tool
139 Name="VCResourceCompilerTool"
140 />
141 <Tool
142 Name="VCPreLinkEventTool"
143 />
144 <Tool
145 Name="VCLinkerTool"
146 LinkIncremental="1"
147 GenerateDebugInformation="true"
148 SubSystem="1"
149 OptimizeReferences="2"
150 EnableCOMDATFolding="2"
151 TargetMachine="1"
152 />
153 <Tool
154 Name="VCALinkTool"
155 />
156 <Tool
157 Name="VCManifestTool"
158 />
159 <Tool
160 Name="VCXDCMakeTool"
161 />
162 <Tool
163 Name="VCBscMakeTool"
164 />
165 <Tool
166 Name="VCFxCopTool"
167 />
168 <Tool
169 Name="VCAppVerifierTool"
170 />
171 <Tool
172 Name="VCPostBuildEventTool"
173 />
174 </Configuration>
175 </Configurations>
176 <References>
177 </References>
178 <Files>
179 <Filter
180 Name="Source Files"
181 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
182 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
183 >
184 <File
185 RelativePath=".\proxy_socket.cc"
186 >
187 </File>
188 <File
189 RelativePath=".\rsp_proxy.cc"
190 >
191 </File>
192 </Filter>
193 <Filter
194 Name="Header Files"
195 Filter="h;hpp;hxx;hm;inl;inc;xsd"
196 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
197 >
198 <File
199 RelativePath=".\proxy_socket.h"
200 >
201 </File>
202 </Filter>
203 <Filter
204 Name="Resource Files"
205 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
206 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
207 >
208 </Filter>
209 </Files>
210 <Globals>
211 </Globals>
212 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698