Changeset 7e33d82 in nscp


Ignore:
Timestamp:
11/24/07 15:18:13 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
a60995a
Parents:
99e4d8f
Message:

fixed the build environment a bit...

Files:
2 added
25 edited

Legend:

Unmodified
Added
Removed
  • AutoBuild.h

    r99e4d8f r7e33d82  
    33// change the FALSE to TRUE for autoincrement of build number 
    44#define INCREMENT_VERSION TRUE 
    5 #define FILEVER        0,2,7,89 
    6 #define PRODUCTVER     0,2,7,187 
    7 #define STRFILEVER     _T("0.2.7.89") 
    8 #define STRPRODUCTVER  _T("0.2.7.187") 
    9 #define STRPRODUCTDATE  _T("2007-11-21") 
     5#define FILEVER        0,2,7,96 
     6#define PRODUCTVER     0,2,7,194 
     7#define STRFILEVER     _T("0.2.7.96") 
     8#define STRPRODUCTVER  _T("0.2.7.194") 
     9#define STRPRODUCTDATE  _T("2007-11-24") 
    1010#endif // AUTOBUILD_H 
  • NSClient++-2005.sln

    r99e4d8f r7e33d82  
    33Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NSClient++", "NSClient++-2005.vcproj", "{2286162D-7571-4735-BAC8-4A8D33A4F42D}" 
    44  ProjectSection(ProjectDependencies) = postProject 
     5    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4} = {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4} 
     6    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F} = {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F} 
    57    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D} = {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D} 
    68    {08D6246D-1B4A-47A3-965D-296DCC54A4E8} = {08D6246D-1B4A-47A3-965D-296DCC54A4E8} 
    79    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F} = {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F} 
    8     {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F} = {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F} 
     10    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} = {2FF60AF6-09AA-49AB-B414-2E8FD01655C6} 
     11    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0} = {05DE66AC-E55C-43B3-849F-7EC695D8B8D0} 
     12    {BA246C01-063A-4548-8957-32D5CC76171B} = {BA246C01-063A-4548-8957-32D5CC76171B} 
     13    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45} = {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45} 
    914    {BBFF8362-C626-4838-B0A2-F695D638AD24} = {BBFF8362-C626-4838-B0A2-F695D638AD24} 
    10     {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45} = {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45} 
    1115  EndProjectSection 
    1216EndProject 
     
    3034EndProject 
    3135Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RemoteConfiguration", "modules\RemoteConfiguration\RemoteConfiguration-2005.vcproj", "{626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}" 
     36EndProject 
     37Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAutobuild-2005", "helpers\XAutoBuild\XAutobuild-2005.csproj", "{0E2B21D9-F432-4127-8E92-7716B1072510}" 
    3238EndProject 
    3339Global 
    3440  GlobalSection(SolutionConfigurationPlatforms) = preSolution 
     41    Debug|Any CPU = Debug|Any CPU 
     42    Debug|Itanium = Debug|Itanium 
     43    Debug|Mixed Platforms = Debug|Mixed Platforms 
    3544    Debug|Win32 = Debug|Win32 
    3645    Debug|x64 = Debug|x64 
     46    Debug-MemCheck|Any CPU = Debug-MemCheck|Any CPU 
     47    Debug-MemCheck|Itanium = Debug-MemCheck|Itanium 
     48    Debug-MemCheck|Mixed Platforms = Debug-MemCheck|Mixed Platforms 
     49    Debug-MemCheck|Win32 = Debug-MemCheck|Win32 
     50    Debug-MemCheck|x64 = Debug-MemCheck|x64 
     51    Distribution|Any CPU = Distribution|Any CPU 
     52    Distribution|Itanium = Distribution|Itanium 
     53    Distribution|Mixed Platforms = Distribution|Mixed Platforms 
    3754    Distribution|Win32 = Distribution|Win32 
    3855    Distribution|x64 = Distribution|x64 
     56    Nightly|Any CPU = Nightly|Any CPU 
     57    Nightly|Itanium = Nightly|Itanium 
     58    Nightly|Mixed Platforms = Nightly|Mixed Platforms 
    3959    Nightly|Win32 = Nightly|Win32 
    4060    Nightly|x64 = Nightly|x64 
     61    Release|Any CPU = Release|Any CPU 
     62    Release|Itanium = Release|Itanium 
     63    Release|Mixed Platforms = Release|Mixed Platforms 
    4164    Release|Win32 = Release|Win32 
    4265    Release|x64 = Release|x64 
    4366  EndGlobalSection 
    4467  GlobalSection(ProjectConfigurationPlatforms) = postSolution 
     68    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|Any CPU.ActiveCfg = Debug|x64 
     69    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|Itanium.ActiveCfg = Debug|x64 
     70    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     71    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    4572    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|Win32.ActiveCfg = Debug|Win32 
    4673    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|Win32.Build.0 = Debug|Win32 
    4774    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug|x64.ActiveCfg = Debug|Win32 
     75    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     76    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     77    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     78    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     79    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     80    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     81    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     82    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     83    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     84    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     85    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     86    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    4887    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    4988    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|Win32.Build.0 = Distribution|Win32 
    5089    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Distribution|x64.ActiveCfg = Distribution|Win32 
     90    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     91    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     92    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     93    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    5194    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    5295    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|Win32.Build.0 = Nightly|Win32 
    53     {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|x64.ActiveCfg = Nightly|Win32 
     96    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|x64.ActiveCfg = Nightly|x64 
     97    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Nightly|x64.Build.0 = Nightly|x64 
     98    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|Any CPU.ActiveCfg = Release|x64 
     99    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|Itanium.ActiveCfg = Release|x64 
     100    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     101    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|Mixed Platforms.Build.0 = Release|x64 
    54102    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|Win32.ActiveCfg = Release|Win32 
    55103    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|Win32.Build.0 = Release|Win32 
    56104    {2286162D-7571-4735-BAC8-4A8D33A4F42D}.Release|x64.ActiveCfg = Release|Win32 
     105    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|Any CPU.ActiveCfg = Debug|x64 
     106    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|Itanium.ActiveCfg = Debug|x64 
     107    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     108    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    57109    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|Win32.ActiveCfg = Debug|Win32 
    58110    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|Win32.Build.0 = Debug|Win32 
    59111    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug|x64.ActiveCfg = Debug|Win32 
     112    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     113    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     114    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     115    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     116    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     117    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     118    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     119    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     120    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     121    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     122    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     123    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    60124    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    61125    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|Win32.Build.0 = Distribution|Win32 
    62126    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Distribution|x64.ActiveCfg = Distribution|Win32 
     127    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     128    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     129    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     130    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    63131    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    64132    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|Win32.Build.0 = Nightly|Win32 
    65     {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|x64.ActiveCfg = Nightly|Win32 
     133    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|x64.ActiveCfg = Nightly|x64 
     134    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Nightly|x64.Build.0 = Nightly|x64 
     135    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|Any CPU.ActiveCfg = Release|x64 
     136    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|Itanium.ActiveCfg = Release|x64 
     137    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     138    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|Mixed Platforms.Build.0 = Release|x64 
    66139    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|Win32.ActiveCfg = Release|Win32 
    67140    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|Win32.Build.0 = Release|Win32 
    68141    {BBFF8362-C626-4838-B0A2-F695D638AD24}.Release|x64.ActiveCfg = Release|Win32 
     142    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|Any CPU.ActiveCfg = Debug|x64 
     143    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|Itanium.ActiveCfg = Debug|x64 
     144    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     145    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    69146    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|Win32.ActiveCfg = Debug|Win32 
    70147    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|Win32.Build.0 = Debug|Win32 
    71148    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug|x64.ActiveCfg = Debug|Win32 
     149    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     150    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     151    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     152    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     153    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     154    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     155    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     156    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     157    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     158    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     159    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     160    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    72161    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    73162    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|Win32.Build.0 = Distribution|Win32 
    74163    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Distribution|x64.ActiveCfg = Distribution|Win32 
     164    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     165    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     166    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     167    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    75168    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    76169    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|Win32.Build.0 = Nightly|Win32 
    77     {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|x64.ActiveCfg = Nightly|Win32 
     170    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|x64.ActiveCfg = Nightly|x64 
     171    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Nightly|x64.Build.0 = Nightly|x64 
     172    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Release|Any CPU.ActiveCfg = Release|x64 
     173    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Release|Itanium.ActiveCfg = Release|x64 
     174    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     175    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Release|Mixed Platforms.Build.0 = Release|x64 
    78176    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Release|Win32.ActiveCfg = Release|Win32 
    79177    {62B685D7-3A2E-4F3E-B2B8-B17F20C0217F}.Release|x64.ActiveCfg = Release|Win32 
     178    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|Any CPU.ActiveCfg = Debug|x64 
     179    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|Itanium.ActiveCfg = Debug|x64 
     180    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     181    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    80182    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|Win32.ActiveCfg = Debug|Win32 
    81183    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|Win32.Build.0 = Debug|Win32 
    82184    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug|x64.ActiveCfg = Debug|Win32 
     185    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     186    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     187    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     188    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     189    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     190    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     191    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     192    {BA246C01-063A-4548-8957-32D5CC76171B}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     193    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     194    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     195    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     196    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    83197    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    84198    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|Win32.Build.0 = Distribution|Win32 
    85199    {BA246C01-063A-4548-8957-32D5CC76171B}.Distribution|x64.ActiveCfg = Distribution|Win32 
     200    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     201    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     202    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     203    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    86204    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    87205    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|Win32.Build.0 = Nightly|Win32 
    88     {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|x64.ActiveCfg = Nightly|Win32 
     206    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|x64.ActiveCfg = Nightly|x64 
     207    {BA246C01-063A-4548-8957-32D5CC76171B}.Nightly|x64.Build.0 = Nightly|x64 
     208    {BA246C01-063A-4548-8957-32D5CC76171B}.Release|Any CPU.ActiveCfg = Release|x64 
     209    {BA246C01-063A-4548-8957-32D5CC76171B}.Release|Itanium.ActiveCfg = Release|x64 
     210    {BA246C01-063A-4548-8957-32D5CC76171B}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     211    {BA246C01-063A-4548-8957-32D5CC76171B}.Release|Mixed Platforms.Build.0 = Release|x64 
    89212    {BA246C01-063A-4548-8957-32D5CC76171B}.Release|Win32.ActiveCfg = Release|Win32 
    90213    {BA246C01-063A-4548-8957-32D5CC76171B}.Release|x64.ActiveCfg = Release|Win32 
     214    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|Any CPU.ActiveCfg = Debug|x64 
     215    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|Itanium.ActiveCfg = Debug|x64 
     216    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     217    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    91218    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|Win32.ActiveCfg = Debug|Win32 
    92219    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|Win32.Build.0 = Debug|Win32 
    93220    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug|x64.ActiveCfg = Debug|Win32 
     221    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     222    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     223    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     224    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     225    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     226    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     227    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     228    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     229    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     230    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     231    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     232    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    94233    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    95234    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|Win32.Build.0 = Distribution|Win32 
    96235    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Distribution|x64.ActiveCfg = Distribution|Win32 
     236    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     237    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     238    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     239    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    97240    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    98241    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|Win32.Build.0 = Nightly|Win32 
    99     {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|x64.ActiveCfg = Nightly|Win32 
     242    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|x64.ActiveCfg = Nightly|x64 
     243    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Nightly|x64.Build.0 = Nightly|x64 
     244    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|Any CPU.ActiveCfg = Release|x64 
     245    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|Itanium.ActiveCfg = Release|x64 
     246    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     247    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|Mixed Platforms.Build.0 = Release|x64 
    100248    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|Win32.ActiveCfg = Release|Win32 
    101249    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|Win32.Build.0 = Release|Win32 
    102250    {E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}.Release|x64.ActiveCfg = Release|Win32 
     251    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|Any CPU.ActiveCfg = Debug|x64 
     252    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|Itanium.ActiveCfg = Debug|x64 
     253    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     254    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    103255    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|Win32.ActiveCfg = Debug|Win32 
    104256    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|Win32.Build.0 = Debug|Win32 
    105257    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug|x64.ActiveCfg = Debug|Win32 
     258    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     259    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     260    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     261    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     262    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     263    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     264    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     265    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     266    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     267    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     268    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     269    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    106270    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    107271    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|Win32.Build.0 = Distribution|Win32 
    108272    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Distribution|x64.ActiveCfg = Distribution|Win32 
     273    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     274    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     275    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     276    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    109277    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    110278    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|Win32.Build.0 = Nightly|Win32 
    111     {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|x64.ActiveCfg = Nightly|Win32 
     279    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|x64.ActiveCfg = Nightly|x64 
     280    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Nightly|x64.Build.0 = Nightly|x64 
     281    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Release|Any CPU.ActiveCfg = Release|x64 
     282    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Release|Itanium.ActiveCfg = Release|x64 
     283    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     284    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Release|Mixed Platforms.Build.0 = Release|x64 
    112285    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Release|Win32.ActiveCfg = Release|Win32 
    113286    {2FF60AF6-09AA-49AB-B414-2E8FD01655C6}.Release|x64.ActiveCfg = Release|Win32 
     287    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|Any CPU.ActiveCfg = Debug|x64 
     288    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|Itanium.ActiveCfg = Debug|x64 
     289    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     290    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    114291    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|Win32.ActiveCfg = Debug|Win32 
    115292    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|Win32.Build.0 = Debug|Win32 
    116293    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug|x64.ActiveCfg = Debug|Win32 
     294    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     295    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     296    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     297    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     298    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     299    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     300    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     301    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     302    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     303    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     304    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     305    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    117306    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    118307    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|Win32.Build.0 = Distribution|Win32 
    119308    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Distribution|x64.ActiveCfg = Distribution|Win32 
     309    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     310    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     311    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     312    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    120313    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    121314    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|Win32.Build.0 = Nightly|Win32 
    122     {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|x64.ActiveCfg = Nightly|Win32 
     315    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|x64.ActiveCfg = Nightly|x64 
     316    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Nightly|x64.Build.0 = Nightly|x64 
     317    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Release|Any CPU.ActiveCfg = Release|x64 
     318    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Release|Itanium.ActiveCfg = Release|x64 
     319    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     320    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Release|Mixed Platforms.Build.0 = Release|x64 
    123321    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Release|Win32.ActiveCfg = Release|Win32 
    124322    {08D6246D-1B4A-47A3-965D-296DCC54A4E8}.Release|x64.ActiveCfg = Release|Win32 
     323    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|Any CPU.ActiveCfg = Debug|x64 
     324    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|Itanium.ActiveCfg = Debug|x64 
     325    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     326    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    125327    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|Win32.ActiveCfg = Debug|Win32 
    126328    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|Win32.Build.0 = Debug|Win32 
    127329    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug|x64.ActiveCfg = Debug|Win32 
     330    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     331    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     332    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     333    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     334    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     335    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     336    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     337    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     338    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     339    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     340    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     341    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    128342    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    129343    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|Win32.Build.0 = Distribution|Win32 
    130344    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Distribution|x64.ActiveCfg = Distribution|Win32 
     345    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     346    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     347    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     348    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    131349    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    132350    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|Win32.Build.0 = Nightly|Win32 
    133     {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|x64.ActiveCfg = Nightly|Win32 
     351    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|x64.ActiveCfg = Nightly|x64 
     352    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Nightly|x64.Build.0 = Nightly|x64 
     353    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|Any CPU.ActiveCfg = Release|x64 
     354    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|Itanium.ActiveCfg = Release|x64 
     355    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     356    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|Mixed Platforms.Build.0 = Release|x64 
    134357    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|Win32.ActiveCfg = Release|Win32 
    135358    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|Win32.Build.0 = Release|Win32 
    136359    {2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}.Release|x64.ActiveCfg = Release|Win32 
     360    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|Any CPU.ActiveCfg = Debug|x64 
     361    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|Itanium.ActiveCfg = Debug|x64 
     362    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     363    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    137364    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|Win32.ActiveCfg = Debug|Win32 
    138365    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|Win32.Build.0 = Debug|Win32 
    139366    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug|x64.ActiveCfg = Debug|Win32 
     367    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     368    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     369    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     370    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     371    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     372    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     373    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     374    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     375    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     376    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     377    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     378    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    140379    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    141380    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|Win32.Build.0 = Distribution|Win32 
    142381    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Distribution|x64.ActiveCfg = Distribution|Win32 
     382    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     383    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     384    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     385    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    143386    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    144387    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|Win32.Build.0 = Nightly|Win32 
    145     {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|x64.ActiveCfg = Nightly|Win32 
     388    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|x64.ActiveCfg = Nightly|x64 
     389    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Nightly|x64.Build.0 = Nightly|x64 
     390    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Release|Any CPU.ActiveCfg = Release|x64 
     391    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Release|Itanium.ActiveCfg = Release|x64 
     392    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     393    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Release|Mixed Platforms.Build.0 = Release|x64 
    146394    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Release|Win32.ActiveCfg = Release|Win32 
    147395    {8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}.Release|x64.ActiveCfg = Release|Win32 
     396    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|Any CPU.ActiveCfg = Debug|x64 
     397    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|Itanium.ActiveCfg = Debug|x64 
     398    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     399    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    148400    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|Win32.ActiveCfg = Debug|Win32 
    149401    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|Win32.Build.0 = Debug|Win32 
    150402    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug|x64.ActiveCfg = Debug|Win32 
     403    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     404    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     405    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     406    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     407    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     408    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     409    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     410    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     411    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     412    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     413    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     414    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    151415    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    152416    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|Win32.Build.0 = Distribution|Win32 
    153417    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Distribution|x64.ActiveCfg = Distribution|Win32 
     418    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     419    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     420    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     421    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    154422    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    155423    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|Win32.Build.0 = Nightly|Win32 
    156     {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|x64.ActiveCfg = Nightly|Win32 
     424    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|x64.ActiveCfg = Nightly|x64 
     425    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Nightly|x64.Build.0 = Nightly|x64 
     426    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Release|Any CPU.ActiveCfg = Release|x64 
     427    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Release|Itanium.ActiveCfg = Release|x64 
     428    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     429    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Release|Mixed Platforms.Build.0 = Release|x64 
    157430    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Release|Win32.ActiveCfg = Release|Win32 
    158431    {05DE66AC-E55C-43B3-849F-7EC695D8B8D0}.Release|x64.ActiveCfg = Release|Win32 
     432    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|Any CPU.ActiveCfg = Debug|x64 
     433    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|Itanium.ActiveCfg = Debug|x64 
     434    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 
     435    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|Mixed Platforms.Build.0 = Debug|x64 
    159436    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|Win32.ActiveCfg = Debug|Win32 
    160437    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|Win32.Build.0 = Debug|Win32 
    161438    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|x64.ActiveCfg = Debug|x64 
    162439    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug|x64.Build.0 = Debug|x64 
     440    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 
     441    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 
     442    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|x64 
     443    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|x64 
     444    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Win32 
     445    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|Win32.Build.0 = Debug-MemCheck|Win32 
     446    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|x64 
     447    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Debug-MemCheck|x64.Build.0 = Debug-MemCheck|x64 
     448    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|Any CPU.ActiveCfg = Distribution|x64 
     449    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|Itanium.ActiveCfg = Distribution|x64 
     450    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|Mixed Platforms.ActiveCfg = Distribution|x64 
     451    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|Mixed Platforms.Build.0 = Distribution|x64 
    163452    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|Win32.ActiveCfg = Distribution|Win32 
    164453    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|Win32.Build.0 = Distribution|Win32 
    165454    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|x64.ActiveCfg = Distribution|x64 
    166455    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Distribution|x64.Build.0 = Distribution|x64 
     456    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|Any CPU.ActiveCfg = Nightly|x64 
     457    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|Itanium.ActiveCfg = Nightly|x64 
     458    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|Mixed Platforms.ActiveCfg = Nightly|x64 
     459    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|Mixed Platforms.Build.0 = Nightly|x64 
    167460    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|Win32.ActiveCfg = Nightly|Win32 
    168461    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|Win32.Build.0 = Nightly|Win32 
    169462    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|x64.ActiveCfg = Nightly|x64 
    170463    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Nightly|x64.Build.0 = Nightly|x64 
     464    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|Any CPU.ActiveCfg = Release|x64 
     465    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|Itanium.ActiveCfg = Release|x64 
     466    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|Mixed Platforms.ActiveCfg = Release|x64 
     467    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|Mixed Platforms.Build.0 = Release|x64 
    171468    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|Win32.ActiveCfg = Release|Win32 
    172469    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|x64.ActiveCfg = Release|x64 
    173470    {626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}.Release|x64.Build.0 = Release|x64 
     471    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 
     472    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Any CPU.Build.0 = Debug|Any CPU 
     473    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Itanium.ActiveCfg = Debug|Itanium 
     474    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Itanium.Build.0 = Debug|Itanium 
     475    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Mixed Platforms.ActiveCfg = Debug|Itanium 
     476    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Mixed Platforms.Build.0 = Debug|Itanium 
     477    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|Win32.ActiveCfg = Debug|Itanium 
     478    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug|x64.ActiveCfg = Debug|Itanium 
     479    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|Any CPU 
     480    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Any CPU.Build.0 = Debug-MemCheck|Any CPU 
     481    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|Itanium 
     482    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Itanium.Build.0 = Debug-MemCheck|Itanium 
     483    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Mixed Platforms.ActiveCfg = Debug-MemCheck|Itanium 
     484    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Mixed Platforms.Build.0 = Debug-MemCheck|Itanium 
     485    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|Win32.ActiveCfg = Debug-MemCheck|Itanium 
     486    {0E2B21D9-F432-4127-8E92-7716B1072510}.Debug-MemCheck|x64.ActiveCfg = Debug-MemCheck|Itanium 
     487    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|Any CPU.ActiveCfg = Debug-MemCheck|Itanium 
     488    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|Itanium.ActiveCfg = Debug-MemCheck|Itanium 
     489    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|Itanium.Build.0 = Debug-MemCheck|Itanium 
     490    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|Mixed Platforms.ActiveCfg = Debug-MemCheck|Itanium 
     491    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|Mixed Platforms.Build.0 = Debug-MemCheck|Itanium 
     492    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|Win32.ActiveCfg = Debug-MemCheck|Itanium 
     493    {0E2B21D9-F432-4127-8E92-7716B1072510}.Distribution|x64.ActiveCfg = Debug-MemCheck|Itanium 
     494    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|Any CPU.ActiveCfg = Debug-MemCheck|Itanium 
     495    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|Itanium.ActiveCfg = Debug-MemCheck|Itanium 
     496    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|Itanium.Build.0 = Debug-MemCheck|Itanium 
     497    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|Mixed Platforms.ActiveCfg = Debug-MemCheck|Itanium 
     498    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|Mixed Platforms.Build.0 = Debug-MemCheck|Itanium 
     499    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|Win32.ActiveCfg = Debug-MemCheck|Itanium 
     500    {0E2B21D9-F432-4127-8E92-7716B1072510}.Nightly|x64.ActiveCfg = Debug-MemCheck|Any CPU 
     501    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Any CPU.ActiveCfg = Release|Any CPU 
     502    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Any CPU.Build.0 = Release|Any CPU 
     503    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Itanium.ActiveCfg = Release|Itanium 
     504    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Itanium.Build.0 = Release|Itanium 
     505    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Mixed Platforms.ActiveCfg = Release|Itanium 
     506    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Mixed Platforms.Build.0 = Release|Itanium 
     507    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|Win32.ActiveCfg = Release|Any CPU 
     508    {0E2B21D9-F432-4127-8E92-7716B1072510}.Release|x64.ActiveCfg = Release|Itanium 
    174509  EndGlobalSection 
    175510  GlobalSection(SolutionProperties) = preSolution 
  • NSClient++-2005.vcproj

    r99e4d8f r7e33d82  
    132132      UseOfMFC="0" 
    133133      ATLMinimizesCRunTimeLibraryUsage="false" 
    134       CharacterSet="2" 
     134      CharacterSet="1" 
    135135      > 
    136136      <Tool 
     
    326326      UseOfMFC="0" 
    327327      ATLMinimizesCRunTimeLibraryUsage="false" 
    328       CharacterSet="2" 
     328      CharacterSet="1" 
    329329      > 
    330330      <Tool 
     
    421421      UseOfMFC="0" 
    422422      ATLMinimizesCRunTimeLibraryUsage="false" 
    423       CharacterSet="2" 
     423      CharacterSet="1" 
    424424      > 
    425425      <Tool 
     
    523523      UseOfMFC="0" 
    524524      ATLMinimizesCRunTimeLibraryUsage="false" 
    525       CharacterSet="2" 
     525      CharacterSet="1" 
    526526      > 
    527527      <Tool 
     
    620620    <Configuration 
    621621      Name="Nightly|Win32" 
     622      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
     623      IntermediateDirectory="$(ConfigurationName)" 
     624      ConfigurationType="1" 
     625      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     626      UseOfMFC="0" 
     627      ATLMinimizesCRunTimeLibraryUsage="false" 
     628      CharacterSet="1" 
     629      > 
     630      <Tool 
     631        Name="VCPreBuildEventTool" 
     632        CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;" 
     633      /> 
     634      <Tool 
     635        Name="VCCustomBuildTool" 
     636        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;echo Making archive&#x0D;&#x0A;7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(ProjectName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;echo Renaming archive&#x0D;&#x0A;postbuild.pl &quot;$(TargetDir)\$(ProjectName)-$(PlatformName).zip&quot;&#x0D;&#x0A;echo Sending to server&#x0D;&#x0A;pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/" 
     637        Outputs="$(TargetDir)\$(ProjectName)-$(PlatformName).zip" 
     638      /> 
     639      <Tool 
     640        Name="VCXMLDataGeneratorTool" 
     641      /> 
     642      <Tool 
     643        Name="VCWebServiceProxyGeneratorTool" 
     644      /> 
     645      <Tool 
     646        Name="VCMIDLTool" 
     647        TypeLibraryName=".\Release/IconService.tlb" 
     648        HeaderFileName="" 
     649      /> 
     650      <Tool 
     651        Name="VCCLCompilerTool" 
     652        AdditionalIncludeDirectories="include" 
     653        PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 
     654        WarningLevel="3" 
     655        SuppressStartupBanner="true" 
     656      /> 
     657      <Tool 
     658        Name="VCManagedResourceCompilerTool" 
     659      /> 
     660      <Tool 
     661        Name="VCResourceCompilerTool" 
     662        PreprocessorDefinitions="NDEBUG" 
     663        Culture="1036" 
     664        AdditionalIncludeDirectories="./res/" 
     665      /> 
     666      <Tool 
     667        Name="VCPreLinkEventTool" 
     668      /> 
     669      <Tool 
     670        Name="VCLinkerTool" 
     671        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" 
     672        LinkIncremental="1" 
     673        SuppressStartupBanner="true" 
     674        IgnoreAllDefaultLibraries="false" 
     675        IgnoreDefaultLibraryNames="" 
     676        ModuleDefinitionFile="" 
     677        ProgramDatabaseFile="" 
     678        SubSystem="1" 
     679        OptimizeReferences="2" 
     680        EnableCOMDATFolding="2" 
     681        TargetMachine="1" 
     682      /> 
     683      <Tool 
     684        Name="VCALinkTool" 
     685      /> 
     686      <Tool 
     687        Name="VCManifestTool" 
     688      /> 
     689      <Tool 
     690        Name="VCXDCMakeTool" 
     691      /> 
     692      <Tool 
     693        Name="VCBscMakeTool" 
     694      /> 
     695      <Tool 
     696        Name="VCFxCopTool" 
     697      /> 
     698      <Tool 
     699        Name="VCAppVerifierTool" 
     700      /> 
     701      <Tool 
     702        Name="VCWebDeploymentTool" 
     703      /> 
     704      <Tool 
     705        Name="VCPostBuildEventTool" 
     706      /> 
     707    </Configuration> 
     708    <Configuration 
     709      Name="Nightly|x64" 
     710      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 
     711      IntermediateDirectory="tmp\$(PlatformName)\$(ConfigurationName)" 
     712      ConfigurationType="1" 
     713      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     714      UseOfMFC="0" 
     715      ATLMinimizesCRunTimeLibraryUsage="false" 
     716      CharacterSet="1" 
     717      > 
     718      <Tool 
     719        Name="VCPreBuildEventTool" 
     720      /> 
     721      <Tool 
     722        Name="VCCustomBuildTool" 
     723        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;echo Making archive&#x0D;&#x0A;7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(ProjectName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;echo Renaming archive&#x0D;&#x0A;postbuild.pl &quot;$(TargetDir)\$(ProjectName)-$(PlatformName).zip&quot;&#x0D;&#x0A;echo Sending to server&#x0D;&#x0A;pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/" 
     724        Outputs="$(TargetDir)\$(ProjectName)-$(PlatformName).zip" 
     725      /> 
     726      <Tool 
     727        Name="VCXMLDataGeneratorTool" 
     728      /> 
     729      <Tool 
     730        Name="VCWebServiceProxyGeneratorTool" 
     731      /> 
     732      <Tool 
     733        Name="VCMIDLTool" 
     734        TargetEnvironment="3" 
     735        TypeLibraryName=".\Release/IconService.tlb" 
     736        HeaderFileName="" 
     737      /> 
     738      <Tool 
     739        Name="VCCLCompilerTool" 
     740        AdditionalIncludeDirectories="include" 
     741        PreprocessorDefinitions="ARCH_x64" 
     742        WarningLevel="3" 
     743        SuppressStartupBanner="true" 
     744      /> 
     745      <Tool 
     746        Name="VCManagedResourceCompilerTool" 
     747      /> 
     748      <Tool 
     749        Name="VCResourceCompilerTool" 
     750        PreprocessorDefinitions="NDEBUG" 
     751        Culture="1036" 
     752        AdditionalIncludeDirectories="./res/" 
     753      /> 
     754      <Tool 
     755        Name="VCPreLinkEventTool" 
     756      /> 
     757      <Tool 
     758        Name="VCLinkerTool" 
     759        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" 
     760        LinkIncremental="1" 
     761        SuppressStartupBanner="true" 
     762        IgnoreAllDefaultLibraries="false" 
     763        IgnoreDefaultLibraryNames="" 
     764        ModuleDefinitionFile="" 
     765        ProgramDatabaseFile="" 
     766        SubSystem="1" 
     767        OptimizeReferences="2" 
     768        EnableCOMDATFolding="2" 
     769        TargetMachine="17" 
     770      /> 
     771      <Tool 
     772        Name="VCALinkTool" 
     773      /> 
     774      <Tool 
     775        Name="VCManifestTool" 
     776      /> 
     777      <Tool 
     778        Name="VCXDCMakeTool" 
     779      /> 
     780      <Tool 
     781        Name="VCBscMakeTool" 
     782      /> 
     783      <Tool 
     784        Name="VCFxCopTool" 
     785      /> 
     786      <Tool 
     787        Name="VCAppVerifierTool" 
     788      /> 
     789      <Tool 
     790        Name="VCWebDeploymentTool" 
     791      /> 
     792      <Tool 
     793        Name="VCPostBuildEventTool" 
     794      /> 
     795    </Configuration> 
     796    <Configuration 
     797      Name="Debug-MemCheck|Win32" 
    622798      OutputDirectory="$(ConfigurationName)" 
    623799      IntermediateDirectory="$(ConfigurationName)" 
     
    626802      UseOfMFC="0" 
    627803      ATLMinimizesCRunTimeLibraryUsage="false" 
    628       CharacterSet="2" 
     804      CharacterSet="1" 
    629805      > 
    630806      <Tool 
    631807        Name="VCPreBuildEventTool" 
    632         CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;" 
    633808      /> 
    634809      <Tool 
    635810        Name="VCCustomBuildTool" 
    636         CommandLine="echo Seting up scripts&#x0D;&#x0A;cmd /c &quot;mkdir &quot;$(InputDir)\Dist\scripts\&quot;&quot;&#x0D;&#x0A;cmd /c &quot;xcopy /Q /Y &quot;$(InputDir)\scripts\*.*&quot; &quot;$(InputDir)\Dist\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&#x0D;&#x0A;7z.exe a -r -tzip -bd &quot;$(TargetDir)\$(ProjectName)-$(PlatformName).zip&quot; &quot;$(TargetDir)\*&quot;&#x0D;&#x0A;echo Renaming archive&#x0D;&#x0A;postbuild.pl &quot;$(TargetDir)\$(ProjectName)-$(PlatformName).zip&quot;&#x0D;&#x0A;echo Sending to server&#x0D;&#x0A;pscp.exe &quot;$(TargetDir)\*.zip&quot; mickem@ssl.nakednuns.org:/var/www/files/nightly/&#x0D;&#x0A;" 
    637         Outputs="$(InputDir)\Dist\$(ProjectName).zip" 
    638811      /> 
    639812      <Tool 
     
    645818      <Tool 
    646819        Name="VCMIDLTool" 
    647         TypeLibraryName=".\Release/IconService.tlb" 
     820        TypeLibraryName=".\Debug/IconService.tlb" 
    648821        HeaderFileName="" 
    649822      /> 
    650823      <Tool 
    651824        Name="VCCLCompilerTool" 
    652         Optimization="2" 
    653         InlineFunctionExpansion="1" 
     825        Optimization="0" 
    654826        AdditionalIncludeDirectories="include" 
    655         PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 
    656         StringPooling="true" 
    657         RuntimeLibrary="0" 
    658         EnableFunctionLevelLinking="true" 
     827        PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK" 
     828        BasicRuntimeChecks="3" 
     829        RuntimeLibrary="3" 
    659830        UsePrecompiledHeader="2" 
    660831        PrecompiledHeaderThrough="stdafx.h" 
    661         PrecompiledHeaderFile=".\Release/IconService.pch" 
    662         AssemblerListingLocation=".\Release/" 
    663         ObjectFile=".\Release/" 
    664         ProgramDataBaseFileName=".\Release/" 
     832        PrecompiledHeaderFile=".\Debug/IconService.pch" 
     833        AssemblerListingLocation=".\Debug/" 
     834        ObjectFile=".\Debug/" 
     835        ProgramDataBaseFileName=".\Debug/" 
    665836        WarningLevel="3" 
    666837        SuppressStartupBanner="true" 
    667838        Detect64BitPortabilityProblems="false" 
     839        DebugInformationFormat="4" 
    668840      /> 
    669841      <Tool 
     
    672844      <Tool 
    673845        Name="VCResourceCompilerTool" 
    674         PreprocessorDefinitions="NDEBUG" 
     846        PreprocessorDefinitions="_DEBUG" 
    675847        Culture="1036" 
    676848        AdditionalIncludeDirectories="./res/" 
     
    682854        Name="VCLinkerTool" 
    683855        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" 
    684         OutputFile=".\Dist/NSClient++.exe" 
     856        OutputFile=".\Debug/NSClient++.exe" 
    685857        LinkIncremental="1" 
    686858        SuppressStartupBanner="true" 
    687         IgnoreAllDefaultLibraries="false" 
    688         IgnoreDefaultLibraryNames="" 
    689859        ModuleDefinitionFile="" 
    690         ProgramDatabaseFile=".\Release/IconService.pdb" 
     860        GenerateDebugInformation="true" 
     861        ProgramDatabaseFile=".\Debug/IconService.pdb" 
    691862        SubSystem="1" 
    692         OptimizeForWindows98="1" 
    693863        TargetMachine="1" 
    694864      /> 
     
    719889    </Configuration> 
    720890    <Configuration 
    721       Name="Nightly|x64" 
     891      Name="Debug-MemCheck|x64" 
     892      OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     893      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     894      ConfigurationType="1" 
     895      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     896      UseOfMFC="0" 
     897      ATLMinimizesCRunTimeLibraryUsage="false" 
     898      CharacterSet="1" 
     899      > 
     900      <Tool 
     901        Name="VCPreBuildEventTool" 
     902      /> 
     903      <Tool 
     904        Name="VCCustomBuildTool" 
     905      /> 
     906      <Tool 
     907        Name="VCXMLDataGeneratorTool" 
     908      /> 
     909      <Tool 
     910        Name="VCWebServiceProxyGeneratorTool" 
     911      /> 
     912      <Tool 
     913        Name="VCMIDLTool" 
     914        TargetEnvironment="3" 
     915        TypeLibraryName=".\Debug/IconService.tlb" 
     916        HeaderFileName="" 
     917      /> 
     918      <Tool 
     919        Name="VCCLCompilerTool" 
     920        Optimization="0" 
     921        AdditionalIncludeDirectories="include" 
     922        PreprocessorDefinitions="ARCH_x64" 
     923        BasicRuntimeChecks="3" 
     924        RuntimeLibrary="3" 
     925        UsePrecompiledHeader="2" 
     926        PrecompiledHeaderThrough="stdafx.h" 
     927        PrecompiledHeaderFile=".\Debug/IconService.pch" 
     928        AssemblerListingLocation=".\Debug/" 
     929        ObjectFile=".\Debug/" 
     930        ProgramDataBaseFileName=".\Debug/" 
     931        WarningLevel="3" 
     932        SuppressStartupBanner="true" 
     933        Detect64BitPortabilityProblems="false" 
     934        DebugInformationFormat="3" 
     935      /> 
     936      <Tool 
     937        Name="VCManagedResourceCompilerTool" 
     938      /> 
     939      <Tool 
     940        Name="VCResourceCompilerTool" 
     941        PreprocessorDefinitions="_DEBUG" 
     942        Culture="1036" 
     943        AdditionalIncludeDirectories="./res/" 
     944      /> 
     945      <Tool 
     946        Name="VCPreLinkEventTool" 
     947      /> 
     948      <Tool 
     949        Name="VCLinkerTool" 
     950        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" 
     951        OutputFile=".\Debug/NSClient++.exe" 
     952        LinkIncremental="1" 
     953        SuppressStartupBanner="true" 
     954        ModuleDefinitionFile="" 
     955        GenerateDebugInformation="true" 
     956        ProgramDatabaseFile=".\Debug/IconService.pdb" 
     957        SubSystem="1" 
     958        TargetMachine="17" 
     959      /> 
     960      <Tool 
     961        Name="VCALinkTool" 
     962      /> 
     963      <Tool 
     964        Name="VCManifestTool" 
     965      /> 
     966      <Tool 
     967        Name="VCXDCMakeTool" 
     968      /> 
     969      <Tool 
     970        Name="VCBscMakeTool" 
     971      /> 
     972      <Tool 
     973        Name="VCFxCopTool" 
     974      /> 
     975      <Tool 
     976        Name="VCAppVerifierTool" 
     977      /> 
     978      <Tool 
     979        Name="VCWebDeploymentTool" 
     980      /> 
     981      <Tool 
     982        Name="VCPostBuildEventTool" 
     983      /> 
     984    </Configuration> 
     985    <Configuration 
     986      Name="Release|Itanium" 
    722987      OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    723988      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     
    733998      <Tool 
    734999        Name="VCCustomBuildTool" 
    735         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;" 
    736         Outputs="$(InputDir)\Dist\$(ProjectName).zip" 
     1000        CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\dist_dll\*.* $(InputDir)\$(OutDir)\&quot;&#x0D;&#x0A;" 
     1001        Outputs="$(InputDir)\$(OutDir)\msvcp71.dll" 
    7371002      /> 
    7381003      <Tool 
     
    7441009      <Tool 
    7451010        Name="VCMIDLTool" 
    746         TargetEnvironment="3" 
     1011        TargetEnvironment="2" 
    7471012        TypeLibraryName=".\Release/IconService.tlb" 
    7481013        HeaderFileName="" 
     
    7811046      <Tool 
    7821047        Name="VCLinkerTool" 
    783         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" 
    784         OutputFile=".\Dist/NSClient++.exe" 
     1048        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" 
     1049        OutputFile=".\Release/NSClient++.exe" 
    7851050        LinkIncremental="1" 
    7861051        SuppressStartupBanner="true" 
     1052        UACExecutionLevel="2" 
    7871053        IgnoreAllDefaultLibraries="false" 
    7881054        IgnoreDefaultLibraryNames="" 
    7891055        ModuleDefinitionFile="" 
    790         ProgramDatabaseFile=".\Release/IconService.pdb" 
     1056        ProgramDatabaseFile="" 
    7911057        SubSystem="1" 
    7921058        OptimizeForWindows98="1" 
    793         TargetMachine="17" 
     1059        RandomizedBaseAddress="1" 
     1060        DataExecutionPrevention="0" 
     1061        TargetMachine="5" 
    7941062      /> 
    7951063      <Tool 
     
    8101078      <Tool 
    8111079        Name="VCAppVerifierTool" 
    812       /> 
    813       <Tool 
    814         Name="VCWebDeploymentTool" 
    8151080      /> 
    8161081      <Tool 
     
    8191084    </Configuration> 
    8201085    <Configuration 
    821       Name="Debug-MemCheck|Win32" 
    822       OutputDirectory="$(ConfigurationName)" 
    823       IntermediateDirectory="$(ConfigurationName)" 
    824       ConfigurationType="1" 
    825       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    826       UseOfMFC="0" 
    827       ATLMinimizesCRunTimeLibraryUsage="false" 
    828       CharacterSet="2" 
    829       > 
    830       <Tool 
    831         Name="VCPreBuildEventTool" 
    832       /> 
    833       <Tool 
    834         Name="VCCustomBuildTool" 
    835       /> 
    836       <Tool 
    837         Name="VCXMLDataGeneratorTool" 
    838       /> 
    839       <Tool 
    840         Name="VCWebServiceProxyGeneratorTool" 
    841       /> 
    842       <Tool 
    843         Name="VCMIDLTool" 
    844         TypeLibraryName=".\Debug/IconService.tlb" 
    845         HeaderFileName="" 
    846       /> 
    847       <Tool 
    848         Name="VCCLCompilerTool" 
    849         Optimization="0" 
    850         AdditionalIncludeDirectories="include" 
    851         PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MEMCHECK" 
    852         BasicRuntimeChecks="3" 
    853         RuntimeLibrary="3" 
    854         UsePrecompiledHeader="2" 
    855         PrecompiledHeaderThrough="stdafx.h" 
    856         PrecompiledHeaderFile=".\Debug/IconService.pch" 
    857         AssemblerListingLocation=".\Debug/" 
    858         ObjectFile=".\Debug/" 
    859         ProgramDataBaseFileName=".\Debug/" 
    860         WarningLevel="3" 
    861         SuppressStartupBanner="true" 
    862         Detect64BitPortabilityProblems="false" 
    863         DebugInformationFormat="4" 
    864       /> 
    865       <Tool 
    866         Name="VCManagedResourceCompilerTool" 
    867       /> 
    868       <Tool 
    869         Name="VCResourceCompilerTool" 
    870         PreprocessorDefinitions="_DEBUG" 
    871         Culture="1036" 
    872         AdditionalIncludeDirectories="./res/" 
    873       /> 
    874       <Tool 
    875         Name="VCPreLinkEventTool" 
    876       /> 
    877       <Tool 
    878         Name="VCLinkerTool" 
    879         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" 
    880         OutputFile=".\Debug/NSClient++.exe" 
    881         LinkIncremental="1" 
    882         SuppressStartupBanner="true" 
    883         ModuleDefinitionFile="" 
    884         GenerateDebugInformation="true" 
    885         ProgramDatabaseFile=".\Debug/IconService.pdb" 
    886         SubSystem="1" 
    887         TargetMachine="1" 
    888       /> 
    889       <Tool 
    890         Name="VCALinkTool" 
    891       /> 
    892       <Tool 
    893         Name="VCManifestTool" 
    894       /> 
    895       <Tool 
    896         Name="VCXDCMakeTool" 
    897       /> 
    898       <Tool 
    899         Name="VCBscMakeTool" 
    900       /> 
    901       <Tool 
    902         Name="VCFxCopTool" 
    903       /> 
    904       <Tool 
    905         Name="VCAppVerifierTool" 
    906       /> 
    907       <Tool 
    908         Name="VCWebDeploymentTool" 
    909       /> 
    910       <Tool 
    911         Name="VCPostBuildEventTool" 
    912       /> 
    913     </Configuration> 
    914     <Configuration 
    915       Name="Debug-MemCheck|x64" 
     1086      Name="Debug|Itanium" 
    9161087      OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    9171088      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     
    9361107      <Tool 
    9371108        Name="VCMIDLTool" 
    938         TargetEnvironment="3" 
     1109        TargetEnvironment="2" 
    9391110        TypeLibraryName=".\Debug/IconService.tlb" 
    9401111        HeaderFileName="" 
     
    9761147        LinkIncremental="1" 
    9771148        SuppressStartupBanner="true" 
     1149        UACExecutionLevel="2" 
    9781150        ModuleDefinitionFile="" 
    9791151        GenerateDebugInformation="true" 
    9801152        ProgramDatabaseFile=".\Debug/IconService.pdb" 
    9811153        SubSystem="1" 
    982         TargetMachine="17" 
     1154        RandomizedBaseAddress="1" 
     1155        DataExecutionPrevention="0" 
     1156        TargetMachine="5" 
    9831157      /> 
    9841158      <Tool 
     
    9991173      <Tool 
    10001174        Name="VCAppVerifierTool" 
    1001       /> 
    1002       <Tool 
    1003         Name="VCWebDeploymentTool" 
    10041175      /> 
    10051176      <Tool 
     
    10081179    </Configuration> 
    10091180    <Configuration 
    1010       Name="Release|Itanium" 
     1181      Name="Distribution|Itanium" 
    10111182      OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    10121183      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     
    10191190      <Tool 
    10201191        Name="VCPreBuildEventTool" 
     1192        CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;" 
    10211193      /> 
    10221194      <Tool 
    10231195        Name="VCCustomBuildTool" 
    1024         CommandLine="echo Copying dependency DLLs&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\dist_dll\*.* $(InputDir)\$(OutDir)\&quot;&#x0D;&#x0A;" 
    1025         Outputs="$(InputDir)\$(OutDir)\msvcp71.dll" 
     1196        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;" 
     1197        Outputs="$(InputDir)\Dist\$(ProjectName).zip" 
    10261198      /> 
    10271199      <Tool 
     
    10701242      <Tool 
    10711243        Name="VCLinkerTool" 
    1072         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" 
    1073         OutputFile=".\Release/NSClient++.exe" 
     1244        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" 
     1245        OutputFile=".\Dist/NSClient++.exe" 
    10741246        LinkIncremental="1" 
    10751247        SuppressStartupBanner="true" 
     
    10781250        IgnoreDefaultLibraryNames="" 
    10791251        ModuleDefinitionFile="" 
     1252        GenerateDebugInformation="false" 
    10801253        ProgramDatabaseFile="" 
    10811254        SubSystem="1" 
     
    10901263      <Tool 
    10911264        Name="VCManifestTool" 
     1265        AdditionalManifestFiles="NSClient++.manifest" 
    10921266      /> 
    10931267      <Tool 
     
    11081282    </Configuration> 
    11091283    <Configuration 
    1110       Name="Debug|Itanium" 
     1284      Name="Nightly|Itanium" 
    11111285      OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    11121286      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
     
    11221296      <Tool 
    11231297        Name="VCCustomBuildTool" 
    1124       /> 
    1125       <Tool 
    1126         Name="VCXMLDataGeneratorTool" 
    1127       /> 
    1128       <Tool 
    1129         Name="VCWebServiceProxyGeneratorTool" 
    1130       /> 
    1131       <Tool 
    1132         Name="VCMIDLTool" 
    1133         TargetEnvironment="2" 
    1134         TypeLibraryName=".\Debug/IconService.tlb" 
    1135         HeaderFileName="" 
    1136       /> 
    1137       <Tool 
    1138         Name="VCCLCompilerTool" 
    1139         Optimization="0" 
    1140         AdditionalIncludeDirectories="include" 
    1141         PreprocessorDefinitions="ARCH_x64" 
    1142         BasicRuntimeChecks="3" 
    1143         RuntimeLibrary="3" 
    1144         UsePrecompiledHeader="2" 
    1145         PrecompiledHeaderThrough="stdafx.h" 
    1146         PrecompiledHeaderFile=".\Debug/IconService.pch" 
    1147         AssemblerListingLocation=".\Debug/" 
    1148         ObjectFile=".\Debug/" 
    1149         ProgramDataBaseFileName=".\Debug/" 
    1150         WarningLevel="3" 
    1151         SuppressStartupBanner="true" 
    1152         Detect64BitPortabilityProblems="false" 
    1153         DebugInformationFormat="3" 
    1154       /> 
    1155       <Tool 
    1156         Name="VCManagedResourceCompilerTool" 
    1157       /> 
    1158       <Tool 
    1159         Name="VCResourceCompilerTool" 
    1160         PreprocessorDefinitions="_DEBUG" 
    1161         Culture="1036" 
    1162         AdditionalIncludeDirectories="./res/" 
    1163       /> 
    1164       <Tool 
    1165         Name="VCPreLinkEventTool" 
    1166       /> 
    1167       <Tool 
    1168         Name="VCLinkerTool" 
    1169         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" 
    1170         OutputFile=".\Debug/NSClient++.exe" 
    1171         LinkIncremental="1" 
    1172         SuppressStartupBanner="true" 
    1173         UACExecutionLevel="2" 
    1174         ModuleDefinitionFile="" 
    1175         GenerateDebugInformation="true" 
    1176         ProgramDatabaseFile=".\Debug/IconService.pdb" 
    1177         SubSystem="1" 
    1178         RandomizedBaseAddress="1" 
    1179         DataExecutionPrevention="0" 
    1180         TargetMachine="5" 
    1181       /> 
    1182       <Tool 
    1183         Name="VCALinkTool" 
    1184       /> 
    1185       <Tool 
    1186         Name="VCManifestTool" 
    1187       /> 
    1188       <Tool 
    1189         Name="VCXDCMakeTool" 
    1190       /> 
    1191       <Tool 
    1192         Name="VCBscMakeTool" 
    1193       /> 
    1194       <Tool 
    1195         Name="VCFxCopTool" 
    1196       /> 
    1197       <Tool 
    1198         Name="VCAppVerifierTool" 
    1199       /> 
    1200       <Tool 
    1201         Name="VCPostBuildEventTool" 
    1202       /> 
    1203     </Configuration> 
    1204     <Configuration 
    1205       Name="Distribution|Itanium" 
    1206       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    1207       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    1208       ConfigurationType="1" 
    1209       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    1210       UseOfMFC="0" 
    1211       ATLMinimizesCRunTimeLibraryUsage="false" 
    1212       CharacterSet="2" 
    1213       > 
    1214       <Tool 
    1215         Name="VCPreBuildEventTool" 
    1216         CommandLine="XAutobuild.exe -f &quot;$(ProjectDir)&quot;" 
    1217       /> 
    1218       <Tool 
    1219         Name="VCCustomBuildTool" 
    1220         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;" 
     1298        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;" 
    12211299        Outputs="$(InputDir)\Dist\$(ProjectName).zip" 
    12221300      /> 
     
    12741352        IgnoreDefaultLibraryNames="" 
    12751353        ModuleDefinitionFile="" 
    1276         GenerateDebugInformation="false" 
    1277         ProgramDatabaseFile="" 
    1278         SubSystem="1" 
    1279         OptimizeForWindows98="1" 
    1280         RandomizedBaseAddress="1" 
    1281         DataExecutionPrevention="0" 
    1282         TargetMachine="5" 
    1283       /> 
    1284       <Tool 
    1285         Name="VCALinkTool" 
    1286       /> 
    1287       <Tool 
    1288         Name="VCManifestTool" 
    1289         AdditionalManifestFiles="NSClient++.manifest" 
    1290       /> 
    1291       <Tool 
    1292         Name="VCXDCMakeTool" 
    1293       /> 
    1294       <Tool 
    1295         Name="VCBscMakeTool" 
    1296       /> 
    1297       <Tool 
    1298         Name="VCFxCopTool" 
    1299       /> 
    1300       <Tool 
    1301         Name="VCAppVerifierTool" 
    1302       /> 
    1303       <Tool 
    1304         Name="VCPostBuildEventTool" 
    1305       /> 
    1306     </Configuration> 
    1307     <Configuration 
    1308       Name="Nightly|Itanium" 
    1309       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
    1310       IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    1311       ConfigurationType="1" 
    1312       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    1313       UseOfMFC="0" 
    1314       ATLMinimizesCRunTimeLibraryUsage="false" 
    1315       CharacterSet="2" 
    1316       > 
    1317       <Tool 
    1318         Name="VCPreBuildEventTool" 
    1319       /> 
    1320       <Tool 
    1321         Name="VCCustomBuildTool" 
    1322         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;" 
    1323         Outputs="$(InputDir)\Dist\$(ProjectName).zip" 
    1324       /> 
    1325       <Tool 
    1326         Name="VCXMLDataGeneratorTool" 
    1327       /> 
    1328       <Tool 
    1329         Name="VCWebServiceProxyGeneratorTool" 
    1330       /> 
    1331       <Tool 
    1332         Name="VCMIDLTool" 
    1333         TargetEnvironment="2" 
    1334         TypeLibraryName=".\Release/IconService.tlb" 
    1335         HeaderFileName="" 
    1336       /> 
    1337       <Tool 
    1338         Name="VCCLCompilerTool" 
    1339         Optimization="2" 
    1340         InlineFunctionExpansion="1" 
    1341         AdditionalIncludeDirectories="include" 
    1342         PreprocessorDefinitions="ARCH_x64" 
    1343         StringPooling="true" 
    1344         RuntimeLibrary="0" 
    1345         EnableFunctionLevelLinking="true" 
    1346         UsePrecompiledHeader="2" 
    1347         PrecompiledHeaderThrough="stdafx.h" 
    1348         PrecompiledHeaderFile=".\Release/IconService.pch" 
    1349         AssemblerListingLocation=".\Release/" 
    1350         ObjectFile=".\Release/" 
    1351         ProgramDataBaseFileName=".\Release/" 
    1352         WarningLevel="3" 
    1353         SuppressStartupBanner="true" 
    1354         Detect64BitPortabilityProblems="false" 
    1355       /> 
    1356       <Tool 
    1357         Name="VCManagedResourceCompilerTool" 
    1358       /> 
    1359       <Tool 
    1360         Name="VCResourceCompilerTool" 
    1361         PreprocessorDefinitions="NDEBUG" 
    1362         Culture="1036" 
    1363         AdditionalIncludeDirectories="./res/" 
    1364       /> 
    1365       <Tool 
    1366         Name="VCPreLinkEventTool" 
    1367       /> 
    1368       <Tool 
    1369         Name="VCLinkerTool" 
    1370         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" 
    1371         OutputFile=".\Dist/NSClient++.exe" 
    1372         LinkIncremental="1" 
    1373         SuppressStartupBanner="true" 
    1374         UACExecutionLevel="2" 
    1375         IgnoreAllDefaultLibraries="false" 
    1376         IgnoreDefaultLibraryNames="" 
    1377         ModuleDefinitionFile="" 
    13781354        ProgramDatabaseFile=".\Release/IconService.pdb" 
    13791355        SubSystem="1" 
     
    25112487          <Tool 
    25122488            Name="VCCustomBuildTool" 
     2489            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(TargetDir)&quot;&quot;&#x0D;&#x0A;" 
     2490            Outputs="$(TargetDir)\$(InputFileName)" 
     2491          /> 
     2492        </FileConfiguration> 
     2493        <FileConfiguration 
     2494          Name="Nightly|x64" 
     2495          > 
     2496          <Tool 
     2497            Name="VCCustomBuildTool" 
     2498            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(TargetDir)&quot;&quot;&#x0D;&#x0A;" 
     2499            Outputs="$(TargetDir)\$(InputFileName)" 
     2500          /> 
     2501        </FileConfiguration> 
     2502        <FileConfiguration 
     2503          Name="Release|Itanium" 
     2504          > 
     2505          <Tool 
     2506            Name="VCCustomBuildTool" 
     2507            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;" 
     2508          /> 
     2509        </FileConfiguration> 
     2510        <FileConfiguration 
     2511          Name="Distribution|Itanium" 
     2512          > 
     2513          <Tool 
     2514            Name="VCCustomBuildTool" 
     2515            CommandLine="echo Copying &quot;$(InputDir)\$(InputName)&quot;...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;&#x0D;&#x0A;" 
     2516            Outputs="$(InputDir)\Dist\$(InputFileName)" 
     2517          /> 
     2518        </FileConfiguration> 
     2519        <FileConfiguration 
     2520          Name="Nightly|Itanium" 
     2521          > 
     2522          <Tool 
     2523            Name="VCCustomBuildTool" 
    25132524            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;" 
    25142525            Outputs="$(InputDir)\Dist\$(InputFileName)" 
    25152526          /> 
    25162527        </FileConfiguration> 
    2517         <FileConfiguration 
    2518           Name="Nightly|x64" 
    2519           > 
    2520           <Tool 
    2521             Name="VCCustomBuildTool" 
    2522             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;" 
    2523             Outputs="$(InputDir)\Dist\$(InputFileName)" 
    2524           /> 
    2525         </FileConfiguration> 
    2526         <FileConfiguration 
    2527           Name="Release|Itanium" 
    2528           > 
    2529           <Tool 
    2530             Name="VCCustomBuildTool" 
    2531             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;" 
    2532           /> 
    2533         </FileConfiguration> 
    2534         <FileConfiguration 
    2535           Name="Distribution|Itanium" 
    2536           > 
    2537           <Tool 
    2538             Name="VCCustomBuildTool" 
    2539             CommandLine="echo Copying &quot;$(InputDir)\$(InputName)&quot;...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;&#x0D;&#x0A;" 
    2540             Outputs="$(InputDir)\Dist\$(InputFileName)" 
    2541           /> 
    2542         </FileConfiguration> 
    2543         <FileConfiguration 
    2544           Name="Nightly|Itanium" 
    2545           > 
    2546           <Tool 
    2547             Name="VCCustomBuildTool" 
    2548             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;" 
    2549             Outputs="$(InputDir)\Dist\$(InputFileName)" 
    2550           /> 
    2551         </FileConfiguration> 
    25522528      </File> 
    25532529      <File 
     
    28652841            Name="VCCustomBuildTool" 
    28662842            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)&quot;&quot;&#x0D;&#x0A;" 
     2843            AdditionalDependencies="" 
     2844            Outputs="$(TargetDir)\$(InputFileName)" 
     2845          /> 
     2846        </FileConfiguration> 
     2847        <FileConfiguration 
     2848          Name="Nightly|x64" 
     2849          > 
     2850          <Tool 
     2851            Name="VCCustomBuildTool" 
     2852            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)&quot;&quot;&#x0D;&#x0A;" 
     2853            AdditionalDependencies="" 
     2854            Outputs="$(TargetDir)\$(InputFileName)" 
     2855          /> 
     2856        </FileConfiguration> 
     2857        <FileConfiguration 
     2858          Name="Distribution|Itanium" 
     2859          > 
     2860          <Tool 
     2861            Name="VCCustomBuildTool" 
     2862            CommandLine="echo Copying &quot;$(InputDir)\$(InputFileName)&quot;...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)&quot;&quot;&#x0D;&#x0A;" 
    28672863            Outputs="$(TargetDir)\$(InputFileName) " 
    28682864          /> 
    28692865        </FileConfiguration> 
    28702866        <FileConfiguration 
    2871           Name="Nightly|x64" 
     2867          Name="Nightly|Itanium" 
    28722868          > 
    28732869          <Tool 
     
    28772873          /> 
    28782874        </FileConfiguration> 
    2879         <FileConfiguration 
    2880           Name="Distribution|Itanium" 
    2881           > 
    2882           <Tool 
    2883             Name="VCCustomBuildTool" 
    2884             CommandLine="echo Copying &quot;$(InputDir)\$(InputFileName)&quot;...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)&quot;&quot;&#x0D;&#x0A;" 
    2885             Outputs="$(TargetDir)\$(InputFileName) " 
    2886           /> 
    2887         </FileConfiguration> 
    2888         <FileConfiguration 
    2889           Name="Nightly|Itanium" 
    2890           > 
    2891           <Tool 
    2892             Name="VCCustomBuildTool" 
    2893             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(TargetDir)&quot;&#x0D;&#x0A;" 
    2894             Outputs="$(TargetDir)\$(InputFileName) " 
    2895           /> 
    2896         </FileConfiguration> 
    28972875      </File> 
    28982876      <File 
     
    29222900          <Tool 
    29232901            Name="VCCustomBuildTool" 
    2924             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\Dist\$(InputName).ini&quot;&quot;&#x0D;&#x0A;" 
    2925             Outputs="$(InputDir)\Dist\$(InputName).ini" 
     2902            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;" 
     2903            Outputs="$(TargetDir)\$(InputName).ini" 
    29262904          /> 
    29272905        </FileConfiguration> 
     
    29312909          <Tool 
    29322910            Name="VCCustomBuildTool" 
    2933             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\$(InputName).ini&quot;&#x0D;&#x0A;" 
    2934             Outputs="$(InputDir)\Dist\$(InputName).ini" 
     2911            CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(TargetDir)\$(InputName).ini&quot;&quot;&#x0D;&#x0A;" 
     2912            Outputs="$(TargetDir)\$(InputName).ini" 
    29352913          /> 
    29362914        </FileConfiguration> 
     
    30253003          <Tool 
    30263004            Name="VCCustomBuildTool" 
    3027             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy &quot;$(InputDir)\$(InputFileName)&quot; &quot;$(InputDir)\Dist\&quot;&quot;&#x0D;&#x0A;" 
     3005            CommandLine="echo Skipping $(InputFileName)...&#x0D;&#x0A;" 
    30283006            AdditionalDependencies="" 
    3029             Outputs="$(InputDir)\Dist\$(InputFileName)" 
     3007            Outputs="" 
    30303008          /> 
    30313009        </FileConfiguration> 
     
    30363014          <Tool 
    30373015            Name="VCCustomBuildTool" 
    3038             CommandLine="echo Copying $(InputFileName)...&#x0D;&#x0A;cmd /c &quot;copy $(InputDir)\$(InputFileName) $(InputDir)\Dist\&quot;&#x0D;&#x0A;" 
     3016            CommandLine="echo Skipping $(InputFileName)...&#x0D;&#x0A;" 
    30393017            AdditionalDependencies="" 
    3040             Outputs="$(InputDir)\Dist\$(InputFileName)" 
     3018            Outputs="" 
    30413019          /> 
    30423020        </FileConfiguration> 
  • NSClient++.cpp

    r99e4d8f r7e33d82  
    710710    outBufferC[len] = 0; 
    711711 
    712     int neededLen = MultiByteToWideChar(CP_ACP, 0, outBufferC, len, NULL, 0 ); 
     712    int neededLen = MultiByteToWideChar(CP_ACP, 0, outBufferC, static_cast<int>(len), NULL, 0 ); 
    713713    if (neededLen == 0 || neededLen < 0) { 
    714714      LOG_ERROR_STD(_T("Could not convert string: ") + error::lookup::last_error()); 
     
    720720      return NSCAPI::isInvalidBufferLen; 
    721721    } 
    722     *outBufLen = static_cast<unsigned int>(MultiByteToWideChar(CP_ACP, 0, outBufferC, len, outBuf, neededLen )); 
     722    *outBufLen = static_cast<unsigned int>(MultiByteToWideChar(CP_ACP, 0, outBufferC, static_cast<int>(len), outBuf, neededLen )); 
    723723    delete [] inBufferC; 
    724724    if (*outBufLen == 0) { 
  • helpers/XAutoBuild/XAutobuild.cs

    r12edcec r7e33d82  
    161161      xabfile.WriteLine("#define FILEVER        {0},{1},{2},{3}", _filever[0], _filever[1], _filever[2], _filever[3]); 
    162162      xabfile.WriteLine("#define PRODUCTVER     {0},{1},{2},{3}", _productver[0], _productver[1], _productver[2], _productver[3]); 
    163       xabfile.WriteLine("#define STRFILEVER     \"{0}.{1}.{2}.{3}\"", _filever[0], _filever[1], _filever[2], _filever[3]); 
    164       xabfile.WriteLine("#define STRPRODUCTVER  \"{0}.{1}.{2}.{3}\"", _productver[0], _productver[1], _productver[2], _productver[3]); 
    165             xabfile.WriteLine("#define STRPRODUCTDATE  \"{0}\"", DateTime.Now.ToString("yyyy-MM-dd")); 
     163            xabfile.WriteLine("#define STRFILEVER     _T(\"{0}.{1}.{2}.{3}\")", _filever[0], _filever[1], _filever[2], _filever[3]); 
     164            xabfile.WriteLine("#define STRPRODUCTVER  _T(\"{0}.{1}.{2}.{3}\")", _productver[0], _productver[1], _productver[2], _productver[3]); 
     165            xabfile.WriteLine("#define STRPRODUCTDATE  _T(\"{0}\")", DateTime.Now.ToString("yyyy-MM-dd")); 
    166166      xabfile.WriteLine("#endif // AUTOBUILD_H"); 
    167167 
  • include/TSettings.h

    r76aafc4 r7e33d82  
    88{ 
    99public: 
    10   typedef std::list<std::string> sectionList; 
     10  typedef std::list<std::wstring> sectionList; 
    1111  TSettings(void) 
    1212  { 
     
    1616  { 
    1717  } 
    18   virtual std::string getActiveType() = 0; 
     18  virtual std::wstring getActiveType() = 0; 
    1919  virtual sectionList getSections(unsigned int bufferLength = BUFF_LEN) = 0; 
    20   virtual sectionList getSection(std::string section, unsigned int bufferLength = BUFF_LEN) = 0; 
    21   virtual std::string getString(std::string section, std::string key, std::string defaultValue = "") const = 0; 
    22   virtual void setString(std::string section, std::string key, std::string value) = 0; 
    23   virtual int getInt(std::string section, std::string key, int defaultValue = 0) = 0; 
    24   virtual void setInt(std::string section, std::string key, int value) = 0; 
     20  virtual sectionList getSection(std::wstring section, unsigned int bufferLength = BUFF_LEN) = 0; 
     21  virtual std::wstring getString(std::wstring section, std::wstring key, std::wstring defaultValue = _T("")) const = 0; 
     22  virtual void setString(std::wstring section, std::wstring key, std::wstring value) = 0; 
     23  virtual int getInt(std::wstring section, std::wstring key, int defaultValue = 0) = 0; 
     24  virtual void setInt(std::wstring section, std::wstring key, int value) = 0; 
    2525  virtual int getActiveTypeID() = 0; 
    2626}; 
  • include/arrayBuffer.cpp

    r99e4d8f r7e33d82  
    165165  argLen=0; 
    166166  for (std::list<std::wstring>::const_iterator cit=token_list.begin();cit!=token_list.end();++cit) { 
    167     unsigned int len = (*cit).size(); 
     167    size_t len = (*cit).size(); 
    168168    TCHAR* token = new TCHAR[len+1]; 
    169169    wcsncpy_s(token, len+1, (*cit).c_str(), len); 
  • include/b64/b64.h

    r1d9338a r7e33d82  
    148148 */ 
    149149size_t b64_decode(char const *src, size_t srcLen, void *dest, size_t destSize); 
     150//std::wstring b64_decode(std::wstring); 
    150151 
    151152#ifdef __cplusplus 
  • include/msvc_wrappers.h

    r860f310 r7e33d82  
    22 
    33#if (_MSC_VER <= 1300)  // 1300 == VC++ 7.0 
     4#ifdef _UNICODE 
     5#define strncpy_s(dst, dsz, src, ssz) wcsncpy(dst, src, ssz) 
     6#else 
    47#define strncpy_s(dst, dsz, src, ssz) strncpy(dst, src, ssz) 
    58#endif 
     9#define wcsncpy_s(dst, dsz, src, ssz) wcsncpy(dst, src, ssz) 
     10#endif 
  • include/strEx.h

    r99e4d8f r7e33d82  
    6363  } 
    6464  inline std::string wstring_to_string( const std::wstring& str ) { 
    65     return wstring_to_string(str.c_str(), str.length()); 
     65    return wstring_to_string(str.c_str(), static_cast<int>(str.length())); 
    6666  } 
    6767 
     
    8686  } 
    8787  inline std::wstring string_to_wstring( const std::string& str ) { 
    88     return string_to_wstring(str.c_str(),str.length()) ; 
     88    return string_to_wstring(str.c_str(), static_cast<int>(str.length())) ; 
    8989  } 
    9090 
  • include/sysinfo.h

    r99e4d8f r7e33d82  
    2929    SystemInfoException(std::wstring error) : error_(error) 
    3030    {} 
    31     /* 
    3231    std::wstring getError() const { 
    3332      return error_; 
    3433    } 
    35     */ 
    3634 
    3735  }; 
  • modules/CheckDisk/CheckDisk-2005.vcproj

    r99e4d8f r7e33d82  
    109109      ConfigurationType="2" 
    110110      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    111       CharacterSet="2" 
     111      CharacterSet="1" 
    112112      > 
    113113      <Tool 
     
    270270      ConfigurationType="2" 
    271271      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    272       CharacterSet="2" 
     272      CharacterSet="1" 
    273273      > 
    274274      <Tool 
     
    350350      ConfigurationType="2" 
    351351      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    352       CharacterSet="2" 
     352      CharacterSet="1" 
    353353      > 
    354354      <Tool 
     
    429429      ConfigurationType="2" 
    430430      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    431       CharacterSet="2" 
     431      CharacterSet="1" 
    432432      > 
    433433      <Tool 
     
    505505    <Configuration 
    506506      Name="Nightly|Win32" 
    507       OutputDirectory="$(ConfigurationName)" 
     507      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    508508      IntermediateDirectory="$(ConfigurationName)" 
    509509      ConfigurationType="2" 
    510510      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    511       CharacterSet="2" 
     511      CharacterSet="1" 
    512512      > 
    513513      <Tool 
     
    532532        UsePrecompiledHeader="2" 
    533533        WarningLevel="3" 
    534         Detect64BitPortabilityProblems="false" 
    535534        DebugInformationFormat="3" 
    536535      /> 
     
    546545      <Tool 
    547546        Name="VCLinkerTool" 
    548         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    549547        LinkIncremental="1" 
    550548        ModuleDefinitionFile="CheckDisk.def" 
    551         GenerateDebugInformation="true" 
     549        GenerateDebugInformation="false" 
    552550        SubSystem="2" 
    553551        OptimizeReferences="2" 
    554552        EnableCOMDATFolding="2" 
    555         ImportLibrary="$(OutDir)/CheckDisk.lib" 
    556553        TargetMachine="1" 
    557554      /> 
     
    583580    <Configuration 
    584581      Name="Nightly|x64" 
    585       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     582      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    586583      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    587584      ConfigurationType="2" 
    588585      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    589       CharacterSet="2" 
     586      CharacterSet="1" 
    590587      > 
    591588      <Tool 
     
    611608        UsePrecompiledHeader="2" 
    612609        WarningLevel="3" 
    613         Detect64BitPortabilityProblems="false" 
    614610        DebugInformationFormat="3" 
    615611      /> 
     
    625621      <Tool 
    626622        Name="VCLinkerTool" 
    627         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    628623        LinkIncremental="1" 
    629624        ModuleDefinitionFile="CheckDisk.def" 
    630         GenerateDebugInformation="true" 
     625        GenerateDebugInformation="false" 
    631626        SubSystem="2" 
    632627        OptimizeReferences="2" 
    633628        EnableCOMDATFolding="2" 
    634         ImportLibrary="$(OutDir)/CheckDisk.lib" 
    635629        TargetMachine="17" 
    636630      /> 
     
    666660      ConfigurationType="2" 
    667661      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    668       CharacterSet="2" 
     662      CharacterSet="1" 
    669663      > 
    670664      <Tool 
     
    747741      ConfigurationType="2" 
    748742      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    749       CharacterSet="2" 
     743      CharacterSet="1" 
    750744      > 
    751745      <Tool 
  • modules/CheckEventLog/CheckEventLog-2005.vcproj

    r99e4d8f r7e33d82  
    2828      ConfigurationType="2" 
    2929      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    30       CharacterSet="2" 
     30      CharacterSet="1" 
    3131      > 
    3232      <Tool 
     
    108108      ConfigurationType="2" 
    109109      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    110       CharacterSet="2" 
     110      CharacterSet="1" 
    111111      > 
    112112      <Tool 
     
    271271      ConfigurationType="2" 
    272272      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    273       CharacterSet="2" 
     273      CharacterSet="1" 
    274274      > 
    275275      <Tool 
     
    354354      ConfigurationType="2" 
    355355      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    356       CharacterSet="2" 
     356      CharacterSet="1" 
    357357      > 
    358358      <Tool 
     
    434434      ConfigurationType="2" 
    435435      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    436       CharacterSet="2" 
     436      CharacterSet="1" 
    437437      > 
    438438      <Tool 
     
    511511    <Configuration 
    512512      Name="Nightly|Win32" 
    513       OutputDirectory="$(ConfigurationName)" 
     513      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    514514      IntermediateDirectory="$(ConfigurationName)" 
    515515      ConfigurationType="2" 
    516516      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    517       CharacterSet="2" 
     517      CharacterSet="1" 
    518518      > 
    519519      <Tool 
     
    537537        AdditionalIncludeDirectories="../include;../../include" 
    538538        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    539         RuntimeLibrary="0" 
    540539        UsePrecompiledHeader="2" 
    541540        WarningLevel="3" 
    542         Detect64BitPortabilityProblems="false" 
    543541        DebugInformationFormat="3" 
    544542      /> 
     
    554552      <Tool 
    555553        Name="VCLinkerTool" 
    556         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    557554        LinkIncremental="1" 
    558555        ModuleDefinitionFile="CheckEventLog.def" 
    559         GenerateDebugInformation="true" 
    560556        SubSystem="2" 
    561557        OptimizeReferences="2" 
    562558        EnableCOMDATFolding="2" 
    563         ImportLibrary="$(OutDir)/CheckEventLog.lib" 
    564559        TargetMachine="1" 
    565560      /> 
     
    591586    <Configuration 
    592587      Name="Nightly|x64" 
    593       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     588      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    594589      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    595590      ConfigurationType="2" 
    596591      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    597       CharacterSet="2" 
     592      CharacterSet="1" 
    598593      > 
    599594      <Tool 
     
    618613        AdditionalIncludeDirectories="../include;../../include" 
    619614        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;" 
    620         RuntimeLibrary="0" 
    621615        UsePrecompiledHeader="2" 
    622616        WarningLevel="3" 
    623         Detect64BitPortabilityProblems="false" 
    624617        DebugInformationFormat="3" 
    625618      /> 
     
    635628      <Tool 
    636629        Name="VCLinkerTool" 
    637         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    638630        LinkIncremental="1" 
    639631        ModuleDefinitionFile="CheckEventLog.def" 
    640         GenerateDebugInformation="true" 
    641632        SubSystem="2" 
    642633        OptimizeReferences="2" 
    643634        EnableCOMDATFolding="2" 
    644         ImportLibrary="$(OutDir)/CheckEventLog.lib" 
    645635        TargetMachine="17" 
    646636      /> 
     
    676666      ConfigurationType="2" 
    677667      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    678       CharacterSet="2" 
     668      CharacterSet="1" 
    679669      > 
    680670      <Tool 
     
    758748      ConfigurationType="2" 
    759749      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    760       CharacterSet="2" 
     750      CharacterSet="1" 
    761751      > 
    762752      <Tool 
  • modules/CheckHelpers/CheckHelpers-2005.vcproj

    r99e4d8f r7e33d82  
    109109      ConfigurationType="2" 
    110110      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    111       CharacterSet="2" 
     111      CharacterSet="1" 
    112112      > 
    113113      <Tool 
     
    191191      ConfigurationType="2" 
    192192      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    193       CharacterSet="2" 
     193      CharacterSet="1" 
    194194      > 
    195195      <Tool 
     
    270270      ConfigurationType="2" 
    271271      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    272       CharacterSet="2" 
     272      CharacterSet="1" 
    273273      > 
    274274      <Tool 
     
    350350      ConfigurationType="2" 
    351351      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    352       CharacterSet="2" 
     352      CharacterSet="1" 
    353353      > 
    354354      <Tool 
     
    429429      ConfigurationType="2" 
    430430      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    431       CharacterSet="2" 
     431      CharacterSet="1" 
    432432      > 
    433433      <Tool 
     
    505505    <Configuration 
    506506      Name="Nightly|Win32" 
    507       OutputDirectory="$(ConfigurationName)" 
     507      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    508508      IntermediateDirectory="$(ConfigurationName)" 
    509509      ConfigurationType="2" 
    510510      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    511       CharacterSet="2" 
     511      CharacterSet="1" 
    512512      > 
    513513      <Tool 
     
    530530        AdditionalIncludeDirectories="../include;../../include" 
    531531        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    532         RuntimeLibrary="0" 
    533532        UsePrecompiledHeader="2" 
    534533        WarningLevel="3" 
    535         Detect64BitPortabilityProblems="false" 
    536534        DebugInformationFormat="3" 
    537535      /> 
     
    547545      <Tool 
    548546        Name="VCLinkerTool" 
    549         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    550547        LinkIncremental="1" 
    551548        ModuleDefinitionFile="CheckHelpers.def" 
    552         GenerateDebugInformation="true" 
     549        GenerateDebugInformation="false" 
    553550        SubSystem="2" 
    554551        OptimizeReferences="2" 
    555552        EnableCOMDATFolding="2" 
    556         ImportLibrary="$(OutDir)/CheckHelpers.lib" 
    557553        TargetMachine="1" 
    558554      /> 
     
    584580    <Configuration 
    585581      Name="Nightly|x64" 
    586       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     582      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    587583      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    588584      ConfigurationType="2" 
    589585      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    590       CharacterSet="2" 
     586      CharacterSet="1" 
    591587      > 
    592588      <Tool 
     
    610606        AdditionalIncludeDirectories="../include;../../include" 
    611607        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    612         RuntimeLibrary="0" 
    613608        UsePrecompiledHeader="2" 
    614609        WarningLevel="3" 
    615         Detect64BitPortabilityProblems="false" 
    616610        DebugInformationFormat="3" 
    617611      /> 
     
    627621      <Tool 
    628622        Name="VCLinkerTool" 
    629         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    630623        LinkIncremental="1" 
    631624        ModuleDefinitionFile="CheckHelpers.def" 
    632         GenerateDebugInformation="true" 
     625        GenerateDebugInformation="false" 
    633626        SubSystem="2" 
    634627        OptimizeReferences="2" 
    635628        EnableCOMDATFolding="2" 
    636         ImportLibrary="$(OutDir)/CheckHelpers.lib" 
    637629        TargetMachine="17" 
    638630      /> 
     
    668660      ConfigurationType="2" 
    669661      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    670       CharacterSet="2" 
     662      CharacterSet="1" 
    671663      > 
    672664      <Tool 
     
    749741      ConfigurationType="2" 
    750742      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    751       CharacterSet="2" 
     743      CharacterSet="1" 
    752744      > 
    753745      <Tool 
  • modules/CheckSystem/CheckSystem-2005.vcproj

    r99e4d8f r7e33d82  
    110110      ConfigurationType="2" 
    111111      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    112       CharacterSet="2" 
     112      CharacterSet="1" 
    113113      > 
    114114      <Tool 
     
    273273      ConfigurationType="2" 
    274274      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    275       CharacterSet="2" 
     275      CharacterSet="1" 
    276276      > 
    277277      <Tool 
     
    354354      ConfigurationType="2" 
    355355      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    356       CharacterSet="2" 
     356      CharacterSet="1" 
    357357      > 
    358358      <Tool 
     
    434434      ConfigurationType="2" 
    435435      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    436       CharacterSet="2" 
     436      CharacterSet="1" 
    437437      > 
    438438      <Tool 
     
    511511    <Configuration 
    512512      Name="Nightly|Win32" 
    513       OutputDirectory="$(ConfigurationName)" 
     513      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    514514      IntermediateDirectory="$(ConfigurationName)" 
    515515      ConfigurationType="2" 
    516516      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    517       CharacterSet="2" 
     517      CharacterSet="1" 
    518518      > 
    519519      <Tool 
     
    536536        AdditionalIncludeDirectories="../../include" 
    537537        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    538         RuntimeLibrary="0" 
    539538        UsePrecompiledHeader="2" 
    540539        WarningLevel="3" 
    541         Detect64BitPortabilityProblems="false" 
    542540        DebugInformationFormat="3" 
    543541      /> 
     
    554552        Name="VCLinkerTool" 
    555553        AdditionalDependencies="Pdh.lib" 
    556         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    557554        LinkIncremental="1" 
    558555        ModuleDefinitionFile="CheckSystem.def" 
    559         GenerateDebugInformation="true" 
     556        GenerateDebugInformation="false" 
    560557        SubSystem="2" 
    561558        OptimizeReferences="2" 
    562559        EnableCOMDATFolding="2" 
    563         ImportLibrary="$(OutDir)/CheckSystem.lib" 
    564560        TargetMachine="1" 
    565561      /> 
     
    591587    <Configuration 
    592588      Name="Nightly|x64" 
    593       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     589      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    594590      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    595591      ConfigurationType="2" 
    596592      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    597       CharacterSet="2" 
     593      CharacterSet="1" 
    598594      > 
    599595      <Tool 
     
    617613        AdditionalIncludeDirectories="../../include" 
    618614        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    619         RuntimeLibrary="0" 
    620615        UsePrecompiledHeader="2" 
    621616        WarningLevel="3" 
    622         Detect64BitPortabilityProblems="false" 
    623617        DebugInformationFormat="3" 
    624618      /> 
     
    635629        Name="VCLinkerTool" 
    636630        AdditionalDependencies="Pdh.lib" 
    637         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    638631        LinkIncremental="1" 
    639632        ModuleDefinitionFile="CheckSystem.def" 
    640         GenerateDebugInformation="true" 
     633        GenerateDebugInformation="false" 
    641634        SubSystem="2" 
    642635        OptimizeReferences="2" 
    643636        EnableCOMDATFolding="2" 
    644         ImportLibrary="$(OutDir)/CheckSystem.lib" 
    645637        TargetMachine="17" 
    646638      /> 
     
    676668      ConfigurationType="2" 
    677669      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    678       CharacterSet="2" 
     670      CharacterSet="1" 
    679671      > 
    680672      <Tool 
     
    758750      ConfigurationType="2" 
    759751      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    760       CharacterSet="2" 
     752      CharacterSet="1" 
    761753      > 
    762754      <Tool 
  • modules/CheckSystem/PDHCollector.cpp

    r99e4d8f r7e33d82  
    104104    } catch (const systemInfo::SystemInfoException &e) { 
    105105      NSC_LOG_ERROR_STD(_T("To manual set performance counters you need to first set ") C_SYSTEM_AUTODETECT_PDH _T("=0 in the config file, and then you also need to configure the various counter.")); 
     106      NSC_LOG_ERROR_STD(_T("The Error: ") + e.getError()); 
    106107      return -1; 
    107108    } 
  • modules/CheckWMI/CheckWMI-2005.vcproj

    r99e4d8f r7e33d82  
    111111      ConfigurationType="2" 
    112112      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    113       CharacterSet="2" 
     113      CharacterSet="1" 
    114114      > 
    115115      <Tool 
     
    195195      ConfigurationType="2" 
    196196      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    197       CharacterSet="2" 
     197      CharacterSet="1" 
    198198      > 
    199199      <Tool 
     
    276276      ConfigurationType="2" 
    277277      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    278       CharacterSet="2" 
     278      CharacterSet="1" 
    279279      > 
    280280      <Tool 
     
    358358      ConfigurationType="2" 
    359359      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    360       CharacterSet="2" 
     360      CharacterSet="1" 
    361361      > 
    362362      <Tool 
     
    439439      ConfigurationType="2" 
    440440      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    441       CharacterSet="2" 
     441      CharacterSet="1" 
    442442      > 
    443443      <Tool 
     
    517517    <Configuration 
    518518      Name="Nightly|Win32" 
    519       OutputDirectory="$(ConfigurationName)" 
     519      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    520520      IntermediateDirectory="$(ConfigurationName)" 
    521521      ConfigurationType="2" 
    522522      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    523       CharacterSet="2" 
     523      CharacterSet="1" 
    524524      > 
    525525      <Tool 
     
    542542        AdditionalIncludeDirectories="../include;../../include" 
    543543        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    544         RuntimeLibrary="0" 
    545544        UsePrecompiledHeader="2" 
    546545        WarningLevel="3" 
    547         Detect64BitPortabilityProblems="false" 
    548546        DebugInformationFormat="3" 
    549547      /> 
     
    560558        Name="VCLinkerTool" 
    561559        AdditionalDependencies="Wbemuuid.lib" 
    562         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    563560        LinkIncremental="1" 
    564561        AdditionalLibraryDirectories="" 
    565562        ModuleDefinitionFile="CheckWMI.def" 
    566         GenerateDebugInformation="true" 
     563        GenerateDebugInformation="false" 
    567564        SubSystem="2" 
    568565        OptimizeReferences="2" 
    569566        EnableCOMDATFolding="2" 
    570         ImportLibrary="$(OutDir)/CheckWMI.lib" 
    571567        TargetMachine="1" 
    572568      /> 
     
    598594    <Configuration 
    599595      Name="Nightly|x64" 
    600       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     596      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    601597      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    602598      ConfigurationType="2" 
    603599      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    604       CharacterSet="2" 
     600      CharacterSet="1" 
    605601      > 
    606602      <Tool 
     
    624620        AdditionalIncludeDirectories="../include;../../include" 
    625621        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    626         RuntimeLibrary="0" 
    627622        UsePrecompiledHeader="2" 
    628623        WarningLevel="3" 
    629         Detect64BitPortabilityProblems="false" 
    630624        DebugInformationFormat="3" 
    631625      /> 
     
    642636        Name="VCLinkerTool" 
    643637        AdditionalDependencies="Wbemuuid.lib" 
    644         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    645638        LinkIncremental="1" 
    646639        AdditionalLibraryDirectories="" 
    647640        ModuleDefinitionFile="CheckWMI.def" 
    648         GenerateDebugInformation="true" 
     641        GenerateDebugInformation="false" 
    649642        SubSystem="2" 
    650643        OptimizeReferences="2" 
    651644        EnableCOMDATFolding="2" 
    652         ImportLibrary="$(OutDir)/CheckWMI.lib" 
    653645        TargetMachine="17" 
    654646      /> 
     
    684676      ConfigurationType="2" 
    685677      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    686       CharacterSet="2" 
     678      CharacterSet="1" 
    687679      > 
    688680      <Tool 
     
    767759      ConfigurationType="2" 
    768760      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    769       CharacterSet="2" 
     761      CharacterSet="1" 
    770762      > 
    771763      <Tool 
  • modules/FileLogger/FileLogger-2005.vcproj

    r99e4d8f r7e33d82  
    2828      ConfigurationType="2" 
    2929      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    30       CharacterSet="2" 
     30      CharacterSet="1" 
    3131      > 
    3232      <Tool 
     
    107107      ConfigurationType="2" 
    108108      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    109       CharacterSet="2" 
     109      CharacterSet="1" 
    110110      > 
    111111      <Tool 
     
    268268      ConfigurationType="2" 
    269269      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    270       CharacterSet="2" 
     270      CharacterSet="1" 
    271271      > 
    272272      <Tool 
     
    350350      ConfigurationType="2" 
    351351      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    352       CharacterSet="2" 
     352      CharacterSet="1" 
    353353      > 
    354354      <Tool 
     
    429429      ConfigurationType="2" 
    430430      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    431       CharacterSet="2" 
     431      CharacterSet="1" 
    432432      > 
    433433      <Tool 
     
    505505    <Configuration 
    506506      Name="Nightly|Win32" 
    507       OutputDirectory="$(ConfigurationName)" 
     507      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    508508      IntermediateDirectory="$(ConfigurationName)" 
    509509      ConfigurationType="2" 
    510510      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    511       CharacterSet="2" 
     511      CharacterSet="1" 
    512512      > 
    513513      <Tool 
     
    530530        AdditionalIncludeDirectories="../include;../../include" 
    531531        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 
    532         RuntimeLibrary="0" 
    533532        UsePrecompiledHeader="2" 
    534533        WarningLevel="3" 
    535         Detect64BitPortabilityProblems="false" 
    536534        DebugInformationFormat="3" 
    537535      /> 
     
    547545      <Tool 
    548546        Name="VCLinkerTool" 
    549         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    550547        LinkIncremental="1" 
    551548        ModuleDefinitionFile="FileLogger.def" 
    552         GenerateDebugInformation="true" 
     549        GenerateDebugInformation="false" 
    553550        SubSystem="2" 
    554551        OptimizeReferences="2" 
    555552        EnableCOMDATFolding="2" 
    556         ImportLibrary="$(OutDir)/FileLogger.lib" 
    557553        TargetMachine="1" 
    558554      /> 
     
    584580    <Configuration 
    585581      Name="Nightly|x64" 
    586       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     582      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    587583      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    588584      ConfigurationType="2" 
    589585      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    590       CharacterSet="2" 
     586      CharacterSet="1" 
    591587      > 
    592588      <Tool 
     
    610606        AdditionalIncludeDirectories="../include;../../include" 
    611607        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    612         RuntimeLibrary="0" 
    613608        UsePrecompiledHeader="2" 
    614609        WarningLevel="3" 
    615         Detect64BitPortabilityProblems="false" 
    616610        DebugInformationFormat="3" 
    617611      /> 
     
    627621      <Tool 
    628622        Name="VCLinkerTool" 
    629         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    630623        LinkIncremental="1" 
    631624        ModuleDefinitionFile="FileLogger.def" 
    632         GenerateDebugInformation="true" 
     625        GenerateDebugInformation="false" 
    633626        SubSystem="2" 
    634627        OptimizeReferences="2" 
    635628        EnableCOMDATFolding="2" 
    636         ImportLibrary="$(OutDir)/FileLogger.lib" 
    637629        TargetMachine="17" 
    638630      /> 
     
    668660      ConfigurationType="2" 
    669661      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    670       CharacterSet="2" 
     662      CharacterSet="1" 
    671663      > 
    672664      <Tool 
     
    749741      ConfigurationType="2" 
    750742      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    751       CharacterSet="2" 
     743      CharacterSet="1" 
    752744      > 
    753745      <Tool 
  • modules/FileLogger/FileLogger.cpp

    r99e4d8f r7e33d82  
    6565} 
    6666void FileLogger::handleMessage(int msgType, TCHAR* file, int line, TCHAR* message) { 
    67   TCHAR buffer[64]; 
     67  TCHAR buffer[65]; 
    6868  std::wofstream stream(file_.c_str(), std::ios::app); 
    6969  __time64_t ltime; 
     
    7373    size_t len = wcsftime(buffer, 63, format_.c_str(), today); 
    7474    if ((len < 1)||(len > 64)) 
    75       wcsncpy(buffer, _T("???"), 63); 
     75      wcsncpy_s(buffer, 64, _T("???"), 63); 
    7676    else 
    7777      buffer[len] = 0; 
    7878  } else { 
    79     wcsncpy(buffer, _T("???"), 63); 
     79    wcsncpy_s(buffer, 64, _T("???"), 63); 
    8080  } 
    8181  stream << buffer << _T(": ") << NSCHelper::translateMessageType(msgType) << _T(":") << file << _T(":") << line << _T(": ") << message << std::endl; 
     
    9090 
    9191 
    92 MODULE_SETTINGS_START(FileLogger, _T("File logger configuration")),PAGE(_T("Filelogger")) 
     92MODULE_SETTINGS_START(FileLogger, _T("File logger configuration"),_T("...")) 
     93PAGE(_T("Filelogger")) 
    9394 
    9495ITEM_CHECK_BOOL(_T("Log debug messages"), _T("Enable this to log debug messages (when running with /test debuglog is always enabled)")) 
  • modules/NRPEListener/NRPEListener-2005.vcproj

    r99e4d8f r7e33d82  
    111111      ConfigurationType="2" 
    112112      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    113       CharacterSet="2" 
     113      CharacterSet="1" 
    114114      > 
    115115      <Tool 
     
    196196      ConfigurationType="2" 
    197197      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    198       CharacterSet="2" 
     198      CharacterSet="1" 
    199199      > 
    200200      <Tool 
     
    277277      ConfigurationType="2" 
    278278      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    279       CharacterSet="2" 
     279      CharacterSet="1" 
    280280      > 
    281281      <Tool 
     
    359359      ConfigurationType="2" 
    360360      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    361       CharacterSet="2" 
     361      CharacterSet="1" 
    362362      > 
    363363      <Tool 
     
    439439      ConfigurationType="2" 
    440440      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    441       CharacterSet="2" 
     441      CharacterSet="1" 
    442442      > 
    443443      <Tool 
     
    516516    <Configuration 
    517517      Name="Nightly|Win32" 
    518       OutputDirectory="$(ConfigurationName)" 
     518      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    519519      IntermediateDirectory="$(ConfigurationName)" 
    520520      ConfigurationType="2" 
    521521      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    522       CharacterSet="2" 
     522      CharacterSet="1" 
    523523      > 
    524524      <Tool 
     
    541541        AdditionalIncludeDirectories="../include;../../include" 
    542542        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    543         RuntimeLibrary="0" 
    544543        UsePrecompiledHeader="2" 
    545544        WarningLevel="3" 
    546         Detect64BitPortabilityProblems="false" 
    547545        DebugInformationFormat="3" 
    548546      /> 
     
    559557        Name="VCLinkerTool" 
    560558        AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 
    561         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    562559        LinkIncremental="1" 
    563560        ModuleDefinitionFile="NRPEListener.def" 
    564         GenerateDebugInformation="true" 
     561        GenerateDebugInformation="false" 
    565562        SubSystem="2" 
    566563        OptimizeReferences="2" 
    567564        EnableCOMDATFolding="2" 
    568         ImportLibrary="$(OutDir)/NRPEListener.lib" 
    569565        TargetMachine="1" 
    570566      /> 
     
    596592    <Configuration 
    597593      Name="Nightly|x64" 
    598       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     594      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    599595      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    600596      ConfigurationType="2" 
    601597      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    602       CharacterSet="2" 
     598      CharacterSet="1" 
    603599      > 
    604600      <Tool 
     
    622618        AdditionalIncludeDirectories="../include;../../include" 
    623619        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    624         RuntimeLibrary="2" 
    625620        UsePrecompiledHeader="2" 
    626621        WarningLevel="3" 
    627         Detect64BitPortabilityProblems="false" 
    628622        DebugInformationFormat="3" 
    629623      /> 
     
    640634        Name="VCLinkerTool" 
    641635        AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 
    642         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    643636        LinkIncremental="1" 
    644637        ModuleDefinitionFile="NRPEListener.def" 
    645         GenerateDebugInformation="true" 
     638        GenerateDebugInformation="false" 
    646639        SubSystem="2" 
    647640        OptimizeReferences="2" 
    648641        EnableCOMDATFolding="2" 
    649         ImportLibrary="$(OutDir)/NRPEListener.lib" 
    650642        TargetMachine="17" 
    651643      /> 
     
    681673      ConfigurationType="2" 
    682674      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    683       CharacterSet="2" 
     675      CharacterSet="1" 
    684676      > 
    685677      <Tool 
     
    764756      ConfigurationType="2" 
    765757      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    766       CharacterSet="2" 
     758      CharacterSet="1" 
    767759      > 
    768760      <Tool 
  • modules/NSClientListener/NSClientListener-2005.vcproj

    r99e4d8f r7e33d82  
    110110      ConfigurationType="2" 
    111111      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    112       CharacterSet="2" 
     112      CharacterSet="1" 
    113113      > 
    114114      <Tool 
     
    193193      ConfigurationType="2" 
    194194      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    195       CharacterSet="2" 
     195      CharacterSet="1" 
    196196      > 
    197197      <Tool 
     
    273273      ConfigurationType="2" 
    274274      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    275       CharacterSet="2" 
     275      CharacterSet="1" 
    276276      > 
    277277      <Tool 
     
    354354      ConfigurationType="2" 
    355355      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    356       CharacterSet="2" 
     356      CharacterSet="1" 
    357357      > 
    358358      <Tool 
     
    434434      ConfigurationType="2" 
    435435      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    436       CharacterSet="2" 
     436      CharacterSet="1" 
    437437      > 
    438438      <Tool 
     
    511511    <Configuration 
    512512      Name="Nightly|Win32" 
    513       OutputDirectory="$(ConfigurationName)" 
     513      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    514514      IntermediateDirectory="$(ConfigurationName)" 
    515515      ConfigurationType="2" 
    516516      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    517       CharacterSet="2" 
     517      CharacterSet="1" 
    518518      > 
    519519      <Tool 
     
    536536        AdditionalIncludeDirectories="../include;../../include" 
    537537        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 
    538         RuntimeLibrary="0" 
    539538        UsePrecompiledHeader="2" 
    540539        WarningLevel="3" 
    541         Detect64BitPortabilityProblems="false" 
    542540        DebugInformationFormat="3" 
    543541      /> 
     
    554552        Name="VCLinkerTool" 
    555553        AdditionalDependencies="ws2_32.lib" 
    556         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    557554        LinkIncremental="1" 
    558555        ModuleDefinitionFile="NSClientListener.def" 
    559         GenerateDebugInformation="true" 
     556        GenerateDebugInformation="false" 
    560557        SubSystem="2" 
    561558        OptimizeReferences="2" 
    562559        EnableCOMDATFolding="2" 
    563         ImportLibrary="$(OutDir)/NSClientListener.lib" 
    564560        TargetMachine="1" 
    565561      /> 
     
    591587    <Configuration 
    592588      Name="Nightly|x64" 
    593       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     589      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    594590      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    595591      ConfigurationType="2" 
    596592      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    597       CharacterSet="2" 
     593      CharacterSet="1" 
    598594      > 
    599595      <Tool 
     
    617613        AdditionalIncludeDirectories="../include;../../include" 
    618614        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    619         RuntimeLibrary="0" 
    620615        UsePrecompiledHeader="2" 
    621616        WarningLevel="3" 
    622         Detect64BitPortabilityProblems="false" 
    623617        DebugInformationFormat="3" 
    624618      /> 
     
    635629        Name="VCLinkerTool" 
    636630        AdditionalDependencies="ws2_32.lib" 
    637         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    638631        LinkIncremental="1" 
    639632        ModuleDefinitionFile="NSClientListener.def" 
    640         GenerateDebugInformation="true" 
     633        GenerateDebugInformation="false" 
    641634        SubSystem="2" 
    642635        OptimizeReferences="2" 
    643636        EnableCOMDATFolding="2" 
    644         ImportLibrary="$(OutDir)/NSClientListener.lib" 
    645637        TargetMachine="17" 
    646638      /> 
     
    676668      ConfigurationType="2" 
    677669      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    678       CharacterSet="2" 
     670      CharacterSet="1" 
    679671      > 
    680672      <Tool 
     
    758750      ConfigurationType="2" 
    759751      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    760       CharacterSet="2" 
     752      CharacterSet="1" 
    761753      > 
    762754      <Tool 
  • modules/RemoteConfiguration/RemoteConfiguration-2005.vcproj

    r99e4d8f r7e33d82  
    109109      ConfigurationType="2" 
    110110      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    111       CharacterSet="2" 
     111      CharacterSet="1" 
    112112      > 
    113113      <Tool 
     
    191191      ConfigurationType="2" 
    192192      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    193       CharacterSet="2" 
     193      CharacterSet="1" 
    194194      > 
    195195      <Tool 
     
    270270      ConfigurationType="2" 
    271271      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    272       CharacterSet="2" 
     272      CharacterSet="1" 
    273273      > 
    274274      <Tool 
     
    350350      ConfigurationType="2" 
    351351      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    352       CharacterSet="2" 
     352      CharacterSet="1" 
    353353      > 
    354354      <Tool 
     
    429429      ConfigurationType="2" 
    430430      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    431       CharacterSet="2" 
     431      CharacterSet="1" 
    432432      > 
    433433      <Tool 
     
    505505    <Configuration 
    506506      Name="Nightly|Win32" 
    507       OutputDirectory="$(ConfigurationName)" 
     507      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    508508      IntermediateDirectory="$(ConfigurationName)" 
    509509      ConfigurationType="2" 
    510510      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    511       CharacterSet="2" 
     511      CharacterSet="1" 
    512512      > 
    513513      <Tool 
     
    530530        AdditionalIncludeDirectories="../include;../../include" 
    531531        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS" 
    532         RuntimeLibrary="0" 
    533532        UsePrecompiledHeader="2" 
    534533        WarningLevel="3" 
    535         Detect64BitPortabilityProblems="false" 
    536534        DebugInformationFormat="3" 
    537535      /> 
     
    547545      <Tool 
    548546        Name="VCLinkerTool" 
    549         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    550547        LinkIncremental="1" 
    551548        ModuleDefinitionFile="RemoteConfiguration.def" 
    552         GenerateDebugInformation="true" 
     549        GenerateDebugInformation="false" 
    553550        SubSystem="2" 
    554551        OptimizeReferences="2" 
    555552        EnableCOMDATFolding="2" 
    556         ImportLibrary="$(OutDir)/RemoteConfiguration.lib" 
    557553        TargetMachine="1" 
    558554      /> 
     
    584580    <Configuration 
    585581      Name="Nightly|x64" 
    586       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     582      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    587583      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    588584      ConfigurationType="2" 
    589585      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    590       CharacterSet="2" 
     586      CharacterSet="1" 
    591587      > 
    592588      <Tool 
     
    610606        AdditionalIncludeDirectories="../include;../../include" 
    611607        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    612         RuntimeLibrary="2" 
    613608        UsePrecompiledHeader="2" 
    614609        WarningLevel="3" 
    615         Detect64BitPortabilityProblems="false" 
    616610        DebugInformationFormat="3" 
    617611      /> 
     
    627621      <Tool 
    628622        Name="VCLinkerTool" 
    629         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    630623        LinkIncremental="1" 
    631624        ModuleDefinitionFile="RemoteConfiguration.def" 
    632         GenerateDebugInformation="true" 
     625        GenerateDebugInformation="false" 
    633626        SubSystem="2" 
    634627        OptimizeReferences="2" 
    635628        EnableCOMDATFolding="2" 
    636         ImportLibrary="$(OutDir)/RemoteConfiguration.lib" 
    637629        TargetMachine="17" 
    638630      /> 
     
    668660      ConfigurationType="2" 
    669661      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    670       CharacterSet="2" 
     662      CharacterSet="1" 
    671663      > 
    672664      <Tool 
     
    749741      ConfigurationType="2" 
    750742      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    751       CharacterSet="2" 
     743      CharacterSet="1" 
    752744      > 
    753745      <Tool 
  • modules/SysTray/SysTray-2005.vcproj

    r99e4d8f r7e33d82  
    107107      ConfigurationType="2" 
    108108      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    109       CharacterSet="2" 
     109      CharacterSet="1" 
    110110      > 
    111111      <Tool 
     
    265265      ConfigurationType="2" 
    266266      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    267       CharacterSet="2" 
     267      CharacterSet="1" 
    268268      > 
    269269      <Tool 
     
    344344      ConfigurationType="2" 
    345345      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    346       CharacterSet="2" 
     346      CharacterSet="1" 
    347347      > 
    348348      <Tool 
     
    423423      ConfigurationType="2" 
    424424      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    425       CharacterSet="2" 
     425      CharacterSet="1" 
    426426      > 
    427427      <Tool 
     
    499499    <Configuration 
    500500      Name="Nightly|Win32" 
    501       OutputDirectory="$(ConfigurationName)" 
     501      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    502502      IntermediateDirectory="$(ConfigurationName)" 
    503503      ConfigurationType="2" 
    504504      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    505       CharacterSet="2" 
     505      CharacterSet="1" 
    506506      > 
    507507      <Tool 
     
    524524        AdditionalIncludeDirectories="../include;../../include" 
    525525        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 
    526         RuntimeLibrary="0" 
    527526        UsePrecompiledHeader="2" 
    528527        WarningLevel="3" 
    529         Detect64BitPortabilityProblems="false" 
    530528        DebugInformationFormat="3" 
    531529      /> 
     
    541539      <Tool 
    542540        Name="VCLinkerTool" 
    543         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    544541        LinkIncremental="1" 
    545542        ModuleDefinitionFile="SysTray.def" 
    546         GenerateDebugInformation="true" 
     543        GenerateDebugInformation="false" 
    547544        SubSystem="2" 
    548545        OptimizeReferences="2" 
    549546        EnableCOMDATFolding="2" 
    550         ImportLibrary="$(OutDir)/SysTray.lib" 
    551547        TargetMachine="1" 
    552548      /> 
     
    578574    <Configuration 
    579575      Name="Nightly|x64" 
    580       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     576      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    581577      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    582578      ConfigurationType="2" 
    583579      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    584       CharacterSet="2" 
     580      CharacterSet="1" 
    585581      > 
    586582      <Tool 
     
    604600        AdditionalIncludeDirectories="../include;../../include" 
    605601        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    606         RuntimeLibrary="0" 
    607602        UsePrecompiledHeader="2" 
    608603        WarningLevel="3" 
    609         Detect64BitPortabilityProblems="false" 
    610604        DebugInformationFormat="3" 
    611605      /> 
     
    621615      <Tool 
    622616        Name="VCLinkerTool" 
    623         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    624617        LinkIncremental="1" 
    625618        ModuleDefinitionFile="SysTray.def" 
    626         GenerateDebugInformation="true" 
     619        GenerateDebugInformation="false" 
    627620        SubSystem="2" 
    628621        OptimizeReferences="2" 
    629622        EnableCOMDATFolding="2" 
    630         ImportLibrary="$(OutDir)/SysTray.lib" 
    631623        TargetMachine="17" 
    632624      /> 
     
    662654      ConfigurationType="2" 
    663655      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    664       CharacterSet="2" 
     656      CharacterSet="1" 
    665657      > 
    666658      <Tool 
     
    740732      ConfigurationType="2" 
    741733      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    742       CharacterSet="2" 
     734      CharacterSet="1" 
    743735      > 
    744736      <Tool 
  • modules/SysTray/TrayIcon.cpp

    r99e4d8f r7e33d82  
    146146  ndata.uCallbackMessage=WM_ICON_NOTIFY; 
    147147  ndata.hIcon=::LoadIcon(NSCModuleWrapper::getModule(),MAKEINTRESOURCE(IDI_STANDBY)); 
    148   wcsncpy(ndata.szTip,(NSCModuleHelper::getApplicationName() + _T(" - ") + NSCModuleHelper::getApplicationVersionString()).c_str(), 63); 
     148  wcsncpy_s(ndata.szTip, 128, (NSCModuleHelper::getApplicationName() + _T(" - ") + NSCModuleHelper::getApplicationVersionString()).c_str(), 63); 
    149149  Shell_NotifyIcon(NIM_ADD,&ndata); 
    150150} 
  • scripts/ok.bat

    rb0ae738 r7e33d82  
    1 @echo OK: Everything is going to be fine 
     1@echo OK: Everything is going to be fine a 
    22@exit 0 
Note: See TracChangeset for help on using the changeset viewer.