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

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

2005-05-23 MickeM

+ Added obfuscated password support
+ Added some more debug info on commands (returncode, and input args)
+ Added some more comments ot the NSC.ini
+ Added central password "override"
+ Added central "host override"
+ Fixed bug with external commands always getting WARNING state

2005-05-22 MickeM

+ Added debug outout for command
+ Added timestamps for log-to-file (date_mask to configure format)
+ Added support for "no password" with check_nt
+ Added log of bad password on NSClient requests.

  • Some threading issues fixed (I hate threading :)
  • Property mode set to 100644
File size: 12.2 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 dependency DLLs
177cmd /c &quot;xcopy /Q /Y $(InputDir)\dist_dll\*.dll $(InputDir)\Dist\&quot;
178echo Removing old archive
179cmd /c &quot;del $(InputDir)\Dist\$(InputName).zip&quot;
180echo Copying documenation
181mkdir $(TargetDir)\docs
182xcopy /s /e /c /q /y $(InputDir)\docs $(TargetDir)\docs
183echo Making archive
1847z.exe a -r -tzip -bd $(InputDir)\Dist\$(InputName).zip $(InputDir)\Dist\*
185"
186                                Outputs="$(InputDir)\Dist\$(ProjectName).zip"/>
187                        <Tool
188                                Name="VCLinkerTool"
189                                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"
190                                OutputFile=".\Dist/NSClient++.exe"
191                                LinkIncremental="1"
192                                SuppressStartupBanner="TRUE"
193                                IgnoreAllDefaultLibraries="FALSE"
194                                IgnoreDefaultLibraryNames=""
195                                ModuleDefinitionFile=""
196                                ProgramDatabaseFile=".\Release/IconService.pdb"
197                                SubSystem="1"
198                                OptimizeForWindows98="1"
199                                TargetMachine="1"/>
200                        <Tool
201                                Name="VCMIDLTool"
202                                TypeLibraryName=".\Release/IconService.tlb"
203                                HeaderFileName=""/>
204                        <Tool
205                                Name="VCPostBuildEventTool"/>
206                        <Tool
207                                Name="VCPreBuildEventTool"/>
208                        <Tool
209                                Name="VCPreLinkEventTool"/>
210                        <Tool
211                                Name="VCResourceCompilerTool"
212                                PreprocessorDefinitions="NDEBUG"
213                                Culture="1036"
214                                AdditionalIncludeDirectories="./res/"/>
215                        <Tool
216                                Name="VCWebServiceProxyGeneratorTool"/>
217                        <Tool
218                                Name="VCXMLDataGeneratorTool"/>
219                        <Tool
220                                Name="VCWebDeploymentTool"/>
221                        <Tool
222                                Name="VCManagedWrapperGeneratorTool"/>
223                        <Tool
224                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
225                </Configuration>
226        </Configurations>
227        <References>
228        </References>
229        <Files>
230                <Filter
231                        Name="Source Files"
232                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
233                        <File
234                                RelativePath=".\include\arrayBuffer.cpp">
235                        </File>
236                        <File
237                                RelativePath=".\include\b64\b64.c">
238                                <FileConfiguration
239                                        Name="Release|Win32">
240                                        <Tool
241                                                Name="VCCLCompilerTool"
242                                                UsePrecompiledHeader="0"/>
243                                </FileConfiguration>
244                                <FileConfiguration
245                                        Name="Debug|Win32">
246                                        <Tool
247                                                Name="VCCLCompilerTool"
248                                                UsePrecompiledHeader="0"/>
249                                </FileConfiguration>
250                                <FileConfiguration
251                                        Name="Distribution|Win32">
252                                        <Tool
253                                                Name="VCCLCompilerTool"
254                                                UsePrecompiledHeader="0"/>
255                                </FileConfiguration>
256                        </File>
257                        <File
258                                RelativePath=".\include\NSCHelper.cpp">
259                        </File>
260                        <File
261                                RelativePath=".\NSClient++.cpp">
262                        </File>
263                        <File
264                                RelativePath=".\NSCPlugin.cpp">
265                        </File>
266                        <File
267                                RelativePath=".\include\ServiceCmd.cpp">
268                        </File>
269                        <File
270                                RelativePath=".\include\Socket.cpp">
271                        </File>
272                        <File
273                                RelativePath="StdAfx.cpp">
274                                <FileConfiguration
275                                        Name="Release|Win32">
276                                        <Tool
277                                                Name="VCCLCompilerTool"
278                                                Optimization="2"
279                                                PreprocessorDefinitions=""
280                                                UsePrecompiledHeader="1"/>
281                                </FileConfiguration>
282                                <FileConfiguration
283                                        Name="Debug|Win32">
284                                        <Tool
285                                                Name="VCCLCompilerTool"
286                                                Optimization="0"
287                                                PreprocessorDefinitions=""
288                                                BasicRuntimeChecks="3"
289                                                UsePrecompiledHeader="1"/>
290                                </FileConfiguration>
291                                <FileConfiguration
292                                        Name="Distribution|Win32">
293                                        <Tool
294                                                Name="VCCLCompilerTool"
295                                                Optimization="2"
296                                                PreprocessorDefinitions=""
297                                                UsePrecompiledHeader="1"/>
298                                </FileConfiguration>
299                        </File>
300                </Filter>
301                <Filter
302                        Name="Header Files"
303                        Filter="h;hpp;hxx;hm;inl">
304                        <File
305                                RelativePath=".\include\arrayBuffer.h">
306                        </File>
307                        <File
308                                RelativePath=".\include\charEx.h">
309                        </File>
310                        <File
311                                RelativePath=".\include\config.h">
312                        </File>
313                        <File
314                                RelativePath=".\include\Mutex.h">
315                        </File>
316                        <File
317                                RelativePath=".\include\MutexRW.h">
318                        </File>
319                        <File
320                                RelativePath=".\include\NSCAPI.h">
321                        </File>
322                        <File
323                                RelativePath=".\include\NSCHelper.h">
324                        </File>
325                        <File
326                                RelativePath=".\NSClient++.h">
327                        </File>
328                        <File
329                                RelativePath=".\NSCPlugin.h">
330                        </File>
331                        <File
332                                RelativePath=".\include\NTService.h">
333                        </File>
334                        <File
335                                RelativePath=".\Settings.h">
336                        </File>
337                        <File
338                                RelativePath="StdAfx.h">
339                        </File>
340                        <File
341                                RelativePath=".\include\thread.h">
342                        </File>
343                </Filter>
344                <Filter
345                        Name="Resource Files"
346                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
347                </Filter>
348                <Filter
349                        Name="Misc"
350                        Filter="">
351                        <File
352                                RelativePath=".\changelog">
353                                <FileConfiguration
354                                        Name="Distribution|Win32">
355                                        <Tool
356                                                Name="VCCustomBuildTool"
357                                                CommandLine="echo Copying $(InputFileName)...
358cmd /c &quot;copy $(InputDir)\$(InputName) $(InputDir)\Dist\&quot;
359"
360                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
361                                </FileConfiguration>
362                        </File>
363                        <File
364                                RelativePath=".\Doxyfile">
365                                <FileConfiguration
366                                        Name="Release|Win32"
367                                        ExcludedFromBuild="TRUE">
368                                        <Tool
369                                                Name="VCCustomBuildTool"
370                                                CommandLine="doxygen.exe $(InputPath)
371"
372                                                Outputs=".\Doc"/>
373                                </FileConfiguration>
374                                <FileConfiguration
375                                        Name="Debug|Win32"
376                                        ExcludedFromBuild="TRUE">
377                                        <Tool
378                                                Name="VCCustomBuildTool"
379                                                CommandLine="doxygen.exe $(InputPath)
380"/>
381                                </FileConfiguration>
382                                <FileConfiguration
383                                        Name="Distribution|Win32"
384                                        ExcludedFromBuild="TRUE">
385                                        <Tool
386                                                Name="VCCustomBuildTool"
387                                                CommandLine="doxygen.exe $(InputPath)
388"
389                                                Outputs=".\Doc"/>
390                                </FileConfiguration>
391                        </File>
392                        <File
393                                RelativePath=".\Doc\html\index.html">
394                        </File>
395                        <File
396                                RelativePath=".\NSC.ini">
397                                <FileConfiguration
398                                        Name="Release|Win32">
399                                        <Tool
400                                                Name="VCCustomBuildTool"
401                                                CommandLine="echo Copying $(InputFileName)...
402cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
403"
404                                                AdditionalDependencies=""
405                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
406                                </FileConfiguration>
407                                <FileConfiguration
408                                        Name="Debug|Win32">
409                                        <Tool
410                                                Name="VCCustomBuildTool"
411                                                CommandLine="echo Copying $(InputFileName)...
412cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
413"
414                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
415                                </FileConfiguration>
416                                <FileConfiguration
417                                        Name="Distribution|Win32">
418                                        <Tool
419                                                Name="VCCustomBuildTool"
420                                                CommandLine="echo Copying $(InputFileName)...
421cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;
422"
423                                                AdditionalDependencies=""
424                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
425                                </FileConfiguration>
426                        </File>
427                        <File
428                                RelativePath=".\readme.html">
429                        </File>
430                        <File
431                                RelativePath=".\readme.txt">
432                                <FileConfiguration
433                                        Name="Release|Win32">
434                                        <Tool
435                                                Name="VCCustomBuildTool"
436                                                CommandLine=""
437                                                Outputs=""/>
438                                </FileConfiguration>
439                                <FileConfiguration
440                                        Name="Debug|Win32">
441                                        <Tool
442                                                Name="VCCustomBuildTool"
443                                                CommandLine=""
444                                                Outputs=""/>
445                                </FileConfiguration>
446                                <FileConfiguration
447                                        Name="Distribution|Win32">
448                                        <Tool
449                                                Name="VCCustomBuildTool"
450                                                CommandLine="echo Copying $(InputFileName)...
451cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;
452"
453                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
454                                </FileConfiguration>
455                        </File>
456                </Filter>
457        </Files>
458        <Globals>
459        </Globals>
460</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.