source: libcf++/trunk/windows/libcf++.vcproj@ 4

Last change on this file since 4 was 4, checked in by cheese, 9 years ago

#1 commit prototype

File size: 7.8 KB
Line 
1<?xml version="1.0" encoding="ks_c_5601-1987"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libcf++"
6 ProjectGUID="{F6D565DE-91B5-46E1-AD17-2C7067C1DDCE}"
7 RootNamespace="libcf"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 <Platform
16 Name="x64"
17 />
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25 IntermediateDirectory="$(ConfigurationName)"
26 ConfigurationType="4"
27 InheritedPropertySheets=".\libcf++.vsprops"
28 CharacterSet="0"
29 >
30 <Tool
31 Name="VCPreBuildEventTool"
32 />
33 <Tool
34 Name="VCCustomBuildTool"
35 />
36 <Tool
37 Name="VCXMLDataGeneratorTool"
38 />
39 <Tool
40 Name="VCWebServiceProxyGeneratorTool"
41 />
42 <Tool
43 Name="VCMIDLTool"
44 />
45 <Tool
46 Name="VCCLCompilerTool"
47 Optimization="0"
48 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="0"
53 WarningLevel="3"
54 DebugInformationFormat="4"
55 />
56 <Tool
57 Name="VCManagedResourceCompilerTool"
58 />
59 <Tool
60 Name="VCResourceCompilerTool"
61 />
62 <Tool
63 Name="VCPreLinkEventTool"
64 />
65 <Tool
66 Name="VCLibrarianTool"
67 />
68 <Tool
69 Name="VCALinkTool"
70 />
71 <Tool
72 Name="VCXDCMakeTool"
73 />
74 <Tool
75 Name="VCBscMakeTool"
76 />
77 <Tool
78 Name="VCFxCopTool"
79 />
80 <Tool
81 Name="VCPostBuildEventTool"
82 />
83 </Configuration>
84 <Configuration
85 Name="Debug|x64"
86 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
87 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
88 ConfigurationType="4"
89 InheritedPropertySheets=".\libcf++.vsprops"
90 CharacterSet="0"
91 >
92 <Tool
93 Name="VCPreBuildEventTool"
94 />
95 <Tool
96 Name="VCCustomBuildTool"
97 />
98 <Tool
99 Name="VCXMLDataGeneratorTool"
100 />
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"
103 />
104 <Tool
105 Name="VCMIDLTool"
106 TargetEnvironment="3"
107 />
108 <Tool
109 Name="VCCLCompilerTool"
110 Optimization="0"
111 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
112 MinimalRebuild="true"
113 BasicRuntimeChecks="3"
114 RuntimeLibrary="3"
115 UsePrecompiledHeader="0"
116 WarningLevel="3"
117 DebugInformationFormat="3"
118 />
119 <Tool
120 Name="VCManagedResourceCompilerTool"
121 />
122 <Tool
123 Name="VCResourceCompilerTool"
124 />
125 <Tool
126 Name="VCPreLinkEventTool"
127 />
128 <Tool
129 Name="VCLibrarianTool"
130 />
131 <Tool
132 Name="VCALinkTool"
133 />
134 <Tool
135 Name="VCXDCMakeTool"
136 />
137 <Tool
138 Name="VCBscMakeTool"
139 />
140 <Tool
141 Name="VCFxCopTool"
142 />
143 <Tool
144 Name="VCPostBuildEventTool"
145 />
146 </Configuration>
147 <Configuration
148 Name="Release|Win32"
149 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
150 IntermediateDirectory="$(ConfigurationName)"
151 ConfigurationType="4"
152 InheritedPropertySheets=".\libcf++.vsprops"
153 CharacterSet="0"
154 WholeProgramOptimization="1"
155 >
156 <Tool
157 Name="VCPreBuildEventTool"
158 />
159 <Tool
160 Name="VCCustomBuildTool"
161 />
162 <Tool
163 Name="VCXMLDataGeneratorTool"
164 />
165 <Tool
166 Name="VCWebServiceProxyGeneratorTool"
167 />
168 <Tool
169 Name="VCMIDLTool"
170 />
171 <Tool
172 Name="VCCLCompilerTool"
173 Optimization="2"
174 EnableIntrinsicFunctions="true"
175 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
176 RuntimeLibrary="2"
177 EnableFunctionLevelLinking="true"
178 UsePrecompiledHeader="0"
179 WarningLevel="3"
180 DebugInformationFormat="3"
181 />
182 <Tool
183 Name="VCManagedResourceCompilerTool"
184 />
185 <Tool
186 Name="VCResourceCompilerTool"
187 />
188 <Tool
189 Name="VCPreLinkEventTool"
190 />
191 <Tool
192 Name="VCLibrarianTool"
193 />
194 <Tool
195 Name="VCALinkTool"
196 />
197 <Tool
198 Name="VCXDCMakeTool"
199 />
200 <Tool
201 Name="VCBscMakeTool"
202 />
203 <Tool
204 Name="VCFxCopTool"
205 />
206 <Tool
207 Name="VCPostBuildEventTool"
208 />
209 </Configuration>
210 <Configuration
211 Name="Release|x64"
212 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
213 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
214 ConfigurationType="4"
215 InheritedPropertySheets=".\libcf++.vsprops"
216 CharacterSet="0"
217 WholeProgramOptimization="1"
218 >
219 <Tool
220 Name="VCPreBuildEventTool"
221 />
222 <Tool
223 Name="VCCustomBuildTool"
224 />
225 <Tool
226 Name="VCXMLDataGeneratorTool"
227 />
228 <Tool
229 Name="VCWebServiceProxyGeneratorTool"
230 />
231 <Tool
232 Name="VCMIDLTool"
233 TargetEnvironment="3"
234 />
235 <Tool
236 Name="VCCLCompilerTool"
237 Optimization="2"
238 EnableIntrinsicFunctions="true"
239 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
240 RuntimeLibrary="2"
241 EnableFunctionLevelLinking="true"
242 UsePrecompiledHeader="0"
243 WarningLevel="3"
244 DebugInformationFormat="3"
245 />
246 <Tool
247 Name="VCManagedResourceCompilerTool"
248 />
249 <Tool
250 Name="VCResourceCompilerTool"
251 />
252 <Tool
253 Name="VCPreLinkEventTool"
254 />
255 <Tool
256 Name="VCLibrarianTool"
257 />
258 <Tool
259 Name="VCALinkTool"
260 />
261 <Tool
262 Name="VCXDCMakeTool"
263 />
264 <Tool
265 Name="VCBscMakeTool"
266 />
267 <Tool
268 Name="VCFxCopTool"
269 />
270 <Tool
271 Name="VCPostBuildEventTool"
272 />
273 </Configuration>
274 </Configurations>
275 <References>
276 </References>
277 <Files>
278 <Filter
279 Name="src"
280 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
281 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
282 >
283 <File
284 RelativePath="..\src\bin.cpp"
285 >
286 </File>
287 <File
288 RelativePath="..\src\codec.cpp"
289 >
290 </File>
291 <File
292 RelativePath="..\src\dirent.win32.hpp"
293 >
294 </File>
295 <File
296 RelativePath="..\src\exception.cpp"
297 >
298 </File>
299 <File
300 RelativePath="..\src\file.cpp"
301 >
302 </File>
303 <File
304 RelativePath="..\src\jni.cpp"
305 >
306 </File>
307 <File
308 RelativePath="..\src\logger.cpp"
309 >
310 </File>
311 <File
312 RelativePath="..\src\macaddr.cpp"
313 >
314 </File>
315 <File
316 RelativePath="..\src\memory.cpp"
317 >
318 </File>
319 <File
320 RelativePath="..\src\network.cpp"
321 >
322 </File>
323 <File
324 RelativePath="..\src\task.cpp"
325 >
326 </File>
327 <File
328 RelativePath="..\src\util.cpp"
329 >
330 </File>
331 </Filter>
332 <Filter
333 Name="include"
334 Filter="h;hpp;hxx;hm;inl;inc;xsd"
335 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
336 >
337 <Filter
338 Name="cf"
339 >
340 <File
341 RelativePath="..\include\cf\bin.h"
342 >
343 </File>
344 <File
345 RelativePath="..\include\cf\codec.h"
346 >
347 </File>
348 <File
349 RelativePath="..\include\cf\exception.h"
350 >
351 </File>
352 <File
353 RelativePath="..\include\cf\file.h"
354 >
355 </File>
356 <File
357 RelativePath="..\include\cf\formatter.hpp"
358 >
359 </File>
360 <File
361 RelativePath="..\include\cf\jni.h"
362 >
363 </File>
364 <File
365 RelativePath="..\include\cf\logger.h"
366 >
367 </File>
368 <File
369 RelativePath="..\include\cf\memory.h"
370 >
371 </File>
372 <File
373 RelativePath="..\include\cf\network.h"
374 >
375 </File>
376 <File
377 RelativePath="..\include\cf\task.h"
378 >
379 </File>
380 <File
381 RelativePath="..\include\cf\test.hpp"
382 >
383 </File>
384 <File
385 RelativePath="..\include\cf\types.h"
386 >
387 </File>
388 <File
389 RelativePath="..\include\cf\util.h"
390 >
391 </File>
392 </Filter>
393 </Filter>
394 <Filter
395 Name="resources"
396 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
397 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
398 >
399 </Filter>
400 </Files>
401 <Globals>
402 </Globals>
403</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.