Ignore:
Timestamp:
10/26/06 15:33:57 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsToneMapDemo/scripts/GameToolsToneMapDemo.vcproj

    r1568 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="ToneMapDemo" 
    6         ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     6        ProjectGUID="{A85ED551-C592-4D5C-A093-44CF6C6BDC75}" 
     7        RootNamespace="ToneMapDemo" 
     8        Keyword="Win32Proj" 
     9        > 
    810        <Platforms> 
    911                <Platform 
    10                         Name="Win32"/> 
     12                        Name="Win32" 
     13                /> 
    1114        </Platforms> 
     15        <ToolFiles> 
     16        </ToolFiles> 
    1217        <Configurations> 
    1318                <Configuration 
     
    1621                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    1722                        ConfigurationType="1" 
    18                         CharacterSet="2"> 
     23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
     24                        CharacterSet="2" 
     25                        > 
     26                        <Tool 
     27                                Name="VCPreBuildEventTool" 
     28                        /> 
     29                        <Tool 
     30                                Name="VCCustomBuildTool" 
     31                        /> 
     32                        <Tool 
     33                                Name="VCXMLDataGeneratorTool" 
     34                        /> 
     35                        <Tool 
     36                                Name="VCWebServiceProxyGeneratorTool" 
     37                        /> 
     38                        <Tool 
     39                                Name="VCMIDLTool" 
     40                        /> 
    1941                        <Tool 
    2042                                Name="VCCLCompilerTool" 
    2143                                Optimization="0" 
    22                                 ImproveFloatingPointConsistency="TRUE" 
    2344                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns" 
    24                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE" 
    25                                 MinimalRebuild="TRUE" 
     45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 
     46                                MinimalRebuild="true" 
    2647                                BasicRuntimeChecks="3" 
    2748                                RuntimeLibrary="3" 
    28                                 EnableFunctionLevelLinking="TRUE" 
     49                                EnableFunctionLevelLinking="true" 
    2950                                UsePrecompiledHeader="0" 
    3051                                WarningLevel="3" 
    31                                 Detect64BitPortabilityProblems="TRUE" 
    32                                 DebugInformationFormat="4"/> 
    33                         <Tool 
    34                                 Name="VCCustomBuildTool"/> 
     52                                Detect64BitPortabilityProblems="true" 
     53                                DebugInformationFormat="4" 
     54                        /> 
     55                        <Tool 
     56                                Name="VCManagedResourceCompilerTool" 
     57                        /> 
     58                        <Tool 
     59                                Name="VCResourceCompilerTool" 
     60                        /> 
     61                        <Tool 
     62                                Name="VCPreLinkEventTool" 
     63                        /> 
    3564                        <Tool 
    3665                                Name="VCLinkerTool" 
     
    4069                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Debug;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Debug" 
    4170                                IgnoreDefaultLibraryNames="" 
    42                                 GenerateDebugInformation="TRUE" 
     71                                GenerateDebugInformation="true" 
    4372                                ProgramDatabaseFile="$(OutDir)/proba.pdb" 
    4473                                SubSystem="2" 
    4574                                OptimizeForWindows98="1" 
    46                                 TargetMachine="1"/> 
    47                         <Tool 
    48                                 Name="VCMIDLTool"/> 
     75                                TargetMachine="1" 
     76                        /> 
     77                        <Tool 
     78                                Name="VCALinkTool" 
     79                        /> 
     80                        <Tool 
     81                                Name="VCManifestTool" 
     82                        /> 
     83                        <Tool 
     84                                Name="VCXDCMakeTool" 
     85                        /> 
     86                        <Tool 
     87                                Name="VCBscMakeTool" 
     88                        /> 
     89                        <Tool 
     90                                Name="VCFxCopTool" 
     91                        /> 
     92                        <Tool 
     93                                Name="VCAppVerifierTool" 
     94                        /> 
     95                        <Tool 
     96                                Name="VCWebDeploymentTool" 
     97                        /> 
    4998                        <Tool 
    5099                                Name="VCPostBuildEventTool" 
    51                                 CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)"/> 
    52                         <Tool 
    53                                 Name="VCPreBuildEventTool"/> 
    54                         <Tool 
    55                                 Name="VCPreLinkEventTool"/> 
    56                         <Tool 
    57                                 Name="VCResourceCompilerTool"/> 
    58                         <Tool 
    59                                 Name="VCWebServiceProxyGeneratorTool"/> 
    60                         <Tool 
    61                                 Name="VCXMLDataGeneratorTool"/> 
    62                         <Tool 
    63                                 Name="VCWebDeploymentTool"/> 
    64                         <Tool 
    65                                 Name="VCManagedWrapperGeneratorTool"/> 
    66                         <Tool 
    67                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     100                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)" 
     101                        /> 
    68102                </Configuration> 
    69103                <Configuration 
     
    72106                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    73107                        ConfigurationType="1" 
     108                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    74109                        CharacterSet="2" 
    75                         WholeProgramOptimization="TRUE"> 
     110                        WholeProgramOptimization="1" 
     111                        > 
     112                        <Tool 
     113                                Name="VCPreBuildEventTool" 
     114                        /> 
     115                        <Tool 
     116                                Name="VCCustomBuildTool" 
     117                        /> 
     118                        <Tool 
     119                                Name="VCXMLDataGeneratorTool" 
     120                        /> 
     121                        <Tool 
     122                                Name="VCWebServiceProxyGeneratorTool" 
     123                        /> 
     124                        <Tool 
     125                                Name="VCMIDLTool" 
     126                        /> 
    76127                        <Tool 
    77128                                Name="VCCLCompilerTool" 
    78129                                Optimization="2" 
    79                                 GlobalOptimizations="TRUE" 
    80130                                InlineFunctionExpansion="1" 
    81                                 EnableIntrinsicFunctions="TRUE" 
    82                                 ImproveFloatingPointConsistency="TRUE" 
     131                                EnableIntrinsicFunctions="true" 
    83132                                FavorSizeOrSpeed="1" 
    84                                 OmitFramePointers="TRUE" 
    85                                 EnableFiberSafeOptimizations="FALSE" 
    86                                 OptimizeForProcessor="2" 
    87                                 OptimizeForWindowsApplication="TRUE" 
     133                                OmitFramePointers="true" 
     134                                EnableFiberSafeOptimizations="false" 
    88135                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns" 
    89                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE" 
    90                                 StringPooling="TRUE" 
    91                                 MinimalRebuild="TRUE" 
     136                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 
     137                                StringPooling="true" 
     138                                MinimalRebuild="true" 
    92139                                RuntimeLibrary="2" 
    93                                 BufferSecurityCheck="FALSE" 
    94                                 EnableFunctionLevelLinking="TRUE" 
     140                                BufferSecurityCheck="false" 
     141                                EnableFunctionLevelLinking="true" 
    95142                                UsePrecompiledHeader="0" 
    96143                                WarningLevel="3" 
    97                                 Detect64BitPortabilityProblems="TRUE" 
    98                                 DebugInformationFormat="3"/> 
    99                         <Tool 
    100                                 Name="VCCustomBuildTool"/> 
     144                                Detect64BitPortabilityProblems="true" 
     145                                DebugInformationFormat="3" 
     146                        /> 
     147                        <Tool 
     148                                Name="VCManagedResourceCompilerTool" 
     149                        /> 
     150                        <Tool 
     151                                Name="VCResourceCompilerTool" 
     152                        /> 
     153                        <Tool 
     154                                Name="VCPreLinkEventTool" 
     155                        /> 
    101156                        <Tool 
    102157                                Name="VCLinkerTool" 
     
    105160                                LinkIncremental="1" 
    106161                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Release;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Release" 
    107                                 GenerateDebugInformation="FALSE" 
     162                                GenerateDebugInformation="false" 
    108163                                SubSystem="2" 
    109164                                OptimizeReferences="2" 
    110165                                EnableCOMDATFolding="2" 
    111166                                OptimizeForWindows98="1" 
    112                                 TargetMachine="1"/> 
    113                         <Tool 
    114                                 Name="VCMIDLTool"/> 
     167                                TargetMachine="1" 
     168                        /> 
     169                        <Tool 
     170                                Name="VCALinkTool" 
     171                        /> 
     172                        <Tool 
     173                                Name="VCManifestTool" 
     174                        /> 
     175                        <Tool 
     176                                Name="VCXDCMakeTool" 
     177                        /> 
     178                        <Tool 
     179                                Name="VCBscMakeTool" 
     180                        /> 
     181                        <Tool 
     182                                Name="VCFxCopTool" 
     183                        /> 
     184                        <Tool 
     185                                Name="VCAppVerifierTool" 
     186                        /> 
     187                        <Tool 
     188                                Name="VCWebDeploymentTool" 
     189                        /> 
    115190                        <Tool 
    116191                                Name="VCPostBuildEventTool" 
    117                                 CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)"/> 
    118                         <Tool 
    119                                 Name="VCPreBuildEventTool"/> 
    120                         <Tool 
    121                                 Name="VCPreLinkEventTool"/> 
    122                         <Tool 
    123                                 Name="VCResourceCompilerTool"/> 
    124                         <Tool 
    125                                 Name="VCWebServiceProxyGeneratorTool"/> 
    126                         <Tool 
    127                                 Name="VCXMLDataGeneratorTool"/> 
    128                         <Tool 
    129                                 Name="VCWebDeploymentTool"/> 
    130                         <Tool 
    131                                 Name="VCManagedWrapperGeneratorTool"/> 
    132                         <Tool 
    133                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     192                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)" 
     193                        /> 
    134194                </Configuration> 
    135195        </Configurations> 
     
    139199                <Filter 
    140200                        Name="Source Files" 
    141                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 
    142                         <File 
    143                                 RelativePath="..\src\GameToolsToneMapDemo.cpp"> 
     201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     202                        > 
     203                        <File 
     204                                RelativePath="..\src\GameToolsToneMapDemo.cpp" 
     205                                > 
    144206                        </File> 
    145207                </Filter> 
    146208                <Filter 
    147209                        Name="Header Files" 
    148                         Filter="h;hpp;hxx;hm;inl;inc"> 
    149                         <File 
    150                                 RelativePath="..\include\GameToolsToneMapDemo.h"> 
     210                        Filter="h;hpp;hxx;hm;inl;inc" 
     211                        > 
     212                        <File 
     213                                RelativePath="..\include\GameToolsToneMapDemo.h" 
     214                                > 
    151215                        </File> 
    152216                </Filter> 
    153217                <Filter 
    154218                        Name="Resource Files" 
    155                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 
    156                         <File 
    157                                 RelativePath="..\..\..\Media\materials\scripts\kupola.material"> 
     219                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     220                        > 
     221                        <File 
     222                                RelativePath="..\..\..\Media\materials\scripts\GameTools.program" 
     223                                > 
     224                        </File> 
     225                        <File 
     226                                RelativePath="..\..\..\Media\materials\scripts\GameTools_Glow.compositor" 
     227                                > 
     228                        </File> 
     229                        <File 
     230                                RelativePath="..\..\..\Media\materials\programs\GameTools_PostProc.hlsl" 
     231                                > 
     232                        </File> 
     233                        <File 
     234                                RelativePath="..\..\..\Media\materials\scripts\GameTools_ToneMap.compositor" 
     235                                > 
     236                        </File> 
     237                        <File 
     238                                RelativePath="..\..\..\Media\materials\scripts\Glow.material" 
     239                                > 
     240                        </File> 
     241                        <File 
     242                                RelativePath="..\..\..\Media\materials\programs\kupola.hlsl" 
     243                                > 
     244                        </File> 
     245                        <File 
     246                                RelativePath="..\..\..\Media\materials\scripts\kupola.material" 
     247                                > 
    158248                        </File> 
    159249                </Filter> 
Note: See TracChangeset for help on using the changeset viewer.