Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /WinCS/WinCS.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11 - (hide annotations) (download)
Wed Feb 10 18:21:00 2010 UTC (14 years, 2 months ago) by sho1get
File size: 10549 byte(s)


1 sho1get 11 <?xml version="1.0" encoding="shift_jis"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="9.00"
5     Name="WinCS"
6     ProjectGUID="{3E12599F-9251-4A93-9970-D0049C164A47}"
7     RootNamespace="WinCS"
8     Keyword="MFCProj"
9     TargetFrameworkVersion="131072"
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="2"
25     CharacterSet="1"
26     >
27     <Tool
28     Name="VCPreBuildEventTool"
29     />
30     <Tool
31     Name="VCCustomBuildTool"
32     />
33     <Tool
34     Name="VCXMLDataGeneratorTool"
35     />
36     <Tool
37     Name="VCWebServiceProxyGeneratorTool"
38     />
39     <Tool
40     Name="VCMIDLTool"
41     PreprocessorDefinitions="_DEBUG"
42     MkTypLibCompatible="false"
43     ValidateParameters="true"
44     />
45     <Tool
46     Name="VCCLCompilerTool"
47     Optimization="0"
48     PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
49     MinimalRebuild="true"
50     ExceptionHandling="2"
51     BasicRuntimeChecks="3"
52     RuntimeLibrary="3"
53     UsePrecompiledHeader="2"
54     WarningLevel="3"
55     DebugInformationFormat="4"
56     />
57     <Tool
58     Name="VCManagedResourceCompilerTool"
59     />
60     <Tool
61     Name="VCResourceCompilerTool"
62     PreprocessorDefinitions="_DEBUG"
63     Culture="1041"
64     AdditionalIncludeDirectories="$(IntDir)"
65     />
66     <Tool
67     Name="VCPreLinkEventTool"
68     />
69     <Tool
70     Name="VCLinkerTool"
71     LinkIncremental="2"
72     GenerateDebugInformation="true"
73     SubSystem="2"
74     TargetMachine="1"
75     />
76     <Tool
77     Name="VCALinkTool"
78     />
79     <Tool
80     Name="VCManifestTool"
81     />
82     <Tool
83     Name="VCXDCMakeTool"
84     />
85     <Tool
86     Name="VCBscMakeTool"
87     />
88     <Tool
89     Name="VCFxCopTool"
90     />
91     <Tool
92     Name="VCAppVerifierTool"
93     />
94     <Tool
95     Name="VCPostBuildEventTool"
96     />
97     </Configuration>
98     <Configuration
99     Name="Release|Win32"
100     OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101     IntermediateDirectory="$(ConfigurationName)"
102     ConfigurationType="1"
103     UseOfMFC="2"
104     CharacterSet="1"
105     WholeProgramOptimization="1"
106     >
107     <Tool
108     Name="VCPreBuildEventTool"
109     />
110     <Tool
111     Name="VCCustomBuildTool"
112     />
113     <Tool
114     Name="VCXMLDataGeneratorTool"
115     />
116     <Tool
117     Name="VCWebServiceProxyGeneratorTool"
118     />
119     <Tool
120     Name="VCMIDLTool"
121     PreprocessorDefinitions="NDEBUG"
122     MkTypLibCompatible="false"
123     ValidateParameters="true"
124     />
125     <Tool
126     Name="VCCLCompilerTool"
127     Optimization="2"
128     EnableIntrinsicFunctions="true"
129     PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
130     MinimalRebuild="false"
131     ExceptionHandling="2"
132     RuntimeLibrary="2"
133     EnableFunctionLevelLinking="true"
134     UsePrecompiledHeader="2"
135     WarningLevel="3"
136     DebugInformationFormat="3"
137     />
138     <Tool
139     Name="VCManagedResourceCompilerTool"
140     />
141     <Tool
142     Name="VCResourceCompilerTool"
143     PreprocessorDefinitions="NDEBUG"
144     Culture="1041"
145     AdditionalIncludeDirectories="$(IntDir)"
146     />
147     <Tool
148     Name="VCPreLinkEventTool"
149     />
150     <Tool
151     Name="VCLinkerTool"
152     LinkIncremental="1"
153     GenerateDebugInformation="true"
154     SubSystem="2"
155     OptimizeReferences="2"
156     EnableCOMDATFolding="2"
157     TargetMachine="1"
158     />
159     <Tool
160     Name="VCALinkTool"
161     />
162     <Tool
163     Name="VCManifestTool"
164     />
165     <Tool
166     Name="VCXDCMakeTool"
167     />
168     <Tool
169     Name="VCBscMakeTool"
170     />
171     <Tool
172     Name="VCFxCopTool"
173     />
174     <Tool
175     Name="VCAppVerifierTool"
176     />
177     <Tool
178     Name="VCPostBuildEventTool"
179     />
180     </Configuration>
181     </Configurations>
182     <References>
183     </References>
184     <Files>
185     <Filter
186     Name="Source Files"
187     Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188     UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189     >
190     <Filter
191     Name="Window"
192     >
193     <File
194     RelativePath=".\APIConsoleDlg.cpp"
195     >
196     </File>
197     <File
198     RelativePath=".\APIGraphicsWindow.cpp"
199     >
200     </File>
201     <File
202     RelativePath=".\APIReportDlg.cpp"
203     >
204     </File>
205     <File
206     RelativePath=".\BMConfirmDlg.cpp"
207     >
208     </File>
209     <File
210     RelativePath=".\BMSingleDlg.cpp"
211     >
212     </File>
213     <File
214     RelativePath=".\BMSystemDlg.cpp"
215     >
216     </File>
217     <File
218     RelativePath=".\EXEConfirmDlg.cpp"
219     >
220     </File>
221     <File
222     RelativePath=".\FlopsHelpDlg.cpp"
223     >
224     </File>
225     <File
226     RelativePath=".\MasterSettingDlg.cpp"
227     >
228     </File>
229     <File
230     RelativePath=".\MasterView.cpp"
231     >
232     </File>
233     <File
234     RelativePath=".\PluginTransferDlg.cpp"
235     >
236     </File>
237     <File
238     RelativePath=".\SetupConfigDlg.cpp"
239     >
240     </File>
241     <File
242     RelativePath=".\SlaveSettingDlg.cpp"
243     >
244     </File>
245     <File
246     RelativePath=".\SlaveView.cpp"
247     >
248     </File>
249     <File
250     RelativePath=".\StatusView.cpp"
251     >
252     </File>
253     <File
254     RelativePath=".\WinCS.cpp"
255     >
256     </File>
257     <File
258     RelativePath=".\WinCSDlg.cpp"
259     >
260     </File>
261     <File
262     RelativePath=".\WinCSSetupDlg.cpp"
263     >
264     </File>
265     </Filter>
266     <Filter
267     Name="Common"
268     >
269     <File
270     RelativePath=".\PictureEx.cpp"
271     >
272     </File>
273     <File
274     RelativePath=".\stdafx.cpp"
275     >
276     <FileConfiguration
277     Name="Debug|Win32"
278     >
279     <Tool
280     Name="VCCLCompilerTool"
281     UsePrecompiledHeader="1"
282     />
283     </FileConfiguration>
284     <FileConfiguration
285     Name="Release|Win32"
286     >
287     <Tool
288     Name="VCCLCompilerTool"
289     UsePrecompiledHeader="1"
290     />
291     </FileConfiguration>
292     </File>
293     <File
294     RelativePath=".\TaskManager.cpp"
295     >
296     </File>
297     </Filter>
298     </Filter>
299     <Filter
300     Name="Header Files"
301     Filter="h;hpp;hxx;hm;inl;inc;xsd"
302     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
303     >
304     <Filter
305     Name="Common"
306     >
307     <File
308     RelativePath=".\Config.h"
309     >
310     </File>
311     <File
312     RelativePath=".\Flops.h"
313     >
314     </File>
315     <File
316     RelativePath=".\ImageEx.h"
317     >
318     </File>
319     <File
320     RelativePath=".\LogTemplate.h"
321     >
322     </File>
323     <File
324     RelativePath=".\Macros.h"
325     >
326     </File>
327     <File
328     RelativePath=".\MsgBox.h"
329     >
330     </File>
331     <File
332     RelativePath=".\PictureEx.h"
333     >
334     </File>
335     <File
336     RelativePath=".\Resource.h"
337     >
338     </File>
339     <File
340     RelativePath=".\SortArray.h"
341     >
342     </File>
343     <File
344     RelativePath=".\StartupOption.h"
345     >
346     </File>
347     <File
348     RelativePath=".\stdafx.h"
349     >
350     </File>
351     <File
352     RelativePath=".\StructuredException.h"
353     >
354     </File>
355     <File
356     RelativePath=".\targetver.h"
357     >
358     </File>
359     <File
360     RelativePath=".\TaskManager.h"
361     >
362     </File>
363     <File
364     RelativePath=".\Types.h"
365     >
366     </File>
367     </Filter>
368     <Filter
369     Name="Window"
370     >
371     <File
372     RelativePath=".\APIConsoleDlg.h"
373     >
374     </File>
375     <File
376     RelativePath=".\APIGraphicsWindow.h"
377     >
378     </File>
379     <File
380     RelativePath=".\APIReportDlg.h"
381     >
382     </File>
383     <File
384     RelativePath=".\BMConfirmDlg.h"
385     >
386     </File>
387     <File
388     RelativePath=".\BMSingleDlg.h"
389     >
390     </File>
391     <File
392     RelativePath=".\BMSystemDlg.h"
393     >
394     </File>
395     <File
396     RelativePath=".\EXEConfirmDlg.h"
397     >
398     </File>
399     <File
400     RelativePath=".\FlopsHelpDlg.h"
401     >
402     </File>
403     <File
404     RelativePath=".\MasterSettingDlg.h"
405     >
406     </File>
407     <File
408     RelativePath=".\MasterView.h"
409     >
410     </File>
411     <File
412     RelativePath=".\PluginTransferDlg.h"
413     >
414     </File>
415     <File
416     RelativePath=".\SetupConfigDlg.h"
417     >
418     </File>
419     <File
420     RelativePath=".\SlaveSettingDlg.h"
421     >
422     </File>
423     <File
424     RelativePath=".\SlaveView.h"
425     >
426     </File>
427     <File
428     RelativePath=".\StatusView.h"
429     >
430     </File>
431     <File
432     RelativePath=".\WinCS.h"
433     >
434     </File>
435     <File
436     RelativePath=".\WinCSDlg.h"
437     >
438     </File>
439     <File
440     RelativePath=".\WinCSSetupDlg.h"
441     >
442     </File>
443     </Filter>
444     </Filter>
445     <Filter
446     Name="Resource Files"
447     Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
448     UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
449     >
450     <File
451     RelativePath=".\res\bmp\benchmark.bmp"
452     >
453     </File>
454     <File
455     RelativePath=".\res\icon\benchmark.ico"
456     >
457     </File>
458     <File
459     RelativePath=".\res\bmp\execute.bmp"
460     >
461     </File>
462     <File
463     RelativePath=".\res\text\Flops.txt"
464     >
465     </File>
466     <File
467     RelativePath=".\res\icon\info.ico"
468     >
469     </File>
470     <File
471     RelativePath=".\res\bmp\information.bmp"
472     >
473     </File>
474     <File
475     RelativePath=".\res\gif\loader-indicator.gif"
476     >
477     </File>
478     <File
479     RelativePath=".\res\gif\loader-pik.gif"
480     >
481     </File>
482     <File
483     RelativePath=".\res\bmp\log.bmp"
484     >
485     </File>
486     <File
487     RelativePath=".\res\png\master.png"
488     >
489     </File>
490     <File
491     RelativePath=".\res\icon\network.ico"
492     >
493     </File>
494     <File
495     RelativePath=".\res\icon\plugin.ico"
496     >
497     </File>
498     <File
499     RelativePath=".\res\icon\reload.ico"
500     >
501     </File>
502     <File
503     RelativePath=".\res\bmp\restart.bmp"
504     >
505     </File>
506     <File
507     RelativePath=".\res\bmp\setting.bmp"
508     >
509     </File>
510     <File
511     RelativePath=".\res\icon\setting.ico"
512     >
513     </File>
514     <File
515     RelativePath=".\res\png\slave.png"
516     >
517     </File>
518     <File
519     RelativePath=".\res\bmp\stop.bmp"
520     >
521     </File>
522     <File
523     RelativePath=".\res\bmp\toolbar.bmp"
524     >
525     </File>
526     <File
527     RelativePath=".\res\bmp\transfer.bmp"
528     >
529     </File>
530     <File
531     RelativePath=".\res\icon\transfer.ico"
532     >
533     </File>
534     <File
535     RelativePath=".\res\icon\wincs.ico"
536     >
537     </File>
538     <File
539     RelativePath=".\WinCS.rc"
540     >
541     </File>
542     <File
543     RelativePath=".\res\WinCS.rc2"
544     >
545     </File>
546     </Filter>
547     <File
548     RelativePath=".\ClassDiagram1.cd"
549     >
550     </File>
551     </Files>
552     <Globals>
553     <Global
554     Name="RESOURCE_FILE"
555     Value="WinCS.rc"
556     />
557     </Globals>
558     </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26