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

Last change on this file since 170 was 170, checked in by sherbold, 13 years ago
  • fixed problem in userlog.dll release build
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                                BasicRuntimeChecks="3"
113                                RuntimeLibrary="2"
114                        />
115                        <Tool
116                                Name="VCManagedResourceCompilerTool"
117                        />
118                        <Tool
119                                Name="VCResourceCompilerTool"
120                        />
121                        <Tool
122                                Name="VCPreLinkEventTool"
123                        />
124                        <Tool
125                                Name="VCLinkerTool"
126                                AdditionalDependencies="trace.lib"
127                                AdditionalLibraryDirectories="&quot;$(SolutionDir)/../msl/lib/$(PlatformName)/Release&quot;"
128                        />
129                        <Tool
130                                Name="VCALinkTool"
131                        />
132                        <Tool
133                                Name="VCManifestTool"
134                        />
135                        <Tool
136                                Name="VCXDCMakeTool"
137                        />
138                        <Tool
139                                Name="VCBscMakeTool"
140                        />
141                        <Tool
142                                Name="VCFxCopTool"
143                        />
144                        <Tool
145                                Name="VCAppVerifierTool"
146                        />
147                        <Tool
148                                Name="VCPostBuildEventTool"
149                        />
150                </Configuration>
151                <Configuration
152                        Name="Debug_Costumlog|Win32"
153                        OutputDirectory="$(SolutionDir)Debug"
154                        IntermediateDirectory="$(ConfigurationName)"
155                        ConfigurationType="2"
156                        CharacterSet="1"
157                        >
158                        <Tool
159                                Name="VCPreBuildEventTool"
160                        />
161                        <Tool
162                                Name="VCCustomBuildTool"
163                        />
164                        <Tool
165                                Name="VCXMLDataGeneratorTool"
166                        />
167                        <Tool
168                                Name="VCWebServiceProxyGeneratorTool"
169                        />
170                        <Tool
171                                Name="VCMIDLTool"
172                        />
173                        <Tool
174                                Name="VCCLCompilerTool"
175                                AdditionalIncludeDirectories=""
176                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;USERLOG_EXPORTS;__USING_COSTUMLOG__"
177                                MinimalRebuild="false"
178                                BasicRuntimeChecks="3"
179                                RuntimeLibrary="3"
180                                TreatWChar_tAsBuiltInType="true"
181                        />
182                        <Tool
183                                Name="VCManagedResourceCompilerTool"
184                        />
185                        <Tool
186                                Name="VCResourceCompilerTool"
187                        />
188                        <Tool
189                                Name="VCPreLinkEventTool"
190                        />
191                        <Tool
192                                Name="VCLinkerTool"
193                                AdditionalLibraryDirectories=""
194                        />
195                        <Tool
196                                Name="VCALinkTool"
197                        />
198                        <Tool
199                                Name="VCManifestTool"
200                        />
201                        <Tool
202                                Name="VCXDCMakeTool"
203                        />
204                        <Tool
205                                Name="VCBscMakeTool"
206                        />
207                        <Tool
208                                Name="VCFxCopTool"
209                        />
210                        <Tool
211                                Name="VCAppVerifierTool"
212                        />
213                        <Tool
214                                Name="VCPostBuildEventTool"
215                        />
216                </Configuration>
217                <Configuration
218                        Name="Release_Costumlog|Win32"
219                        OutputDirectory="$(SolutionDir)Release"
220                        IntermediateDirectory="$(ConfigurationName)"
221                        ConfigurationType="2"
222                        CharacterSet="1"
223                        >
224                        <Tool
225                                Name="VCPreBuildEventTool"
226                        />
227                        <Tool
228                                Name="VCCustomBuildTool"
229                        />
230                        <Tool
231                                Name="VCXMLDataGeneratorTool"
232                        />
233                        <Tool
234                                Name="VCWebServiceProxyGeneratorTool"
235                        />
236                        <Tool
237                                Name="VCMIDLTool"
238                        />
239                        <Tool
240                                Name="VCCLCompilerTool"
241                                AdditionalIncludeDirectories=""
242                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;USERLOG_EXPORTS;__USING_COSTUMLOG__"
243                        />
244                        <Tool
245                                Name="VCManagedResourceCompilerTool"
246                        />
247                        <Tool
248                                Name="VCResourceCompilerTool"
249                        />
250                        <Tool
251                                Name="VCPreLinkEventTool"
252                        />
253                        <Tool
254                                Name="VCLinkerTool"
255                                AdditionalLibraryDirectories=""
256                        />
257                        <Tool
258                                Name="VCALinkTool"
259                        />
260                        <Tool
261                                Name="VCManifestTool"
262                        />
263                        <Tool
264                                Name="VCXDCMakeTool"
265                        />
266                        <Tool
267                                Name="VCBscMakeTool"
268                        />
269                        <Tool
270                                Name="VCFxCopTool"
271                        />
272                        <Tool
273                                Name="VCAppVerifierTool"
274                        />
275                        <Tool
276                                Name="VCPostBuildEventTool"
277                        />
278                </Configuration>
279        </Configurations>
280        <References>
281        </References>
282        <Files>
283                <Filter
284                        Name="Source Files"
285                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
286                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
287                        >
288                        <File
289                                RelativePath=".\cencode.cpp"
290                                >
291                        </File>
292                        <File
293                                RelativePath=".\dllmain.cpp"
294                                >
295                        </File>
296                        <File
297                                RelativePath=".\helpers.cpp"
298                                >
299                        </File>
300                        <File
301                                RelativePath=".\stdafx.cpp"
302                                >
303                        </File>
304                        <File
305                                RelativePath=".\userlog.cpp"
306                                >
307                        </File>
308                </Filter>
309                <Filter
310                        Name="Header Files"
311                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
312                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
313                        >
314                        <File
315                                RelativePath=".\cencode.h"
316                                >
317                        </File>
318                        <File
319                                RelativePath=".\encode.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath=".\helpers.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath=".\stdafx.h"
328                                >
329                        </File>
330                        <File
331                                RelativePath=".\targetver.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath=".\userlog.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=".\filters.txt"
347                        >
348                </File>
349        </Files>
350        <Globals>
351        </Globals>
352</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.