Changeset 9ce8b01 in nscp for modules/SysTray


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

    r6817602 r9ce8b01  
    22<VisualStudioProject 
    33  ProjectType="Visual C++" 
    4   Version="7.10" 
     4  Version="8.00" 
    55  Name="SysTray" 
    66  ProjectGUID="{BBFF8362-C626-4838-B0A2-F695D638AD24}" 
    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        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    2344        RuntimeLibrary="2" 
    24         UsePrecompiledHeader="3" 
     45        UsePrecompiledHeader="2" 
    2546        WarningLevel="3" 
    26         Detect64BitPortabilityProblems="TRUE" 
    27         DebugInformationFormat="3"/> 
    28       <Tool 
    29         Name="VCCustomBuildTool"/> 
     47        Detect64BitPortabilityProblems="true" 
     48        DebugInformationFormat="3" 
     49      /> 
     50      <Tool 
     51        Name="VCManagedResourceCompilerTool" 
     52      /> 
     53      <Tool 
     54        Name="VCResourceCompilerTool" 
     55      /> 
     56      <Tool 
     57        Name="VCPreLinkEventTool" 
     58      /> 
    3059      <Tool 
    3160        Name="VCLinkerTool" 
     
    3362        LinkIncremental="1" 
    3463        ModuleDefinitionFile="SysTray.def" 
    35         GenerateDebugInformation="TRUE" 
     64        GenerateDebugInformation="true" 
    3665        SubSystem="2" 
    3766        OptimizeReferences="2" 
    3867        EnableCOMDATFolding="2" 
    3968        ImportLibrary="$(OutDir)/SysTray.lib" 
    40         TargetMachine="1"/> 
    41       <Tool 
    42         Name="VCMIDLTool"/> 
    43       <Tool 
    44         Name="VCPostBuildEventTool"/> 
    45       <Tool 
    46         Name="VCPreBuildEventTool"/> 
    47       <Tool 
    48         Name="VCPreLinkEventTool"/> 
    49       <Tool 
    50         Name="VCResourceCompilerTool"/> 
    51       <Tool 
    52         Name="VCWebServiceProxyGeneratorTool"/> 
    53       <Tool 
    54         Name="VCXMLDataGeneratorTool"/> 
    55       <Tool 
    56         Name="VCWebDeploymentTool"/> 
    57       <Tool 
    58         Name="VCManagedWrapperGeneratorTool"/> 
    59       <Tool 
    60         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     69        TargetMachine="1" 
     70      /> 
     71      <Tool 
     72        Name="VCALinkTool" 
     73      /> 
     74      <Tool 
     75        Name="VCManifestTool" 
     76      /> 
     77      <Tool 
     78        Name="VCXDCMakeTool" 
     79      /> 
     80      <Tool 
     81        Name="VCBscMakeTool" 
     82      /> 
     83      <Tool 
     84        Name="VCFxCopTool" 
     85      /> 
     86      <Tool 
     87        Name="VCAppVerifierTool" 
     88      /> 
     89      <Tool 
     90        Name="VCWebDeploymentTool" 
     91      /> 
     92      <Tool 
     93        Name="VCPostBuildEventTool" 
     94      /> 
    6195    </Configuration> 
    6296    <Configuration 
     
    6599      IntermediateDirectory="$(ConfigurationName)" 
    66100      ConfigurationType="2" 
    67       CharacterSet="2"> 
     101      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     102      CharacterSet="2" 
     103      > 
     104      <Tool 
     105        Name="VCPreBuildEventTool" 
     106      /> 
     107      <Tool 
     108        Name="VCCustomBuildTool" 
     109      /> 
     110      <Tool 
     111        Name="VCXMLDataGeneratorTool" 
     112      /> 
     113      <Tool 
     114        Name="VCWebServiceProxyGeneratorTool" 
     115      /> 
     116      <Tool 
     117        Name="VCMIDLTool" 
     118      /> 
    68119      <Tool 
    69120        Name="VCCLCompilerTool" 
     
    71122        AdditionalIncludeDirectories="../include;../../include" 
    72123        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
    73         MinimalRebuild="TRUE" 
     124        MinimalRebuild="true" 
    74125        BasicRuntimeChecks="3" 
    75126        RuntimeLibrary="3" 
    76         UsePrecompiledHeader="3" 
     127        UsePrecompiledHeader="2" 
    77128        WarningLevel="3" 
    78         Detect64BitPortabilityProblems="TRUE" 
    79         DebugInformationFormat="4"/> 
    80       <Tool 
    81         Name="VCCustomBuildTool"/> 
     129        Detect64BitPortabilityProblems="true" 
     130        DebugInformationFormat="4" 
     131      /> 
     132      <Tool 
     133        Name="VCManagedResourceCompilerTool" 
     134      /> 
     135      <Tool 
     136        Name="VCResourceCompilerTool" 
     137      /> 
     138      <Tool 
     139        Name="VCPreLinkEventTool" 
     140      /> 
    82141      <Tool 
    83142        Name="VCLinkerTool" 
    84143        OutputFile="../../Debug/modules/$(ProjectName).dll" 
    85144        ModuleDefinitionFile="SysTray.def" 
    86         GenerateDebugInformation="TRUE" 
     145        GenerateDebugInformation="true" 
    87146        ImportLibrary="$(OutDir)/SysTray.lib" 
    88         TargetMachine="1"/> 
    89       <Tool 
    90         Name="VCMIDLTool"/> 
    91       <Tool 
    92         Name="VCPostBuildEventTool"/> 
    93       <Tool 
    94         Name="VCPreBuildEventTool"/> 
    95       <Tool 
    96         Name="VCPreLinkEventTool"/> 
    97       <Tool 
    98         Name="VCResourceCompilerTool"/> 
    99       <Tool 
    100         Name="VCWebServiceProxyGeneratorTool"/> 
    101       <Tool 
    102         Name="VCXMLDataGeneratorTool"/> 
    103       <Tool 
    104         Name="VCWebDeploymentTool"/> 
    105       <Tool 
    106         Name="VCManagedWrapperGeneratorTool"/> 
    107       <Tool 
    108         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     147        TargetMachine="1" 
     148      /> 
     149      <Tool 
     150        Name="VCALinkTool" 
     151      /> 
     152      <Tool 
     153        Name="VCManifestTool" 
     154      /> 
     155      <Tool 
     156        Name="VCXDCMakeTool" 
     157      /> 
     158      <Tool 
     159        Name="VCBscMakeTool" 
     160      /> 
     161      <Tool 
     162        Name="VCFxCopTool" 
     163      /> 
     164      <Tool 
     165        Name="VCAppVerifierTool" 
     166      /> 
     167      <Tool 
     168        Name="VCWebDeploymentTool" 
     169      /> 
     170      <Tool 
     171        Name="VCPostBuildEventTool" 
     172      /> 
    109173    </Configuration> 
    110174    <Configuration 
     
    113177      IntermediateDirectory="$(ConfigurationName)" 
    114178      ConfigurationType="2" 
    115       CharacterSet="2"> 
     179      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     180      CharacterSet="2" 
     181      > 
     182      <Tool 
     183        Name="VCPreBuildEventTool" 
     184      /> 
     185      <Tool 
     186        Name="VCCustomBuildTool" 
     187      /> 
     188      <Tool 
     189        Name="VCXMLDataGeneratorTool" 
     190      /> 
     191      <Tool 
     192        Name="VCWebServiceProxyGeneratorTool" 
     193      /> 
     194      <Tool 
     195        Name="VCMIDLTool" 
     196      /> 
    116197      <Tool 
    117198        Name="VCCLCompilerTool" 
     
    119200        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    120201        RuntimeLibrary="2" 
    121         UsePrecompiledHeader="3" 
     202        UsePrecompiledHeader="2" 
    122203        WarningLevel="3" 
    123         Detect64BitPortabilityProblems="TRUE" 
    124         DebugInformationFormat="3"/> 
    125       <Tool 
    126         Name="VCCustomBuildTool"/> 
     204        Detect64BitPortabilityProblems="true" 
     205        DebugInformationFormat="3" 
     206      /> 
     207      <Tool 
     208        Name="VCManagedResourceCompilerTool" 
     209      /> 
     210      <Tool 
     211        Name="VCResourceCompilerTool" 
     212      /> 
     213      <Tool 
     214        Name="VCPreLinkEventTool" 
     215      /> 
    127216      <Tool 
    128217        Name="VCLinkerTool" 
     
    130219        LinkIncremental="1" 
    131220        ModuleDefinitionFile="SysTray.def" 
    132         GenerateDebugInformation="TRUE" 
     221        GenerateDebugInformation="true" 
    133222        SubSystem="2" 
    134223        OptimizeReferences="2" 
    135224        EnableCOMDATFolding="2" 
    136225        ImportLibrary="$(OutDir)/SysTray.lib" 
    137         TargetMachine="1"/> 
    138       <Tool 
    139         Name="VCMIDLTool"/> 
    140       <Tool 
    141         Name="VCPostBuildEventTool"/> 
    142       <Tool 
    143         Name="VCPreBuildEventTool"/> 
    144       <Tool 
    145         Name="VCPreLinkEventTool"/> 
    146       <Tool 
    147         Name="VCResourceCompilerTool"/> 
    148       <Tool 
    149         Name="VCWebServiceProxyGeneratorTool"/> 
    150       <Tool 
    151         Name="VCXMLDataGeneratorTool"/> 
    152       <Tool 
    153         Name="VCWebDeploymentTool"/> 
    154       <Tool 
    155         Name="VCManagedWrapperGeneratorTool"/> 
    156       <Tool 
    157         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     226        TargetMachine="1" 
     227      /> 
     228      <Tool 
     229        Name="VCALinkTool" 
     230      /> 
     231      <Tool 
     232        Name="VCManifestTool" 
     233      /> 
     234      <Tool 
     235        Name="VCXDCMakeTool" 
     236      /> 
     237      <Tool 
     238        Name="VCBscMakeTool" 
     239      /> 
     240      <Tool 
     241        Name="VCFxCopTool" 
     242      /> 
     243      <Tool 
     244        Name="VCAppVerifierTool" 
     245      /> 
     246      <Tool 
     247        Name="VCWebDeploymentTool" 
     248      /> 
     249      <Tool 
     250        Name="VCPostBuildEventTool" 
     251      /> 
    158252    </Configuration> 
    159253  </Configurations> 
     
    164258      Name="Source Files" 
    165259      Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    166       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 
    167       <File 
    168         RelativePath="..\..\include\arrayBuffer.cpp"> 
    169       </File> 
    170       <File 
    171         RelativePath="..\..\include\NSCHelper.cpp"> 
    172       </File> 
    173       <File 
    174         RelativePath="..\..\include\ServiceCmd.cpp"> 
    175       </File> 
    176       <File 
    177         RelativePath=".\stdafx.cpp"> 
     260      UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 
     261      > 
     262      <File 
     263        RelativePath="..\..\include\arrayBuffer.cpp" 
     264        > 
     265      </File> 
     266      <File 
     267        RelativePath="..\..\include\NSCHelper.cpp" 
     268        > 
     269      </File> 
     270      <File 
     271        RelativePath="..\..\include\ServiceCmd.cpp" 
     272        > 
     273      </File> 
     274      <File 
     275        RelativePath=".\stdafx.cpp" 
     276        > 
    178277        <FileConfiguration 
    179           Name="Release|Win32"> 
     278          Name="Release|Win32" 
     279          > 
    180280          <Tool 
    181281            Name="VCCLCompilerTool" 
    182             UsePrecompiledHeader="1"/> 
     282            UsePrecompiledHeader="1" 
     283          /> 
    183284        </FileConfiguration> 
    184285        <FileConfiguration 
    185           Name="Debug|Win32"> 
     286          Name="Debug|Win32" 
     287          > 
    186288          <Tool 
    187289            Name="VCCLCompilerTool" 
    188             UsePrecompiledHeader="1"/> 
     290            UsePrecompiledHeader="1" 
     291          /> 
    189292        </FileConfiguration> 
    190293        <FileConfiguration 
    191           Name="Distribution|Win32"> 
     294          Name="Distribution|Win32" 
     295          > 
    192296          <Tool 
    193297            Name="VCCLCompilerTool" 
    194             UsePrecompiledHeader="1"/> 
     298            UsePrecompiledHeader="1" 
     299          /> 
    195300        </FileConfiguration> 
    196301      </File> 
    197302      <File 
    198         RelativePath=".\SysTray.cpp"> 
    199       </File> 
    200       <File 
    201         RelativePath=".\SysTray.def"> 
    202       </File> 
    203       <File 
    204         RelativePath=".\TrayIcon.cpp"> 
     303        RelativePath=".\SysTray.cpp" 
     304        > 
     305      </File> 
     306      <File 
     307        RelativePath=".\SysTray.def" 
     308        > 
     309      </File> 
     310      <File 
     311        RelativePath=".\TrayIcon.cpp" 
     312        > 
    205313      </File> 
    206314    </Filter> 
     
    208316      Name="Header Files" 
    209317      Filter="h;hpp;hxx;hm;inl;inc;xsd" 
    210       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 
    211       <File 
    212         RelativePath="..\..\include\config.h"> 
    213       </File> 
    214       <File 
    215         RelativePath="..\..\include\NSCHelper.h"> 
    216       </File> 
    217       <File 
    218         RelativePath=".\resource.h"> 
    219       </File> 
    220       <File 
    221         RelativePath="..\..\include\ServiceCmd.h"> 
    222       </File> 
    223       <File 
    224         RelativePath=".\stdafx.h"> 
    225       </File> 
    226       <File 
    227         RelativePath=".\SysTray.h"> 
    228       </File> 
    229       <File 
    230         RelativePath=".\TrayIcon.h"> 
     318      UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 
     319      > 
     320      <File 
     321        RelativePath="..\..\include\config.h" 
     322        > 
     323      </File> 
     324      <File 
     325        RelativePath="..\..\include\NSCHelper.h" 
     326        > 
     327      </File> 
     328      <File 
     329        RelativePath=".\resource.h" 
     330        > 
     331      </File> 
     332      <File 
     333        RelativePath="..\..\include\ServiceCmd.h" 
     334        > 
     335      </File> 
     336      <File 
     337        RelativePath=".\stdafx.h" 
     338        > 
     339      </File> 
     340      <File 
     341        RelativePath=".\SysTray.h" 
     342        > 
     343      </File> 
     344      <File 
     345        RelativePath=".\TrayIcon.h" 
     346        > 
    231347      </File> 
    232348    </Filter> 
     
    234350      Name="Resource Files" 
    235351      Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 
    236       UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 
    237       <File 
    238         RelativePath=".\res\standby.ico"> 
    239       </File> 
    240       <File 
    241         RelativePath=".\SysTray.rc"> 
     352      UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 
     353      > 
     354      <File 
     355        RelativePath=".\res\standby.ico" 
     356        > 
     357      </File> 
     358      <File 
     359        RelativePath=".\SysTray.rc" 
     360        > 
    242361      </File> 
    243362    </Filter> 
    244363    <File 
    245       RelativePath=".\ReadMe.txt"> 
     364      RelativePath=".\ReadMe.txt" 
     365      > 
    246366    </File> 
    247367  </Files> 
Note: See TracChangeset for help on using the changeset viewer.