source: nscp/modules/CheckSystem/CheckSystem.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: 8.5 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="CheckSystem"
6        ProjectGUID="{2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}"
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="$(ConfigurationName)"
20                        IntermediateDirectory="$(ConfigurationName)"
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="Pdh.lib"
65                                OutputFile="../../Debug/modules/$(ProjectName).dll"
66                                LinkIncremental="2"
67                                ModuleDefinitionFile="CheckSystem.def"
68                                GenerateDebugInformation="true"
69                                ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb"
70                                SubSystem="2"
71                                ImportLibrary="$(OutDir)/CheckSystem.lib"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="$(ConfigurationName)"
102                        IntermediateDirectory="$(ConfigurationName)"
103                        ConfigurationType="2"
104                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
105                        CharacterSet="2"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                AdditionalIncludeDirectories="../../include"
125                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
126                                RuntimeLibrary="2"
127                                UsePrecompiledHeader="2"
128                                WarningLevel="3"
129                                Detect64BitPortabilityProblems="true"
130                                DebugInformationFormat="3"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                AdditionalDependencies="Pdh.lib"
144                                OutputFile="../../Release/modules/$(ProjectName).dll"
145                                LinkIncremental="1"
146                                ModuleDefinitionFile="CheckSystem.def"
147                                GenerateDebugInformation="true"
148                                SubSystem="2"
149                                OptimizeReferences="2"
150                                EnableCOMDATFolding="2"
151                                ImportLibrary="$(OutDir)/CheckSystem.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                        />
190                        <Tool
191                                Name="VCCustomBuildTool"
192                        />
193                        <Tool
194                                Name="VCXMLDataGeneratorTool"
195                        />
196                        <Tool
197                                Name="VCWebServiceProxyGeneratorTool"
198                        />
199                        <Tool
200                                Name="VCMIDLTool"
201                        />
202                        <Tool
203                                Name="VCCLCompilerTool"
204                                AdditionalIncludeDirectories="../../include"
205                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
206                                RuntimeLibrary="2"
207                                UsePrecompiledHeader="2"
208                                WarningLevel="3"
209                                Detect64BitPortabilityProblems="true"
210                                DebugInformationFormat="3"
211                        />
212                        <Tool
213                                Name="VCManagedResourceCompilerTool"
214                        />
215                        <Tool
216                                Name="VCResourceCompilerTool"
217                        />
218                        <Tool
219                                Name="VCPreLinkEventTool"
220                        />
221                        <Tool
222                                Name="VCLinkerTool"
223                                AdditionalDependencies="Pdh.lib"
224                                OutputFile="../../Dist/modules/$(ProjectName).dll"
225                                LinkIncremental="1"
226                                ModuleDefinitionFile="CheckSystem.def"
227                                GenerateDebugInformation="true"
228                                SubSystem="2"
229                                OptimizeReferences="2"
230                                EnableCOMDATFolding="2"
231                                ImportLibrary="$(OutDir)/CheckSystem.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        </Configurations>
260        <References>
261        </References>
262        <Files>
263                <Filter
264                        Name="Source Files"
265                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
266                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
267                        >
268                        <File
269                                RelativePath="..\..\include\arrayBuffer.cpp"
270                                >
271                        </File>
272                        <File
273                                RelativePath=".\CheckSystem.cpp"
274                                >
275                        </File>
276                        <File
277                                RelativePath=".\CheckSystem.def"
278                                >
279                        </File>
280                        <File
281                                RelativePath="..\..\include\EnumNtSrv.cpp"
282                                >
283                        </File>
284                        <File
285                                RelativePath="..\..\include\EnumProcess.cpp"
286                                >
287                        </File>
288                        <File
289                                RelativePath="..\..\include\NSCHelper.cpp"
290                                >
291                        </File>
292                        <File
293                                RelativePath=".\PDHCollector.cpp"
294                                >
295                        </File>
296                        <File
297                                RelativePath="..\..\include\PDHCounter.cpp"
298                                >
299                        </File>
300                        <File
301                                RelativePath=".\stdafx.cpp"
302                                >
303                                <FileConfiguration
304                                        Name="Debug|Win32"
305                                        >
306                                        <Tool
307                                                Name="VCCLCompilerTool"
308                                                UsePrecompiledHeader="1"
309                                        />
310                                </FileConfiguration>
311                                <FileConfiguration
312                                        Name="Release|Win32"
313                                        >
314                                        <Tool
315                                                Name="VCCLCompilerTool"
316                                                UsePrecompiledHeader="1"
317                                        />
318                                </FileConfiguration>
319                                <FileConfiguration
320                                        Name="Distribution|Win32"
321                                        >
322                                        <Tool
323                                                Name="VCCLCompilerTool"
324                                                UsePrecompiledHeader="1"
325                                        />
326                                </FileConfiguration>
327                        </File>
328                        <File
329                                RelativePath="..\..\include\sysinfo.cpp"
330                                >
331                                <FileConfiguration
332                                        Name="Debug|Win32"
333                                        >
334                                        <Tool
335                                                Name="VCCLCompilerTool"
336                                                UsePrecompiledHeader="0"
337                                        />
338                                </FileConfiguration>
339                                <FileConfiguration
340                                        Name="Release|Win32"
341                                        >
342                                        <Tool
343                                                Name="VCCLCompilerTool"
344                                                UsePrecompiledHeader="0"
345                                        />
346                                </FileConfiguration>
347                                <FileConfiguration
348                                        Name="Distribution|Win32"
349                                        >
350                                        <Tool
351                                                Name="VCCLCompilerTool"
352                                                UsePrecompiledHeader="0"
353                                        />
354                                </FileConfiguration>
355                        </File>
356                        <File
357                                RelativePath="..\..\include\utils.cpp"
358                                >
359                                <FileConfiguration
360                                        Name="Debug|Win32"
361                                        >
362                                        <Tool
363                                                Name="VCCLCompilerTool"
364                                                UsePrecompiledHeader="0"
365                                        />
366                                </FileConfiguration>
367                                <FileConfiguration
368                                        Name="Release|Win32"
369                                        >
370                                        <Tool
371                                                Name="VCCLCompilerTool"
372                                                UsePrecompiledHeader="0"
373                                        />
374                                </FileConfiguration>
375                                <FileConfiguration
376                                        Name="Distribution|Win32"
377                                        >
378                                        <Tool
379                                                Name="VCCLCompilerTool"
380                                                UsePrecompiledHeader="0"
381                                        />
382                                </FileConfiguration>
383                        </File>
384                </Filter>
385                <Filter
386                        Name="Header Files"
387                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
388                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
389                        >
390                        <File
391                                RelativePath="..\..\include\arrayBuffer.h"
392                                >
393                        </File>
394                        <File
395                                RelativePath=".\CheckSystem.h"
396                                >
397                        </File>
398                        <File
399                                RelativePath="..\..\include\config.h"
400                                >
401                        </File>
402                        <File
403                                RelativePath="..\..\include\EnumNtSrv.h"
404                                >
405                        </File>
406                        <File
407                                RelativePath=".\PDHCollector.h"
408                                >
409                        </File>
410                        <File
411                                RelativePath="..\..\include\PDHCollectors.h"
412                                >
413                        </File>
414                        <File
415                                RelativePath="..\..\include\PDHCounter.h"
416                                >
417                        </File>
418                        <File
419                                RelativePath=".\stdafx.h"
420                                >
421                        </File>
422                        <File
423                                RelativePath="..\..\include\utils.h"
424                                >
425                        </File>
426                </Filter>
427        </Files>
428        <Globals>
429        </Globals>
430</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.