source: nscp/NSClient++.vcproj @ e26cfe0

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

changes all over manily in the checking code

  • Property mode set to 100644
File size: 12.9 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=".\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.ini">
442                                <FileConfiguration
443                                        Name="Release|Win32">
444                                        <Tool
445                                                Name="VCCustomBuildTool"
446                                                CommandLine="echo Copying $(InputFileName)...
447cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
448"
449                                                AdditionalDependencies=""
450                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
451                                </FileConfiguration>
452                                <FileConfiguration
453                                        Name="Debug|Win32">
454                                        <Tool
455                                                Name="VCCustomBuildTool"
456                                                CommandLine="echo Copying $(InputFileName)...
457cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;
458"
459                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"/>
460                                </FileConfiguration>
461                                <FileConfiguration
462                                        Name="Distribution|Win32">
463                                        <Tool
464                                                Name="VCCustomBuildTool"
465                                                CommandLine="echo Copying $(InputFileName)...
466cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;
467"
468                                                AdditionalDependencies=""
469                                                Outputs="$(InputDir)\Dist\$(InputFileName)"/>
470                                </FileConfiguration>
471                        </File>
472                </Filter>
473        </Files>
474        <Globals>
475        </Globals>
476</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.