source: nscp/modules/CheckEventLog/CheckEventLog.vcproj @ d48c31a

0.4.00.4.10.4.2stable
Last change on this file since d48c31a was d48c31a, checked in by Michael Medin <michael@…>, 6 years ago

New build enviornment (static) to work with NT4 and w2k3 and hopefully everything else.
Also fixed the "broken password" issue..

  • Property mode set to 100644
File size: 8.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="CheckEventLog"
6        ProjectGUID="{BA246C01-063A-4548-8957-32D5CC76171B}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Release|Win32"
19                        OutputDirectory="$(ConfigurationName)"
20                        IntermediateDirectory="$(ConfigurationName)"
21                        ConfigurationType="2"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                                ExcludedFromBuild="true"
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="../include;../../include"
44                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
45                                RuntimeLibrary="0"
46                                UsePrecompiledHeader="2"
47                                WarningLevel="3"
48                                Detect64BitPortabilityProblems="true"
49                                DebugInformationFormat="3"
50                        />
51                        <Tool
52                                Name="VCManagedResourceCompilerTool"
53                        />
54                        <Tool
55                                Name="VCResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCPreLinkEventTool"
59                        />
60                        <Tool
61                                Name="VCLinkerTool"
62                                OutputFile="../../Release/modules/$(ProjectName).dll"
63                                LinkIncremental="1"
64                                ModuleDefinitionFile="CheckEventLog.def"
65                                GenerateDebugInformation="false"
66                                SubSystem="2"
67                                OptimizeReferences="2"
68                                EnableCOMDATFolding="2"
69                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Debug|Win32"
99                        OutputDirectory="$(ConfigurationName)"
100                        IntermediateDirectory="$(ConfigurationName)"
101                        ConfigurationType="2"
102                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
103                        CharacterSet="2"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                                ExcludedFromBuild="true"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                Optimization="0"
124                                AdditionalIncludeDirectories="../include;../../include"
125                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;BOOST_REGEX_DYN_LINK"
126                                MinimalRebuild="true"
127                                BasicRuntimeChecks="3"
128                                RuntimeLibrary="3"
129                                UsePrecompiledHeader="2"
130                                WarningLevel="3"
131                                Detect64BitPortabilityProblems="true"
132                                DebugInformationFormat="4"
133                        />
134                        <Tool
135                                Name="VCManagedResourceCompilerTool"
136                        />
137                        <Tool
138                                Name="VCResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCPreLinkEventTool"
142                        />
143                        <Tool
144                                Name="VCLinkerTool"
145                                OutputFile="../../Debug/modules/$(ProjectName).dll"
146                                LinkIncremental="2"
147                                ModuleDefinitionFile="CheckEventLog.def"
148                                GenerateDebugInformation="true"
149                                ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb"
150                                SubSystem="2"
151                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
152                                TargetMachine="1"
153                        />
154                        <Tool
155                                Name="VCALinkTool"
156                        />
157                        <Tool
158                                Name="VCManifestTool"
159                        />
160                        <Tool
161                                Name="VCXDCMakeTool"
162                        />
163                        <Tool
164                                Name="VCBscMakeTool"
165                        />
166                        <Tool
167                                Name="VCFxCopTool"
168                        />
169                        <Tool
170                                Name="VCAppVerifierTool"
171                        />
172                        <Tool
173                                Name="VCWebDeploymentTool"
174                        />
175                        <Tool
176                                Name="VCPostBuildEventTool"
177                        />
178                </Configuration>
179                <Configuration
180                        Name="Distribution|Win32"
181                        OutputDirectory="$(ConfigurationName)"
182                        IntermediateDirectory="$(ConfigurationName)"
183                        ConfigurationType="2"
184                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
185                        CharacterSet="2"
186                        >
187                        <Tool
188                                Name="VCPreBuildEventTool"
189                                ExcludedFromBuild="true"
190                        />
191                        <Tool
192                                Name="VCCustomBuildTool"
193                        />
194                        <Tool
195                                Name="VCXMLDataGeneratorTool"
196                        />
197                        <Tool
198                                Name="VCWebServiceProxyGeneratorTool"
199                        />
200                        <Tool
201                                Name="VCMIDLTool"
202                        />
203                        <Tool
204                                Name="VCCLCompilerTool"
205                                AdditionalIncludeDirectories="../include;../../include"
206                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_REGEX_DYN_LINK"
207                                RuntimeLibrary="2"
208                                UsePrecompiledHeader="2"
209                                WarningLevel="3"
210                                Detect64BitPortabilityProblems="true"
211                                DebugInformationFormat="3"
212                        />
213                        <Tool
214                                Name="VCManagedResourceCompilerTool"
215                        />
216                        <Tool
217                                Name="VCResourceCompilerTool"
218                        />
219                        <Tool
220                                Name="VCPreLinkEventTool"
221                        />
222                        <Tool
223                                Name="VCLinkerTool"
224                                OutputFile="../../Dist/modules/$(ProjectName).dll"
225                                LinkIncremental="1"
226                                ModuleDefinitionFile="CheckEventLog.def"
227                                GenerateDebugInformation="true"
228                                SubSystem="2"
229                                OptimizeReferences="2"
230                                EnableCOMDATFolding="2"
231                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
232                                TargetMachine="1"
233                        />
234                        <Tool
235                                Name="VCALinkTool"
236                        />
237                        <Tool
238                                Name="VCManifestTool"
239                        />
240                        <Tool
241                                Name="VCXDCMakeTool"
242                        />
243                        <Tool
244                                Name="VCBscMakeTool"
245                        />
246                        <Tool
247                                Name="VCFxCopTool"
248                        />
249                        <Tool
250                                Name="VCAppVerifierTool"
251                        />
252                        <Tool
253                                Name="VCWebDeploymentTool"
254                        />
255                        <Tool
256                                Name="VCPostBuildEventTool"
257                        />
258                </Configuration>
259                <Configuration
260                        Name="Nightly|Win32"
261                        OutputDirectory="$(ConfigurationName)"
262                        IntermediateDirectory="$(ConfigurationName)"
263                        ConfigurationType="2"
264                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
265                        CharacterSet="2"
266                        >
267                        <Tool
268                                Name="VCPreBuildEventTool"
269                                ExcludedFromBuild="true"
270                        />
271                        <Tool
272                                Name="VCCustomBuildTool"
273                        />
274                        <Tool
275                                Name="VCXMLDataGeneratorTool"
276                        />
277                        <Tool
278                                Name="VCWebServiceProxyGeneratorTool"
279                        />
280                        <Tool
281                                Name="VCMIDLTool"
282                        />
283                        <Tool
284                                Name="VCCLCompilerTool"
285                                AdditionalIncludeDirectories="../include;../../include"
286                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;"
287                                RuntimeLibrary="0"
288                                UsePrecompiledHeader="2"
289                                WarningLevel="3"
290                                Detect64BitPortabilityProblems="true"
291                                DebugInformationFormat="3"
292                        />
293                        <Tool
294                                Name="VCManagedResourceCompilerTool"
295                        />
296                        <Tool
297                                Name="VCResourceCompilerTool"
298                        />
299                        <Tool
300                                Name="VCPreLinkEventTool"
301                        />
302                        <Tool
303                                Name="VCLinkerTool"
304                                OutputFile="../../Dist/modules/$(ProjectName).dll"
305                                LinkIncremental="1"
306                                ModuleDefinitionFile="CheckEventLog.def"
307                                GenerateDebugInformation="true"
308                                SubSystem="2"
309                                OptimizeReferences="2"
310                                EnableCOMDATFolding="2"
311                                ImportLibrary="$(OutDir)/CheckEventLog.lib"
312                                TargetMachine="1"
313                        />
314                        <Tool
315                                Name="VCALinkTool"
316                        />
317                        <Tool
318                                Name="VCManifestTool"
319                        />
320                        <Tool
321                                Name="VCXDCMakeTool"
322                        />
323                        <Tool
324                                Name="VCBscMakeTool"
325                        />
326                        <Tool
327                                Name="VCFxCopTool"
328                        />
329                        <Tool
330                                Name="VCAppVerifierTool"
331                        />
332                        <Tool
333                                Name="VCWebDeploymentTool"
334                        />
335                        <Tool
336                                Name="VCPostBuildEventTool"
337                        />
338                </Configuration>
339        </Configurations>
340        <References>
341        </References>
342        <Files>
343                <Filter
344                        Name="Source Files"
345                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
346                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
347                        >
348                        <File
349                                RelativePath="..\..\include\arrayBuffer.cpp"
350                                >
351                        </File>
352                        <File
353                                RelativePath=".\CheckEventLog.cpp"
354                                >
355                        </File>
356                        <File
357                                RelativePath="..\..\include\NSCHelper.cpp"
358                                >
359                        </File>
360                        <File
361                                RelativePath=".\stdafx.cpp"
362                                >
363                                <FileConfiguration
364                                        Name="Release|Win32"
365                                        >
366                                        <Tool
367                                                Name="VCCLCompilerTool"
368                                                UsePrecompiledHeader="1"
369                                        />
370                                </FileConfiguration>
371                                <FileConfiguration
372                                        Name="Debug|Win32"
373                                        >
374                                        <Tool
375                                                Name="VCCLCompilerTool"
376                                                UsePrecompiledHeader="1"
377                                        />
378                                </FileConfiguration>
379                                <FileConfiguration
380                                        Name="Distribution|Win32"
381                                        >
382                                        <Tool
383                                                Name="VCCLCompilerTool"
384                                                UsePrecompiledHeader="1"
385                                        />
386                                </FileConfiguration>
387                                <FileConfiguration
388                                        Name="Nightly|Win32"
389                                        >
390                                        <Tool
391                                                Name="VCCLCompilerTool"
392                                                UsePrecompiledHeader="1"
393                                        />
394                                </FileConfiguration>
395                        </File>
396                </Filter>
397                <Filter
398                        Name="Header Files"
399                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
400                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
401                        >
402                        <File
403                                RelativePath=".\CheckEventLog.h"
404                                >
405                        </File>
406                        <File
407                                RelativePath="..\..\include\NSCHelper.h"
408                                >
409                        </File>
410                        <File
411                                RelativePath=".\stdafx.h"
412                                >
413                        </File>
414                </Filter>
415                <Filter
416                        Name="Resource Files"
417                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
418                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
419                        >
420                </Filter>
421                <File
422                        RelativePath=".\ReadMe.txt"
423                        >
424                </File>
425        </Files>
426        <Globals>
427        </Globals>
428</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.