source: nscp/NSClient++.vcproj @ 1e62ed5

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

2005-05-15 MickeM

+ Added NRPE support for checkCounter
+ Updated documentation

  • Make check commands ignore case + Added CheckHelpers module to alter the result of various check and similar things

2005-05-14 MickeM

+ Added support for Volumes (CheckDisk)
+ Added support for checking all drives of a certain kind
+ Added support for altering filter (makes it posible to check removale drives)
+ Created webpage and better documentation

  • Property mode set to 100644
File size: 11.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="NSClient++"
6        ProjectGUID="{2286162D-7571-4735-BAC8-4A8D33A4F42D}"
7        RootNamespace="IconService"
8        SccProjectName=""
9        SccLocalPath=""
10        Keyword="MFCProj">
11        <Platforms>
12                <Platform
13                        Name="Win32"/>
14        </Platforms>
15        <Configurations>
16                <Configuration
17                        Name="Release|Win32"
18                        OutputDirectory="$(ConfigurationName)"
19                        IntermediateDirectory="$(ConfigurationName)"
20                        ConfigurationType="1"
21                        UseOfMFC="0"
22                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
23                        CharacterSet="2">
24                        <Tool
25                                Name="VCCLCompilerTool"
26                                Optimization="2"
27                                InlineFunctionExpansion="1"
28                                AdditionalIncludeDirectories="include"
29                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
30                                StringPooling="TRUE"
31                                RuntimeLibrary="2"
32                                EnableFunctionLevelLinking="TRUE"
33                                UsePrecompiledHeader="3"
34                                PrecompiledHeaderThrough="stdafx.h"
35                                PrecompiledHeaderFile=".\Release/IconService.pch"
36                                AssemblerListingLocation=".\Release/"
37                                ObjectFile=".\Release/"
38                                ProgramDataBaseFileName=".\Release/"
39                                WarningLevel="3"
40                                SuppressStartupBanner="TRUE"/>
41                        <Tool
42                                Name="VCCustomBuildTool"
43                                CommandLine="echo Copying dependency DLLs
44cmd /c &quot;copy $(InputDir)\dist_dll\*.* $(InputDir)\$(OutDir)\&quot;
45"
46                                Outputs="$(InputDir)\$(OutDir)\msvcp71.dll"/>
47                        <Tool
48                                Name="VCLinkerTool"
49                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib"
50                                OutputFile=".\Release/NSClient++.exe"
51                                LinkIncremental="1"
52                                SuppressStartupBanner="TRUE"
53                                IgnoreAllDefaultLibraries="FALSE"
54                                IgnoreDefaultLibraryNames=""
55                                ModuleDefinitionFile=""
56                                ProgramDatabaseFile=".\Release/IconService.pdb"
57                                SubSystem="1"
58                                OptimizeForWindows98="1"
59                                TargetMachine="1"/>
60                        <Tool
61                                Name="VCMIDLTool"
62                                TypeLibraryName=".\Release/IconService.tlb"
63                                HeaderFileName=""/>
64                        <Tool
65                                Name="VCPostBuildEventTool"/>
66                        <Tool
67                                Name="VCPreBuildEventTool"/>
68                        <Tool
69                                Name="VCPreLinkEventTool"/>
70                        <Tool
71                                Name="VCResourceCompilerTool"
72                                PreprocessorDefinitions="NDEBUG"
73                                Culture="1036"
74                                AdditionalIncludeDirectories="./res/"/>
75                        <Tool
76                                Name="VCWebServiceProxyGeneratorTool"/>
77                        <Tool
78                                Name="VCXMLDataGeneratorTool"/>
79                        <Tool
80                                Name="VCWebDeploymentTool"/>
81                        <Tool
82                                Name="VCManagedWrapperGeneratorTool"/>
83                        <Tool
84                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
85                </Configuration>
86                <Configuration
87                        Name="Debug|Win32"
88                        OutputDirectory="$(ConfigurationName)"
89                        IntermediateDirectory="$(ConfigurationName)"
90                        ConfigurationType="1"
91                        UseOfMFC="0"
92                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
93                        CharacterSet="2">
94                        <Tool
95                                Name="VCCLCompilerTool"
96                                Optimization="0"
97                                AdditionalIncludeDirectories="include"
98                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
99                                BasicRuntimeChecks="3"
100                                RuntimeLibrary="3"
101                                UsePrecompiledHeader="3"
102                                PrecompiledHeaderThrough="stdafx.h"
103                                PrecompiledHeaderFile=".\Debug/IconService.pch"
104                                AssemblerListingLocation=".\Debug/"
105                                ObjectFile=".\Debug/"
106                                ProgramDataBaseFileName=".\Debug/"
107                                WarningLevel="3"
108                                SuppressStartupBanner="TRUE"
109                                DebugInformationFormat="4"/>
110                        <Tool
111                                Name="VCCustomBuildTool"/>
112                        <Tool
113                                Name="VCLinkerTool"
114                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib"
115                                OutputFile=".\Debug/NSClient++.exe"
116                                LinkIncremental="1"
117                                SuppressStartupBanner="TRUE"
118                                ModuleDefinitionFile=""
119                                GenerateDebugInformation="TRUE"
120                                ProgramDatabaseFile=".\Debug/IconService.pdb"
121                                SubSystem="1"
122                                TargetMachine="1"/>
123                        <Tool
124                                Name="VCMIDLTool"
125                                TypeLibraryName=".\Debug/IconService.tlb"
126                                HeaderFileName=""/>
127                        <Tool
128                                Name="VCPostBuildEventTool"/>
129                        <Tool
130                                Name="VCPreBuildEventTool"/>
131                        <Tool
132                                Name="VCPreLinkEventTool"/>
133                        <Tool
134                                Name="VCResourceCompilerTool"
135                                PreprocessorDefinitions="_DEBUG"
136                                Culture="1036"
137                                AdditionalIncludeDirectories="./res/"/>
138                        <Tool
139                                Name="VCWebServiceProxyGeneratorTool"/>
140                        <Tool
141                                Name="VCXMLDataGeneratorTool"/>
142                        <Tool
143                                Name="VCWebDeploymentTool"/>
144                        <Tool
145                                Name="VCManagedWrapperGeneratorTool"/>
146                        <Tool
147                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
148                </Configuration>
149                <Configuration
150                        Name="Distribution|Win32"
151                        OutputDirectory="$(ConfigurationName)"
152                        IntermediateDirectory="$(ConfigurationName)"
153                        ConfigurationType="1"
154                        UseOfMFC="0"
155                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
156                        CharacterSet="2">
157                        <Tool
158                                Name="VCCLCompilerTool"
159                                Optimization="2"
160                                InlineFunctionExpansion="1"
161                                AdditionalIncludeDirectories="include"
162                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
163                                StringPooling="TRUE"
164                                RuntimeLibrary="2"
165                                EnableFunctionLevelLinking="TRUE"
166                                UsePrecompiledHeader="3"
167                                PrecompiledHeaderThrough="stdafx.h"
168                                PrecompiledHeaderFile=".\Release/IconService.pch"
169                                AssemblerListingLocation=".\Release/"
170                                ObjectFile=".\Release/"
171                                ProgramDataBaseFileName=".\Release/"
172                                WarningLevel="3"
173                                SuppressStartupBanner="TRUE"/>
174                        <Tool
175                                Name="VCCustomBuildTool"
176                                CommandLine="echo Copying documentation
177cmd /c &quot;copy $(InputDir)\*.html $(InputDir)\Dist\&quot;
178echo Copying dependency DLLs
179cmd /c &quot;copy $(InputDir)\dist_dll\*.dll $(InputDir)\Dist\&quot;
180echo Removing old archive
181cmd /c &quot;del $(InputDir)\Dist\$(InputName).zip&quot;
182echo Making archive
1837z.exe a -r -tzip -bd $(InputDir)\Dist\$(InputName).zip $(InputDir)\Dist\*
184"
185                                Outputs="$(InputDir)\Dist\$(ProjectName).zip"/>
186                        <Tool
187                                Name="VCLinkerTool"
188                                AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ws2_32.lib"
189                                OutputFile=".\Dist/NSClient++.exe"
190                                LinkIncremental="1"
191                                SuppressStartupBanner="TRUE"
192                                IgnoreAllDefaultLibraries="FALSE"
193                                IgnoreDefaultLibraryNames=""
194                                ModuleDefinitionFile=""
195                                ProgramDatabaseFile=".\Release/IconService.pdb"
196                                SubSystem="1"
197                                OptimizeForWindows98="1"
198                                TargetMachine="1"/>
199                        <Tool
200                                Name="VCMIDLTool"
201                                TypeLibraryName=".\Release/IconService.tlb"
202                                HeaderFileName=""/>
203                        <Tool
204                                Name="VCPostBuildEventTool"/>
205                        <Tool
206                                Name="VCPreBuildEventTool"/>
207                        <Tool
208                                Name="VCPreLinkEventTool"/>
209                        <Tool
210                                Name="VCResourceCompilerTool"
211                                PreprocessorDefinitions="NDEBUG"
212                                Culture="1036"
213                                AdditionalIncludeDirectories="./res/"/>
214                        <Tool
215                                Name="VCWebServiceProxyGeneratorTool"/>
216                        <Tool
217                                Name="VCXMLDataGeneratorTool"/>
218                        <Tool
219                                Name="VCWebDeploymentTool"/>
220                        <Tool
221                                Name="VCManagedWrapperGeneratorTool"/>
222                        <Tool
223                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
224                </Configuration>
225        </Configurations>
226        <References>
227        </References>
228        <Files>
229                <Filter
230                        Name="Source Files"
231                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
232                        <File
233                                RelativePath=".\include\arrayBuffer.cpp">
234                        </File>
235                        <File
236                                RelativePath=".\include\NSCHelper.cpp">
237                        </File>
238                        <File
239                                RelativePath=".\NSClient++.cpp">
240                        </File>
241                        <File
242                                RelativePath=".\NSClient++.def">
243                        </File>
244                        <File
245                                RelativePath=".\NSCPlugin.cpp">
246                        </File>
247                        <File
248                                RelativePath=".\include\ServiceCmd.cpp">
249                        </File>
250                        <File
251                                RelativePath=".\include\Socket.cpp">
252                        </File>
253                        <File
254                                RelativePath="StdAfx.cpp">
255                                <FileConfiguration
256                                        Name="Release|Win32">
257                                        <Tool
258                                                Name="VCCLCompilerTool"
259                                                Optimization="2"
260                                                PreprocessorDefinitions=""
261                                                UsePrecompiledHeader="1"/>
262                                </FileConfiguration>
263                                <FileConfiguration
264                                        Name="Debug|Win32">
265                                        <Tool
266                                                Name="VCCLCompilerTool"
267                                                Optimization="0"
268                                                PreprocessorDefinitions=""
269                                                BasicRuntimeChecks="3"
270                                                UsePrecompiledHeader="1"/>
271                                </FileConfiguration>
272                                <FileConfiguration
273                                        Name="Distribution|Win32">
274                                        <Tool
275                                                Name="VCCLCompilerTool"
276                                                Optimization="2"
277                                                PreprocessorDefinitions=""
278                                                UsePrecompiledHeader="1"/>
279                                </FileConfiguration>
280                        </File>
281                </Filter>
282                <Filter
283                        Name="Header Files"
284                        Filter="h;hpp;hxx;hm;inl">
285                        <File
286                                RelativePath=".\include\arrayBuffer.h">
287                        </File>
288                        <File
289                                RelativePath=".\include\charEx.h">
290                        </File>
291                        <File
292                                RelativePath=".\include\config.h">
293                        </File>
294                        <File
295                                RelativePath=".\include\Mutex.h">
296                        </File>
297                        <File
298                                RelativePath=".\include\NSCAPI.h">
299                        </File>
300                        <File
301                                RelativePath=".\include\NSCHelper.h">
302                        </File>
303                        <File
304                                RelativePath=".\NSClient++.h">
305                        </File>
306                        <File
307                                RelativePath=".\NSCPlugin.h">
308                        </File>
309                        <File
310                                RelativePath=".\include\NTService.h">
311                        </File>
312                        <File
313                                RelativePath=".\Settings.h">
314                        </File>
315                        <File
316                                RelativePath="StdAfx.h">
317                        </File>
318                        <File
319                                RelativePath=".\include\thread.h">
320                        </File>
321                </Filter>
322                <Filter
323                        Name="Resource Files"
324                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
325                </Filter>
326                <Filter
327                        Name="Misc"
328                        Filter="">
329                        <File
330                                RelativePath=".\changelog">
331                                <FileConfiguration
332                                        Name="Distribution|Win32">
333                                        <Tool
334                                                Name="VCCustomBuildTool"
335                                                CommandLine="echo Copying $(InputFileName)...
336cmd /c &quot;copy $(InputDir)\$(InputName) $(InputDir)\Dist\&quot;
337"
338                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
339                                </FileConfiguration>
340                        </File>
341                        <File
342                                RelativePath=".\Doxyfile">
343                                <FileConfiguration
344                                        Name="Release|Win32"
345                                        ExcludedFromBuild="TRUE">
346                                        <Tool
347                                                Name="VCCustomBuildTool"
348                                                CommandLine="doxygen.exe $(InputPath)
349"
350                                                Outputs=".\Doc"/>
351                                </FileConfiguration>
352                                <FileConfiguration
353                                        Name="Debug|Win32"
354                                        ExcludedFromBuild="TRUE">
355                                        <Tool
356                                                Name="VCCustomBuildTool"
357                                                CommandLine="doxygen.exe $(InputPath)
358"/>
359                                </FileConfiguration>
360                                <FileConfiguration
361                                        Name="Distribution|Win32">
362                                        <Tool
363                                                Name="VCCustomBuildTool"
364                                                CommandLine="doxygen.exe $(InputPath)
365"
366                                                Outputs=".\Doc"/>
367                                </FileConfiguration>
368                        </File>
369                        <File
370                                RelativePath=".\Doc\html\index.html">
371                        </File>
372                        <File
373                                RelativePath=".\NSC.ini">
374                                <FileConfiguration
375                                        Name="Release|Win32">
376                                        <Tool
377                                                Name="VCCustomBuildTool"
378                                                CommandLine="echo Copying $(InputFileName)...
379cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
380"
381                                                AdditionalDependencies=""
382                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
383                                </FileConfiguration>
384                                <FileConfiguration
385                                        Name="Debug|Win32">
386                                        <Tool
387                                                Name="VCCustomBuildTool"
388                                                CommandLine="echo Copying $(InputFileName)...
389cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
390"
391                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
392                                </FileConfiguration>
393                                <FileConfiguration
394                                        Name="Distribution|Win32">
395                                        <Tool
396                                                Name="VCCustomBuildTool"
397                                                CommandLine="echo Copying $(InputFileName)...
398cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;
399"
400                                                AdditionalDependencies=""
401                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
402                                </FileConfiguration>
403                        </File>
404                        <File
405                                RelativePath=".\readme.html">
406                        </File>
407                        <File
408                                RelativePath=".\readme.txt">
409                                <FileConfiguration
410                                        Name="Release|Win32">
411                                        <Tool
412                                                Name="VCCustomBuildTool"
413                                                CommandLine=""
414                                                Outputs=""/>
415                                </FileConfiguration>
416                                <FileConfiguration
417                                        Name="Debug|Win32">
418                                        <Tool
419                                                Name="VCCustomBuildTool"
420                                                CommandLine=""
421                                                Outputs=""/>
422                                </FileConfiguration>
423                                <FileConfiguration
424                                        Name="Distribution|Win32">
425                                        <Tool
426                                                Name="VCCustomBuildTool"
427                                                CommandLine="echo Copying $(InputFileName)...
428cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;
429"
430                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
431                                </FileConfiguration>
432                        </File>
433                </Filter>
434        </Files>
435        <Globals>
436        </Globals>
437</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.