Changeset 1683 for GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsParticleDemo
- Timestamp:
- 10/26/06 15:33:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsParticleDemo/scripts/GameToolsParticleDemo.vcproj
r807 r1683 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 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 > 8 10 <Platforms> 9 11 <Platform 10 Name="Win32"/> 12 Name="Win32" 13 /> 11 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 12 17 <Configurations> 13 18 <Configuration … … 16 21 IntermediateDirectory="..\obj\$(ConfigurationName)" 17 22 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 /> 19 40 <Tool 20 41 Name="VCCLCompilerTool" 21 42 Optimization="0" 22 ImproveFloatingPointConsistency="TRUE"23 43 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\..\..\..\..\..\..\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" 26 46 BasicRuntimeChecks="3" 27 47 RuntimeLibrary="3" 28 EnableFunctionLevelLinking=" TRUE"48 EnableFunctionLevelLinking="true" 29 49 UsePrecompiledHeader="0" 30 50 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 /> 35 63 <Tool 36 64 Name="VCLinkerTool" … … 40 68 AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Debug;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Debug" 41 69 IgnoreDefaultLibraryNames="" 42 GenerateDebugInformation=" TRUE"70 GenerateDebugInformation="true" 43 71 ProgramDatabaseFile="$(OutDir)/proba.pdb" 44 72 SubSystem="2" 45 73 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 /> 49 97 <Tool 50 98 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 /> 68 101 </Configuration> 69 102 <Configuration … … 72 105 IntermediateDirectory="..\obj\$(ConfigurationName)" 73 106 ConfigurationType="1" 107 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 74 108 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 /> 76 126 <Tool 77 127 Name="VCCLCompilerTool" 78 128 Optimization="2" 79 GlobalOptimizations="TRUE"80 129 InlineFunctionExpansion="1" 81 EnableIntrinsicFunctions="TRUE" 82 ImproveFloatingPointConsistency="TRUE" 130 EnableIntrinsicFunctions="true" 83 131 FavorSizeOrSpeed="1" 84 OmitFramePointers="TRUE" 85 EnableFiberSafeOptimizations="FALSE" 86 OptimizeForProcessor="2" 87 OptimizeForWindowsApplication="TRUE" 132 OmitFramePointers="true" 133 EnableFiberSafeOptimizations="false" 88 134 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\..\..\..\..\..\..\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" 92 138 RuntimeLibrary="2" 93 BufferSecurityCheck=" FALSE"94 EnableFunctionLevelLinking=" TRUE"139 BufferSecurityCheck="false" 140 EnableFunctionLevelLinking="true" 95 141 UsePrecompiledHeader="0" 96 142 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 /> 101 155 <Tool 102 156 Name="VCLinkerTool" … … 105 159 LinkIncremental="1" 106 160 AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Release;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Release" 107 GenerateDebugInformation=" FALSE"161 GenerateDebugInformation="false" 108 162 SubSystem="2" 109 163 OptimizeReferences="2" 110 164 EnableCOMDATFolding="2" 111 165 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 /> 115 189 <Tool 116 190 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 /> 134 193 </Configuration> 135 194 </Configurations> … … 139 198 <Filter 140 199 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 > 142 202 <File 143 RelativePath="..\src\GameToolsParticleDemo.cpp"> 203 RelativePath="..\src\GameToolsParticleDemo.cpp" 204 > 144 205 </File> 145 206 </Filter> 146 207 <Filter 147 208 Name="Header Files" 148 Filter="h;hpp;hxx;hm;inl;inc"> 209 Filter="h;hpp;hxx;hm;inl;inc" 210 > 149 211 <File 150 RelativePath="..\include\GameToolsParticleDemo.h"> 212 RelativePath="..\include\GameToolsParticleDemo.h" 213 > 151 214 </File> 152 215 </Filter> 153 216 <Filter 154 217 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 > 156 220 </Filter> 157 221 </Files>
Note: See TracChangeset
for help on using the changeset viewer.