source: nscp/NSClient++.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: 14.8 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="NSClient++"
6        ProjectGUID="{2286162D-7571-4735-BAC8-4A8D33A4F42D}"
7        RootNamespace="IconService"
8        Keyword="MFCProj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Release|Win32"
20                        OutputDirectory="$(ConfigurationName)"
21                        IntermediateDirectory="$(ConfigurationName)"
22                        ConfigurationType="1"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        UseOfMFC="0"
25                        ATLMinimizesCRunTimeLibraryUsage="false"
26                        CharacterSet="2"
27                        >
28                        <Tool
29                                Name="VCPreBuildEventTool"
30                        />
31                        <Tool
32                                Name="VCCustomBuildTool"
33                                CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\dist_dll\*.* $(InputDir)\$(OutDir)\&quot;&#x0D;&#x0A;"
34                                Outputs="$(InputDir)\$(OutDir)\msvcp71.dll"
35                        />
36                        <Tool
37                                Name="VCXMLDataGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCWebServiceProxyGeneratorTool"
41                        />
42                        <Tool
43                                Name="VCMIDLTool"
44                                TypeLibraryName=".\Release/IconService.tlb"
45                                HeaderFileName=""
46                        />
47                        <Tool
48                                Name="VCCLCompilerTool"
49                                Optimization="2"
50                                InlineFunctionExpansion="1"
51                                AdditionalIncludeDirectories="include"
52                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
53                                StringPooling="true"
54                                RuntimeLibrary="2"
55                                EnableFunctionLevelLinking="true"
56                                UsePrecompiledHeader="2"
57                                PrecompiledHeaderThrough="stdafx.h"
58                                PrecompiledHeaderFile=".\Release/IconService.pch"
59                                AssemblerListingLocation=".\Release/"
60                                ObjectFile=".\Release/"
61                                ProgramDataBaseFileName=".\Release/"
62                                WarningLevel="3"
63                                SuppressStartupBanner="true"
64                        />
65                        <Tool
66                                Name="VCManagedResourceCompilerTool"
67                        />
68                        <Tool
69                                Name="VCResourceCompilerTool"
70                                PreprocessorDefinitions="NDEBUG"
71                                Culture="1036"
72                                AdditionalIncludeDirectories="./res/"
73                        />
74                        <Tool
75                                Name="VCPreLinkEventTool"
76                        />
77                        <Tool
78                                Name="VCLinkerTool"
79                                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 Pdh.lib"
80                                OutputFile=".\Release/NSClient++.exe"
81                                LinkIncremental="1"
82                                SuppressStartupBanner="true"
83                                IgnoreAllDefaultLibraries="false"
84                                IgnoreDefaultLibraryNames=""
85                                ModuleDefinitionFile=""
86                                ProgramDatabaseFile=".\Release/IconService.pdb"
87                                SubSystem="1"
88                                OptimizeForWindows98="1"
89                                TargetMachine="1"
90                        />
91                        <Tool
92                                Name="VCALinkTool"
93                        />
94                        <Tool
95                                Name="VCManifestTool"
96                        />
97                        <Tool
98                                Name="VCXDCMakeTool"
99                        />
100                        <Tool
101                                Name="VCBscMakeTool"
102                        />
103                        <Tool
104                                Name="VCFxCopTool"
105                        />
106                        <Tool
107                                Name="VCAppVerifierTool"
108                        />
109                        <Tool
110                                Name="VCWebDeploymentTool"
111                        />
112                        <Tool
113                                Name="VCPostBuildEventTool"
114                        />
115                </Configuration>
116                <Configuration
117                        Name="Debug|Win32"
118                        OutputDirectory="$(ConfigurationName)"
119                        IntermediateDirectory="$(ConfigurationName)"
120                        ConfigurationType="1"
121                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
122                        UseOfMFC="0"
123                        ATLMinimizesCRunTimeLibraryUsage="false"
124                        CharacterSet="2"
125                        >
126                        <Tool
127                                Name="VCPreBuildEventTool"
128                        />
129                        <Tool
130                                Name="VCCustomBuildTool"
131                        />
132                        <Tool
133                                Name="VCXMLDataGeneratorTool"
134                        />
135                        <Tool
136                                Name="VCWebServiceProxyGeneratorTool"
137                        />
138                        <Tool
139                                Name="VCMIDLTool"
140                                TypeLibraryName=".\Debug/IconService.tlb"
141                                HeaderFileName=""
142                        />
143                        <Tool
144                                Name="VCCLCompilerTool"
145                                Optimization="0"
146                                AdditionalIncludeDirectories="include"
147                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
148                                BasicRuntimeChecks="3"
149                                RuntimeLibrary="3"
150                                UsePrecompiledHeader="2"
151                                PrecompiledHeaderThrough="stdafx.h"
152                                PrecompiledHeaderFile=".\Debug/IconService.pch"
153                                AssemblerListingLocation=".\Debug/"
154                                ObjectFile=".\Debug/"
155                                ProgramDataBaseFileName=".\Debug/"
156                                WarningLevel="3"
157                                SuppressStartupBanner="true"
158                                DebugInformationFormat="4"
159                        />
160                        <Tool
161                                Name="VCManagedResourceCompilerTool"
162                        />
163                        <Tool
164                                Name="VCResourceCompilerTool"
165                                PreprocessorDefinitions="_DEBUG"
166                                Culture="1036"
167                                AdditionalIncludeDirectories="./res/"
168                        />
169                        <Tool
170                                Name="VCPreLinkEventTool"
171                        />
172                        <Tool
173                                Name="VCLinkerTool"
174                                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"
175                                OutputFile=".\Debug/NSClient++.exe"
176                                LinkIncremental="1"
177                                SuppressStartupBanner="true"
178                                ModuleDefinitionFile=""
179                                GenerateDebugInformation="true"
180                                ProgramDatabaseFile=".\Debug/IconService.pdb"
181                                SubSystem="1"
182                                TargetMachine="1"
183                        />
184                        <Tool
185                                Name="VCALinkTool"
186                        />
187                        <Tool
188                                Name="VCManifestTool"
189                        />
190                        <Tool
191                                Name="VCXDCMakeTool"
192                        />
193                        <Tool
194                                Name="VCBscMakeTool"
195                        />
196                        <Tool
197                                Name="VCFxCopTool"
198                        />
199                        <Tool
200                                Name="VCAppVerifierTool"
201                        />
202                        <Tool
203                                Name="VCWebDeploymentTool"
204                        />
205                        <Tool
206                                Name="VCPostBuildEventTool"
207                        />
208                </Configuration>
209                <Configuration
210                        Name="Distribution|Win32"
211                        OutputDirectory="$(ConfigurationName)"
212                        IntermediateDirectory="$(ConfigurationName)"
213                        ConfigurationType="1"
214                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
215                        UseOfMFC="0"
216                        ATLMinimizesCRunTimeLibraryUsage="false"
217                        CharacterSet="2"
218                        >
219                        <Tool
220                                Name="VCPreBuildEventTool"
221                        />
222                        <Tool
223                                Name="VCCustomBuildTool"
224                                CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y $(InputDir)\dist_dll\*.dll $(InputDir)\Dist\&quot;&#x0D;&#x0A;echo Removing old archive&#x0D;&#x0A;cmd /c &quot;del $(InputDir)\Dist\$(InputName).zip&quot;&#x0D;&#x0A;echo Making archive&#x0D;&#x0A;7z.exe a -r -tzip -bd $(InputDir)\Dist\$(InputName).zip $(InputDir)\Dist\*&#x0D;&#x0A;"
225                                Outputs="$(InputDir)\Dist\$(ProjectName).zip"
226                        />
227                        <Tool
228                                Name="VCXMLDataGeneratorTool"
229                        />
230                        <Tool
231                                Name="VCWebServiceProxyGeneratorTool"
232                        />
233                        <Tool
234                                Name="VCMIDLTool"
235                                TypeLibraryName=".\Release/IconService.tlb"
236                                HeaderFileName=""
237                        />
238                        <Tool
239                                Name="VCCLCompilerTool"
240                                Optimization="2"
241                                InlineFunctionExpansion="1"
242                                AdditionalIncludeDirectories="include"
243                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
244                                StringPooling="true"
245                                RuntimeLibrary="2"
246                                EnableFunctionLevelLinking="true"
247                                UsePrecompiledHeader="2"
248                                PrecompiledHeaderThrough="stdafx.h"
249                                PrecompiledHeaderFile=".\Release/IconService.pch"
250                                AssemblerListingLocation=".\Release/"
251                                ObjectFile=".\Release/"
252                                ProgramDataBaseFileName=".\Release/"
253                                WarningLevel="3"
254                                SuppressStartupBanner="true"
255                        />
256                        <Tool
257                                Name="VCManagedResourceCompilerTool"
258                        />
259                        <Tool
260                                Name="VCResourceCompilerTool"
261                                PreprocessorDefinitions="NDEBUG"
262                                Culture="1036"
263                                AdditionalIncludeDirectories="./res/"
264                        />
265                        <Tool
266                                Name="VCPreLinkEventTool"
267                        />
268                        <Tool
269                                Name="VCLinkerTool"
270                                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"
271                                OutputFile=".\Dist/NSClient++.exe"
272                                LinkIncremental="1"
273                                SuppressStartupBanner="true"
274                                IgnoreAllDefaultLibraries="false"
275                                IgnoreDefaultLibraryNames=""
276                                ModuleDefinitionFile=""
277                                ProgramDatabaseFile=".\Release/IconService.pdb"
278                                SubSystem="1"
279                                OptimizeForWindows98="1"
280                                TargetMachine="1"
281                        />
282                        <Tool
283                                Name="VCALinkTool"
284                        />
285                        <Tool
286                                Name="VCManifestTool"
287                        />
288                        <Tool
289                                Name="VCXDCMakeTool"
290                        />
291                        <Tool
292                                Name="VCBscMakeTool"
293                        />
294                        <Tool
295                                Name="VCFxCopTool"
296                        />
297                        <Tool
298                                Name="VCAppVerifierTool"
299                        />
300                        <Tool
301                                Name="VCWebDeploymentTool"
302                        />
303                        <Tool
304                                Name="VCPostBuildEventTool"
305                        />
306                </Configuration>
307        </Configurations>
308        <References>
309        </References>
310        <Files>
311                <Filter
312                        Name="Source Files"
313                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
314                        >
315                        <File
316                                RelativePath=".\include\arrayBuffer.cpp"
317                                >
318                        </File>
319                        <File
320                                RelativePath=".\include\b64\b64.c"
321                                >
322                                <FileConfiguration
323                                        Name="Release|Win32"
324                                        >
325                                        <Tool
326                                                Name="VCCLCompilerTool"
327                                                UsePrecompiledHeader="0"
328                                        />
329                                </FileConfiguration>
330                                <FileConfiguration
331                                        Name="Debug|Win32"
332                                        >
333                                        <Tool
334                                                Name="VCCLCompilerTool"
335                                                UsePrecompiledHeader="0"
336                                        />
337                                </FileConfiguration>
338                                <FileConfiguration
339                                        Name="Distribution|Win32"
340                                        >
341                                        <Tool
342                                                Name="VCCLCompilerTool"
343                                                UsePrecompiledHeader="0"
344                                        />
345                                </FileConfiguration>
346                        </File>
347                        <File
348                                RelativePath=".\include\NSCHelper.cpp"
349                                >
350                        </File>
351                        <File
352                                RelativePath=".\NSClient++.cpp"
353                                >
354                        </File>
355                        <File
356                                RelativePath=".\NSCPlugin.cpp"
357                                >
358                        </File>
359                        <File
360                                RelativePath=".\include\ServiceCmd.cpp"
361                                >
362                        </File>
363                        <File
364                                RelativePath=".\include\Socket.cpp"
365                                >
366                        </File>
367                        <File
368                                RelativePath="StdAfx.cpp"
369                                >
370                                <FileConfiguration
371                                        Name="Release|Win32"
372                                        >
373                                        <Tool
374                                                Name="VCCLCompilerTool"
375                                                Optimization="2"
376                                                PreprocessorDefinitions=""
377                                                UsePrecompiledHeader="1"
378                                        />
379                                </FileConfiguration>
380                                <FileConfiguration
381                                        Name="Debug|Win32"
382                                        >
383                                        <Tool
384                                                Name="VCCLCompilerTool"
385                                                Optimization="0"
386                                                PreprocessorDefinitions=""
387                                                BasicRuntimeChecks="3"
388                                                UsePrecompiledHeader="1"
389                                        />
390                                </FileConfiguration>
391                                <FileConfiguration
392                                        Name="Distribution|Win32"
393                                        >
394                                        <Tool
395                                                Name="VCCLCompilerTool"
396                                                Optimization="2"
397                                                PreprocessorDefinitions=""
398                                                UsePrecompiledHeader="1"
399                                        />
400                                </FileConfiguration>
401                        </File>
402                </Filter>
403                <Filter
404                        Name="Header Files"
405                        Filter="h;hpp;hxx;hm;inl"
406                        >
407                        <File
408                                RelativePath=".\include\arrayBuffer.h"
409                                >
410                        </File>
411                        <File
412                                RelativePath=".\include\charEx.h"
413                                >
414                        </File>
415                        <File
416                                RelativePath=".\include\config.h"
417                                >
418                        </File>
419                        <File
420                                RelativePath=".\include\Mutex.h"
421                                >
422                        </File>
423                        <File
424                                RelativePath=".\include\MutexRW.h"
425                                >
426                        </File>
427                        <File
428                                RelativePath=".\include\NSCAPI.h"
429                                >
430                        </File>
431                        <File
432                                RelativePath=".\include\NSCHelper.h"
433                                >
434                        </File>
435                        <File
436                                RelativePath=".\NSClient++.h"
437                                >
438                        </File>
439                        <File
440                                RelativePath=".\NSCPlugin.h"
441                                >
442                        </File>
443                        <File
444                                RelativePath=".\include\NTService.h"
445                                >
446                        </File>
447                        <File
448                                RelativePath=".\include\PDHCounter.h"
449                                >
450                        </File>
451                        <File
452                                RelativePath=".\include\Settings.h"
453                                >
454                        </File>
455                        <File
456                                RelativePath="StdAfx.h"
457                                >
458                        </File>
459                        <File
460                                RelativePath=".\include\strEx.h"
461                                >
462                        </File>
463                        <File
464                                RelativePath=".\include\thread.h"
465                                >
466                        </File>
467                </Filter>
468                <Filter
469                        Name="Resource Files"
470                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
471                        >
472                </Filter>
473                <Filter
474                        Name="Misc"
475                        >
476                        <File
477                                RelativePath=".\changelog"
478                                >
479                                <FileConfiguration
480                                        Name="Distribution|Win32"
481                                        >
482                                        <Tool
483                                                Name="VCCustomBuildTool"
484                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputName) $(InputDir)\Dist\&quot;&#x0D;&#x0A;"
485                                                Outputs="$(InputDir)\Dist\$(InputFileName)"
486                                        />
487                                </FileConfiguration>
488                        </File>
489                        <File
490                                RelativePath=".\counters.defs"
491                                >
492                                <FileConfiguration
493                                        Name="Release|Win32"
494                                        >
495                                        <Tool
496                                                Name="VCCustomBuildTool"
497                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;&#x0D;&#x0A;"
498                                                Outputs="$(TargetDir)$(InputFileName)"
499                                        />
500                                </FileConfiguration>
501                                <FileConfiguration
502                                        Name="Debug|Win32"
503                                        >
504                                        <Tool
505                                                Name="VCCustomBuildTool"
506                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;&#x0D;&#x0A;"
507                                                Outputs="$(TargetDir)$(InputFileName)"
508                                        />
509                                </FileConfiguration>
510                                <FileConfiguration
511                                        Name="Distribution|Win32"
512                                        >
513                                        <Tool
514                                                Name="VCCustomBuildTool"
515                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;&#x0D;&#x0A;"
516                                                Outputs="$(TargetDir)$(InputFileName)"
517                                        />
518                                </FileConfiguration>
519                        </File>
520                        <File
521                                RelativePath=".\Doxyfile"
522                                >
523                                <FileConfiguration
524                                        Name="Release|Win32"
525                                        ExcludedFromBuild="true"
526                                        >
527                                        <Tool
528                                                Name="VCCustomBuildTool"
529                                                CommandLine="doxygen.exe $(InputPath)&#x0D;&#x0A;"
530                                                Outputs=".\Doc"
531                                        />
532                                </FileConfiguration>
533                                <FileConfiguration
534                                        Name="Debug|Win32"
535                                        ExcludedFromBuild="true"
536                                        >
537                                        <Tool
538                                                Name="VCCustomBuildTool"
539                                                CommandLine="doxygen.exe $(InputPath)&#x0D;&#x0A;"
540                                        />
541                                </FileConfiguration>
542                                <FileConfiguration
543                                        Name="Distribution|Win32"
544                                        ExcludedFromBuild="true"
545                                        >
546                                        <Tool
547                                                Name="VCCustomBuildTool"
548                                                CommandLine="doxygen.exe $(InputPath)&#x0D;&#x0A;"
549                                                Outputs=".\Doc"
550                                        />
551                                </FileConfiguration>
552                        </File>
553                        <File
554                                RelativePath=".\Doc\html\index.html"
555                                >
556                        </File>
557                        <File
558                                RelativePath=".\files\license.txt"
559                                >
560                                <FileConfiguration
561                                        Name="Distribution|Win32"
562                                        >
563                                        <Tool
564                                                Name="VCCustomBuildTool"
565                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;&#x0D;&#x0A;"
566                                                Outputs="$(TargetDir)\$(InputFileName) "
567                                        />
568                                </FileConfiguration>
569                        </File>
570                        <File
571                                RelativePath=".\NSC.dist"
572                                >
573                                <FileConfiguration
574                                        Name="Distribution|Win32"
575                                        >
576                                        <Tool
577                                                Name="VCCustomBuildTool"
578                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\$(InputName).ini&quot;&#x0D;&#x0A;"
579                                                Outputs="$(InputDir)\Dist\$(InputName).ini"
580                                        />
581                                </FileConfiguration>
582                        </File>
583                        <File
584                                RelativePath=".\NSC.ini"
585                                >
586                                <FileConfiguration
587                                        Name="Release|Win32"
588                                        >
589                                        <Tool
590                                                Name="VCCustomBuildTool"
591                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;&#x0D;&#x0A;"
592                                                AdditionalDependencies=""
593                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
594                                        />
595                                </FileConfiguration>
596                                <FileConfiguration
597                                        Name="Debug|Win32"
598                                        >
599                                        <Tool
600                                                Name="VCCustomBuildTool"
601                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;&#x0D;&#x0A;"
602                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
603                                        />
604                                </FileConfiguration>
605                                <FileConfiguration
606                                        Name="Distribution|Win32"
607                                        ExcludedFromBuild="true"
608                                        >
609                                        <Tool
610                                                Name="VCCustomBuildTool"
611                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;&#x0D;&#x0A;"
612                                                AdditionalDependencies=""
613                                                Outputs="$(InputDir)\Dist\$(InputFileName)"
614                                        />
615                                </FileConfiguration>
616                        </File>
617                </Filter>
618        </Files>
619        <Globals>
620        </Globals>
621</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.