source: nscp/NSClient++.vcproj @ 75d5e70

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

Alot of fixes and some changes (se changelog for details)

  • Property mode set to 100644
File size: 13.3 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 Pdh.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 Pdh.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 Pdh.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=".\include\PDHCounter.h">
336                        </File>
337                        <File
338                                RelativePath=".\Settings.h">
339                        </File>
340                        <File
341                                RelativePath="StdAfx.h">
342                        </File>
343                        <File
344                                RelativePath=".\include\strEx.h">
345                        </File>
346                        <File
347                                RelativePath=".\include\thread.h">
348                        </File>
349                </Filter>
350                <Filter
351                        Name="Resource Files"
352                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
353                </Filter>
354                <Filter
355                        Name="Misc"
356                        Filter="">
357                        <File
358                                RelativePath=".\changelog">
359                                <FileConfiguration
360                                        Name="Distribution|Win32">
361                                        <Tool
362                                                Name="VCCustomBuildTool"
363                                                CommandLine="echo Copying $(InputFileName)...
364cmd /c &quot;copy $(InputDir)\$(InputName) $(InputDir)\Dist\&quot;
365"
366                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
367                                </FileConfiguration>
368                        </File>
369                        <File
370                                RelativePath=".\counters.defs">
371                                <FileConfiguration
372                                        Name="Release|Win32">
373                                        <Tool
374                                                Name="VCCustomBuildTool"
375                                                CommandLine="echo Copying $(InputFileName)...
376cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;
377"
378                                                Outputs="$(TargetDir)$(InputFileName)"/>
379                                </FileConfiguration>
380                                <FileConfiguration
381                                        Name="Debug|Win32">
382                                        <Tool
383                                                Name="VCCustomBuildTool"
384                                                CommandLine="echo Copying $(InputFileName)...
385cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;
386"
387                                                Outputs="$(TargetDir)$(InputFileName)"/>
388                                </FileConfiguration>
389                                <FileConfiguration
390                                        Name="Distribution|Win32">
391                                        <Tool
392                                                Name="VCCustomBuildTool"
393                                                CommandLine="echo Copying $(InputFileName)...
394cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;
395"
396                                                Outputs="$(TargetDir)$(InputFileName)"/>
397                                </FileConfiguration>
398                        </File>
399                        <File
400                                RelativePath=".\Doxyfile">
401                                <FileConfiguration
402                                        Name="Release|Win32"
403                                        ExcludedFromBuild="TRUE">
404                                        <Tool
405                                                Name="VCCustomBuildTool"
406                                                CommandLine="doxygen.exe $(InputPath)
407"
408                                                Outputs=".\Doc"/>
409                                </FileConfiguration>
410                                <FileConfiguration
411                                        Name="Debug|Win32"
412                                        ExcludedFromBuild="TRUE">
413                                        <Tool
414                                                Name="VCCustomBuildTool"
415                                                CommandLine="doxygen.exe $(InputPath)
416"/>
417                                </FileConfiguration>
418                                <FileConfiguration
419                                        Name="Distribution|Win32"
420                                        ExcludedFromBuild="TRUE">
421                                        <Tool
422                                                Name="VCCustomBuildTool"
423                                                CommandLine="doxygen.exe $(InputPath)
424"
425                                                Outputs=".\Doc"/>
426                                </FileConfiguration>
427                        </File>
428                        <File
429                                RelativePath=".\Doc\html\index.html">
430                        </File>
431                        <File
432                                RelativePath=".\files\license.txt">
433                                <FileConfiguration
434                                        Name="Distribution|Win32">
435                                        <Tool
436                                                Name="VCCustomBuildTool"
437                                                CommandLine="echo Copying $(InputFileName)...
438cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;
439"
440                                                Outputs="$(TargetDir)\$(InputFileName) "/>
441                                </FileConfiguration>
442                        </File>
443                        <File
444                                RelativePath=".\NSC.dist">
445                                <FileConfiguration
446                                        Name="Distribution|Win32">
447                                        <Tool
448                                                Name="VCCustomBuildTool"
449                                                CommandLine="echo Copying $(InputFileName)...
450cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\$(InputName).ini&quot;
451"
452                                                Outputs="$(InputDir)\Dist\$(InputName).ini"/>
453                                </FileConfiguration>
454                        </File>
455                        <File
456                                RelativePath=".\NSC.ini">
457                                <FileConfiguration
458                                        Name="Release|Win32">
459                                        <Tool
460                                                Name="VCCustomBuildTool"
461                                                CommandLine="echo Copying $(InputFileName)...
462cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
463"
464                                                AdditionalDependencies=""
465                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
466                                </FileConfiguration>
467                                <FileConfiguration
468                                        Name="Debug|Win32">
469                                        <Tool
470                                                Name="VCCustomBuildTool"
471                                                CommandLine="echo Copying $(InputFileName)...
472cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
473"
474                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
475                                </FileConfiguration>
476                                <FileConfiguration
477                                        Name="Distribution|Win32"
478                                        ExcludedFromBuild="TRUE">
479                                        <Tool
480                                                Name="VCCustomBuildTool"
481                                                CommandLine="echo Copying $(InputFileName)...
482cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;
483"
484                                                AdditionalDependencies=""
485                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
486                                </FileConfiguration>
487                        </File>
488                </Filter>
489        </Files>
490        <Globals>
491        </Globals>
492</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.