Changeset 9ce8b01 in nscp for modules/CheckSystem


Ignore:
Timestamp:
11/15/06 20:53:39 (7 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1a22e52
Parents:
7aef770
Message:

VC 8.0 compatiblity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckSystem/CheckSystem.vcproj

    rf42280d r9ce8b01  
    22<VisualStudioProject 
    33  ProjectType="Visual C++" 
    4   Version="7.10" 
     4  Version="8.00" 
    55  Name="CheckSystem" 
    66  ProjectGUID="{2FCAF54B-AAD3-4F59-895A-8F9CEAFDC65D}" 
    7   Keyword="Win32Proj"> 
     7  Keyword="Win32Proj" 
     8  > 
    89  <Platforms> 
    910    <Platform 
    10       Name="Win32"/> 
     11      Name="Win32" 
     12    /> 
    1113  </Platforms> 
     14  <ToolFiles> 
     15  </ToolFiles> 
    1216  <Configurations> 
    1317    <Configuration 
     
    1620      IntermediateDirectory="$(ConfigurationName)" 
    1721      ConfigurationType="2" 
    18       CharacterSet="2"> 
     22      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     23      CharacterSet="2" 
     24      > 
     25      <Tool 
     26        Name="VCPreBuildEventTool" 
     27      /> 
     28      <Tool 
     29        Name="VCCustomBuildTool" 
     30      /> 
     31      <Tool 
     32        Name="VCXMLDataGeneratorTool" 
     33      /> 
     34      <Tool 
     35        Name="VCWebServiceProxyGeneratorTool" 
     36      /> 
     37      <Tool 
     38        Name="VCMIDLTool" 
     39      /> 
    1940      <Tool 
    2041        Name="VCCLCompilerTool" 
     
    2243        AdditionalIncludeDirectories="../include;../../include" 
    2344        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
    24         MinimalRebuild="TRUE" 
     45        MinimalRebuild="true" 
    2546        BasicRuntimeChecks="3" 
    2647        RuntimeLibrary="3" 
    27         UsePrecompiledHeader="3" 
     48        UsePrecompiledHeader="2" 
    2849        WarningLevel="3" 
    29         Detect64BitPortabilityProblems="TRUE" 
    30         DebugInformationFormat="4"/> 
    31       <Tool 
    32         Name="VCCustomBuildTool"/> 
     50        Detect64BitPortabilityProblems="true" 
     51        DebugInformationFormat="4" 
     52      /> 
     53      <Tool 
     54        Name="VCManagedResourceCompilerTool" 
     55      /> 
     56      <Tool 
     57        Name="VCResourceCompilerTool" 
     58      /> 
     59      <Tool 
     60        Name="VCPreLinkEventTool" 
     61      /> 
    3362      <Tool 
    3463        Name="VCLinkerTool" 
     
    3766        LinkIncremental="2" 
    3867        ModuleDefinitionFile="CheckSystem.def" 
    39         GenerateDebugInformation="TRUE" 
     68        GenerateDebugInformation="true" 
    4069        ProgramDatabaseFile="$(OutDir)/CheckSystem.pdb" 
    4170        SubSystem="2" 
    4271        ImportLibrary="$(OutDir)/CheckSystem.lib" 
    43         TargetMachine="1"/> 
    44       <Tool 
    45         Name="VCMIDLTool"/> 
    46       <Tool 
    47         Name="VCPostBuildEventTool"/> 
    48       <Tool 
    49         Name="VCPreBuildEventTool"/> 
    50       <Tool 
    51         Name="VCPreLinkEventTool"/> 
    52       <Tool 
    53         Name="VCResourceCompilerTool"/> 
    54       <Tool 
    55         Name="VCWebServiceProxyGeneratorTool"/> 
    56       <Tool 
    57         Name="VCXMLDataGeneratorTool"/> 
    58       <Tool 
    59         Name="VCWebDeploymentTool"/> 
    60       <Tool 
    61         Name="VCManagedWrapperGeneratorTool"/> 
    62       <Tool 
    63         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     72        TargetMachine="1" 
     73      /> 
     74      <Tool 
     75        Name="VCALinkTool" 
     76      /> 
     77      <Tool 
     78        Name="VCManifestTool" 
     79      /> 
     80      <Tool 
     81        Name="VCXDCMakeTool" 
     82      /> 
     83      <Tool 
     84        Name="VCBscMakeTool" 
     85      /> 
     86      <Tool 
     87        Name="VCFxCopTool" 
     88      /> 
     89      <Tool 
     90        Name="VCAppVerifierTool" 
     91      /> 
     92      <Tool 
     93        Name="VCWebDeploymentTool" 
     94      /> 
     95      <Tool 
     96        Name="VCPostBuildEventTool" 
     97      /> 
    6498    </Configuration> 
    6599    <Configuration 
     
    68102      IntermediateDirectory="$(ConfigurationName)" 
    69103      ConfigurationType="2" 
    70       CharacterSet="2"> 
     104      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     105      CharacterSet="2" 
     106      > 
     107      <Tool 
     108        Name="VCPreBuildEventTool" 
     109      /> 
     110      <Tool 
     111        Name="VCCustomBuildTool" 
     112      /> 
     113      <Tool 
     114        Name="VCXMLDataGeneratorTool" 
     115      /> 
     116      <Tool 
     117        Name="VCWebServiceProxyGeneratorTool" 
     118      /> 
     119      <Tool 
     120        Name="VCMIDLTool" 
     121      /> 
    71122      <Tool 
    72123        Name="VCCLCompilerTool" 
     
    74125        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    75126        RuntimeLibrary="2" 
    76         UsePrecompiledHeader="3" 
     127        UsePrecompiledHeader="2" 
    77128        WarningLevel="3" 
    78         Detect64BitPortabilityProblems="TRUE" 
    79         DebugInformationFormat="3"/> 
    80       <Tool 
    81         Name="VCCustomBuildTool"/> 
     129        Detect64BitPortabilityProblems="true" 
     130        DebugInformationFormat="3" 
     131      /> 
     132      <Tool 
     133        Name="VCManagedResourceCompilerTool" 
     134      /> 
     135      <Tool 
     136        Name="VCResourceCompilerTool" 
     137      /> 
     138      <Tool 
     139        Name="VCPreLinkEventTool" 
     140      /> 
    82141      <Tool 
    83142        Name="VCLinkerTool" 
     
    86145        LinkIncremental="1" 
    87146        ModuleDefinitionFile="CheckSystem.def" 
    88         GenerateDebugInformation="TRUE" 
     147        GenerateDebugInformation="true" 
    89148        SubSystem="2" 
    90149        OptimizeReferences="2" 
    91150        EnableCOMDATFolding="2" 
    92151        ImportLibrary="$(OutDir)/CheckSystem.lib" 
    93         TargetMachine="1"/> 
    94       <Tool 
    95         Name="VCMIDLTool"/> 
    96       <Tool 
    97         Name="VCPostBuildEventTool"/> 
    98       <Tool 
    99         Name="VCPreBuildEventTool"/> 
    100       <Tool 
    101         Name="VCPreLinkEventTool"/> 
    102       <Tool 
    103         Name="VCResourceCompilerTool"/> 
    104       <Tool 
    105         Name="VCWebServiceProxyGeneratorTool"/> 
    106       <Tool 
    107         Name="VCXMLDataGeneratorTool"/> 
    108       <Tool 
    109         Name="VCWebDeploymentTool"/> 
    110       <Tool 
    111         Name="VCManagedWrapperGeneratorTool"/> 
    112       <Tool 
    113         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     152        TargetMachine="1" 
     153      /> 
     154      <Tool 
     155        Name="VCALinkTool" 
     156      /> 
     157      <Tool 
     158        Name="VCManifestTool" 
     159      /> 
     160      <Tool 
     161        Name="VCXDCMakeTool" 
     162      /> 
     163      <Tool 
     164        Name="VCBscMakeTool" 
     165      /> 
     166      <Tool 
     167        Name="VCFxCopTool" 
     168      /> 
     169      <Tool 
     170        Name="VCAppVerifierTool" 
     171      /> 
     172      <Tool 
     173        Name="VCWebDeploymentTool" 
     174      /> 
     175      <Tool 
     176        Name="VCPostBuildEventTool" 
     177      /> 
    114178    </Configuration> 
    115179    <Configuration 
     
    118182      IntermediateDirectory="$(ConfigurationName)" 
    119183      ConfigurationType="2" 
    120       CharacterSet="2"> 
     184      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     185      CharacterSet="2" 
     186      > 
     187      <Tool 
     188        Name="VCPreBuildEventTool" 
     189      /> 
     190      <Tool 
     191        Name="VCCustomBuildTool" 
     192      /> 
     193      <Tool 
     194        Name="VCXMLDataGeneratorTool" 
     195      /> 
     196      <Tool 
     197        Name="VCWebServiceProxyGeneratorTool" 
     198      /> 
     199      <Tool 
     200        Name="VCMIDLTool" 
     201      /> 
    121202      <Tool 
    122203        Name="VCCLCompilerTool" 
     
    124205        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    125206        RuntimeLibrary="2" 
    126         UsePrecompiledHeader="3" 
     207        UsePrecompiledHeader="2" 
    127208        WarningLevel="3" 
    128         Detect64BitPortabilityProblems="TRUE" 
    129         DebugInformationFormat="3"/> 
    130       <Tool 
    131         Name="VCCustomBuildTool"/> 
     209        Detect64BitPortabilityProblems="true" 
     210        DebugInformationFormat="3" 
     211      /> 
     212      <Tool 
     213        Name="VCManagedResourceCompilerTool" 
     214      /> 
     215      <Tool 
     216        Name="VCResourceCompilerTool" 
     217      /> 
     218      <Tool 
     219        Name="VCPreLinkEventTool" 
     220      /> 
    132221      <Tool 
    133222        Name="VCLinkerTool" 
     
    136225        LinkIncremental="1" 
    137226        ModuleDefinitionFile="CheckSystem.def" 
    138         GenerateDebugInformation="TRUE" 
     227        GenerateDebugInformation="true" 
    139228        SubSystem="2" 
    140229        OptimizeReferences="2" 
    141230        EnableCOMDATFolding="2" 
    142231        ImportLibrary="$(OutDir)/CheckSystem.lib" 
    143         TargetMachine="1"/> 
    144       <Tool 
    145         Name="VCMIDLTool"/> 
    146       <Tool 
    147         Name="VCPostBuildEventTool"/> 
    148       <Tool 
    149         Name="VCPreBuildEventTool"/> 
    150       <Tool 
    151         Name="VCPreLinkEventTool"/> 
    152       <Tool 
    153         Name="VCResourceCompilerTool"/> 
    154       <Tool 
    155         Name="VCWebServiceProxyGeneratorTool"/> 
    156       <Tool 
    157         Name="VCXMLDataGeneratorTool"/> 
    158       <Tool 
    159         Name="VCWebDeploymentTool"/> 
    160       <Tool 
    161         Name="VCManagedWrapperGeneratorTool"/> 
    162       <Tool 
    163         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     232        TargetMachine="1" 
     233      /> 
     234      <Tool 
     235        Name="VCALinkTool" 
     236      /> 
     237      <Tool 
     238        Name="VCManifestTool" 
     239      /> 
     240      <Tool 
     241        Name="VCXDCMakeTool" 
     242      /> 
     243      <Tool 
     244        Name="VCBscMakeTool" 
     245      /> 
     246      <Tool 
     247        Name="VCFxCopTool" 
     248      /> 
     249      <Tool 
     250        Name="VCAppVerifierTool" 
     251      /> 
     252      <Tool 
     253        Name="VCWebDeploymentTool" 
     254      /> 
     255      <Tool 
     256        Name="VCPostBuildEventTool" 
     257      /> 
    164258    </Configuration> 
    165259  </Configurations> 
     
    170264      Name="Source Files" 
    171265      Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    172       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 
    173       <File 
    174         RelativePath="..\..\include\arrayBuffer.cpp"> 
    175       </File> 
    176       <File 
    177         RelativePath=".\CheckSystem.cpp"> 
    178       </File> 
    179       <File 
    180         RelativePath=".\CheckSystem.def"> 
    181       </File> 
    182       <File 
    183         RelativePath="..\..\include\EnumNtSrv.cpp"> 
    184       </File> 
    185       <File 
    186         RelativePath="..\..\include\EnumProcess.cpp"> 
    187       </File> 
    188       <File 
    189         RelativePath="..\..\include\NSCHelper.cpp"> 
    190       </File> 
    191       <File 
    192         RelativePath=".\PDHCollector.cpp"> 
    193       </File> 
    194       <File 
    195         RelativePath="..\..\include\PDHCounter.cpp"> 
    196       </File> 
    197       <File 
    198         RelativePath=".\stdafx.cpp"> 
    199         <FileConfiguration 
    200           Name="Debug|Win32"> 
    201           <Tool 
    202             Name="VCCLCompilerTool" 
    203             UsePrecompiledHeader="1"/> 
    204         </FileConfiguration> 
    205         <FileConfiguration 
    206           Name="Release|Win32"> 
    207           <Tool 
    208             Name="VCCLCompilerTool" 
    209             UsePrecompiledHeader="1"/> 
    210         </FileConfiguration> 
    211         <FileConfiguration 
    212           Name="Distribution|Win32"> 
    213           <Tool 
    214             Name="VCCLCompilerTool" 
    215             UsePrecompiledHeader="1"/> 
    216         </FileConfiguration> 
    217       </File> 
    218       <File 
    219         RelativePath="..\..\include\sysinfo.cpp"> 
    220         <FileConfiguration 
    221           Name="Debug|Win32"> 
    222           <Tool 
    223             Name="VCCLCompilerTool" 
    224             UsePrecompiledHeader="0"/> 
    225         </FileConfiguration> 
    226         <FileConfiguration 
    227           Name="Release|Win32"> 
    228           <Tool 
    229             Name="VCCLCompilerTool" 
    230             UsePrecompiledHeader="0"/> 
    231         </FileConfiguration> 
    232         <FileConfiguration 
    233           Name="Distribution|Win32"> 
    234           <Tool 
    235             Name="VCCLCompilerTool" 
    236             UsePrecompiledHeader="0"/> 
    237         </FileConfiguration> 
    238       </File> 
    239       <File 
    240         RelativePath="..\..\include\utils.cpp"> 
    241         <FileConfiguration 
    242           Name="Debug|Win32"> 
    243           <Tool 
    244             Name="VCCLCompilerTool" 
    245             UsePrecompiledHeader="0"/> 
    246         </FileConfiguration> 
    247         <FileConfiguration 
    248           Name="Release|Win32"> 
    249           <Tool 
    250             Name="VCCLCompilerTool" 
    251             UsePrecompiledHeader="0"/> 
    252         </FileConfiguration> 
    253         <FileConfiguration 
    254           Name="Distribution|Win32"> 
    255           <Tool 
    256             Name="VCCLCompilerTool" 
    257             UsePrecompiledHeader="0"/> 
     266      UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 
     267      > 
     268      <File 
     269        RelativePath="..\..\include\arrayBuffer.cpp" 
     270        > 
     271      </File> 
     272      <File 
     273        RelativePath=".\CheckSystem.cpp" 
     274        > 
     275      </File> 
     276      <File 
     277        RelativePath=".\CheckSystem.def" 
     278        > 
     279      </File> 
     280      <File 
     281        RelativePath="..\..\include\EnumNtSrv.cpp" 
     282        > 
     283      </File> 
     284      <File 
     285        RelativePath="..\..\include\EnumProcess.cpp" 
     286        > 
     287      </File> 
     288      <File 
     289        RelativePath="..\..\include\NSCHelper.cpp" 
     290        > 
     291      </File> 
     292      <File 
     293        RelativePath=".\PDHCollector.cpp" 
     294        > 
     295      </File> 
     296      <File 
     297        RelativePath="..\..\include\PDHCounter.cpp" 
     298        > 
     299      </File> 
     300      <File 
     301        RelativePath=".\stdafx.cpp" 
     302        > 
     303        <FileConfiguration 
     304          Name="Debug|Win32" 
     305          > 
     306          <Tool 
     307            Name="VCCLCompilerTool" 
     308            UsePrecompiledHeader="1" 
     309          /> 
     310        </FileConfiguration> 
     311        <FileConfiguration 
     312          Name="Release|Win32" 
     313          > 
     314          <Tool 
     315            Name="VCCLCompilerTool" 
     316            UsePrecompiledHeader="1" 
     317          /> 
     318        </FileConfiguration> 
     319        <FileConfiguration 
     320          Name="Distribution|Win32" 
     321          > 
     322          <Tool 
     323            Name="VCCLCompilerTool" 
     324            UsePrecompiledHeader="1" 
     325          /> 
     326        </FileConfiguration> 
     327      </File> 
     328      <File 
     329        RelativePath="..\..\include\sysinfo.cpp" 
     330        > 
     331        <FileConfiguration 
     332          Name="Debug|Win32" 
     333          > 
     334          <Tool 
     335            Name="VCCLCompilerTool" 
     336            UsePrecompiledHeader="0" 
     337          /> 
     338        </FileConfiguration> 
     339        <FileConfiguration 
     340          Name="Release|Win32" 
     341          > 
     342          <Tool 
     343            Name="VCCLCompilerTool" 
     344            UsePrecompiledHeader="0" 
     345          /> 
     346        </FileConfiguration> 
     347        <FileConfiguration 
     348          Name="Distribution|Win32" 
     349          > 
     350          <Tool 
     351            Name="VCCLCompilerTool" 
     352            UsePrecompiledHeader="0" 
     353          /> 
     354        </FileConfiguration> 
     355      </File> 
     356      <File 
     357        RelativePath="..\..\include\utils.cpp" 
     358        > 
     359        <FileConfiguration 
     360          Name="Debug|Win32" 
     361          > 
     362          <Tool 
     363            Name="VCCLCompilerTool" 
     364            UsePrecompiledHeader="0" 
     365          /> 
     366        </FileConfiguration> 
     367        <FileConfiguration 
     368          Name="Release|Win32" 
     369          > 
     370          <Tool 
     371            Name="VCCLCompilerTool" 
     372            UsePrecompiledHeader="0" 
     373          /> 
     374        </FileConfiguration> 
     375        <FileConfiguration 
     376          Name="Distribution|Win32" 
     377          > 
     378          <Tool 
     379            Name="VCCLCompilerTool" 
     380            UsePrecompiledHeader="0" 
     381          /> 
    258382        </FileConfiguration> 
    259383      </File> 
     
    262386      Name="Header Files" 
    263387      Filter="h;hpp;hxx;hm;inl;inc;xsd" 
    264       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 
    265       <File 
    266         RelativePath="..\..\include\arrayBuffer.h"> 
    267       </File> 
    268       <File 
    269         RelativePath=".\CheckSystem.h"> 
    270       </File> 
    271       <File 
    272         RelativePath="..\..\include\config.h"> 
    273       </File> 
    274       <File 
    275         RelativePath="..\..\include\EnumNtSrv.h"> 
    276       </File> 
    277       <File 
    278         RelativePath=".\PDHCollector.h"> 
    279       </File> 
    280       <File 
    281         RelativePath="..\..\include\PDHCollectors.h"> 
    282       </File> 
    283       <File 
    284         RelativePath="..\..\include\PDHCounter.h"> 
    285       </File> 
    286       <File 
    287         RelativePath=".\stdafx.h"> 
    288       </File> 
    289       <File 
    290         RelativePath="..\..\include\utils.h"> 
     388      UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 
     389      > 
     390      <File 
     391        RelativePath="..\..\include\arrayBuffer.h" 
     392        > 
     393      </File> 
     394      <File 
     395        RelativePath=".\CheckSystem.h" 
     396        > 
     397      </File> 
     398      <File 
     399        RelativePath="..\..\include\config.h" 
     400        > 
     401      </File> 
     402      <File 
     403        RelativePath="..\..\include\EnumNtSrv.h" 
     404        > 
     405      </File> 
     406      <File 
     407        RelativePath=".\PDHCollector.h" 
     408        > 
     409      </File> 
     410      <File 
     411        RelativePath="..\..\include\PDHCollectors.h" 
     412        > 
     413      </File> 
     414      <File 
     415        RelativePath="..\..\include\PDHCounter.h" 
     416        > 
     417      </File> 
     418      <File 
     419        RelativePath=".\stdafx.h" 
     420        > 
     421      </File> 
     422      <File 
     423        RelativePath="..\..\include\utils.h" 
     424        > 
    291425      </File> 
    292426    </Filter> 
Note: See TracChangeset for help on using the changeset viewer.