source: trunk/MFCtooling/TestProg/TestProg.vcproj @ 32

Last change on this file since 32 was 32, checked in by sherbold, 13 years ago
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="TestProg"
6        ProjectGUID="{98889796-F392-4C4F-A619-BD2C1509B392}"
7        RootNamespace="TestProg"
8        Keyword="MFCProj"
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="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                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                UsePrecompiledHeader="2"
53                                WarningLevel="3"
54                                DebugInformationFormat="4"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                                PreprocessorDefinitions="_DEBUG"
62                                Culture="1033"
63                                AdditionalIncludeDirectories="$(IntDir)"
64                        />
65                        <Tool
66                                Name="VCPreLinkEventTool"
67                        />
68                        <Tool
69                                Name="VCLinkerTool"
70                                RegisterOutput="true"
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                                RuntimeLibrary="2"
132                                EnableFunctionLevelLinking="true"
133                                UsePrecompiledHeader="2"
134                                WarningLevel="3"
135                                DebugInformationFormat="3"
136                        />
137                        <Tool
138                                Name="VCManagedResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCResourceCompilerTool"
142                                PreprocessorDefinitions="NDEBUG"
143                                Culture="1033"
144                                AdditionalIncludeDirectories="$(IntDir)"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                RegisterOutput="true"
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                        <File
191                                RelativePath=".\ChildFrm.cpp"
192                                >
193                        </File>
194                        <File
195                                RelativePath=".\CntrItem.cpp"
196                                >
197                        </File>
198                        <File
199                                RelativePath=".\IpFrame.cpp"
200                                >
201                        </File>
202                        <File
203                                RelativePath=".\MainFrm.cpp"
204                                >
205                        </File>
206                        <File
207                                RelativePath=".\SrvrItem.cpp"
208                                >
209                        </File>
210                        <File
211                                RelativePath=".\stdafx.cpp"
212                                >
213                                <FileConfiguration
214                                        Name="Debug|Win32"
215                                        >
216                                        <Tool
217                                                Name="VCCLCompilerTool"
218                                                UsePrecompiledHeader="1"
219                                        />
220                                </FileConfiguration>
221                                <FileConfiguration
222                                        Name="Release|Win32"
223                                        >
224                                        <Tool
225                                                Name="VCCLCompilerTool"
226                                                UsePrecompiledHeader="1"
227                                        />
228                                </FileConfiguration>
229                        </File>
230                        <File
231                                RelativePath=".\TestProg.cpp"
232                                >
233                        </File>
234                        <File
235                                RelativePath=".\TestProgDoc.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\TestProgView.cpp"
240                                >
241                        </File>
242                </Filter>
243                <Filter
244                        Name="Header Files"
245                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
246                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
247                        >
248                        <File
249                                RelativePath=".\ChildFrm.h"
250                                >
251                        </File>
252                        <File
253                                RelativePath=".\CntrItem.h"
254                                >
255                        </File>
256                        <File
257                                RelativePath=".\IpFrame.h"
258                                >
259                        </File>
260                        <File
261                                RelativePath=".\MainFrm.h"
262                                >
263                        </File>
264                        <File
265                                RelativePath=".\Resource.h"
266                                >
267                        </File>
268                        <File
269                                RelativePath=".\SrvrItem.h"
270                                >
271                        </File>
272                        <File
273                                RelativePath=".\stdafx.h"
274                                >
275                        </File>
276                        <File
277                                RelativePath=".\targetver.h"
278                                >
279                        </File>
280                        <File
281                                RelativePath=".\TestProg.h"
282                                >
283                        </File>
284                        <File
285                                RelativePath=".\TestProgDoc.h"
286                                >
287                        </File>
288                        <File
289                                RelativePath=".\TestProgView.h"
290                                >
291                        </File>
292                </Filter>
293                <Filter
294                        Name="Resource Files"
295                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
296                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
297                        >
298                        <File
299                                RelativePath=".\res\IToolbar.bmp"
300                                >
301                        </File>
302                        <File
303                                RelativePath=".\res\TestProg.ico"
304                                >
305                        </File>
306                        <File
307                                RelativePath=".\TestProg.rc"
308                                >
309                        </File>
310                        <File
311                                RelativePath=".\res\TestProg.rc2"
312                                >
313                        </File>
314                        <File
315                                RelativePath=".\res\TestProgDoc.ico"
316                                >
317                        </File>
318                        <File
319                                RelativePath=".\res\Toolbar.bmp"
320                                >
321                        </File>
322                </Filter>
323                <File
324                        RelativePath=".\ReadMe.txt"
325                        >
326                </File>
327                <File
328                        RelativePath=".\TestProg.reg"
329                        >
330                </File>
331        </Files>
332        <Globals>
333                <Global
334                        Name="RESOURCE_FILE"
335                        Value="TestProg.rc"
336                />
337        </Globals>
338</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.