source: nscp/modules/CheckWMI/CheckWMI.vcproj @ 9ce8b01

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

VC 8.0 compatiblity

  • Property mode set to 100644
File size: 7.7 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"
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"
127                                RuntimeLibrary="2"
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="true"
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        </Configurations>
263        <References>
264        </References>
265        <Files>
266                <Filter
267                        Name="Source Files"
268                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
269                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
270                        >
271                        <File
272                                RelativePath="..\..\include\arrayBuffer.cpp"
273                                >
274                        </File>
275                        <File
276                                RelativePath=".\CheckWMI.cpp"
277                                >
278                        </File>
279                        <File
280                                RelativePath="..\..\include\NSCHelper.cpp"
281                                >
282                        </File>
283                        <File
284                                RelativePath=".\stdafx.cpp"
285                                >
286                                <FileConfiguration
287                                        Name="Debug|Win32"
288                                        >
289                                        <Tool
290                                                Name="VCCLCompilerTool"
291                                                UsePrecompiledHeader="1"
292                                        />
293                                </FileConfiguration>
294                                <FileConfiguration
295                                        Name="Release|Win32"
296                                        >
297                                        <Tool
298                                                Name="VCCLCompilerTool"
299                                                UsePrecompiledHeader="1"
300                                        />
301                                </FileConfiguration>
302                                <FileConfiguration
303                                        Name="Distribution|Win32"
304                                        >
305                                        <Tool
306                                                Name="VCCLCompilerTool"
307                                                UsePrecompiledHeader="1"
308                                        />
309                                </FileConfiguration>
310                        </File>
311                        <File
312                                RelativePath="..\..\include\utils.cpp"
313                                >
314                                <FileConfiguration
315                                        Name="Debug|Win32"
316                                        >
317                                        <Tool
318                                                Name="VCCLCompilerTool"
319                                                UsePrecompiledHeader="0"
320                                        />
321                                </FileConfiguration>
322                                <FileConfiguration
323                                        Name="Release|Win32"
324                                        >
325                                        <Tool
326                                                Name="VCCLCompilerTool"
327                                                UsePrecompiledHeader="0"
328                                        />
329                                </FileConfiguration>
330                                <FileConfiguration
331                                        Name="Distribution|Win32"
332                                        >
333                                        <Tool
334                                                Name="VCCLCompilerTool"
335                                                UsePrecompiledHeader="0"
336                                        />
337                                </FileConfiguration>
338                        </File>
339                        <File
340                                RelativePath=".\WMIQuery.cpp"
341                                >
342                        </File>
343                </Filter>
344                <Filter
345                        Name="Header Files"
346                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
347                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
348                        >
349                        <File
350                                RelativePath="..\..\include\checkHelpers.hpp"
351                                >
352                        </File>
353                        <File
354                                RelativePath=".\CheckWMI.h"
355                                >
356                        </File>
357                        <File
358                                RelativePath="..\..\include\NSCHelper.h"
359                                >
360                        </File>
361                        <File
362                                RelativePath=".\stdafx.h"
363                                >
364                        </File>
365                        <File
366                                RelativePath="..\..\include\utils.h"
367                                >
368                        </File>
369                        <File
370                                RelativePath=".\WMIQuery.h"
371                                >
372                        </File>
373                </Filter>
374                <Filter
375                        Name="Resource Files"
376                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
377                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
378                        >
379                </Filter>
380                <File
381                        RelativePath=".\ReadMe.txt"
382                        >
383                </File>
384        </Files>
385        <Globals>
386        </Globals>
387</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.