Changeset 0bc9fdd in nscp for modules/SysTray


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

    r478588b r0bc9fdd  
    55  Name="SysTray" 
    66  ProjectGUID="{BBFF8362-C626-4838-B0A2-F695D638AD24}" 
     7  RootNamespace="SysTray" 
    78  Keyword="Win32Proj" 
    89  TargetFrameworkVersion="131072" 
     
    4950        UsePrecompiledHeader="2" 
    5051        WarningLevel="3" 
    51         Detect64BitPortabilityProblems="true" 
     52        Detect64BitPortabilityProblems="false" 
    5253        DebugInformationFormat="3" 
    5354      /> 
     
    128129        UsePrecompiledHeader="2" 
    129130        WarningLevel="3" 
    130         Detect64BitPortabilityProblems="true" 
     131        Detect64BitPortabilityProblems="false" 
    131132        DebugInformationFormat="3" 
    132133      /> 
     
    209210        UsePrecompiledHeader="2" 
    210211        WarningLevel="3" 
    211         Detect64BitPortabilityProblems="true" 
     212        Detect64BitPortabilityProblems="false" 
    212213        DebugInformationFormat="4" 
    213214      /> 
     
    287288        UsePrecompiledHeader="2" 
    288289        WarningLevel="3" 
    289         Detect64BitPortabilityProblems="true" 
     290        Detect64BitPortabilityProblems="false" 
    290291        DebugInformationFormat="3" 
    291292      /> 
     
    361362        UsePrecompiledHeader="2" 
    362363        WarningLevel="3" 
    363         Detect64BitPortabilityProblems="true" 
     364        Detect64BitPortabilityProblems="false" 
    364365        DebugInformationFormat="3" 
    365366      /> 
     
    440441        UsePrecompiledHeader="2" 
    441442        WarningLevel="3" 
    442         Detect64BitPortabilityProblems="true" 
     443        Detect64BitPortabilityProblems="false" 
    443444        DebugInformationFormat="3" 
    444445      /> 
     
    514515        Name="VCCLCompilerTool" 
    515516        AdditionalIncludeDirectories="../include;../../include" 
    516         PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
     517        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 
    517518        RuntimeLibrary="0" 
    518519        UsePrecompiledHeader="2" 
    519520        WarningLevel="3" 
    520         Detect64BitPortabilityProblems="true" 
     521        Detect64BitPortabilityProblems="false" 
    521522        DebugInformationFormat="3" 
    522523      /> 
     
    597598        UsePrecompiledHeader="2" 
    598599        WarningLevel="3" 
    599         Detect64BitPortabilityProblems="true" 
     600        Detect64BitPortabilityProblems="false" 
    600601        DebugInformationFormat="3" 
    601602      /> 
Note: See TracChangeset for help on using the changeset viewer.