Changeset 9ce8b01 in nscp for modules/CheckWMI


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/CheckWMI/CheckWMI.vcproj

    r1b7ae3d r9ce8b01  
    22<VisualStudioProject 
    33  ProjectType="Visual C++" 
    4   Version="7.10" 
     4  Version="8.00" 
    55  Name="CheckWMI" 
    6   ProjectGUID="{E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}" 
    7   Keyword="Win32Proj"> 
     6  ProjectGUID="{05DE66AC-E55C-43B3-849F-7EC695D8B8D0}" 
     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="Debug" 
    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" 
     
    3867        AdditionalLibraryDirectories="" 
    3968        ModuleDefinitionFile="CheckWMI.def" 
    40         GenerateDebugInformation="TRUE" 
     69        GenerateDebugInformation="true" 
    4170        ProgramDatabaseFile="$(OutDir)/CheckWMI.pdb" 
    4271        SubSystem="2" 
    4372        ImportLibrary="$(OutDir)/CheckWMI.lib" 
    44         TargetMachine="1"/> 
    45       <Tool 
    46         Name="VCMIDLTool"/> 
    47       <Tool 
    48         Name="VCPostBuildEventTool"/> 
    49       <Tool 
    50         Name="VCPreBuildEventTool"/> 
    51       <Tool 
    52         Name="VCPreLinkEventTool"/> 
    53       <Tool 
    54         Name="VCResourceCompilerTool"/> 
    55       <Tool 
    56         Name="VCWebServiceProxyGeneratorTool"/> 
    57       <Tool 
    58         Name="VCXMLDataGeneratorTool"/> 
    59       <Tool 
    60         Name="VCWebDeploymentTool"/> 
    61       <Tool 
    62         Name="VCManagedWrapperGeneratorTool"/> 
    63       <Tool 
    64         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     73        TargetMachine="1" 
     74      /> 
     75      <Tool 
     76        Name="VCALinkTool" 
     77      /> 
     78      <Tool 
     79        Name="VCManifestTool" 
     80      /> 
     81      <Tool 
     82        Name="VCXDCMakeTool" 
     83      /> 
     84      <Tool 
     85        Name="VCBscMakeTool" 
     86      /> 
     87      <Tool 
     88        Name="VCFxCopTool" 
     89      /> 
     90      <Tool 
     91        Name="VCAppVerifierTool" 
     92      /> 
     93      <Tool 
     94        Name="VCWebDeploymentTool" 
     95      /> 
     96      <Tool 
     97        Name="VCPostBuildEventTool" 
     98      /> 
    6599    </Configuration> 
    66100    <Configuration 
     
    69103      IntermediateDirectory="Release" 
    70104      ConfigurationType="2" 
    71       CharacterSet="2"> 
     105      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     106      CharacterSet="2" 
     107      > 
     108      <Tool 
     109        Name="VCPreBuildEventTool" 
     110      /> 
     111      <Tool 
     112        Name="VCCustomBuildTool" 
     113      /> 
     114      <Tool 
     115        Name="VCXMLDataGeneratorTool" 
     116      /> 
     117      <Tool 
     118        Name="VCWebServiceProxyGeneratorTool" 
     119      /> 
     120      <Tool 
     121        Name="VCMIDLTool" 
     122      /> 
    72123      <Tool 
    73124        Name="VCCLCompilerTool" 
     
    75126        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    76127        RuntimeLibrary="2" 
    77         UsePrecompiledHeader="3" 
     128        UsePrecompiledHeader="2" 
    78129        WarningLevel="3" 
    79         Detect64BitPortabilityProblems="TRUE" 
    80         DebugInformationFormat="3"/> 
    81       <Tool 
    82         Name="VCCustomBuildTool"/> 
     130        Detect64BitPortabilityProblems="true" 
     131        DebugInformationFormat="3" 
     132      /> 
     133      <Tool 
     134        Name="VCManagedResourceCompilerTool" 
     135      /> 
     136      <Tool 
     137        Name="VCResourceCompilerTool" 
     138      /> 
     139      <Tool 
     140        Name="VCPreLinkEventTool" 
     141      /> 
    83142      <Tool 
    84143        Name="VCLinkerTool" 
     
    88147        AdditionalLibraryDirectories="" 
    89148        ModuleDefinitionFile="CheckWMI.def" 
    90         GenerateDebugInformation="TRUE" 
     149        GenerateDebugInformation="true" 
    91150        SubSystem="2" 
    92151        OptimizeReferences="2" 
    93152        EnableCOMDATFolding="2" 
    94153        ImportLibrary="$(OutDir)/CheckWMI.lib" 
    95         TargetMachine="1"/> 
    96       <Tool 
    97         Name="VCMIDLTool"/> 
    98       <Tool 
    99         Name="VCPostBuildEventTool"/> 
    100       <Tool 
    101         Name="VCPreBuildEventTool"/> 
    102       <Tool 
    103         Name="VCPreLinkEventTool"/> 
    104       <Tool 
    105         Name="VCResourceCompilerTool"/> 
    106       <Tool 
    107         Name="VCWebServiceProxyGeneratorTool"/> 
    108       <Tool 
    109         Name="VCXMLDataGeneratorTool"/> 
    110       <Tool 
    111         Name="VCWebDeploymentTool"/> 
    112       <Tool 
    113         Name="VCManagedWrapperGeneratorTool"/> 
    114       <Tool 
    115         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     154        TargetMachine="1" 
     155      /> 
     156      <Tool 
     157        Name="VCALinkTool" 
     158      /> 
     159      <Tool 
     160        Name="VCManifestTool" 
     161      /> 
     162      <Tool 
     163        Name="VCXDCMakeTool" 
     164      /> 
     165      <Tool 
     166        Name="VCBscMakeTool" 
     167      /> 
     168      <Tool 
     169        Name="VCFxCopTool" 
     170      /> 
     171      <Tool 
     172        Name="VCAppVerifierTool" 
     173      /> 
     174      <Tool 
     175        Name="VCWebDeploymentTool" 
     176      /> 
     177      <Tool 
     178        Name="VCPostBuildEventTool" 
     179      /> 
    116180    </Configuration> 
    117181    <Configuration 
     
    120184      IntermediateDirectory="$(ConfigurationName)" 
    121185      ConfigurationType="2" 
    122       CharacterSet="2"> 
     186      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     187      CharacterSet="2" 
     188      > 
     189      <Tool 
     190        Name="VCPreBuildEventTool" 
     191      /> 
     192      <Tool 
     193        Name="VCCustomBuildTool" 
     194      /> 
     195      <Tool 
     196        Name="VCXMLDataGeneratorTool" 
     197      /> 
     198      <Tool 
     199        Name="VCWebServiceProxyGeneratorTool" 
     200      /> 
     201      <Tool 
     202        Name="VCMIDLTool" 
     203      /> 
    123204      <Tool 
    124205        Name="VCCLCompilerTool" 
     
    126207        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    127208        RuntimeLibrary="2" 
    128         UsePrecompiledHeader="3" 
     209        UsePrecompiledHeader="2" 
    129210        WarningLevel="3" 
    130         Detect64BitPortabilityProblems="TRUE" 
    131         DebugInformationFormat="3"/> 
    132       <Tool 
    133         Name="VCCustomBuildTool"/> 
     211        Detect64BitPortabilityProblems="true" 
     212        DebugInformationFormat="3" 
     213      /> 
     214      <Tool 
     215        Name="VCManagedResourceCompilerTool" 
     216      /> 
     217      <Tool 
     218        Name="VCResourceCompilerTool" 
     219      /> 
     220      <Tool 
     221        Name="VCPreLinkEventTool" 
     222      /> 
    134223      <Tool 
    135224        Name="VCLinkerTool" 
     
    139228        AdditionalLibraryDirectories="" 
    140229        ModuleDefinitionFile="CheckWMI.def" 
    141         GenerateDebugInformation="TRUE" 
     230        GenerateDebugInformation="true" 
    142231        SubSystem="2" 
    143232        OptimizeReferences="2" 
    144233        EnableCOMDATFolding="2" 
    145234        ImportLibrary="$(OutDir)/CheckWMI.lib" 
    146         TargetMachine="1"/> 
    147       <Tool 
    148         Name="VCMIDLTool"/> 
    149       <Tool 
    150         Name="VCPostBuildEventTool"/> 
    151       <Tool 
    152         Name="VCPreBuildEventTool"/> 
    153       <Tool 
    154         Name="VCPreLinkEventTool"/> 
    155       <Tool 
    156         Name="VCResourceCompilerTool"/> 
    157       <Tool 
    158         Name="VCWebServiceProxyGeneratorTool"/> 
    159       <Tool 
    160         Name="VCXMLDataGeneratorTool"/> 
    161       <Tool 
    162         Name="VCWebDeploymentTool"/> 
    163       <Tool 
    164         Name="VCManagedWrapperGeneratorTool"/> 
    165       <Tool 
    166         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     235        TargetMachine="1" 
     236      /> 
     237      <Tool 
     238        Name="VCALinkTool" 
     239      /> 
     240      <Tool 
     241        Name="VCManifestTool" 
     242      /> 
     243      <Tool 
     244        Name="VCXDCMakeTool" 
     245      /> 
     246      <Tool 
     247        Name="VCBscMakeTool" 
     248      /> 
     249      <Tool 
     250        Name="VCFxCopTool" 
     251      /> 
     252      <Tool 
     253        Name="VCAppVerifierTool" 
     254      /> 
     255      <Tool 
     256        Name="VCWebDeploymentTool" 
     257      /> 
     258      <Tool 
     259        Name="VCPostBuildEventTool" 
     260      /> 
    167261    </Configuration> 
    168262  </Configurations> 
     
    173267      Name="Source Files" 
    174268      Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    175       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 
    176       <File 
    177         RelativePath="..\..\include\arrayBuffer.cpp"> 
    178       </File> 
    179       <File 
    180         RelativePath=".\CheckWMI.cpp"> 
    181       </File> 
    182       <File 
    183         RelativePath="..\..\include\NSCHelper.cpp"> 
    184       </File> 
    185       <File 
    186         RelativePath=".\stdafx.cpp"> 
    187         <FileConfiguration 
    188           Name="Debug|Win32"> 
    189           <Tool 
    190             Name="VCCLCompilerTool" 
    191             UsePrecompiledHeader="1"/> 
    192         </FileConfiguration> 
    193         <FileConfiguration 
    194           Name="Release|Win32"> 
    195           <Tool 
    196             Name="VCCLCompilerTool" 
    197             UsePrecompiledHeader="1"/> 
    198         </FileConfiguration> 
    199         <FileConfiguration 
    200           Name="Distribution|Win32"> 
    201           <Tool 
    202             Name="VCCLCompilerTool" 
    203             UsePrecompiledHeader="1"/> 
    204         </FileConfiguration> 
    205       </File> 
    206       <File 
    207         RelativePath="..\..\include\utils.cpp"> 
    208         <FileConfiguration 
    209           Name="Debug|Win32"> 
    210           <Tool 
    211             Name="VCCLCompilerTool" 
    212             UsePrecompiledHeader="0"/> 
    213         </FileConfiguration> 
    214         <FileConfiguration 
    215           Name="Release|Win32"> 
    216           <Tool 
    217             Name="VCCLCompilerTool" 
    218             UsePrecompiledHeader="0"/> 
    219         </FileConfiguration> 
    220         <FileConfiguration 
    221           Name="Distribution|Win32"> 
    222           <Tool 
    223             Name="VCCLCompilerTool" 
    224             UsePrecompiledHeader="0"/> 
    225         </FileConfiguration> 
    226       </File> 
    227       <File 
    228         RelativePath=".\WMIQuery.cpp"> 
     269      UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 
     270      > 
     271      <File 
     272        RelativePath="..\..\include\arrayBuffer.cpp" 
     273        > 
     274      </File> 
     275      <File 
     276        RelativePath=".\CheckWMI.cpp" 
     277        > 
     278      </File> 
     279      <File 
     280        RelativePath="..\..\include\NSCHelper.cpp" 
     281        > 
     282      </File> 
     283      <File 
     284        RelativePath=".\stdafx.cpp" 
     285        > 
     286        <FileConfiguration 
     287          Name="Debug|Win32" 
     288          > 
     289          <Tool 
     290            Name="VCCLCompilerTool" 
     291            UsePrecompiledHeader="1" 
     292          /> 
     293        </FileConfiguration> 
     294        <FileConfiguration 
     295          Name="Release|Win32" 
     296          > 
     297          <Tool 
     298            Name="VCCLCompilerTool" 
     299            UsePrecompiledHeader="1" 
     300          /> 
     301        </FileConfiguration> 
     302        <FileConfiguration 
     303          Name="Distribution|Win32" 
     304          > 
     305          <Tool 
     306            Name="VCCLCompilerTool" 
     307            UsePrecompiledHeader="1" 
     308          /> 
     309        </FileConfiguration> 
     310      </File> 
     311      <File 
     312        RelativePath="..\..\include\utils.cpp" 
     313        > 
     314        <FileConfiguration 
     315          Name="Debug|Win32" 
     316          > 
     317          <Tool 
     318            Name="VCCLCompilerTool" 
     319            UsePrecompiledHeader="0" 
     320          /> 
     321        </FileConfiguration> 
     322        <FileConfiguration 
     323          Name="Release|Win32" 
     324          > 
     325          <Tool 
     326            Name="VCCLCompilerTool" 
     327            UsePrecompiledHeader="0" 
     328          /> 
     329        </FileConfiguration> 
     330        <FileConfiguration 
     331          Name="Distribution|Win32" 
     332          > 
     333          <Tool 
     334            Name="VCCLCompilerTool" 
     335            UsePrecompiledHeader="0" 
     336          /> 
     337        </FileConfiguration> 
     338      </File> 
     339      <File 
     340        RelativePath=".\WMIQuery.cpp" 
     341        > 
    229342      </File> 
    230343    </Filter> 
     
    232345      Name="Header Files" 
    233346      Filter="h;hpp;hxx;hm;inl;inc;xsd" 
    234       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 
    235       <File 
    236         RelativePath="..\..\include\checkHelpers.hpp"> 
    237       </File> 
    238       <File 
    239         RelativePath=".\CheckWMI.h"> 
    240       </File> 
    241       <File 
    242         RelativePath="..\..\include\NSCHelper.h"> 
    243       </File> 
    244       <File 
    245         RelativePath=".\stdafx.h"> 
    246       </File> 
    247       <File 
    248         RelativePath="..\..\include\utils.h"> 
    249       </File> 
    250       <File 
    251         RelativePath=".\WMIQuery.h"> 
     347      UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 
     348      > 
     349      <File 
     350        RelativePath="..\..\include\checkHelpers.hpp" 
     351        > 
     352      </File> 
     353      <File 
     354        RelativePath=".\CheckWMI.h" 
     355        > 
     356      </File> 
     357      <File 
     358        RelativePath="..\..\include\NSCHelper.h" 
     359        > 
     360      </File> 
     361      <File 
     362        RelativePath=".\stdafx.h" 
     363        > 
     364      </File> 
     365      <File 
     366        RelativePath="..\..\include\utils.h" 
     367        > 
     368      </File> 
     369      <File 
     370        RelativePath=".\WMIQuery.h" 
     371        > 
    252372      </File> 
    253373    </Filter> 
     
    255375      Name="Resource Files" 
    256376      Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 
    257       UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 
     377      UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 
     378      > 
    258379    </Filter> 
    259380    <File 
    260       RelativePath=".\ReadMe.txt"> 
     381      RelativePath=".\ReadMe.txt" 
     382      > 
    261383    </File> 
    262384  </Files> 
Note: See TracChangeset for help on using the changeset viewer.