source: nscp/service/NSClient++-2005.vcproj @ 8840f09

0.4.00.4.10.4.2
Last change on this file since 8840f09 was b3078b4, checked in by Michael Medin <michael@…>, 3 years ago

added some build stuff

  • Property mode set to 100644
File size: 67.6 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                <Platform
15                        Name="x64"
16                />
17                <Platform
18                        Name="Itanium"
19                />
20        </Platforms>
21        <ToolFiles>
22        </ToolFiles>
23        <Configurations>
24                <Configuration
25                        Name="Release|Win32"
26                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
27                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
28                        ConfigurationType="1"
29                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
30                        UseOfMFC="0"
31                        ATLMinimizesCRunTimeLibraryUsage="false"
32                        CharacterSet="1"
33                        >
34                        <Tool
35                                Name="VCPreBuildEventTool"
36                                CommandLine=""
37                        />
38                        <Tool
39                                Name="VCCustomBuildTool"
40                                CommandLine="&#x0D;&#x0A;"
41                                Outputs="$(InputDir)\$(OutDir)\msvcp71.dll"
42                        />
43                        <Tool
44                                Name="VCXMLDataGeneratorTool"
45                        />
46                        <Tool
47                                Name="VCWebServiceProxyGeneratorTool"
48                        />
49                        <Tool
50                                Name="VCMIDLTool"
51                                TypeLibraryName=".\Release/IconService.tlb"
52                                HeaderFileName=""
53                        />
54                        <Tool
55                                Name="VCCLCompilerTool"
56                                Optimization="0"
57                                InlineFunctionExpansion="1"
58                                AdditionalIncludeDirectories="../include"
59                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_DEPRECATE"
60                                StringPooling="true"
61                                RuntimeLibrary="0"
62                                BufferSecurityCheck="false"
63                                EnableFunctionLevelLinking="true"
64                                UsePrecompiledHeader="2"
65                                PrecompiledHeaderThrough="StdAfx.h"
66                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
67                                AssemblerListingLocation=""
68                                ObjectFile="$(IntDir)\"
69                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
70                                WarningLevel="3"
71                                SuppressStartupBanner="true"
72                        />
73                        <Tool
74                                Name="VCManagedResourceCompilerTool"
75                        />
76                        <Tool
77                                Name="VCResourceCompilerTool"
78                                PreprocessorDefinitions="NDEBUG"
79                                Culture="1036"
80                                AdditionalIncludeDirectories="./res/"
81                        />
82                        <Tool
83                                Name="VCPreLinkEventTool"
84                        />
85                        <Tool
86                                Name="VCLinkerTool"
87                                AdditionalDependencies="kernel32.lib user32.lib advapi32.lib ws2_32.lib Userenv.lib"
88                                OutputFile="$(OutDir)\$(ProjectName).exe"
89                                LinkIncremental="1"
90                                SuppressStartupBanner="true"
91                                GenerateManifest="false"
92                                IgnoreAllDefaultLibraries="false"
93                                IgnoreDefaultLibraryNames=""
94                                ModuleDefinitionFile=""
95                                ProgramDatabaseFile=""
96                                SubSystem="1"
97                                OptimizeForWindows98="0"
98                                TargetMachine="1"
99                        />
100                        <Tool
101                                Name="VCALinkTool"
102                        />
103                        <Tool
104                                Name="VCManifestTool"
105                                AdditionalManifestFiles="NSClient++.manifest"
106                        />
107                        <Tool
108                                Name="VCXDCMakeTool"
109                        />
110                        <Tool
111                                Name="VCBscMakeTool"
112                        />
113                        <Tool
114                                Name="VCFxCopTool"
115                        />
116                        <Tool
117                                Name="VCAppVerifierTool"
118                        />
119                        <Tool
120                                Name="VCWebDeploymentTool"
121                        />
122                        <Tool
123                                Name="VCPostBuildEventTool"
124                        />
125                </Configuration>
126                <Configuration
127                        Name="Release|x64"
128                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
129                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
130                        ConfigurationType="1"
131                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
132                        UseOfMFC="0"
133                        ATLMinimizesCRunTimeLibraryUsage="false"
134                        CharacterSet="1"
135                        >
136                        <Tool
137                                Name="VCPreBuildEventTool"
138                        />
139                        <Tool
140                                Name="VCCustomBuildTool"
141                                CommandLine="&#x0D;&#x0A;"
142                                Outputs="$(InputDir)\$(OutDir)\msvcp71.dll"
143                        />
144                        <Tool
145                                Name="VCXMLDataGeneratorTool"
146                        />
147                        <Tool
148                                Name="VCWebServiceProxyGeneratorTool"
149                        />
150                        <Tool
151                                Name="VCMIDLTool"
152                                TargetEnvironment="3"
153                                TypeLibraryName=".\Release/IconService.tlb"
154                                HeaderFileName=""
155                        />
156                        <Tool
157                                Name="VCCLCompilerTool"
158                                Optimization="2"
159                                InlineFunctionExpansion="1"
160                                AdditionalIncludeDirectories="../include"
161                                PreprocessorDefinitions="ARCH_x64"
162                                StringPooling="true"
163                                RuntimeLibrary="0"
164                                EnableFunctionLevelLinking="true"
165                                UsePrecompiledHeader="2"
166                                PrecompiledHeaderThrough="StdAfx.h"
167                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
168                                AssemblerListingLocation=".\Release/"
169                                ObjectFile="$(IntDir)\"
170                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
171                                WarningLevel="3"
172                                SuppressStartupBanner="true"
173                                Detect64BitPortabilityProblems="false"
174                        />
175                        <Tool
176                                Name="VCManagedResourceCompilerTool"
177                        />
178                        <Tool
179                                Name="VCResourceCompilerTool"
180                                PreprocessorDefinitions="NDEBUG"
181                                Culture="1036"
182                                AdditionalIncludeDirectories="./res/"
183                        />
184                        <Tool
185                                Name="VCPreLinkEventTool"
186                        />
187                        <Tool
188                                Name="VCLinkerTool"
189                                AdditionalDependencies="kernel32.lib user32.lib advapi32.lib ws2_32.lib Userenv.lib"
190                                OutputFile="$(OutDir)\$(ProjectName).exe"
191                                LinkIncremental="1"
192                                SuppressStartupBanner="true"
193                                IgnoreAllDefaultLibraries="false"
194                                IgnoreDefaultLibraryNames=""
195                                ModuleDefinitionFile=""
196                                ProgramDatabaseFile=""
197                                SubSystem="1"
198                                OptimizeForWindows98="1"
199                                TargetMachine="17"
200                        />
201                        <Tool
202                                Name="VCALinkTool"
203                        />
204                        <Tool
205                                Name="VCManifestTool"
206                        />
207                        <Tool
208                                Name="VCXDCMakeTool"
209                        />
210                        <Tool
211                                Name="VCBscMakeTool"
212                        />
213                        <Tool
214                                Name="VCFxCopTool"
215                        />
216                        <Tool
217                                Name="VCAppVerifierTool"
218                        />
219                        <Tool
220                                Name="VCWebDeploymentTool"
221                        />
222                        <Tool
223                                Name="VCPostBuildEventTool"
224                        />
225                </Configuration>
226                <Configuration
227                        Name="Debug|Win32"
228                        OutputDirectory="..\$(PlatformName)\$(ConfigurationName)"
229                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
230                        ConfigurationType="1"
231                        UseOfMFC="0"
232                        ATLMinimizesCRunTimeLibraryUsage="false"
233                        CharacterSet="1"
234                        >
235                        <Tool
236                                Name="VCPreBuildEventTool"
237                        />
238                        <Tool
239                                Name="VCCustomBuildTool"
240                        />
241                        <Tool
242                                Name="VCXMLDataGeneratorTool"
243                        />
244                        <Tool
245                                Name="VCWebServiceProxyGeneratorTool"
246                        />
247                        <Tool
248                                Name="VCMIDLTool"
249                                TypeLibraryName=".\Debug/IconService.tlb"
250                                HeaderFileName=""
251                        />
252                        <Tool
253                                Name="VCCLCompilerTool"
254                                Optimization="0"
255                                AdditionalIncludeDirectories="../include"
256                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
257                                BasicRuntimeChecks="3"
258                                RuntimeLibrary="3"
259                                UsePrecompiledHeader="2"
260                                PrecompiledHeaderThrough="StdAfx.h"
261                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
262                                AssemblerListingLocation=""
263                                ObjectFile="$(IntDir)\"
264                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
265                                WarningLevel="3"
266                                SuppressStartupBanner="true"
267                                Detect64BitPortabilityProblems="false"
268                                DebugInformationFormat="4"
269                        />
270                        <Tool
271                                Name="VCManagedResourceCompilerTool"
272                        />
273                        <Tool
274                                Name="VCResourceCompilerTool"
275                                PreprocessorDefinitions="_DEBUG"
276                                Culture="1036"
277                                AdditionalIncludeDirectories="./res/"
278                        />
279                        <Tool
280                                Name="VCPreLinkEventTool"
281                        />
282                        <Tool
283                                Name="VCLinkerTool"
284                                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 Userenv.lib"
285                                OutputFile="$(OutDir)\NSClient++.exe"
286                                LinkIncremental="1"
287                                SuppressStartupBanner="true"
288                                ModuleDefinitionFile=""
289                                GenerateDebugInformation="true"
290                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
291                                SubSystem="1"
292                                TargetMachine="1"
293                        />
294                        <Tool
295                                Name="VCALinkTool"
296                        />
297                        <Tool
298                                Name="VCManifestTool"
299                        />
300                        <Tool
301                                Name="VCXDCMakeTool"
302                        />
303                        <Tool
304                                Name="VCBscMakeTool"
305                        />
306                        <Tool
307                                Name="VCFxCopTool"
308                        />
309                        <Tool
310                                Name="VCAppVerifierTool"
311                        />
312                        <Tool
313                                Name="VCWebDeploymentTool"
314                        />
315                        <Tool
316                                Name="VCPostBuildEventTool"
317                        />
318                </Configuration>
319                <Configuration
320                        Name="Debug|x64"
321                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
322                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
323                        ConfigurationType="1"
324                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
325                        UseOfMFC="0"
326                        ATLMinimizesCRunTimeLibraryUsage="false"
327                        CharacterSet="1"
328                        >
329                        <Tool
330                                Name="VCPreBuildEventTool"
331                        />
332                        <Tool
333                                Name="VCCustomBuildTool"
334                        />
335                        <Tool
336                                Name="VCXMLDataGeneratorTool"
337                        />
338                        <Tool
339                                Name="VCWebServiceProxyGeneratorTool"
340                        />
341                        <Tool
342                                Name="VCMIDLTool"
343                                TargetEnvironment="3"
344                                TypeLibraryName=".\Debug/IconService.tlb"
345                                HeaderFileName=""
346                        />
347                        <Tool
348                                Name="VCCLCompilerTool"
349                                Optimization="0"
350                                AdditionalIncludeDirectories="../include"
351                                PreprocessorDefinitions="ARCH_x64"
352                                BasicRuntimeChecks="3"
353                                RuntimeLibrary="3"
354                                UsePrecompiledHeader="2"
355                                PrecompiledHeaderThrough="StdAfx.h"
356                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
357                                AssemblerListingLocation=".\Debug/"
358                                ObjectFile="$(IntDir)\"
359                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
360                                WarningLevel="3"
361                                SuppressStartupBanner="true"
362                                Detect64BitPortabilityProblems="false"
363                                DebugInformationFormat="3"
364                        />
365                        <Tool
366                                Name="VCManagedResourceCompilerTool"
367                        />
368                        <Tool
369                                Name="VCResourceCompilerTool"
370                                PreprocessorDefinitions="_DEBUG"
371                                Culture="1036"
372                                AdditionalIncludeDirectories="./res/"
373                        />
374                        <Tool
375                                Name="VCPreLinkEventTool"
376                        />
377                        <Tool
378                                Name="VCLinkerTool"
379                                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 Userenv.lib"
380                                OutputFile="$(OutDir)\$(ProjectName).exe"
381                                LinkIncremental="1"
382                                SuppressStartupBanner="true"
383                                ModuleDefinitionFile=""
384                                GenerateDebugInformation="true"
385                                ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
386                                SubSystem="1"
387                                TargetMachine="17"
388                        />
389                        <Tool
390                                Name="VCALinkTool"
391                        />
392                        <Tool
393                                Name="VCManifestTool"
394                        />
395                        <Tool
396                                Name="VCXDCMakeTool"
397                        />
398                        <Tool
399                                Name="VCBscMakeTool"
400                        />
401                        <Tool
402                                Name="VCFxCopTool"
403                        />
404                        <Tool
405                                Name="VCAppVerifierTool"
406                        />
407                        <Tool
408                                Name="VCWebDeploymentTool"
409                        />
410                        <Tool
411                                Name="VCPostBuildEventTool"
412                        />
413                </Configuration>
414                <Configuration
415                        Name="Distribution|Win32"
416                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
417                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
418                        ConfigurationType="1"
419                        >
420                        <Tool
421                                Name="VCPreBuildEventTool"
422                        />
423                        <Tool
424                                Name="VCCustomBuildTool"
425                        />
426                        <Tool
427                                Name="VCXMLDataGeneratorTool"
428                        />
429                        <Tool
430                                Name="VCWebServiceProxyGeneratorTool"
431                        />
432                        <Tool
433                                Name="VCMIDLTool"
434                        />
435                        <Tool
436                                Name="VCCLCompilerTool"
437                        />
438                        <Tool
439                                Name="VCManagedResourceCompilerTool"
440                        />
441                        <Tool
442                                Name="VCResourceCompilerTool"
443                        />
444                        <Tool
445                                Name="VCPreLinkEventTool"
446                        />
447                        <Tool
448                                Name="VCLinkerTool"
449                                OutputFile="$(OutDir)\$(ProjectName).exe"
450                        />
451                        <Tool
452                                Name="VCALinkTool"
453                        />
454                        <Tool
455                                Name="VCManifestTool"
456                        />
457                        <Tool
458                                Name="VCXDCMakeTool"
459                        />
460                        <Tool
461                                Name="VCBscMakeTool"
462                        />
463                        <Tool
464                                Name="VCFxCopTool"
465                        />
466                        <Tool
467                                Name="VCAppVerifierTool"
468                        />
469                        <Tool
470                                Name="VCWebDeploymentTool"
471                        />
472                        <Tool
473                                Name="VCPostBuildEventTool"
474                        />
475                </Configuration>
476                <Configuration
477                        Name="Distribution|x64"
478                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
479                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
480                        ConfigurationType="1"
481                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
482                        UseOfMFC="0"
483                        ATLMinimizesCRunTimeLibraryUsage="false"
484                        CharacterSet="1"
485                        >
486                        <Tool
487                                Name="VCPreBuildEventTool"
488                                CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;"
489                        />
490                        <Tool
491                                Name="VCCustomBuildTool"
492                                CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y $(InputDir)\dist_dll\*.dll $(InputDir)\Dist\&quot;&#x0D;&#x0A;echo Copying scripts&#x0D;&#x0A;cmd /c &quot;mkdir &quot;$(TargetDir)\scripts&quot;&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y &quot;$(InputDir)\scripts&quot; &quot;$(TargetDir)\scripts&quot;&quot;&#x0D;&#x0A;echo Removing old archive&#x0D;&#x0A;cmd /c &quot;del &quot;$(InputDir)\Dist\modules\*.pdb&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(InputDir)\Dist\*.zip&quot;&quot;&#x0D;&#x0A;echo Making archive: 7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;echo Renaming archive&#x0D;&#x0A;postbuild.pl &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot;&#x0D;&#x0A;echo Sending to server&#x0D;&#x0A;echo pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/&#x0D;&#x0A;pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/&#x0D;&#x0A;"
493                                Outputs="$(InputDir)\Dist\$(ProjectName).zip"
494                        />
495                        <Tool
496                                Name="VCXMLDataGeneratorTool"
497                        />
498                        <Tool
499                                Name="VCWebServiceProxyGeneratorTool"
500                        />
501                        <Tool
502                                Name="VCMIDLTool"
503                                TargetEnvironment="3"
504                                TypeLibraryName=".\Release/IconService.tlb"
505                                HeaderFileName=""
506                        />
507                        <Tool
508                                Name="VCCLCompilerTool"
509                                Optimization="2"
510                                InlineFunctionExpansion="1"
511                                AdditionalIncludeDirectories="../include"
512                                PreprocessorDefinitions="ARCH_x64"
513                                StringPooling="true"
514                                RuntimeLibrary="0"
515                                EnableFunctionLevelLinking="true"
516                                UsePrecompiledHeader="2"
517                                PrecompiledHeaderThrough="StdAfx.h"
518                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
519                                AssemblerListingLocation=".\Release/"
520                                ObjectFile="$(IntDir)\"
521                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
522                                WarningLevel="3"
523                                SuppressStartupBanner="true"
524                                Detect64BitPortabilityProblems="false"
525                        />
526                        <Tool
527                                Name="VCManagedResourceCompilerTool"
528                        />
529                        <Tool
530                                Name="VCResourceCompilerTool"
531                                PreprocessorDefinitions="NDEBUG"
532                                Culture="1036"
533                                AdditionalIncludeDirectories="./res/"
534                        />
535                        <Tool
536                                Name="VCPreLinkEventTool"
537                        />
538                        <Tool
539                                Name="VCLinkerTool"
540                                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"
541                                OutputFile="$(OutDir)\$(ProjectName).exe"
542                                LinkIncremental="1"
543                                SuppressStartupBanner="true"
544                                IgnoreAllDefaultLibraries="false"
545                                IgnoreDefaultLibraryNames=""
546                                ModuleDefinitionFile=""
547                                GenerateDebugInformation="false"
548                                ProgramDatabaseFile=""
549                                SubSystem="1"
550                                OptimizeForWindows98="1"
551                                TargetMachine="17"
552                        />
553                        <Tool
554                                Name="VCALinkTool"
555                        />
556                        <Tool
557                                Name="VCManifestTool"
558                                AdditionalManifestFiles="NSClient++.manifest"
559                        />
560                        <Tool
561                                Name="VCXDCMakeTool"
562                        />
563                        <Tool
564                                Name="VCBscMakeTool"
565                        />
566                        <Tool
567                                Name="VCFxCopTool"
568                        />
569                        <Tool
570                                Name="VCAppVerifierTool"
571                        />
572                        <Tool
573                                Name="VCWebDeploymentTool"
574                        />
575                        <Tool
576                                Name="VCPostBuildEventTool"
577                        />
578                </Configuration>
579                <Configuration
580                        Name="Nightly|Win32"
581                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
582                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
583                        ConfigurationType="1"
584                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
585                        UseOfMFC="0"
586                        ATLMinimizesCRunTimeLibraryUsage="false"
587                        CharacterSet="1"
588                        >
589                        <Tool
590                                Name="VCPreBuildEventTool"
591                                CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;"
592                        />
593                        <Tool
594                                Name="VCCustomBuildTool"
595                                CommandLine="echo Seting up scripts&#x0D;&#x0A;cmd /c &quot;mkdir &quot;$(TargetDir)\scripts\&quot;&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y &quot;$(InputDir)\scripts\*.*&quot; &quot;$(TargetDir)\scripts\&quot;&quot;&#x0D;&#x0A;echo Removing old archive and files we dont want&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\modules\*.lib&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\modules\*.exp&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\*.zip&quot;&quot;&#x0D;&#x0A;"
596                                Outputs="$(TargetDir)\$(ProjectName)-$(PlatformName).zip"
597                        />
598                        <Tool
599                                Name="VCXMLDataGeneratorTool"
600                        />
601                        <Tool
602                                Name="VCWebServiceProxyGeneratorTool"
603                        />
604                        <Tool
605                                Name="VCMIDLTool"
606                                TypeLibraryName=".\Release/IconService.tlb"
607                                HeaderFileName=""
608                        />
609                        <Tool
610                                Name="VCCLCompilerTool"
611                                AdditionalIncludeDirectories="../include"
612                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
613                                UsePrecompiledHeader="2"
614                                PrecompiledHeaderThrough="StdAfx.h"
615                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
616                                AssemblerListingLocation=""
617                                ObjectFile="$(IntDir)\"
618                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
619                                WarningLevel="3"
620                                SuppressStartupBanner="true"
621                        />
622                        <Tool
623                                Name="VCManagedResourceCompilerTool"
624                        />
625                        <Tool
626                                Name="VCResourceCompilerTool"
627                                PreprocessorDefinitions="NDEBUG"
628                                Culture="1036"
629                                AdditionalIncludeDirectories="./res/"
630                        />
631                        <Tool
632                                Name="VCPreLinkEventTool"
633                        />
634                        <Tool
635                                Name="VCLinkerTool"
636                                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 Userenv.lib"
637                                OutputFile="$(OutDir)\$(ProjectName).exe"
638                                LinkIncremental="1"
639                                SuppressStartupBanner="true"
640                                IgnoreAllDefaultLibraries="false"
641                                IgnoreDefaultLibraryNames=""
642                                ModuleDefinitionFile=""
643                                ProgramDatabaseFile=""
644                                SubSystem="1"
645                                OptimizeReferences="2"
646                                EnableCOMDATFolding="2"
647                                TargetMachine="1"
648                        />
649                        <Tool
650                                Name="VCALinkTool"
651                        />
652                        <Tool
653                                Name="VCManifestTool"
654                        />
655                        <Tool
656                                Name="VCXDCMakeTool"
657                        />
658                        <Tool
659                                Name="VCBscMakeTool"
660                        />
661                        <Tool
662                                Name="VCFxCopTool"
663                        />
664                        <Tool
665                                Name="VCAppVerifierTool"
666                        />
667                        <Tool
668                                Name="VCWebDeploymentTool"
669                        />
670                        <Tool
671                                Name="VCPostBuildEventTool"
672                        />
673                </Configuration>
674                <Configuration
675                        Name="Nightly|x64"
676                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
677                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
678                        ConfigurationType="1"
679                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
680                        UseOfMFC="0"
681                        ATLMinimizesCRunTimeLibraryUsage="false"
682                        CharacterSet="1"
683                        >
684                        <Tool
685                                Name="VCPreBuildEventTool"
686                        />
687                        <Tool
688                                Name="VCCustomBuildTool"
689                                CommandLine="echo Seting up scripts&#x0D;&#x0A;cmd /c &quot;mkdir &quot;$(TargetDir)\scripts\&quot;&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y &quot;$(InputDir)\scripts\*.*&quot; &quot;$(TargetDir)\scripts\&quot;&quot;&#x0D;&#x0A;echo Removing old archive and files we dont want&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\modules\*.lib&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\modules\*.exp&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\*.zip&quot;&quot;&#x0D;&#x0A;"
690                                Outputs="$(TargetDir)\$(ProjectName)-$(PlatformName).zip"
691                        />
692                        <Tool
693                                Name="VCXMLDataGeneratorTool"
694                        />
695                        <Tool
696                                Name="VCWebServiceProxyGeneratorTool"
697                        />
698                        <Tool
699                                Name="VCMIDLTool"
700                                TargetEnvironment="3"
701                                TypeLibraryName=".\Release/IconService.tlb"
702                                HeaderFileName=""
703                        />
704                        <Tool
705                                Name="VCCLCompilerTool"
706                                AdditionalIncludeDirectories="../include"
707                                PreprocessorDefinitions="ARCH_x64"
708                                UsePrecompiledHeader="2"
709                                PrecompiledHeaderThrough="StdAfx.h"
710                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
711                                ObjectFile="$(IntDir)\"
712                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
713                                WarningLevel="3"
714                                SuppressStartupBanner="true"
715                        />
716                        <Tool
717                                Name="VCManagedResourceCompilerTool"
718                        />
719                        <Tool
720                                Name="VCResourceCompilerTool"
721                                PreprocessorDefinitions="NDEBUG"
722                                Culture="1036"
723                                AdditionalIncludeDirectories="./res/"
724                        />
725                        <Tool
726                                Name="VCPreLinkEventTool"
727                        />
728                        <Tool
729                                Name="VCLinkerTool"
730                                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 Userenv.lib"
731                                OutputFile="$(OutDir)\$(ProjectName).exe"
732                                LinkIncremental="1"
733                                SuppressStartupBanner="true"
734                                IgnoreAllDefaultLibraries="false"
735                                IgnoreDefaultLibraryNames=""
736                                ModuleDefinitionFile=""
737                                ProgramDatabaseFile=""
738                                SubSystem="1"
739                                OptimizeReferences="2"
740                                EnableCOMDATFolding="2"
741                                TargetMachine="17"
742                        />
743                        <Tool
744                                Name="VCALinkTool"
745                        />
746                        <Tool
747                                Name="VCManifestTool"
748                        />
749                        <Tool
750                                Name="VCXDCMakeTool"
751                        />
752                        <Tool
753                                Name="VCBscMakeTool"
754                        />
755                        <Tool
756                                Name="VCFxCopTool"
757                        />
758                        <Tool
759                                Name="VCAppVerifierTool"
760                        />
761                        <Tool
762                                Name="VCWebDeploymentTool"
763                        />
764                        <Tool
765                                Name="VCPostBuildEventTool"
766                        />
767                </Configuration>
768                <Configuration
769                        Name="Debug-MemCheck|Win32"
770                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
771                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
772                        ConfigurationType="1"
773                        >
774                        <Tool
775                                Name="VCPreBuildEventTool"
776                        />
777                        <Tool
778                                Name="VCCustomBuildTool"
779                        />
780                        <Tool
781                                Name="VCXMLDataGeneratorTool"
782                        />
783                        <Tool
784                                Name="VCWebServiceProxyGeneratorTool"
785                        />
786                        <Tool
787                                Name="VCMIDLTool"
788                        />
789                        <Tool
790                                Name="VCCLCompilerTool"
791                        />
792                        <Tool
793                                Name="VCManagedResourceCompilerTool"
794                        />
795                        <Tool
796                                Name="VCResourceCompilerTool"
797                        />
798                        <Tool
799                                Name="VCPreLinkEventTool"
800                        />
801                        <Tool
802                                Name="VCLinkerTool"
803                                OutputFile="$(OutDir)\$(ProjectName).exe"
804                        />
805                        <Tool
806                                Name="VCALinkTool"
807                        />
808                        <Tool
809                                Name="VCManifestTool"
810                        />
811                        <Tool
812                                Name="VCXDCMakeTool"
813                        />
814                        <Tool
815                                Name="VCBscMakeTool"
816                        />
817                        <Tool
818                                Name="VCFxCopTool"
819                        />
820                        <Tool
821                                Name="VCAppVerifierTool"
822                        />
823                        <Tool
824                                Name="VCWebDeploymentTool"
825                        />
826                        <Tool
827                                Name="VCPostBuildEventTool"
828                        />
829                </Configuration>
830                <Configuration
831                        Name="Debug-MemCheck|x64"
832                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
833                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
834                        ConfigurationType="1"
835                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
836                        UseOfMFC="0"
837                        ATLMinimizesCRunTimeLibraryUsage="false"
838                        CharacterSet="1"
839                        >
840                        <Tool
841                                Name="VCPreBuildEventTool"
842                        />
843                        <Tool
844                                Name="VCCustomBuildTool"
845                        />
846                        <Tool
847                                Name="VCXMLDataGeneratorTool"
848                        />
849                        <Tool
850                                Name="VCWebServiceProxyGeneratorTool"
851                        />
852                        <Tool
853                                Name="VCMIDLTool"
854                                TargetEnvironment="3"
855                                TypeLibraryName=".\Debug/IconService.tlb"
856                                HeaderFileName=""
857                        />
858                        <Tool
859                                Name="VCCLCompilerTool"
860                                Optimization="0"
861                                AdditionalIncludeDirectories="../include"
862                                PreprocessorDefinitions="ARCH_x64"
863                                BasicRuntimeChecks="3"
864                                RuntimeLibrary="3"
865                                UsePrecompiledHeader="2"
866                                PrecompiledHeaderThrough="StdAfx.h"
867                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
868                                AssemblerListingLocation=".\Debug/"
869                                ObjectFile="$(IntDir)\"
870                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
871                                WarningLevel="3"
872                                SuppressStartupBanner="true"
873                                Detect64BitPortabilityProblems="false"
874                                DebugInformationFormat="3"
875                        />
876                        <Tool
877                                Name="VCManagedResourceCompilerTool"
878                        />
879                        <Tool
880                                Name="VCResourceCompilerTool"
881                                PreprocessorDefinitions="_DEBUG"
882                                Culture="1036"
883                                AdditionalIncludeDirectories="./res/"
884                        />
885                        <Tool
886                                Name="VCPreLinkEventTool"
887                        />
888                        <Tool
889                                Name="VCLinkerTool"
890                                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"
891                                OutputFile="$(OutDir)\$(ProjectName).exe"
892                                LinkIncremental="1"
893                                SuppressStartupBanner="true"
894                                ModuleDefinitionFile=""
895                                GenerateDebugInformation="true"
896                                ProgramDatabaseFile=".\Debug/IconService.pdb"
897                                SubSystem="1"
898                                TargetMachine="17"
899                        />
900                        <Tool
901                                Name="VCALinkTool"
902                        />
903                        <Tool
904                                Name="VCManifestTool"
905                        />
906                        <Tool
907                                Name="VCXDCMakeTool"
908                        />
909                        <Tool
910                                Name="VCBscMakeTool"
911                        />
912                        <Tool
913                                Name="VCFxCopTool"
914                        />
915                        <Tool
916                                Name="VCAppVerifierTool"
917                        />
918                        <Tool
919                                Name="VCWebDeploymentTool"
920                        />
921                        <Tool
922                                Name="VCPostBuildEventTool"
923                        />
924                </Configuration>
925                <Configuration
926                        Name="OP5|Win32"
927                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
928                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
929                        ConfigurationType="1"
930                        >
931                        <Tool
932                                Name="VCPreBuildEventTool"
933                        />
934                        <Tool
935                                Name="VCCustomBuildTool"
936                        />
937                        <Tool
938                                Name="VCXMLDataGeneratorTool"
939                        />
940                        <Tool
941                                Name="VCWebServiceProxyGeneratorTool"
942                        />
943                        <Tool
944                                Name="VCMIDLTool"
945                        />
946                        <Tool
947                                Name="VCCLCompilerTool"
948                        />
949                        <Tool
950                                Name="VCManagedResourceCompilerTool"
951                        />
952                        <Tool
953                                Name="VCResourceCompilerTool"
954                        />
955                        <Tool
956                                Name="VCPreLinkEventTool"
957                        />
958                        <Tool
959                                Name="VCLinkerTool"
960                                OutputFile="$(OutDir)\$(ProjectName).exe"
961                        />
962                        <Tool
963                                Name="VCALinkTool"
964                        />
965                        <Tool
966                                Name="VCManifestTool"
967                        />
968                        <Tool
969                                Name="VCXDCMakeTool"
970                        />
971                        <Tool
972                                Name="VCBscMakeTool"
973                        />
974                        <Tool
975                                Name="VCFxCopTool"
976                        />
977                        <Tool
978                                Name="VCAppVerifierTool"
979                        />
980                        <Tool
981                                Name="VCWebDeploymentTool"
982                        />
983                        <Tool
984                                Name="VCPostBuildEventTool"
985                        />
986                </Configuration>
987                <Configuration
988                        Name="OP5|x64"
989                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
990                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
991                        ConfigurationType="1"
992                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
993                        UseOfMFC="0"
994                        ATLMinimizesCRunTimeLibraryUsage="false"
995                        CharacterSet="1"
996                        >
997                        <Tool
998                                Name="VCPreBuildEventTool"
999                        />
1000                        <Tool
1001                                Name="VCCustomBuildTool"
1002                                CommandLine="echo Seting up scripts&#x0D;&#x0A;cmd /c &quot;mkdir &quot;$(TargetDir)\scripts\&quot;&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y &quot;$(InputDir)\scripts\*.*&quot; &quot;$(TargetDir)\scripts\&quot;&quot;&#x0D;&#x0A;echo Removing old archive and files we dont want&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\modules\*.lib&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\modules\*.exp&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(TargetDir)\*.zip&quot;&quot;&#x0D;&#x0A;"
1003                                Outputs="$(TargetDir)\$(ProjectName)-$(PlatformName).zip"
1004                        />
1005                        <Tool
1006                                Name="VCXMLDataGeneratorTool"
1007                        />
1008                        <Tool
1009                                Name="VCWebServiceProxyGeneratorTool"
1010                        />
1011                        <Tool
1012                                Name="VCMIDLTool"
1013                                TargetEnvironment="3"
1014                                TypeLibraryName=".\Release/IconService.tlb"
1015                                HeaderFileName=""
1016                        />
1017                        <Tool
1018                                Name="VCCLCompilerTool"
1019                                AdditionalIncludeDirectories="../include"
1020                                PreprocessorDefinitions="ARCH_x64"
1021                                UsePrecompiledHeader="2"
1022                                PrecompiledHeaderThrough="StdAfx.h"
1023                                PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
1024                                ObjectFile="$(IntDir)\"
1025                                ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
1026                                WarningLevel="3"
1027                                SuppressStartupBanner="true"
1028                        />
1029                        <Tool
1030                                Name="VCManagedResourceCompilerTool"
1031                        />
1032                        <Tool
1033                                Name="VCResourceCompilerTool"
1034                                PreprocessorDefinitions="NDEBUG"
1035                                Culture="1036"
1036                                AdditionalIncludeDirectories="./res/"
1037                        />
1038                        <Tool
1039                                Name="VCPreLinkEventTool"
1040                        />
1041                        <Tool
1042                                Name="VCLinkerTool"
1043                                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 Userenv.lib"
1044                                OutputFile="$(OutDir)\$(ProjectName).exe"
1045                                LinkIncremental="1"
1046                                SuppressStartupBanner="true"
1047                                IgnoreAllDefaultLibraries="false"
1048                                IgnoreDefaultLibraryNames=""
1049                                ModuleDefinitionFile=""
1050                                ProgramDatabaseFile=""
1051                                SubSystem="1"
1052                                OptimizeReferences="2"
1053                                EnableCOMDATFolding="2"
1054                                TargetMachine="17"
1055                        />
1056                        <Tool
1057                                Name="VCALinkTool"
1058                        />
1059                        <Tool
1060                                Name="VCManifestTool"
1061                        />
1062                        <Tool
1063                                Name="VCXDCMakeTool"
1064                        />
1065                        <Tool
1066                                Name="VCBscMakeTool"
1067                        />
1068                        <Tool
1069                                Name="VCFxCopTool"
1070                        />
1071                        <Tool
1072                                Name="VCAppVerifierTool"
1073                        />
1074                        <Tool
1075                                Name="VCWebDeploymentTool"
1076                        />
1077                        <Tool
1078                                Name="VCPostBuildEventTool"
1079                        />
1080                </Configuration>
1081                <Configuration
1082                        Name="Release|Itanium"
1083                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1084                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1085                        ConfigurationType="1"
1086                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1087                        UseOfMFC="0"
1088                        ATLMinimizesCRunTimeLibraryUsage="false"
1089                        CharacterSet="2"
1090                        >
1091                        <Tool
1092                                Name="VCPreBuildEventTool"
1093                        />
1094                        <Tool
1095                                Name="VCCustomBuildTool"
1096                                CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\dist_dll\*.* $(InputDir)\$(OutDir)\&quot;&#x0D;&#x0A;"
1097                                Outputs="$(InputDir)\$(OutDir)\msvcp71.dll"
1098                        />
1099                        <Tool
1100                                Name="VCXMLDataGeneratorTool"
1101                        />
1102                        <Tool
1103                                Name="VCWebServiceProxyGeneratorTool"
1104                        />
1105                        <Tool
1106                                Name="VCMIDLTool"
1107                                TargetEnvironment="2"
1108                                TypeLibraryName=".\Release/IconService.tlb"
1109                                HeaderFileName=""
1110                        />
1111                        <Tool
1112                                Name="VCCLCompilerTool"
1113                                Optimization="2"
1114                                InlineFunctionExpansion="1"
1115                                AdditionalIncludeDirectories="include"
1116                                PreprocessorDefinitions="ARCH_x64"
1117                                StringPooling="true"
1118                                RuntimeLibrary="0"
1119                                EnableFunctionLevelLinking="true"
1120                                UsePrecompiledHeader="2"
1121                                PrecompiledHeaderThrough="stdafx.h"
1122                                PrecompiledHeaderFile=".\Release/IconService.pch"
1123                                AssemblerListingLocation=".\Release/"
1124                                ObjectFile=".\Release/"
1125                                ProgramDataBaseFileName=".\Release/"
1126                                WarningLevel="3"
1127                                SuppressStartupBanner="true"
1128                                Detect64BitPortabilityProblems="false"
1129                        />
1130                        <Tool
1131                                Name="VCManagedResourceCompilerTool"
1132                        />
1133                        <Tool
1134                                Name="VCResourceCompilerTool"
1135                                PreprocessorDefinitions="NDEBUG"
1136                                Culture="1036"
1137                                AdditionalIncludeDirectories="./res/"
1138                        />
1139                        <Tool
1140                                Name="VCPreLinkEventTool"
1141                        />
1142                        <Tool
1143                                Name="VCLinkerTool"
1144                                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"
1145                                OutputFile=".\Release/NSClient++.exe"
1146                                LinkIncremental="1"
1147                                SuppressStartupBanner="true"
1148                                UACExecutionLevel="2"
1149                                IgnoreAllDefaultLibraries="false"
1150                                IgnoreDefaultLibraryNames=""
1151                                ModuleDefinitionFile=""
1152                                ProgramDatabaseFile=""
1153                                SubSystem="1"
1154                                OptimizeForWindows98="1"
1155                                RandomizedBaseAddress="1"
1156                                DataExecutionPrevention="0"
1157                                TargetMachine="5"
1158                        />
1159                        <Tool
1160                                Name="VCALinkTool"
1161                        />
1162                        <Tool
1163                                Name="VCManifestTool"
1164                        />
1165                        <Tool
1166                                Name="VCXDCMakeTool"
1167                        />
1168                        <Tool
1169                                Name="VCBscMakeTool"
1170                        />
1171                        <Tool
1172                                Name="VCFxCopTool"
1173                        />
1174                        <Tool
1175                                Name="VCAppVerifierTool"
1176                        />
1177                        <Tool
1178                                Name="VCPostBuildEventTool"
1179                        />
1180                </Configuration>
1181                <Configuration
1182                        Name="Debug|Itanium"
1183                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1184                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1185                        ConfigurationType="1"
1186                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1187                        UseOfMFC="0"
1188                        ATLMinimizesCRunTimeLibraryUsage="false"
1189                        CharacterSet="2"
1190                        >
1191                        <Tool
1192                                Name="VCPreBuildEventTool"
1193                        />
1194                        <Tool
1195                                Name="VCCustomBuildTool"
1196                        />
1197                        <Tool
1198                                Name="VCXMLDataGeneratorTool"
1199                        />
1200                        <Tool
1201                                Name="VCWebServiceProxyGeneratorTool"
1202                        />
1203                        <Tool
1204                                Name="VCMIDLTool"
1205                                TargetEnvironment="2"
1206                                TypeLibraryName=".\Debug/IconService.tlb"
1207                                HeaderFileName=""
1208                        />
1209                        <Tool
1210                                Name="VCCLCompilerTool"
1211                                Optimization="0"
1212                                AdditionalIncludeDirectories="include"
1213                                PreprocessorDefinitions="ARCH_x64"
1214                                BasicRuntimeChecks="3"
1215                                RuntimeLibrary="3"
1216                                UsePrecompiledHeader="2"
1217                                PrecompiledHeaderThrough="stdafx.h"
1218                                PrecompiledHeaderFile=".\Debug/IconService.pch"
1219                                AssemblerListingLocation=".\Debug/"
1220                                ObjectFile=".\Debug/"
1221                                ProgramDataBaseFileName=".\Debug/"
1222                                WarningLevel="3"
1223                                SuppressStartupBanner="true"
1224                                Detect64BitPortabilityProblems="false"
1225                                DebugInformationFormat="3"
1226                        />
1227                        <Tool
1228                                Name="VCManagedResourceCompilerTool"
1229                        />
1230                        <Tool
1231                                Name="VCResourceCompilerTool"
1232                                PreprocessorDefinitions="_DEBUG"
1233                                Culture="1036"
1234                                AdditionalIncludeDirectories="./res/"
1235                        />
1236                        <Tool
1237                                Name="VCPreLinkEventTool"
1238                        />
1239                        <Tool
1240                                Name="VCLinkerTool"
1241                                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"
1242                                OutputFile=".\Debug/NSClient++.exe"
1243                                LinkIncremental="1"
1244                                SuppressStartupBanner="true"
1245                                UACExecutionLevel="2"
1246                                ModuleDefinitionFile=""
1247                                GenerateDebugInformation="true"
1248                                ProgramDatabaseFile=".\Debug/IconService.pdb"
1249                                SubSystem="1"
1250                                RandomizedBaseAddress="1"
1251                                DataExecutionPrevention="0"
1252                                TargetMachine="5"
1253                        />
1254                        <Tool
1255                                Name="VCALinkTool"
1256                        />
1257                        <Tool
1258                                Name="VCManifestTool"
1259                        />
1260                        <Tool
1261                                Name="VCXDCMakeTool"
1262                        />
1263                        <Tool
1264                                Name="VCBscMakeTool"
1265                        />
1266                        <Tool
1267                                Name="VCFxCopTool"
1268                        />
1269                        <Tool
1270                                Name="VCAppVerifierTool"
1271                        />
1272                        <Tool
1273                                Name="VCPostBuildEventTool"
1274                        />
1275                </Configuration>
1276                <Configuration
1277                        Name="Distribution|Itanium"
1278                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1279                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1280                        ConfigurationType="1"
1281                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1282                        UseOfMFC="0"
1283                        ATLMinimizesCRunTimeLibraryUsage="false"
1284                        CharacterSet="2"
1285                        >
1286                        <Tool
1287                                Name="VCPreBuildEventTool"
1288                                CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;"
1289                        />
1290                        <Tool
1291                                Name="VCCustomBuildTool"
1292                                CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y $(InputDir)\dist_dll\*.dll $(InputDir)\Dist\&quot;&#x0D;&#x0A;echo Copying scripts&#x0D;&#x0A;cmd /c &quot;mkdir &quot;$(TargetDir)\scripts&quot;&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y &quot;$(InputDir)\scripts&quot; &quot;$(TargetDir)\scripts&quot;&quot;&#x0D;&#x0A;echo Removing old archive&#x0D;&#x0A;cmd /c &quot;del &quot;$(InputDir)\Dist\modules\*.pdb&quot;&quot;&#x0D;&#x0A;cmd /c &quot;del &quot;$(InputDir)\Dist\*.zip&quot;&quot;&#x0D;&#x0A;echo Making archive: 7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;echo Renaming archive&#x0D;&#x0A;postbuild.pl &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot;&#x0D;&#x0A;echo Sending to server&#x0D;&#x0A;echo pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/&#x0D;&#x0A;pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/&#x0D;&#x0A;"
1293                                Outputs="$(InputDir)\Dist\$(ProjectName).zip"
1294                        />
1295                        <Tool
1296                                Name="VCXMLDataGeneratorTool"
1297                        />
1298                        <Tool
1299                                Name="VCWebServiceProxyGeneratorTool"
1300                        />
1301                        <Tool
1302                                Name="VCMIDLTool"
1303                                TargetEnvironment="2"
1304                                TypeLibraryName=".\Release/IconService.tlb"
1305                                HeaderFileName=""
1306                        />
1307                        <Tool
1308                                Name="VCCLCompilerTool"
1309                                Optimization="2"
1310                                InlineFunctionExpansion="1"
1311                                AdditionalIncludeDirectories="include"
1312                                PreprocessorDefinitions="ARCH_x64"
1313                                StringPooling="true"
1314                                RuntimeLibrary="0"
1315                                EnableFunctionLevelLinking="true"
1316                                UsePrecompiledHeader="2"
1317                                PrecompiledHeaderThrough="stdafx.h"
1318                                PrecompiledHeaderFile=".\Release/IconService.pch"
1319                                AssemblerListingLocation=".\Release/"
1320                                ObjectFile=".\Release/"
1321                                ProgramDataBaseFileName=".\Release/"
1322                                WarningLevel="3"
1323                                SuppressStartupBanner="true"
1324                                Detect64BitPortabilityProblems="false"
1325                        />
1326                        <Tool
1327                                Name="VCManagedResourceCompilerTool"
1328                        />
1329                        <Tool
1330                                Name="VCResourceCompilerTool"
1331                                PreprocessorDefinitions="NDEBUG"
1332                                Culture="1036"
1333                                AdditionalIncludeDirectories="./res/"
1334                        />
1335                        <Tool
1336                                Name="VCPreLinkEventTool"
1337                        />
1338                        <Tool
1339                                Name="VCLinkerTool"
1340                                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"
1341                                OutputFile=".\Dist/NSClient++.exe"
1342                                LinkIncremental="1"
1343                                SuppressStartupBanner="true"
1344                                UACExecutionLevel="2"
1345                                IgnoreAllDefaultLibraries="false"
1346                                IgnoreDefaultLibraryNames=""
1347                                ModuleDefinitionFile=""
1348                                GenerateDebugInformation="false"
1349                                ProgramDatabaseFile=""
1350                                SubSystem="1"
1351                                OptimizeForWindows98="1"
1352                                RandomizedBaseAddress="1"
1353                                DataExecutionPrevention="0"
1354                                TargetMachine="5"
1355                        />
1356                        <Tool
1357                                Name="VCALinkTool"
1358                        />
1359                        <Tool
1360                                Name="VCManifestTool"
1361                                AdditionalManifestFiles="NSClient++.manifest"
1362                        />
1363                        <Tool
1364                                Name="VCXDCMakeTool"
1365                        />
1366                        <Tool
1367                                Name="VCBscMakeTool"
1368                        />
1369                        <Tool
1370                                Name="VCFxCopTool"
1371                        />
1372                        <Tool
1373                                Name="VCAppVerifierTool"
1374                        />
1375                        <Tool
1376                                Name="VCPostBuildEventTool"
1377                        />
1378                </Configuration>
1379                <Configuration
1380                        Name="Nightly|Itanium"
1381                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1382                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1383                        ConfigurationType="1"
1384                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1385                        UseOfMFC="0"
1386                        ATLMinimizesCRunTimeLibraryUsage="false"
1387                        CharacterSet="2"
1388                        >
1389                        <Tool
1390                                Name="VCPreBuildEventTool"
1391                        />
1392                        <Tool
1393                                Name="VCCustomBuildTool"
1394                                CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y $(InputDir)\dist_dll\*.dll $(InputDir)\Dist\&quot;&#x0D;&#x0A;cmd /c &quot;mkdir $(InputDir)\Dist\scripts\&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y $(InputDir)\scripts\*.bat $(InputDir)\Dist\scripts\&quot;&#x0D;&#x0A;echo Removing old archive&#x0D;&#x0A;cmd /c &quot;del $(InputDir)\Dist\modules\*.pdb&quot;&#x0D;&#x0A;cmd /c &quot;del $(InputDir)\Dist\*.zip&quot;&#x0D;&#x0A;echo Making archive&#x0D;&#x0A;7z.exe a -r -tzip -bd $(TargetDir)\$(InputName)-$(PlatformName).zip $(TargetDir)\*&#x0D;&#x0A;echo Renaming archive&#x0D;&#x0A;postbuild.pl &quot;$(TargetDir)\$(InputName)-$(PlatformName).zip&quot;&#x0D;&#x0A;echo Sending to server&#x0D;&#x0A;pscp.exe $(TargetDir)\*.zip mickem@ssl.nakednuns.org:/var/www/files/nightly/&#x0D;&#x0A;"
1395                                Outputs="$(InputDir)\Dist\$(ProjectName).zip"
1396                        />
1397                        <Tool
1398                                Name="VCXMLDataGeneratorTool"
1399                        />
1400                        <Tool
1401                                Name="VCWebServiceProxyGeneratorTool"
1402                        />
1403                        <Tool
1404                                Name="VCMIDLTool"
1405                                TargetEnvironment="2"
1406                                TypeLibraryName=".\Release/IconService.tlb"
1407                                HeaderFileName=""
1408                        />
1409                        <Tool
1410                                Name="VCCLCompilerTool"
1411                                Optimization="2"
1412                                InlineFunctionExpansion="1"
1413                                AdditionalIncludeDirectories="include"
1414                                PreprocessorDefinitions="ARCH_x64"
1415                                StringPooling="true"
1416                                RuntimeLibrary="0"
1417                                EnableFunctionLevelLinking="true"
1418                                UsePrecompiledHeader="2"
1419                                PrecompiledHeaderThrough="stdafx.h"
1420                                PrecompiledHeaderFile=".\Release/IconService.pch"
1421                                AssemblerListingLocation=".\Release/"
1422                                ObjectFile=".\Release/"
1423                                ProgramDataBaseFileName=".\Release/"
1424                                WarningLevel="3"
1425                                SuppressStartupBanner="true"
1426                                Detect64BitPortabilityProblems="false"
1427                        />
1428                        <Tool
1429                                Name="VCManagedResourceCompilerTool"
1430                        />
1431                        <Tool
1432                                Name="VCResourceCompilerTool"
1433                                PreprocessorDefinitions="NDEBUG"
1434                                Culture="1036"
1435                                AdditionalIncludeDirectories="./res/"
1436                        />
1437                        <Tool
1438                                Name="VCPreLinkEventTool"
1439                        />
1440                        <Tool
1441                                Name="VCLinkerTool"
1442                                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"
1443                                OutputFile=".\Dist/NSClient++.exe"
1444                                LinkIncremental="1"
1445                                SuppressStartupBanner="true"
1446                                UACExecutionLevel="2"
1447                                IgnoreAllDefaultLibraries="false"
1448                                IgnoreDefaultLibraryNames=""
1449                                ModuleDefinitionFile=""
1450                                ProgramDatabaseFile=".\Release/IconService.pdb"
1451                                SubSystem="1"
1452                                OptimizeForWindows98="1"
1453                                RandomizedBaseAddress="1"
1454                                DataExecutionPrevention="0"
1455                                TargetMachine="5"
1456                        />
1457                        <Tool
1458                                Name="VCALinkTool"
1459                        />
1460                        <Tool
1461                                Name="VCManifestTool"
1462                        />
1463                        <Tool
1464                                Name="VCXDCMakeTool"
1465                        />
1466                        <Tool
1467                                Name="VCBscMakeTool"
1468                        />
1469                        <Tool
1470                                Name="VCFxCopTool"
1471                        />
1472                        <Tool
1473                                Name="VCAppVerifierTool"
1474                        />
1475                        <Tool
1476                                Name="VCPostBuildEventTool"
1477                        />
1478                </Configuration>
1479                <Configuration
1480                        Name="Debug-MemCheck|Itanium"
1481                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
1482                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
1483                        ConfigurationType="1"
1484                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
1485                        UseOfMFC="0"
1486                        ATLMinimizesCRunTimeLibraryUsage="false"
1487                        CharacterSet="2"
1488                        >
1489                        <Tool
1490                                Name="VCPreBuildEventTool"
1491                        />
1492                        <Tool
1493                                Name="VCCustomBuildTool"
1494                        />
1495                        <Tool
1496                                Name="VCXMLDataGeneratorTool"
1497                        />
1498                        <Tool
1499                                Name="VCWebServiceProxyGeneratorTool"
1500                        />
1501                        <Tool
1502                                Name="VCMIDLTool"
1503                                TargetEnvironment="2"
1504                                TypeLibraryName=".\Debug/IconService.tlb"
1505                                HeaderFileName=""
1506                        />
1507                        <Tool
1508                                Name="VCCLCompilerTool"
1509                                Optimization="0"
1510                                AdditionalIncludeDirectories="include"
1511                                PreprocessorDefinitions="ARCH_x64"
1512                                BasicRuntimeChecks="3"
1513                                RuntimeLibrary="3"
1514                                UsePrecompiledHeader="2"
1515                                PrecompiledHeaderThrough="stdafx.h"
1516                                PrecompiledHeaderFile=".\Debug/IconService.pch"
1517                                AssemblerListingLocation=".\Debug/"
1518                                ObjectFile=".\Debug/"
1519                                ProgramDataBaseFileName=".\Debug/"
1520                                WarningLevel="3"
1521                                SuppressStartupBanner="true"
1522                                Detect64BitPortabilityProblems="false"
1523                                DebugInformationFormat="3"
1524                        />
1525                        <Tool
1526                                Name="VCManagedResourceCompilerTool"
1527                        />
1528                        <Tool
1529                                Name="VCResourceCompilerTool"
1530                                PreprocessorDefinitions="_DEBUG"
1531                                Culture="1036"
1532                                AdditionalIncludeDirectories="./res/"
1533                        />
1534                        <Tool
1535                                Name="VCPreLinkEventTool"
1536                        />
1537                        <Tool
1538                                Name="VCLinkerTool"
1539                                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"
1540                                OutputFile=".\Debug/NSClient++.exe"
1541                                LinkIncremental="1"
1542                                SuppressStartupBanner="true"
1543                                UACExecutionLevel="2"
1544                                ModuleDefinitionFile=""
1545                                GenerateDebugInformation="true"
1546                                ProgramDatabaseFile=".\Debug/IconService.pdb"
1547                                SubSystem="1"
1548                                RandomizedBaseAddress="1"
1549                                DataExecutionPrevention="0"
1550                                TargetMachine="5"
1551                        />
1552                        <Tool
1553                                Name="VCALinkTool"
1554                        />
1555                        <Tool
1556                                Name="VCManifestTool"
1557                        />
1558                        <Tool
1559                                Name="VCXDCMakeTool"
1560                        />
1561                        <Tool
1562                                Name="VCBscMakeTool"
1563                        />
1564                        <Tool
1565                                Name="VCFxCopTool"
1566                        />
1567                        <Tool
1568                                Name="VCAppVerifierTool"
1569                        />
1570                        <Tool
1571                                Name="VCPostBuildEventTool"
1572                        />
1573                </Configuration>
1574        </Configurations>
1575        <References>
1576        </References>
1577        <Files>
1578                <Filter
1579                        Name="Source Files"
1580                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
1581                        >
1582                        <File
1583                                RelativePath="..\include\arrayBuffer.cpp"
1584                                >
1585                                <FileConfiguration
1586                                        Name="Release|Win32"
1587                                        >
1588                                        <Tool
1589                                                Name="VCCLCompilerTool"
1590                                                UsePrecompiledHeader="0"
1591                                                PrecompiledHeaderThrough=" "
1592                                                PrecompiledHeaderFile=" "
1593                                        />
1594                                </FileConfiguration>
1595                                <FileConfiguration
1596                                        Name="Release|x64"
1597                                        >
1598                                        <Tool
1599                                                Name="VCCLCompilerTool"
1600                                                UsePrecompiledHeader="0"
1601                                                PrecompiledHeaderThrough=" "
1602                                                PrecompiledHeaderFile=" "
1603                                        />
1604                                </FileConfiguration>
1605                                <FileConfiguration
1606                                        Name="Debug|Win32"
1607                                        >
1608                                        <Tool
1609                                                Name="VCCLCompilerTool"
1610                                                UsePrecompiledHeader="0"
1611                                                PrecompiledHeaderThrough=" "
1612                                                PrecompiledHeaderFile=" "
1613                                        />
1614                                </FileConfiguration>
1615                                <FileConfiguration
1616                                        Name="Debug|x64"
1617                                        >
1618                                        <Tool
1619                                                Name="VCCLCompilerTool"
1620                                                UsePrecompiledHeader="0"
1621                                                PrecompiledHeaderThrough=" "
1622                                                PrecompiledHeaderFile=" "
1623                                        />
1624                                </FileConfiguration>
1625                                <FileConfiguration
1626                                        Name="Distribution|Win32"
1627                                        >
1628                                        <Tool
1629                                                Name="VCCLCompilerTool"
1630                                                UsePrecompiledHeader="0"
1631                                                PrecompiledHeaderThrough=" "
1632                                                PrecompiledHeaderFile=" "
1633                                        />
1634                                </FileConfiguration>
1635                                <FileConfiguration
1636                                        Name="Distribution|x64"
1637                                        >
1638                                        <Tool
1639                                                Name="VCCLCompilerTool"
1640                                                UsePrecompiledHeader="0"
1641                                                PrecompiledHeaderThrough=" "
1642                                                PrecompiledHeaderFile=" "
1643                                        />
1644                                </FileConfiguration>
1645                                <FileConfiguration
1646                                        Name="Nightly|Win32"
1647                                        >
1648                                        <Tool
1649                                                Name="VCCLCompilerTool"
1650                                                UsePrecompiledHeader="0"
1651                                                PrecompiledHeaderThrough=" "
1652                                                PrecompiledHeaderFile=" "
1653                                        />
1654                                </FileConfiguration>
1655                                <FileConfiguration
1656                                        Name="Nightly|x64"
1657                                        >
1658                                        <Tool
1659                                                Name="VCCLCompilerTool"
1660                                                UsePrecompiledHeader="0"
1661                                                PrecompiledHeaderThrough=" "
1662                                                PrecompiledHeaderFile=" "
1663                                        />
1664                                </FileConfiguration>
1665                                <FileConfiguration
1666                                        Name="Debug-MemCheck|Win32"
1667                                        >
1668                                        <Tool
1669                                                Name="VCCLCompilerTool"
1670                                                UsePrecompiledHeader="0"
1671                                                PrecompiledHeaderThrough=" "
1672                                                PrecompiledHeaderFile=" "
1673                                        />
1674                                </FileConfiguration>
1675                                <FileConfiguration
1676                                        Name="Debug-MemCheck|x64"
1677                                        >
1678                                        <Tool
1679                                                Name="VCCLCompilerTool"
1680                                                UsePrecompiledHeader="0"
1681                                                PrecompiledHeaderThrough=" "
1682                                                PrecompiledHeaderFile=" "
1683                                        />
1684                                </FileConfiguration>
1685                                <FileConfiguration
1686                                        Name="OP5|Win32"
1687                                        >
1688                                        <Tool
1689                                                Name="VCCLCompilerTool"
1690                                                UsePrecompiledHeader="0"
1691                                                PrecompiledHeaderThrough=" "
1692                                                PrecompiledHeaderFile=" "
1693                                        />
1694                                </FileConfiguration>
1695                                <FileConfiguration
1696                                        Name="OP5|x64"
1697                                        >
1698                                        <Tool
1699                                                Name="VCCLCompilerTool"
1700                                                UsePrecompiledHeader="0"
1701                                                PrecompiledHeaderThrough=" "
1702                                                PrecompiledHeaderFile=" "
1703                                        />
1704                                </FileConfiguration>
1705                        </File>
1706                        <File
1707                                RelativePath="..\include\b64\b64.c"
1708                                >
1709                                <FileConfiguration
1710                                        Name="Release|Win32"
1711                                        >
1712                                        <Tool
1713                                                Name="VCCLCompilerTool"
1714                                                UsePrecompiledHeader="0"
1715                                                PrecompiledHeaderThrough=" "
1716                                                PrecompiledHeaderFile=" "
1717                                        />
1718                                </FileConfiguration>
1719                                <FileConfiguration
1720                                        Name="Release|x64"
1721                                        >
1722                                        <Tool
1723                                                Name="VCCLCompilerTool"
1724                                                UsePrecompiledHeader="0"
1725                                                PrecompiledHeaderThrough=" "
1726                                                PrecompiledHeaderFile=" "
1727                                        />
1728                                </FileConfiguration>
1729                                <FileConfiguration
1730                                        Name="Debug|Win32"
1731                                        >
1732                                        <Tool
1733                                                Name="VCCLCompilerTool"
1734                                                UsePrecompiledHeader="0"
1735                                                PrecompiledHeaderThrough=" "
1736                                                PrecompiledHeaderFile=" "
1737                                        />
1738                                </FileConfiguration>
1739                                <FileConfiguration
1740                                        Name="Debug|x64"
1741                                        >
1742                                        <Tool
1743                                                Name="VCCLCompilerTool"
1744                                                UsePrecompiledHeader="0"
1745                                                PrecompiledHeaderThrough=" "
1746                                                PrecompiledHeaderFile=" "
1747                                        />
1748                                </FileConfiguration>
1749                                <FileConfiguration
1750                                        Name="Distribution|Win32"
1751                                        >
1752                                        <Tool
1753                                                Name="VCCLCompilerTool"
1754                                                UsePrecompiledHeader="0"
1755                                                PrecompiledHeaderThrough=" "
1756                                                PrecompiledHeaderFile=" "
1757                                        />
1758                                </FileConfiguration>
1759                                <FileConfiguration
1760                                        Name="Distribution|x64"
1761                                        >
1762                                        <Tool
1763                                                Name="VCCLCompilerTool"
1764                                                UsePrecompiledHeader="0"
1765                                                PrecompiledHeaderThrough=" "
1766                                                PrecompiledHeaderFile=" "
1767                                        />
1768                                </FileConfiguration>
1769                                <FileConfiguration
1770                                        Name="Nightly|Win32"
1771                                        >
1772                                        <Tool
1773                                                Name="VCCLCompilerTool"
1774                                                UsePrecompiledHeader="0"
1775                                                PrecompiledHeaderThrough=" "
1776                                                PrecompiledHeaderFile=" "
1777                                        />
1778                                </FileConfiguration>
1779                                <FileConfiguration
1780                                        Name="Nightly|x64"
1781                                        >
1782                                        <Tool
1783                                                Name="VCCLCompilerTool"
1784                                                UsePrecompiledHeader="0"
1785                                                PrecompiledHeaderThrough=" "
1786                                                PrecompiledHeaderFile=" "
1787                                        />
1788                                </FileConfiguration>
1789                                <FileConfiguration
1790                                        Name="Debug-MemCheck|Win32"
1791                                        >
1792                                        <Tool
1793                                                Name="VCCLCompilerTool"
1794                                                UsePrecompiledHeader="0"
1795                                                PrecompiledHeaderThrough=" "
1796                                                PrecompiledHeaderFile=" "
1797                                        />
1798                                </FileConfiguration>
1799                                <FileConfiguration
1800                                        Name="Debug-MemCheck|x64"
1801                                        >
1802                                        <Tool
1803                                                Name="VCCLCompilerTool"
1804                                                UsePrecompiledHeader="0"
1805                                                PrecompiledHeaderThrough=" "
1806                                                PrecompiledHeaderFile=" "
1807                                        />
1808                                </FileConfiguration>
1809                                <FileConfiguration
1810                                        Name="OP5|Win32"
1811                                        >
1812                                        <Tool
1813                                                Name="VCCLCompilerTool"
1814                                                UsePrecompiledHeader="0"
1815                                                PrecompiledHeaderThrough=" "
1816                                                PrecompiledHeaderFile=" "
1817                                        />
1818                                </FileConfiguration>
1819                                <FileConfiguration
1820                                        Name="OP5|x64"
1821                                        >
1822                                        <Tool
1823                                                Name="VCCLCompilerTool"
1824                                                UsePrecompiledHeader="0"
1825                                                PrecompiledHeaderThrough=" "
1826                                                PrecompiledHeaderFile=" "
1827                                        />
1828                                </FileConfiguration>
1829                        </File>
1830                        <File
1831                                RelativePath=".\core_api.cpp"
1832                                >
1833                        </File>
1834                        <File
1835                                RelativePath=".\NSClient++.cpp"
1836                                >
1837                        </File>
1838                        <File
1839                                RelativePath=".\NSCPlugin.cpp"
1840                                >
1841                        </File>
1842                        <File
1843                                RelativePath="..\include\ServiceCmd.cpp"
1844                                >
1845                                <FileConfiguration
1846                                        Name="Release|Win32"
1847                                        >
1848                                        <Tool
1849                                                Name="VCCLCompilerTool"
1850                                                UsePrecompiledHeader="0"
1851                                                PrecompiledHeaderThrough=" "
1852                                                PrecompiledHeaderFile=" "
1853                                        />
1854                                </FileConfiguration>
1855                                <FileConfiguration
1856                                        Name="Release|x64"
1857                                        >
1858                                        <Tool
1859                                                Name="VCCLCompilerTool"
1860                                                UsePrecompiledHeader="0"
1861                                                PrecompiledHeaderThrough=" "
1862                                                PrecompiledHeaderFile=" "
1863                                        />
1864                                </FileConfiguration>
1865                                <FileConfiguration
1866                                        Name="Debug|Win32"
1867                                        >
1868                                        <Tool
1869                                                Name="VCCLCompilerTool"
1870                                                UsePrecompiledHeader="0"
1871                                                PrecompiledHeaderThrough=" "
1872                                                PrecompiledHeaderFile=" "
1873                                        />
1874                                </FileConfiguration>
1875                                <FileConfiguration
1876                                        Name="Debug|x64"
1877                                        >
1878                                        <Tool
1879                                                Name="VCCLCompilerTool"
1880                                                UsePrecompiledHeader="0"
1881                                                PrecompiledHeaderThrough=" "
1882                                                PrecompiledHeaderFile=" "
1883                                        />
1884                                </FileConfiguration>
1885                                <FileConfiguration
1886                                        Name="Distribution|Win32"
1887                                        >
1888                                        <Tool
1889                                                Name="VCCLCompilerTool"
1890                                                UsePrecompiledHeader="0"
1891                                                PrecompiledHeaderThrough=" "
1892                                                PrecompiledHeaderFile=" "
1893                                        />
1894                                </FileConfiguration>
1895                                <FileConfiguration
1896                                        Name="Distribution|x64"
1897                                        >
1898                                        <Tool
1899                                                Name="VCCLCompilerTool"
1900                                                UsePrecompiledHeader="0"
1901                                                PrecompiledHeaderThrough=" "
1902                                                PrecompiledHeaderFile=" "
1903                                        />
1904                                </FileConfiguration>
1905                                <FileConfiguration
1906                                        Name="Nightly|Win32"
1907                                        >
1908                                        <Tool
1909                                                Name="VCCLCompilerTool"
1910                                                UsePrecompiledHeader="0"
1911                                                PrecompiledHeaderThrough=" "
1912                                                PrecompiledHeaderFile=" "
1913                                        />
1914                                </FileConfiguration>
1915                                <FileConfiguration
1916                                        Name="Nightly|x64"
1917                                        >
1918                                        <Tool
1919                                                Name="VCCLCompilerTool"
1920                                                UsePrecompiledHeader="0"
1921                                                PrecompiledHeaderThrough=" "
1922                                                PrecompiledHeaderFile=" "
1923                                        />
1924                                </FileConfiguration>
1925                                <FileConfiguration
1926                                        Name="Debug-MemCheck|Win32"
1927                                        >
1928                                        <Tool
1929                                                Name="VCCLCompilerTool"
1930                                                UsePrecompiledHeader="0"
1931                                                PrecompiledHeaderThrough=" "
1932                                                PrecompiledHeaderFile=" "
1933                                        />
1934                                </FileConfiguration>
1935                                <FileConfiguration
1936                                        Name="Debug-MemCheck|x64"
1937                                        >
1938                                        <Tool
1939                                                Name="VCCLCompilerTool"
1940                                                UsePrecompiledHeader="0"
1941                                                PrecompiledHeaderThrough=" "
1942                                                PrecompiledHeaderFile=" "
1943                                        />
1944                                </FileConfiguration>
1945                                <FileConfiguration
1946                                        Name="OP5|Win32"
1947                                        >
1948                                        <Tool
1949                                                Name="VCCLCompilerTool"
1950                                                UsePrecompiledHeader="0"
1951                                                PrecompiledHeaderThrough=" "
1952                                                PrecompiledHeaderFile=" "
1953                                        />
1954                                </FileConfiguration>
1955                                <FileConfiguration
1956                                        Name="OP5|x64"
1957                                        >
1958                                        <Tool
1959                                                Name="VCCLCompilerTool"
1960                                                UsePrecompiledHeader="0"
1961                                                PrecompiledHeaderThrough=" "
1962                                                PrecompiledHeaderFile=" "
1963                                        />
1964                                </FileConfiguration>
1965                        </File>
1966                        <File
1967                                RelativePath=".\settings_manager_impl.cpp"
1968                                >
1969                        </File>
1970                        <File
1971                                RelativePath="StdAfx.cpp"
1972                                >
1973                                <FileConfiguration
1974                                        Name="Release|Win32"
1975                                        >
1976                                        <Tool
1977                                                Name="VCCLCompilerTool"
1978                                                Optimization="2"
1979                                                PreprocessorDefinitions=""
1980                                                UsePrecompiledHeader="1"
1981                                        />
1982                                </FileConfiguration>
1983                                <FileConfiguration
1984                                        Name="Release|x64"
1985                                        >
1986                                        <Tool
1987                                                Name="VCCLCompilerTool"
1988                                                Optimization="2"
1989                                                PreprocessorDefinitions=""
1990                                                UsePrecompiledHeader="1"
1991                                        />
1992                                </FileConfiguration>
1993                                <FileConfiguration
1994                                        Name="Debug|Win32"
1995                                        >
1996                                        <Tool
1997                                                Name="VCCLCompilerTool"
1998                                                Optimization="0"
1999                                                PreprocessorDefinitions=""
2000                                                BasicRuntimeChecks="3"
2001                                                UsePrecompiledHeader="1"
2002                                        />
2003                                </FileConfiguration>
2004                                <FileConfiguration
2005                                        Name="Debug|x64"
2006                                        >
2007                                        <Tool
2008                                                Name="VCCLCompilerTool"
2009                                                Optimization="0"
2010                                                PreprocessorDefinitions=""
2011                                                BasicRuntimeChecks="3"
2012                                                UsePrecompiledHeader="1"
2013                                        />
2014                                </FileConfiguration>
2015                                <FileConfiguration
2016                                        Name="Distribution|x64"
2017                                        >
2018                                        <Tool
2019                                                Name="VCCLCompilerTool"
2020                                                Optimization="2"
2021                                                PreprocessorDefinitions=""
2022                                                UsePrecompiledHeader="1"
2023                                        />
2024                                </FileConfiguration>
2025                                <FileConfiguration
2026                                        Name="Nightly|Win32"
2027                                        >
2028                                        <Tool
2029                                                Name="VCCLCompilerTool"
2030                                                Optimization="2"
2031                                                PreprocessorDefinitions=""
2032                                                UsePrecompiledHeader="1"
2033                                        />
2034                                </FileConfiguration>
2035                                <FileConfiguration
2036                                        Name="Nightly|x64"
2037                                        >
2038                                        <Tool
2039                                                Name="VCCLCompilerTool"
2040                                                Optimization="2"
2041                                                PreprocessorDefinitions=""
2042                                                UsePrecompiledHeader="1"
2043                                        />
2044                                </FileConfiguration>
2045                                <FileConfiguration
2046                                        Name="Debug-MemCheck|x64"
2047                                        >
2048                                        <Tool
2049                                                Name="VCCLCompilerTool"
2050                                                Optimization="0"
2051                                                PreprocessorDefinitions=""
2052                                                BasicRuntimeChecks="3"
2053                                                UsePrecompiledHeader="1"
2054                                        />
2055                                </FileConfiguration>
2056                                <FileConfiguration
2057                                        Name="OP5|x64"
2058                                        >
2059                                        <Tool
2060                                                Name="VCCLCompilerTool"
2061                                                Optimization="2"
2062                                                PreprocessorDefinitions=""
2063                                                UsePrecompiledHeader="1"
2064                                        />
2065                                </FileConfiguration>
2066                                <FileConfiguration
2067                                        Name="Release|Itanium"
2068                                        >
2069                                        <Tool
2070                                                Name="VCCLCompilerTool"
2071                                                Optimization="2"
2072                                                PreprocessorDefinitions=""
2073                                                UsePrecompiledHeader="1"
2074                                        />
2075                                </FileConfiguration>
2076                                <FileConfiguration
2077                                        Name="Debug|Itanium"
2078                                        >
2079                                        <Tool
2080                                                Name="VCCLCompilerTool"
2081                                                Optimization="0"
2082                                                PreprocessorDefinitions=""
2083                                                BasicRuntimeChecks="3"
2084                                                UsePrecompiledHeader="1"
2085                                        />
2086                                </FileConfiguration>
2087                                <FileConfiguration
2088                                        Name="Distribution|Itanium"
2089                                        >
2090                                        <Tool
2091                                                Name="VCCLCompilerTool"
2092                                                Optimization="2"
2093                                                PreprocessorDefinitions=""
2094                                                UsePrecompiledHeader="1"
2095                                        />
2096                                </FileConfiguration>
2097                                <FileConfiguration
2098                                        Name="Nightly|Itanium"
2099                                        >
2100                                        <Tool
2101                                                Name="VCCLCompilerTool"
2102                                                Optimization="2"
2103                                                PreprocessorDefinitions=""
2104                                                UsePrecompiledHeader="1"
2105                                        />
2106                                </FileConfiguration>
2107                                <FileConfiguration
2108                                        Name="Debug-MemCheck|Itanium"
2109                                        >
2110                                        <Tool
2111                                                Name="VCCLCompilerTool"
2112                                                Optimization="0"
2113                                                PreprocessorDefinitions=""
2114                                                BasicRuntimeChecks="3"
2115                                                UsePrecompiledHeader="1"
2116                                        />
2117                                </FileConfiguration>
2118                        </File>
2119                </Filter>
2120                <Filter
2121                        Name="Header Files"
2122                        Filter="h;hpp;hxx;hm;inl"
2123                        >
2124                        <File
2125                                RelativePath=".\include\arrayBuffer.h"
2126                                >
2127                        </File>
2128                        <File
2129                                RelativePath=".\AutoBuild.h"
2130                                >
2131                        </File>
2132                        <File
2133                                RelativePath=".\include\charEx.h"
2134                                >
2135                        </File>
2136                        <File
2137                                RelativePath=".\include\com_helpers.hpp"
2138                                >
2139                        </File>
2140                        <File
2141                                RelativePath=".\commands.hpp"
2142                                >
2143                        </File>
2144                        <File
2145                                RelativePath=".\include\config.h"
2146                                >
2147                        </File>
2148                        <File
2149                                RelativePath=".\core_api.h"
2150                                >
2151                        </File>
2152                        <File
2153                                RelativePath="..\include\dll\dll.hpp"
2154                                >
2155                        </File>
2156                        <File
2157                                RelativePath=".\include\error.hpp"
2158                                >
2159                        </File>
2160                        <File
2161                                RelativePath=".\include\event_handler.hpp"
2162                                >
2163                        </File>
2164                        <File
2165                                RelativePath="..\include\dll\impl_unix.hpp"
2166                                >
2167                        </File>
2168                        <File
2169                                RelativePath="..\include\dll\impl_w32.hpp"
2170                                >
2171                        </File>
2172                        <File
2173                                RelativePath=".\include\Mutex.h"
2174                                >
2175                        </File>
2176                        <File
2177                                RelativePath=".\include\MutexRW.h"
2178                                >
2179                        </File>
2180                        <File
2181                                RelativePath="..\include\NSCAPI.h"
2182                                >
2183                        </File>
2184                        <File
2185                                RelativePath=".\include\NSCHelper.h"
2186                                >
2187                        </File>
2188                        <File
2189                                RelativePath=".\NSClient++.h"
2190                                >
2191                        </File>
2192                        <File
2193                                RelativePath=".\include\nsclient_session.hpp"
2194                                >
2195                        </File>
2196                        <File
2197                                RelativePath=".\NSCPlugin.h"
2198                                >
2199                        </File>
2200                        <File
2201                                RelativePath="..\include\NTService.h"
2202                                >
2203                        </File>
2204                        <File
2205                                RelativePath=".\include\PDHCounter.h"
2206                                >
2207                        </File>
2208                        <File
2209                                RelativePath="..\include\remote_processes.hpp"
2210                                >
2211                        </File>
2212                        <File
2213                                RelativePath=".\resource.h"
2214                                >
2215                        </File>
2216                        <File
2217                                RelativePath=".\include\ServiceCmd.h"
2218                                >
2219                        </File>
2220                        <File
2221                                RelativePath=".\setting_keys.h"
2222                                >
2223                        </File>
2224                        <File
2225                                RelativePath="..\include\settings\Settings.h"
2226                                >
2227                        </File>
2228                        <File
2229                                RelativePath="..\include\settings\settings_ini.hpp"
2230                                >
2231                        </File>
2232                        <File
2233                                RelativePath=".\settings_logger_impl.hpp"
2234                                >
2235                        </File>
2236                        <File
2237                                RelativePath=".\settings_manager_impl.h"
2238                                >
2239                        </File>
2240                        <File
2241                                RelativePath="..\include\settings\settings_old.hpp"
2242                                >
2243                        </File>
2244                        <File
2245                                RelativePath="..\include\settings\settings_registry.hpp"
2246                                >
2247                        </File>
2248                        <File
2249                                RelativePath=".\include\shared_memory.hpp"
2250                                >
2251                        </File>
2252                        <File
2253                                RelativePath="..\include\simpleini\simpleini.h"
2254                                >
2255                        </File>
2256                        <File
2257                                RelativePath=".\include\Singleton.h"
2258                                >
2259                        </File>
2260                        <File
2261                                RelativePath="StdAfx.h"
2262                                >
2263                        </File>
2264                        <File
2265                                RelativePath=".\include\strEx.h"
2266                                >
2267                        </File>
2268                        <File
2269                                RelativePath=".\include\thread.h"
2270                                >
2271                        </File>
2272                        <File
2273                                RelativePath=".\tray_manager.hpp"
2274                                >
2275                        </File>
2276                        <File
2277                                RelativePath="..\include\types.hpp"
2278                                >
2279                        </File>
2280                        <File
2281                                RelativePath="..\include\unicode_char.hpp"
2282                                >
2283                        </File>
2284                        <Filter
2285                                Name="NewFilter1"
2286                                Filter="settings"
2287                                >
2288                        </Filter>
2289                </Filter>
2290                <Filter
2291                        Name="Resource Files"
2292                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
2293                        >
2294                        <File
2295                                RelativePath=".\NSClient++.rc"
2296                                >
2297                        </File>
2298                        <File
2299                                RelativePath=".\res\standby.ico"
2300                                >
2301                        </File>
2302                </Filter>
2303                <Filter
2304                        Name="Misc"
2305                        >
2306                        <File
2307                                RelativePath=".\boot.dist"
2308                                >
2309                        </File>
2310                        <File
2311                                RelativePath=".\boot.ini"
2312                                >
2313                                <FileConfiguration
2314                                        Name="Debug|Win32"
2315                                        ExcludedFromBuild="true"
2316                                        >
2317                                        <Tool
2318                                                Name="VCCustomBuildTool"
2319                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\$(OutDir)&quot;&quot;&#x0D;&#x0A;"
2320                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2321                                        />
2322                                </FileConfiguration>
2323                        </File>
2324                        <File
2325                                RelativePath="..\files\NSC.dist"
2326                                >
2327                                <FileConfiguration
2328                                        Name="Release|Win32"
2329                                        >
2330                                        <Tool
2331                                                Name="VCCustomBuildTool"
2332                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;"
2333                                                Outputs="$(TargetDir)\$(InputName).ini"
2334                                        />
2335                                </FileConfiguration>
2336                                <FileConfiguration
2337                                        Name="Release|x64"
2338                                        >
2339                                        <Tool
2340                                                Name="VCCustomBuildTool"
2341                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;"
2342                                                Outputs="$(TargetDir)\$(InputName).ini"
2343                                        />
2344                                </FileConfiguration>
2345                                <FileConfiguration
2346                                        Name="Distribution|x64"
2347                                        >
2348                                        <Tool
2349                                                Name="VCCustomBuildTool"
2350                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\Dist\$(InputName).ini&quot;&quot;&#x0D;&#x0A;"
2351                                                Outputs="$(InputDir)\Dist\$(InputName).ini"
2352                                        />
2353                                </FileConfiguration>
2354                                <FileConfiguration
2355                                        Name="Nightly|Win32"
2356                                        >
2357                                        <Tool
2358                                                Name="VCCustomBuildTool"
2359                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;&#x0D;&#x0A;"
2360                                                Outputs="$(TargetDir)\$(InputName).ini"
2361                                        />
2362                                </FileConfiguration>
2363                                <FileConfiguration
2364                                        Name="Nightly|x64"
2365                                        >
2366                                        <Tool
2367                                                Name="VCCustomBuildTool"
2368                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;&#x0D;&#x0A;"
2369                                                Outputs="$(TargetDir)\$(InputName).ini"
2370                                        />
2371                                </FileConfiguration>
2372                                <FileConfiguration
2373                                        Name="OP5|x64"
2374                                        >
2375                                        <Tool
2376                                                Name="VCCustomBuildTool"
2377                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;&#x0D;&#x0A;"
2378                                                Outputs="$(TargetDir)\$(InputName).ini"
2379                                        />
2380                                </FileConfiguration>
2381                                <FileConfiguration
2382                                        Name="Distribution|Itanium"
2383                                        >
2384                                        <Tool
2385                                                Name="VCCustomBuildTool"
2386                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\Dist\$(InputName).ini&quot;&quot;&#x0D;&#x0A;"
2387                                                Outputs="$(InputDir)\Dist\$(InputName).ini"
2388                                        />
2389                                </FileConfiguration>
2390                                <FileConfiguration
2391                                        Name="Nightly|Itanium"
2392                                        >
2393                                        <Tool
2394                                                Name="VCCustomBuildTool"
2395                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\$(InputName).ini&quot;&#x0D;&#x0A;"
2396                                                Outputs="$(InputDir)\Dist\$(InputName).ini"
2397                                        />
2398                                </FileConfiguration>
2399                        </File>
2400                        <File
2401                                RelativePath=".\NSC.ini"
2402                                >
2403                                <FileConfiguration
2404                                        Name="Release|Win32"
2405                                        ExcludedFromBuild="true"
2406                                        >
2407                                        <Tool
2408                                                Name="VCCustomBuildTool"
2409                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;&#x0D;&#x0A;"
2410                                                AdditionalDependencies=""
2411                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2412                                        />
2413                                </FileConfiguration>
2414                                <FileConfiguration
2415                                        Name="Release|x64"
2416                                        ExcludedFromBuild="true"
2417                                        >
2418                                        <Tool
2419                                                Name="VCCustomBuildTool"
2420                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;&#x0D;&#x0A;"
2421                                                AdditionalDependencies=""
2422                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2423                                        />
2424                                </FileConfiguration>
2425                                <FileConfiguration
2426                                        Name="Debug|Win32"
2427                                        >
2428                                        <Tool
2429                                                Name="VCCustomBuildTool"
2430                                                CommandLine="echo Copying &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(OutDir)&quot;...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(OutDir)&quot;&quot;&#x0D;&#x0A;"
2431                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2432                                        />
2433                                </FileConfiguration>
2434                                <FileConfiguration
2435                                        Name="Debug|x64"
2436                                        >
2437                                        <Tool
2438                                                Name="VCCustomBuildTool"
2439                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\$(OutDir)&quot;&quot;&#x0D;&#x0A;"
2440                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2441                                        />
2442                                </FileConfiguration>
2443                                <FileConfiguration
2444                                        Name="Distribution|x64"
2445                                        ExcludedFromBuild="true"
2446                                        >
2447                                        <Tool
2448                                                Name="VCCustomBuildTool"
2449                                                CommandLine=""
2450                                                AdditionalDependencies=""
2451                                                Outputs="$(InputDir)\Dist\$(InputFileName)"
2452                                        />
2453                                </FileConfiguration>
2454                                <FileConfiguration
2455                                        Name="Nightly|Win32"
2456                                        ExcludedFromBuild="true"
2457                                        >
2458                                        <Tool
2459                                                Name="VCCustomBuildTool"
2460                                                CommandLine="echo Skipping $(InputFileName)...&#x0D;&#x0A;"
2461                                                AdditionalDependencies=""
2462                                                Outputs=""
2463                                        />
2464                                </FileConfiguration>
2465                                <FileConfiguration
2466                                        Name="Nightly|x64"
2467                                        ExcludedFromBuild="true"
2468                                        >
2469                                        <Tool
2470                                                Name="VCCustomBuildTool"
2471                                                CommandLine="echo Skipping $(InputFileName)...&#x0D;&#x0A;"
2472                                                AdditionalDependencies=""
2473                                                Outputs=""
2474                                        />
2475                                </FileConfiguration>
2476                                <FileConfiguration
2477                                        Name="Debug-MemCheck|x64"
2478                                        >
2479                                        <Tool
2480                                                Name="VCCustomBuildTool"
2481                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\$(OutDir)&quot;&quot;&#x0D;&#x0A;"
2482                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2483                                        />
2484                                </FileConfiguration>
2485                                <FileConfiguration
2486                                        Name="OP5|x64"
2487                                        ExcludedFromBuild="true"
2488                                        >
2489                                        <Tool
2490                                                Name="VCCustomBuildTool"
2491                                                CommandLine="echo Skipping $(InputFileName)...&#x0D;&#x0A;"
2492                                                AdditionalDependencies=""
2493                                                Outputs=""
2494                                        />
2495                                </FileConfiguration>
2496                                <FileConfiguration
2497                                        Name="Release|Itanium"
2498                                        ExcludedFromBuild="true"
2499                                        >
2500                                        <Tool
2501                                                Name="VCCustomBuildTool"
2502                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\$(OutDir)&quot;&#x0D;&#x0A;"
2503                                                AdditionalDependencies=""
2504                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2505                                        />
2506                                </FileConfiguration>
2507                                <FileConfiguration
2508                                        Name="Debug|Itanium"
2509                                        >
2510                                        <Tool
2511                                                Name="VCCustomBuildTool"
2512                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\$(OutDir)&quot;&quot;&#x0D;&#x0A;"
2513                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2514                                        />
2515                                </FileConfiguration>
2516                                <FileConfiguration
2517                                        Name="Distribution|Itanium"
2518                                        ExcludedFromBuild="true"
2519                                        >
2520                                        <Tool
2521                                                Name="VCCustomBuildTool"
2522                                                CommandLine=""
2523                                                AdditionalDependencies=""
2524                                                Outputs="$(InputDir)\Dist\$(InputFileName)"
2525                                        />
2526                                </FileConfiguration>
2527                                <FileConfiguration
2528                                        Name="Nightly|Itanium"
2529                                        ExcludedFromBuild="true"
2530                                        >
2531                                        <Tool
2532                                                Name="VCCustomBuildTool"
2533                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;&#x0D;&#x0A;"
2534                                                AdditionalDependencies=""
2535                                                Outputs="$(InputDir)\Dist\$(InputFileName)"
2536                                        />
2537                                </FileConfiguration>
2538                                <FileConfiguration
2539                                        Name="Debug-MemCheck|Itanium"
2540                                        >
2541                                        <Tool
2542                                                Name="VCCustomBuildTool"
2543                                                CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\$(OutDir)&quot;&quot;&#x0D;&#x0A;"
2544                                                Outputs="$(InputDir)\$(OutDir)\$(InputFileName)"
2545                                        />
2546                                </FileConfiguration>
2547                        </File>
2548                </Filter>
2549                <Filter
2550                        Name="Testcases"
2551                        Filter="testcases/*.xml"
2552                        >
2553                        <File
2554                                RelativePath=".\testcases\install-service.xml"
2555                                >
2556                        </File>
2557                </Filter>
2558                <File
2559                        RelativePath=".\NSClient++.manifest"
2560                        >
2561                </File>
2562        </Files>
2563        <Globals>
2564        </Globals>
2565</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.