source: trunk/MFCtooling/replay/replay.vcproj @ 167

Last change on this file since 167 was 167, checked in by sherbold, 13 years ago
  • fixed problems in release build configuration
  • added output in case of wrong command line parameters
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="replay"
6        ProjectGUID="{6CDC762E-2D22-4B0F-B6CD-7F8AB432ED42}"
7        RootNamespace="replay"
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                        CharacterSet="1"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                TreatWChar_tAsBuiltInType="false"
49                                UsePrecompiledHeader="2"
50                                WarningLevel="3"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                LinkIncremental="2"
65                                GenerateDebugInformation="true"
66                                SubSystem="1"
67                                TargetMachine="1"
68                        />
69                        <Tool
70                                Name="VCALinkTool"
71                        />
72                        <Tool
73                                Name="VCManifestTool"
74                        />
75                        <Tool
76                                Name="VCXDCMakeTool"
77                        />
78                        <Tool
79                                Name="VCBscMakeTool"
80                        />
81                        <Tool
82                                Name="VCFxCopTool"
83                        />
84                        <Tool
85                                Name="VCAppVerifierTool"
86                        />
87                        <Tool
88                                Name="VCPostBuildEventTool"
89                        />
90                </Configuration>
91                <Configuration
92                        Name="Release|Win32"
93                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94                        IntermediateDirectory="$(ConfigurationName)"
95                        ConfigurationType="1"
96                        CharacterSet="1"
97                        >
98                        <Tool
99                                Name="VCPreBuildEventTool"
100                        />
101                        <Tool
102                                Name="VCCustomBuildTool"
103                        />
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"
106                        />
107                        <Tool
108                                Name="VCWebServiceProxyGeneratorTool"
109                        />
110                        <Tool
111                                Name="VCMIDLTool"
112                        />
113                        <Tool
114                                Name="VCCLCompilerTool"
115                                Optimization="0"
116                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
117                                MinimalRebuild="true"
118                                BasicRuntimeChecks="3"
119                                RuntimeLibrary="3"
120                                TreatWChar_tAsBuiltInType="false"
121                                UsePrecompiledHeader="2"
122                                WarningLevel="3"
123                                DebugInformationFormat="4"
124                        />
125                        <Tool
126                                Name="VCManagedResourceCompilerTool"
127                        />
128                        <Tool
129                                Name="VCResourceCompilerTool"
130                        />
131                        <Tool
132                                Name="VCPreLinkEventTool"
133                        />
134                        <Tool
135                                Name="VCLinkerTool"
136                                LinkIncremental="2"
137                                GenerateDebugInformation="true"
138                                SubSystem="1"
139                                TargetMachine="1"
140                        />
141                        <Tool
142                                Name="VCALinkTool"
143                        />
144                        <Tool
145                                Name="VCManifestTool"
146                        />
147                        <Tool
148                                Name="VCXDCMakeTool"
149                        />
150                        <Tool
151                                Name="VCBscMakeTool"
152                        />
153                        <Tool
154                                Name="VCFxCopTool"
155                        />
156                        <Tool
157                                Name="VCAppVerifierTool"
158                        />
159                        <Tool
160                                Name="VCPostBuildEventTool"
161                        />
162                </Configuration>
163                <Configuration
164                        Name="Release_ReplayOld|Win32"
165                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
166                        IntermediateDirectory="$(ConfigurationName)"
167                        ConfigurationType="1"
168                        CharacterSet="1"
169                        WholeProgramOptimization="1"
170                        >
171                        <Tool
172                                Name="VCPreBuildEventTool"
173                        />
174                        <Tool
175                                Name="VCCustomBuildTool"
176                        />
177                        <Tool
178                                Name="VCXMLDataGeneratorTool"
179                        />
180                        <Tool
181                                Name="VCWebServiceProxyGeneratorTool"
182                        />
183                        <Tool
184                                Name="VCMIDLTool"
185                        />
186                        <Tool
187                                Name="VCCLCompilerTool"
188                                Optimization="2"
189                                EnableIntrinsicFunctions="true"
190                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
191                                RuntimeLibrary="2"
192                                EnableFunctionLevelLinking="true"
193                                TreatWChar_tAsBuiltInType="false"
194                                UsePrecompiledHeader="2"
195                                WarningLevel="3"
196                                DebugInformationFormat="3"
197                        />
198                        <Tool
199                                Name="VCManagedResourceCompilerTool"
200                        />
201                        <Tool
202                                Name="VCResourceCompilerTool"
203                        />
204                        <Tool
205                                Name="VCPreLinkEventTool"
206                        />
207                        <Tool
208                                Name="VCLinkerTool"
209                                LinkIncremental="1"
210                                GenerateDebugInformation="true"
211                                SubSystem="1"
212                                OptimizeReferences="2"
213                                EnableCOMDATFolding="2"
214                                TargetMachine="1"
215                        />
216                        <Tool
217                                Name="VCALinkTool"
218                        />
219                        <Tool
220                                Name="VCManifestTool"
221                        />
222                        <Tool
223                                Name="VCXDCMakeTool"
224                        />
225                        <Tool
226                                Name="VCBscMakeTool"
227                        />
228                        <Tool
229                                Name="VCFxCopTool"
230                        />
231                        <Tool
232                                Name="VCAppVerifierTool"
233                        />
234                        <Tool
235                                Name="VCPostBuildEventTool"
236                                CommandLine="copy C:\Projects\MFCtooling\Release\replay.exe C:\replay\tools\replay.exe /y"
237                        />
238                </Configuration>
239        </Configurations>
240        <References>
241        </References>
242        <Files>
243                <Filter
244                        Name="Source Files"
245                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
246                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
247                        >
248                        <File
249                                RelativePath=".\LogParser.cpp"
250                                >
251                        </File>
252                        <File
253                                RelativePath=".\options.cpp"
254                                >
255                        </File>
256                        <File
257                                RelativePath=".\replay.cpp"
258                                >
259                        </File>
260                        <File
261                                RelativePath=".\stdafx.cpp"
262                                >
263                                <FileConfiguration
264                                        Name="Debug|Win32"
265                                        >
266                                        <Tool
267                                                Name="VCCLCompilerTool"
268                                                UsePrecompiledHeader="1"
269                                        />
270                                </FileConfiguration>
271                                <FileConfiguration
272                                        Name="Release|Win32"
273                                        >
274                                        <Tool
275                                                Name="VCCLCompilerTool"
276                                                UsePrecompiledHeader="1"
277                                        />
278                                </FileConfiguration>
279                                <FileConfiguration
280                                        Name="Release_ReplayOld|Win32"
281                                        >
282                                        <Tool
283                                                Name="VCCLCompilerTool"
284                                                UsePrecompiledHeader="1"
285                                        />
286                                </FileConfiguration>
287                        </File>
288                        <File
289                                RelativePath=".\TestResults.cpp"
290                                >
291                        </File>
292                        <File
293                                RelativePath=".\WindowData.cpp"
294                                >
295                        </File>
296                        <File
297                                RelativePath=".\WindowFinder.cpp"
298                                >
299                        </File>
300                </Filter>
301                <Filter
302                        Name="Header Files"
303                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
304                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
305                        >
306                        <File
307                                RelativePath=".\LogParser.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath=".\options.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath=".\SAXContentHandlerImpl.h"
316                                >
317                        </File>
318                        <File
319                                RelativePath=".\stdafx.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath=".\targetver.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath=".\TestResults.h"
328                                >
329                        </File>
330                        <File
331                                RelativePath=".\WindowData.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath=".\WindowFinder.h"
336                                >
337                        </File>
338                </Filter>
339                <Filter
340                        Name="Resource Files"
341                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
342                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
343                        >
344                </Filter>
345                <File
346                        RelativePath=".\ReadMe.txt"
347                        >
348                </File>
349        </Files>
350        <Globals>
351        </Globals>
352</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.