Ignore:
Timestamp:
10/26/06 15:33:57 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/src
Files:
8 edited

Legend:

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

    r1638 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="CausticTest" 
    6         ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     6        ProjectGUID="{B57DE690-046A-4015-AF46-93DE29C0F9AB}" 
     7        RootNamespace="CausticTest" 
     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\CausticTest.cpp"> 
     201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     202                        > 
     203                        <File 
     204                                RelativePath="..\src\CausticTest.cpp" 
     205                                > 
    144206                        </File> 
    145207                </Filter> 
    146208                <Filter 
    147209                        Name="Resource Files" 
    148                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 
    149                         <File 
    150                                 RelativePath="..\..\..\Media\materials\scripts\GameTools.material"> 
    151                         </File> 
    152                         <File 
    153                                 RelativePath="..\..\..\Media\materials\scripts\GameTools.program"> 
    154                         </File> 
    155                         <File 
    156                                 RelativePath="..\..\..\Media\materials\programs\GameTools_CauCube.hlsl"> 
    157                         </File> 
    158                         <File 
    159                                 RelativePath="..\..\..\Media\materials\scripts\GlassHead.material"> 
     210                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     211                        > 
     212                        <File 
     213                                RelativePath="..\..\..\Media\materials\scripts\GameTools.material" 
     214                                > 
     215                        </File> 
     216                        <File 
     217                                RelativePath="..\..\..\Media\materials\scripts\GameTools.program" 
     218                                > 
     219                        </File> 
     220                        <File 
     221                                RelativePath="..\..\..\Media\materials\programs\GameTools_CauCube.hlsl" 
     222                                > 
     223                        </File> 
     224                        <File 
     225                                RelativePath="..\..\..\Media\materials\scripts\GlassHead.material" 
     226                                > 
    160227                        </File> 
    161228                </Filter> 
    162229                <Filter 
    163230                        Name="Header Files" 
    164                         Filter="h;hpp;hxx;hm;inl;inc"> 
    165                         <File 
    166                                 RelativePath="..\include\CausticTest.h"> 
     231                        Filter="h;hpp;hxx;hm;inl;inc" 
     232                        > 
     233                        <File 
     234                                RelativePath="..\include\CausticTest.h" 
     235                                > 
    167236                        </File> 
    168237                </Filter> 
  • GTP/trunk/App/Demos/Illum/Ogre/src/DiffuseTest/scripts/DiffuseTest.vcproj

    r1629 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="DiffuseTest" 
    6         ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     6        ProjectGUID="{12A26E3E-5B80-4B57-BFB7-63F0DADA78D0}" 
     7        RootNamespace="DiffuseTest" 
     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\DiffuseTest.cpp"> 
     201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     202                        > 
     203                        <File 
     204                                RelativePath="..\src\DiffuseTest.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\DiffuseTest.h"> 
     210                        Filter="h;hpp;hxx;hm;inl;inc" 
     211                        > 
     212                        <File 
     213                                RelativePath="..\include\DiffuseTest.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\difflab.material"> 
    158                         </File> 
    159                         <File 
    160                                 RelativePath="..\..\..\Media\materials\scripts\diffscene.material"> 
    161                         </File> 
    162                         <File 
    163                                 RelativePath="..\..\..\Media\materials\scripts\Diffuse.material"> 
    164                         </File> 
    165                         <File 
    166                                 RelativePath="..\..\..\Media\materials\scripts\GameTools.material"> 
    167                         </File> 
    168                         <File 
    169                                 RelativePath="..\..\..\Media\materials\scripts\GameTools.program"> 
    170                         </File> 
    171                         <File 
    172                                 RelativePath="..\..\..\Media\materials\programs\GameTools_CauCube.hlsl"> 
    173                         </File> 
    174                         <File 
    175                                 RelativePath="..\..\..\Media\materials\programs\GameTools_Diffuse.hlsl"> 
    176                         </File> 
    177                         <File 
    178                                 RelativePath="..\..\..\Media\materials\programs\GameTools_Phong.hlsl"> 
    179                         </File> 
    180                         <File 
    181                                 RelativePath="..\..\..\Media\materials\scripts\GlassHead.material"> 
    182                         </File> 
    183                         <File 
    184                                 RelativePath="..\..\..\Media\materials\scripts\Glow.material"> 
    185                         </File> 
    186                         <File 
    187                                 RelativePath="..\..\..\Media\materials\scripts\uvegfolyoso2.material"> 
     219                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     220                        > 
     221                        <File 
     222                                RelativePath="..\..\..\Media\materials\scripts\difflab.material" 
     223                                > 
     224                        </File> 
     225                        <File 
     226                                RelativePath="..\..\..\Media\materials\scripts\diffscene.material" 
     227                                > 
     228                        </File> 
     229                        <File 
     230                                RelativePath="..\..\..\Media\materials\scripts\Diffuse.material" 
     231                                > 
     232                        </File> 
     233                        <File 
     234                                RelativePath="..\..\..\Media\materials\scripts\GameTools.material" 
     235                                > 
     236                        </File> 
     237                        <File 
     238                                RelativePath="..\..\..\Media\materials\scripts\GameTools.program" 
     239                                > 
     240                        </File> 
     241                        <File 
     242                                RelativePath="..\..\..\Media\materials\programs\GameTools_CauCube.hlsl" 
     243                                > 
     244                        </File> 
     245                        <File 
     246                                RelativePath="..\..\..\Media\materials\programs\GameTools_Diffuse.hlsl" 
     247                                > 
     248                        </File> 
     249                        <File 
     250                                RelativePath="..\..\..\Media\materials\programs\GameTools_Phong.hlsl" 
     251                                > 
     252                        </File> 
     253                        <File 
     254                                RelativePath="..\..\..\Media\materials\scripts\GlassHead.material" 
     255                                > 
     256                        </File> 
     257                        <File 
     258                                RelativePath="..\..\..\Media\materials\scripts\Glow.material" 
     259                                > 
     260                        </File> 
     261                        <File 
     262                                RelativePath="..\..\..\Media\materials\scripts\uvegfolyoso2.material" 
     263                                > 
    188264                        </File> 
    189265                </Filter> 
  • GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsParticleDemo/scripts/GameToolsParticleDemo.vcproj

    r807 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="GameToolsParticleDemo" 
    6         ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     6        ProjectGUID="{03012D49-293B-4427-BC47-0B6061EF5543}" 
     7        RootNamespace="GameToolsParticleDemo" 
     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                        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" 
    2142                                Optimization="0" 
    22                                 ImproveFloatingPointConsistency="TRUE" 
    2343                                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" 
     44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 
     45                                MinimalRebuild="true" 
    2646                                BasicRuntimeChecks="3" 
    2747                                RuntimeLibrary="3" 
    28                                 EnableFunctionLevelLinking="TRUE" 
     48                                EnableFunctionLevelLinking="true" 
    2949                                UsePrecompiledHeader="0" 
    3050                                WarningLevel="3" 
    31                                 Detect64BitPortabilityProblems="TRUE" 
    32                                 DebugInformationFormat="4"/> 
    33                         <Tool 
    34                                 Name="VCCustomBuildTool"/> 
     51                                Detect64BitPortabilityProblems="true" 
     52                                DebugInformationFormat="4" 
     53                        /> 
     54                        <Tool 
     55                                Name="VCManagedResourceCompilerTool" 
     56                        /> 
     57                        <Tool 
     58                                Name="VCResourceCompilerTool" 
     59                        /> 
     60                        <Tool 
     61                                Name="VCPreLinkEventTool" 
     62                        /> 
    3563                        <Tool 
    3664                                Name="VCLinkerTool" 
     
    4068                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Debug;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Debug" 
    4169                                IgnoreDefaultLibraryNames="" 
    42                                 GenerateDebugInformation="TRUE" 
     70                                GenerateDebugInformation="true" 
    4371                                ProgramDatabaseFile="$(OutDir)/proba.pdb" 
    4472                                SubSystem="2" 
    4573                                OptimizeForWindows98="1" 
    46                                 TargetMachine="1"/> 
    47                         <Tool 
    48                                 Name="VCMIDLTool"/> 
     74                                TargetMachine="1" 
     75                        /> 
     76                        <Tool 
     77                                Name="VCALinkTool" 
     78                        /> 
     79                        <Tool 
     80                                Name="VCManifestTool" 
     81                        /> 
     82                        <Tool 
     83                                Name="VCXDCMakeTool" 
     84                        /> 
     85                        <Tool 
     86                                Name="VCBscMakeTool" 
     87                        /> 
     88                        <Tool 
     89                                Name="VCFxCopTool" 
     90                        /> 
     91                        <Tool 
     92                                Name="VCAppVerifierTool" 
     93                        /> 
     94                        <Tool 
     95                                Name="VCWebDeploymentTool" 
     96                        /> 
    4997                        <Tool 
    5098                                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"/> 
     99                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)" 
     100                        /> 
    68101                </Configuration> 
    69102                <Configuration 
     
    72105                        IntermediateDirectory="..\obj\$(ConfigurationName)" 
    73106                        ConfigurationType="1" 
     107                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    74108                        CharacterSet="2" 
    75                         WholeProgramOptimization="TRUE"> 
     109                        WholeProgramOptimization="1" 
     110                        > 
     111                        <Tool 
     112                                Name="VCPreBuildEventTool" 
     113                        /> 
     114                        <Tool 
     115                                Name="VCCustomBuildTool" 
     116                        /> 
     117                        <Tool 
     118                                Name="VCXMLDataGeneratorTool" 
     119                        /> 
     120                        <Tool 
     121                                Name="VCWebServiceProxyGeneratorTool" 
     122                        /> 
     123                        <Tool 
     124                                Name="VCMIDLTool" 
     125                        /> 
    76126                        <Tool 
    77127                                Name="VCCLCompilerTool" 
    78128                                Optimization="2" 
    79                                 GlobalOptimizations="TRUE" 
    80129                                InlineFunctionExpansion="1" 
    81                                 EnableIntrinsicFunctions="TRUE" 
    82                                 ImproveFloatingPointConsistency="TRUE" 
     130                                EnableIntrinsicFunctions="true" 
    83131                                FavorSizeOrSpeed="1" 
    84                                 OmitFramePointers="TRUE" 
    85                                 EnableFiberSafeOptimizations="FALSE" 
    86                                 OptimizeForProcessor="2" 
    87                                 OptimizeForWindowsApplication="TRUE" 
     132                                OmitFramePointers="true" 
     133                                EnableFiberSafeOptimizations="false" 
    88134                                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" 
     135                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 
     136                                StringPooling="true" 
     137                                MinimalRebuild="true" 
    92138                                RuntimeLibrary="2" 
    93                                 BufferSecurityCheck="FALSE" 
    94                                 EnableFunctionLevelLinking="TRUE" 
     139                                BufferSecurityCheck="false" 
     140                                EnableFunctionLevelLinking="true" 
    95141                                UsePrecompiledHeader="0" 
    96142                                WarningLevel="3" 
    97                                 Detect64BitPortabilityProblems="TRUE" 
    98                                 DebugInformationFormat="3"/> 
    99                         <Tool 
    100                                 Name="VCCustomBuildTool"/> 
     143                                Detect64BitPortabilityProblems="true" 
     144                                DebugInformationFormat="3" 
     145                        /> 
     146                        <Tool 
     147                                Name="VCManagedResourceCompilerTool" 
     148                        /> 
     149                        <Tool 
     150                                Name="VCResourceCompilerTool" 
     151                        /> 
     152                        <Tool 
     153                                Name="VCPreLinkEventTool" 
     154                        /> 
    101155                        <Tool 
    102156                                Name="VCLinkerTool" 
     
    105159                                LinkIncremental="1" 
    106160                                AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Release;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Release" 
    107                                 GenerateDebugInformation="FALSE" 
     161                                GenerateDebugInformation="false" 
    108162                                SubSystem="2" 
    109163                                OptimizeReferences="2" 
    110164                                EnableCOMDATFolding="2" 
    111165                                OptimizeForWindows98="1" 
    112                                 TargetMachine="1"/> 
    113                         <Tool 
    114                                 Name="VCMIDLTool"/> 
     166                                TargetMachine="1" 
     167                        /> 
     168                        <Tool 
     169                                Name="VCALinkTool" 
     170                        /> 
     171                        <Tool 
     172                                Name="VCManifestTool" 
     173                        /> 
     174                        <Tool 
     175                                Name="VCXDCMakeTool" 
     176                        /> 
     177                        <Tool 
     178                                Name="VCBscMakeTool" 
     179                        /> 
     180                        <Tool 
     181                                Name="VCFxCopTool" 
     182                        /> 
     183                        <Tool 
     184                                Name="VCAppVerifierTool" 
     185                        /> 
     186                        <Tool 
     187                                Name="VCWebDeploymentTool" 
     188                        /> 
    115189                        <Tool 
    116190                                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"/> 
     191                                CommandLine="copy $(OutDir)\$(TargetFileName) ..\..\..\bin\$(ConfigurationName)" 
     192                        /> 
    134193                </Configuration> 
    135194        </Configurations> 
     
    139198                <Filter 
    140199                        Name="Source Files" 
    141                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> 
     200                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     201                        > 
    142202                        <File 
    143                                 RelativePath="..\src\GameToolsParticleDemo.cpp"> 
     203                                RelativePath="..\src\GameToolsParticleDemo.cpp" 
     204                                > 
    144205                        </File> 
    145206                </Filter> 
    146207                <Filter 
    147208                        Name="Header Files" 
    148                         Filter="h;hpp;hxx;hm;inl;inc"> 
     209                        Filter="h;hpp;hxx;hm;inl;inc" 
     210                        > 
    149211                        <File 
    150                                 RelativePath="..\include\GameToolsParticleDemo.h"> 
     212                                RelativePath="..\include\GameToolsParticleDemo.h" 
     213                                > 
    151214                        </File> 
    152215                </Filter> 
    153216                <Filter 
    154217                        Name="Resource Files" 
    155                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 
     218                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     219                        > 
    156220                </Filter> 
    157221        </Files> 
  • GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsRaytraceDemo/scripts/GameToolsRaytraceDemo.vcproj

    r1349 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="GameToolsRaytraceDemo" 
    66        ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     7        RootNamespace="GameToolsRaytraceDemo" 
     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\GameToolsRaytraceDemo.cpp"> 
     201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     202                        > 
     203                        <File 
     204                                RelativePath="..\src\GameToolsRaytraceDemo.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\GameToolsRaytraceDemo.h"> 
     210                        Filter="h;hpp;hxx;hm;inl;inc" 
     211                        > 
     212                        <File 
     213                                RelativePath="..\include\GameToolsRaytraceDemo.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\GameTools.program"> 
    158                         </File> 
    159                         <File 
    160                                 RelativePath="..\..\..\Media\materials\programs\GameTools_CauCube.hlsl"> 
    161                         </File> 
    162                         <File 
    163                                 RelativePath="..\..\..\Media\materials\scripts\GlassHead.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\programs\GameTools_CauCube.hlsl" 
     227                                > 
     228                        </File> 
     229                        <File 
     230                                RelativePath="..\..\..\Media\materials\scripts\GlassHead.material" 
     231                                > 
    164232                        </File> 
    165233                </Filter> 
  • GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsToneMapDemo/include/GameToolsToneMapDemo.h

    r1568 r1683  
    6666        void createPostproc() 
    6767        { 
    68                 /*CompositorManager::getSingleton().addCompositor(mWindow->getViewport(0), 
     68                 
     69                CompositorManager::getSingleton().addCompositor(mWindow->getViewport(0), 
    6970                                                                                                                "GameTools/Glow"); 
    7071                CompositorManager::getSingleton().setCompositorEnabled(mWindow->getViewport(0), 
    71                                                                                                                 "GameTools/Glow", true);*/ 
     72                                                                                                                "GameTools/Glow", true); 
     73 
    7274                CompositorManager::getSingleton().addCompositor(mWindow->getViewport(0), 
    7375                                                                                                                "GameTools/ToneMap"); 
    7476                CompositorManager::getSingleton().setCompositorEnabled(mWindow->getViewport(0), 
    75                                                                                                                 "GameTools/ToneMap", true); 
     77                                                                                                                "GameTools/ToneMap", true);              
     78 
     79                 
     80                 
    7681        } 
    7782     
     
    117122                headNode->setPosition(0, 100,0);                 
    118123                headNode->_updateBounds(); 
     124 
    119125                 
    120126 
  • 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> 
  • GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem/scripts/HierarchicalSystem.vcproj

    r1423 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="HPSDEMO" 
    6         ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     6        ProjectGUID="{550E3771-33C4-4994-B323-C2ABFB37FE9F}" 
     7        RootNamespace="HPSDEMO" 
     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\HierarchicalSystem.cpp"> 
     201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     202                        > 
     203                        <File 
     204                                RelativePath="..\src\HierarchicalSystem.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\HierarchicalSystem.h"> 
     210                        Filter="h;hpp;hxx;hm;inl;inc" 
     211                        > 
     212                        <File 
     213                                RelativePath="..\include\HierarchicalSystem.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\particle\GameTools.particle"> 
    158                         </File> 
    159                         <File 
    160                                 RelativePath="..\..\..\Media\materials\scripts\GameTools_HPS.material"> 
    161                         </File> 
    162                         <File 
    163                                 RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_L.hlsl"> 
    164                         </File> 
    165                         <File 
    166                                 RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_L_Depth.hlsl"> 
    167                         </File> 
    168                         <File 
    169                                 RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_S.hlsl"> 
    170                         </File> 
    171                         <File 
    172                                 RelativePath="..\..\..\Media\materials\programs\GameTools_Smoke_IllumVolume.hlsl"> 
    173                         </File> 
    174                         <File 
    175                                 RelativePath="..\..\..\Media\materials\scripts\Particles.material"> 
     219                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     220                        > 
     221                        <File 
     222                                RelativePath="..\..\..\Media\particle\GameTools.particle" 
     223                                > 
     224                        </File> 
     225                        <File 
     226                                RelativePath="..\..\..\Media\materials\scripts\GameTools_HPS.material" 
     227                                > 
     228                        </File> 
     229                        <File 
     230                                RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_L.hlsl" 
     231                                > 
     232                        </File> 
     233                        <File 
     234                                RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_L_Depth.hlsl" 
     235                                > 
     236                        </File> 
     237                        <File 
     238                                RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_S.hlsl" 
     239                                > 
     240                        </File> 
     241                        <File 
     242                                RelativePath="..\..\..\Media\materials\programs\GameTools_Smoke_IllumVolume.hlsl" 
     243                                > 
     244                        </File> 
     245                        <File 
     246                                RelativePath="..\..\..\Media\materials\scripts\Particles.material" 
     247                                > 
    176248                        </File> 
    177249                </Filter> 
  • GTP/trunk/App/Demos/Illum/Ogre/src/PRMDemo/scripts/PRMDemo.vcproj

    r1442 r1683  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="7.10" 
     4        Version="8,00" 
    55        Name="PRMDemo" 
    6         ProjectGUID="{09F9E809-02CF-4926-8203-2B9C02FBD916}" 
    7         Keyword="Win32Proj"> 
     6        ProjectGUID="{7AD6CB59-C8DB-40DB-B0E3-A2B750EB0284}" 
     7        RootNamespace="PRMDemo" 
     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;..\..\Common\include" 
    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)/PRMDemo.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;..\..\Common\include" 
    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\PRMDemo.cpp"> 
     201                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 
     202                        > 
     203                        <File 
     204                                RelativePath="..\src\PRMDemo.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\PRMDemo.h"> 
     210                        Filter="h;hpp;hxx;hm;inl;inc" 
     211                        > 
     212                        <File 
     213                                RelativePath="..\include\PRMDemo.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\hangar.material"> 
    158                         </File> 
    159                         <File 
    160                                 RelativePath="..\..\..\Media\materials\scripts\stairs.material"> 
     219                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" 
     220                        > 
     221                        <File 
     222                                RelativePath="..\..\..\Media\materials\scripts\hangar.material" 
     223                                > 
     224                        </File> 
     225                        <File 
     226                                RelativePath="..\..\..\Media\materials\scripts\stairs.material" 
     227                                > 
    161228                        </File> 
    162229                </Filter> 
    163230                <Filter 
    164231                        Name="Common" 
    165                         Filter=""> 
    166                         <File 
    167                                 RelativePath="..\..\Common\src\SceneSerializer.cpp"> 
    168                         </File> 
    169                         <File 
    170                                 RelativePath="..\..\Common\include\SceneSerializer.h"> 
     232                        > 
     233                        <File 
     234                                RelativePath="..\..\Common\src\SceneSerializer.cpp" 
     235                                > 
     236                        </File> 
     237                        <File 
     238                                RelativePath="..\..\Common\include\SceneSerializer.h" 
     239                                > 
    171240                        </File> 
    172241                </Filter> 
Note: See TracChangeset for help on using the changeset viewer.