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

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/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> 
Note: See TracChangeset for help on using the changeset viewer.