source: trunk/MFCtooling/userlog/userlog.vcproj @ 166

Last change on this file since 166 was 166, checked in by sherbold, 13 years ago
  • reworked build configurations of userlog.dll
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="userlog"
6        ProjectGUID="{A881CC90-25D4-4D76-A30D-C8CA09A3434D}"
7        RootNamespace="userlog"
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_MTrace|Win32"
21                        OutputDirectory="$(SolutionDir)Debug"
22                        IntermediateDirectory="$(ConfigurationName)"
23                        ConfigurationType="2"
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                                AdditionalIncludeDirectories="$(SolutionDir)/../"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;USERLOG_EXPORTS;__USING_MTRACE__;__ENCODE_BASE64__"
45                                MinimalRebuild="false"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                TreatWChar_tAsBuiltInType="true"
49                        />
50                        <Tool
51                                Name="VCManagedResourceCompilerTool"
52                        />
53                        <Tool
54                                Name="VCResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCPreLinkEventTool"
58                        />
59                        <Tool
60                                Name="VCLinkerTool"
61                                AdditionalDependencies="trace.lib"
62                                AdditionalLibraryDirectories="&quot;$(SolutionDir)/../msl/lib/$(PlatformName)/Debug&quot;"
63                        />
64                        <Tool
65                                Name="VCALinkTool"
66                        />
67                        <Tool
68                                Name="VCManifestTool"
69                        />
70                        <Tool
71                                Name="VCXDCMakeTool"
72                        />
73                        <Tool
74                                Name="VCBscMakeTool"
75                        />
76                        <Tool
77                                Name="VCFxCopTool"
78                        />
79                        <Tool
80                                Name="VCAppVerifierTool"
81                        />
82                        <Tool
83                                Name="VCPostBuildEventTool"
84                        />
85                </Configuration>
86                <Configuration
87                        Name="Release_MTrace|Win32"
88                        OutputDirectory="$(SolutionDir)Release"
89                        IntermediateDirectory="$(ConfigurationName)"
90                        ConfigurationType="2"
91                        CharacterSet="1"
92                        >
93                        <Tool
94                                Name="VCPreBuildEventTool"
95                        />
96                        <Tool
97                                Name="VCCustomBuildTool"
98                        />
99                        <Tool
100                                Name="VCXMLDataGeneratorTool"
101                        />
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"
104                        />
105                        <Tool
106                                Name="VCMIDLTool"
107                        />
108                        <Tool
109                                Name="VCCLCompilerTool"
110                                AdditionalIncludeDirectories="$(SolutionDir)/../"
111                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;USERLOG_EXPORTS;__USING_MTRACE__;__ENABLE_BASE64__"
112                        />
113                        <Tool
114                                Name="VCManagedResourceCompilerTool"
115                        />
116                        <Tool
117                                Name="VCResourceCompilerTool"
118                        />
119                        <Tool
120                                Name="VCPreLinkEventTool"
121                        />
122                        <Tool
123                                Name="VCLinkerTool"
124                                AdditionalDependencies="trace.lib"
125                                AdditionalLibraryDirectories="&quot;$(SolutionDir)/../msl/lib/$(PlatformName)/Release&quot;"
126                        />
127                        <Tool
128                                Name="VCALinkTool"
129                        />
130                        <Tool
131                                Name="VCManifestTool"
132                        />
133                        <Tool
134                                Name="VCXDCMakeTool"
135                        />
136                        <Tool
137                                Name="VCBscMakeTool"
138                        />
139                        <Tool
140                                Name="VCFxCopTool"
141                        />
142                        <Tool
143                                Name="VCAppVerifierTool"
144                        />
145                        <Tool
146                                Name="VCPostBuildEventTool"
147                        />
148                </Configuration>
149                <Configuration
150                        Name="Debug_Costumlog|Win32"
151                        OutputDirectory="$(SolutionDir)Debug"
152                        IntermediateDirectory="$(ConfigurationName)"
153                        ConfigurationType="2"
154                        CharacterSet="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                                AdditionalIncludeDirectories=""
174                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;USERLOG_EXPORTS;__USING_COSTUMLOG__"
175                                MinimalRebuild="false"
176                                BasicRuntimeChecks="3"
177                                RuntimeLibrary="3"
178                                TreatWChar_tAsBuiltInType="true"
179                        />
180                        <Tool
181                                Name="VCManagedResourceCompilerTool"
182                        />
183                        <Tool
184                                Name="VCResourceCompilerTool"
185                        />
186                        <Tool
187                                Name="VCPreLinkEventTool"
188                        />
189                        <Tool
190                                Name="VCLinkerTool"
191                                AdditionalLibraryDirectories=""
192                        />
193                        <Tool
194                                Name="VCALinkTool"
195                        />
196                        <Tool
197                                Name="VCManifestTool"
198                        />
199                        <Tool
200                                Name="VCXDCMakeTool"
201                        />
202                        <Tool
203                                Name="VCBscMakeTool"
204                        />
205                        <Tool
206                                Name="VCFxCopTool"
207                        />
208                        <Tool
209                                Name="VCAppVerifierTool"
210                        />
211                        <Tool
212                                Name="VCPostBuildEventTool"
213                        />
214                </Configuration>
215                <Configuration
216                        Name="Release_Costumlog|Win32"
217                        OutputDirectory="$(SolutionDir)Release"
218                        IntermediateDirectory="$(ConfigurationName)"
219                        ConfigurationType="2"
220                        CharacterSet="1"
221                        >
222                        <Tool
223                                Name="VCPreBuildEventTool"
224                        />
225                        <Tool
226                                Name="VCCustomBuildTool"
227                        />
228                        <Tool
229                                Name="VCXMLDataGeneratorTool"
230                        />
231                        <Tool
232                                Name="VCWebServiceProxyGeneratorTool"
233                        />
234                        <Tool
235                                Name="VCMIDLTool"
236                        />
237                        <Tool
238                                Name="VCCLCompilerTool"
239                                AdditionalIncludeDirectories=""
240                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;USERLOG_EXPORTS;__USING_COSTUMLOG__"
241                        />
242                        <Tool
243                                Name="VCManagedResourceCompilerTool"
244                        />
245                        <Tool
246                                Name="VCResourceCompilerTool"
247                        />
248                        <Tool
249                                Name="VCPreLinkEventTool"
250                        />
251                        <Tool
252                                Name="VCLinkerTool"
253                                AdditionalLibraryDirectories=""
254                        />
255                        <Tool
256                                Name="VCALinkTool"
257                        />
258                        <Tool
259                                Name="VCManifestTool"
260                        />
261                        <Tool
262                                Name="VCXDCMakeTool"
263                        />
264                        <Tool
265                                Name="VCBscMakeTool"
266                        />
267                        <Tool
268                                Name="VCFxCopTool"
269                        />
270                        <Tool
271                                Name="VCAppVerifierTool"
272                        />
273                        <Tool
274                                Name="VCPostBuildEventTool"
275                        />
276                </Configuration>
277        </Configurations>
278        <References>
279        </References>
280        <Files>
281                <Filter
282                        Name="Source Files"
283                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
284                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
285                        >
286                        <File
287                                RelativePath=".\cencode.cpp"
288                                >
289                        </File>
290                        <File
291                                RelativePath=".\dllmain.cpp"
292                                >
293                        </File>
294                        <File
295                                RelativePath=".\helpers.cpp"
296                                >
297                        </File>
298                        <File
299                                RelativePath=".\stdafx.cpp"
300                                >
301                        </File>
302                        <File
303                                RelativePath=".\userlog.cpp"
304                                >
305                        </File>
306                </Filter>
307                <Filter
308                        Name="Header Files"
309                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
310                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
311                        >
312                        <File
313                                RelativePath=".\cencode.h"
314                                >
315                        </File>
316                        <File
317                                RelativePath=".\encode.h"
318                                >
319                        </File>
320                        <File
321                                RelativePath=".\helpers.h"
322                                >
323                        </File>
324                        <File
325                                RelativePath=".\stdafx.h"
326                                >
327                        </File>
328                        <File
329                                RelativePath=".\targetver.h"
330                                >
331                        </File>
332                        <File
333                                RelativePath=".\userlog.h"
334                                >
335                        </File>
336                </Filter>
337                <Filter
338                        Name="Resource Files"
339                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
340                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
341                        >
342                </Filter>
343                <File
344                        RelativePath=".\filters.txt"
345                        >
346                </File>
347        </Files>
348        <Globals>
349        </Globals>
350</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.