source: nscp/modules/CheckWMI/CheckWMI.vcproj @ 972b98d

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

0.2.7 build

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