Changeset 0bc9fdd in nscp for modules/CheckWMI


Ignore:
Timestamp:
11/03/07 11:57:14 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
12edcec
Parents:
478588b
Message:

made some build changes (removed warnings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckWMI/CheckWMI.vcproj

    r478588b r0bc9fdd  
    55  Name="CheckWMI" 
    66  ProjectGUID="{05DE66AC-E55C-43B3-849F-7EC695D8B8D0}" 
     7  RootNamespace="CheckWMI" 
    78  Keyword="Win32Proj" 
    89  TargetFrameworkVersion="131072" 
     
    5253        UsePrecompiledHeader="2" 
    5354        WarningLevel="3" 
    54         Detect64BitPortabilityProblems="true" 
     55        Detect64BitPortabilityProblems="false" 
    5556        DebugInformationFormat="4" 
    5657      /> 
     
    135136        UsePrecompiledHeader="2" 
    136137        WarningLevel="3" 
    137         Detect64BitPortabilityProblems="true" 
     138        Detect64BitPortabilityProblems="false" 
    138139        DebugInformationFormat="3" 
    139140      /> 
     
    214215        UsePrecompiledHeader="2" 
    215216        WarningLevel="3" 
    216         Detect64BitPortabilityProblems="true" 
     217        Detect64BitPortabilityProblems="false" 
    217218        DebugInformationFormat="3" 
    218219      /> 
     
    295296        UsePrecompiledHeader="2" 
    296297        WarningLevel="3" 
    297         Detect64BitPortabilityProblems="true" 
     298        Detect64BitPortabilityProblems="false" 
    298299        DebugInformationFormat="3" 
    299300      /> 
     
    375376        UsePrecompiledHeader="2" 
    376377        WarningLevel="3" 
    377         Detect64BitPortabilityProblems="true" 
     378        Detect64BitPortabilityProblems="false" 
    378379        DebugInformationFormat="3" 
    379380      /> 
     
    456457        UsePrecompiledHeader="2" 
    457458        WarningLevel="3" 
    458         Detect64BitPortabilityProblems="true" 
     459        Detect64BitPortabilityProblems="false" 
    459460        DebugInformationFormat="3" 
    460461      /> 
     
    532533        Name="VCCLCompilerTool" 
    533534        AdditionalIncludeDirectories="../include;../../include" 
    534         PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
     535        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    535536        RuntimeLibrary="0" 
    536537        UsePrecompiledHeader="2" 
    537538        WarningLevel="3" 
    538         Detect64BitPortabilityProblems="true" 
     539        Detect64BitPortabilityProblems="false" 
    539540        DebugInformationFormat="3" 
    540541      /> 
     
    617618        UsePrecompiledHeader="2" 
    618619        WarningLevel="3" 
    619         Detect64BitPortabilityProblems="true" 
     620        Detect64BitPortabilityProblems="false" 
    620621        DebugInformationFormat="3" 
    621622      /> 
Note: See TracChangeset for help on using the changeset viewer.