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

Last change on this file since 621 was 148, checked in by jhall, 13 years ago

added some new elements

File size: 6.8 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                                AdditionalIncludeDirectories=""
49                                PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
50                                MinimalRebuild="true"
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="1033"
64                                AdditionalIncludeDirectories="$(IntDir)"
65                        />
66                        <Tool
67                                Name="VCPreLinkEventTool"
68                        />
69                        <Tool
70                                Name="VCLinkerTool"
71                                RegisterOutput="true"
72                                LinkIncremental="2"
73                                AdditionalLibraryDirectories=""
74                                GenerateDebugInformation="true"
75                                SubSystem="2"
76                                TargetMachine="1"
77                        />
78                        <Tool
79                                Name="VCALinkTool"
80                        />
81                        <Tool
82                                Name="VCManifestTool"
83                        />
84                        <Tool
85                                Name="VCXDCMakeTool"
86                        />
87                        <Tool
88                                Name="VCBscMakeTool"
89                        />
90                        <Tool
91                                Name="VCFxCopTool"
92                        />
93                        <Tool
94                                Name="VCAppVerifierTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                                CommandLine="copy C:\Projects\MFCtooling\Debug\userlog.dll C:\Programme\Mahr\MarWin\userlog.dll /y"
99                        />
100                </Configuration>
101                <Configuration
102                        Name="Release|Win32"
103                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
104                        IntermediateDirectory="$(ConfigurationName)"
105                        ConfigurationType="1"
106                        UseOfMFC="2"
107                        CharacterSet="1"
108                        WholeProgramOptimization="1"
109                        >
110                        <Tool
111                                Name="VCPreBuildEventTool"
112                        />
113                        <Tool
114                                Name="VCCustomBuildTool"
115                        />
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCWebServiceProxyGeneratorTool"
121                        />
122                        <Tool
123                                Name="VCMIDLTool"
124                                PreprocessorDefinitions="NDEBUG"
125                                MkTypLibCompatible="false"
126                                ValidateParameters="true"
127                        />
128                        <Tool
129                                Name="VCCLCompilerTool"
130                                Optimization="2"
131                                EnableIntrinsicFunctions="true"
132                                AdditionalIncludeDirectories="C:\Projects"
133                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
134                                MinimalRebuild="false"
135                                RuntimeLibrary="2"
136                                EnableFunctionLevelLinking="true"
137                                UsePrecompiledHeader="2"
138                                WarningLevel="3"
139                                DebugInformationFormat="3"
140                        />
141                        <Tool
142                                Name="VCManagedResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCResourceCompilerTool"
146                                PreprocessorDefinitions="NDEBUG"
147                                Culture="1033"
148                                AdditionalIncludeDirectories="$(IntDir)"
149                        />
150                        <Tool
151                                Name="VCPreLinkEventTool"
152                        />
153                        <Tool
154                                Name="VCLinkerTool"
155                                RegisterOutput="true"
156                                AdditionalDependencies="C:\Projects\msl\lib\win32\release\trace.lib"
157                                LinkIncremental="1"
158                                AdditionalLibraryDirectories="C:\Projects"
159                                GenerateDebugInformation="true"
160                                SubSystem="2"
161                                OptimizeReferences="2"
162                                EnableCOMDATFolding="2"
163                                TargetMachine="1"
164                        />
165                        <Tool
166                                Name="VCALinkTool"
167                        />
168                        <Tool
169                                Name="VCManifestTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCAppVerifierTool"
182                        />
183                        <Tool
184                                Name="VCPostBuildEventTool"
185                        />
186                </Configuration>
187        </Configurations>
188        <References>
189        </References>
190        <Files>
191                <Filter
192                        Name="Source Files"
193                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
194                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
195                        >
196                        <File
197                                RelativePath=".\ChildFrm.cpp"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\CntrItem.cpp"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\IpFrame.cpp"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\MainFrm.cpp"
210                                >
211                        </File>
212                        <File
213                                RelativePath=".\SrvrItem.cpp"
214                                >
215                        </File>
216                        <File
217                                RelativePath=".\stdafx.cpp"
218                                >
219                                <FileConfiguration
220                                        Name="Debug|Win32"
221                                        >
222                                        <Tool
223                                                Name="VCCLCompilerTool"
224                                                UsePrecompiledHeader="1"
225                                        />
226                                </FileConfiguration>
227                                <FileConfiguration
228                                        Name="Release|Win32"
229                                        >
230                                        <Tool
231                                                Name="VCCLCompilerTool"
232                                                UsePrecompiledHeader="1"
233                                        />
234                                </FileConfiguration>
235                        </File>
236                        <File
237                                RelativePath=".\TestProg.cpp"
238                                >
239                        </File>
240                        <File
241                                RelativePath=".\TestProgDoc.cpp"
242                                >
243                        </File>
244                        <File
245                                RelativePath=".\TestProgView.cpp"
246                                >
247                        </File>
248                </Filter>
249                <Filter
250                        Name="Header Files"
251                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
252                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
253                        >
254                        <File
255                                RelativePath=".\ChildFrm.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath=".\CntrItem.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath=".\IpFrame.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath=".\MainFrm.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath=".\Resource.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath=".\SrvrItem.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath=".\stdafx.h"
280                                >
281                        </File>
282                        <File
283                                RelativePath=".\targetver.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath=".\TestProg.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath=".\TestProgDoc.h"
292                                >
293                        </File>
294                        <File
295                                RelativePath=".\TestProgView.h"
296                                >
297                        </File>
298                </Filter>
299                <Filter
300                        Name="Resource Files"
301                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
302                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
303                        >
304                        <File
305                                RelativePath=".\res\IToolbar.bmp"
306                                >
307                        </File>
308                        <File
309                                RelativePath=".\res\TestProg.ico"
310                                >
311                        </File>
312                        <File
313                                RelativePath=".\TestProg.rc"
314                                >
315                        </File>
316                        <File
317                                RelativePath=".\res\TestProg.rc2"
318                                >
319                        </File>
320                        <File
321                                RelativePath=".\res\TestProgDoc.ico"
322                                >
323                        </File>
324                        <File
325                                RelativePath=".\res\Toolbar.bmp"
326                                >
327                        </File>
328                </Filter>
329                <File
330                        RelativePath=".\ReadMe.txt"
331                        >
332                </File>
333                <File
334                        RelativePath=".\TestProg.reg"
335                        >
336                </File>
337        </Files>
338        <Globals>
339                <Global
340                        Name="RESOURCE_FILE"
341                        Value="TestProg.rc"
342                />
343        </Globals>
344</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.