Ignore:
Timestamp:
11/4/2007 3:28:46 AM (5 years ago)
Author:
lowjoel
Message:

Moved all the UI resources to the common resource library and include that rc file when compiling the final application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Verify/Verify.vcproj

    r64 r75  
    7373                Name="VCResourceCompilerTool" 
    7474                PreprocessorDefinitions="NDEBUG" 
    75                 Culture="1035" 
     75                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    7676            /> 
    7777            <Tool 
     
    9090                EnableCOMDATFolding="2" 
    9191                SetChecksum="true" 
    92                 RandomizedBaseAddress="1" 
    93                 DataExecutionPrevention="0" 
    9492                TargetMachine="1" 
    9593            /> 
     
    170168                Name="VCResourceCompilerTool" 
    171169                PreprocessorDefinitions="NDEBUG" 
    172                 Culture="1035" 
     170                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    173171            /> 
    174172            <Tool 
     
    264262                Name="VCResourceCompilerTool" 
    265263                PreprocessorDefinitions="_DEBUG" 
    266                 Culture="1035" 
     264                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    267265            /> 
    268266            <Tool 
     
    354352                Name="VCResourceCompilerTool" 
    355353                PreprocessorDefinitions="_DEBUG" 
    356                 Culture="1035" 
     354                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    357355            /> 
    358356            <Tool 
Note: See TracChangeset for help on using the changeset viewer.