Ignore:
Timestamp:
01/02/07 01:44:59 (18 years ago)
Author:
mattausch
Message:

worked on preprocessor with and without qt and threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/EvalStats/EvalStats.vcproj

    r1239 r1926  
    199199                <Configuration 
    200200                        Name="Release Internal|Win32" 
     201                        OutputDirectory="$(ConfigurationName)" 
     202                        IntermediateDirectory="$(ConfigurationName)" 
     203                        ConfigurationType="1" 
     204                        CharacterSet="2"> 
     205                        <Tool 
     206                                Name="VCCLCompilerTool" 
     207                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
     208                                RuntimeLibrary="0" 
     209                                UsePrecompiledHeader="3" 
     210                                WarningLevel="3" 
     211                                Detect64BitPortabilityProblems="TRUE" 
     212                                DebugInformationFormat="3"/> 
     213                        <Tool 
     214                                Name="VCCustomBuildTool"/> 
     215                        <Tool 
     216                                Name="VCLinkerTool" 
     217                                OutputFile="$(OutDir)/EvalStats.exe" 
     218                                LinkIncremental="1" 
     219                                GenerateDebugInformation="TRUE" 
     220                                SubSystem="1" 
     221                                OptimizeReferences="2" 
     222                                EnableCOMDATFolding="2" 
     223                                TargetMachine="1"/> 
     224                        <Tool 
     225                                Name="VCMIDLTool"/> 
     226                        <Tool 
     227                                Name="VCPostBuildEventTool"/> 
     228                        <Tool 
     229                                Name="VCPreBuildEventTool"/> 
     230                        <Tool 
     231                                Name="VCPreLinkEventTool"/> 
     232                        <Tool 
     233                                Name="VCResourceCompilerTool"/> 
     234                        <Tool 
     235                                Name="VCWebServiceProxyGeneratorTool"/> 
     236                        <Tool 
     237                                Name="VCXMLDataGeneratorTool"/> 
     238                        <Tool 
     239                                Name="VCWebDeploymentTool"/> 
     240                        <Tool 
     241                                Name="VCManagedWrapperGeneratorTool"/> 
     242                        <Tool 
     243                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     244                </Configuration> 
     245                <Configuration 
     246                        Name="Release_qt|Win32" 
    201247                        OutputDirectory="$(ConfigurationName)" 
    202248                        IntermediateDirectory="$(ConfigurationName)" 
     
    282328                                <FileConfiguration 
    283329                                        Name="Release Internal|Win32"> 
     330                                        <Tool 
     331                                                Name="VCCLCompilerTool" 
     332                                                UsePrecompiledHeader="1"/> 
     333                                </FileConfiguration> 
     334                                <FileConfiguration 
     335                                        Name="Release_qt|Win32"> 
    284336                                        <Tool 
    285337                                                Name="VCCLCompilerTool" 
Note: See TracChangeset for help on using the changeset viewer.