source: nscp/trunk/NSClient++.vcproj @ 99bb030

Last change on this file since 99bb030 was 99bb030, checked in by Michael Medin <michael@…>, 7 years ago

* empty log message *

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