- Timestamp:
- 10/26/06 15:33:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/src/DiffuseTest/scripts/DiffuseTest.vcproj
r1629 r1683 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 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 > 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 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 /> 19 41 <Tool 20 42 Name="VCCLCompilerTool" 21 43 Optimization="0" 22 ImproveFloatingPointConsistency="TRUE"23 44 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"45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 46 MinimalRebuild="true" 26 47 BasicRuntimeChecks="3" 27 48 RuntimeLibrary="3" 28 EnableFunctionLevelLinking=" TRUE"49 EnableFunctionLevelLinking="true" 29 50 UsePrecompiledHeader="0" 30 51 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 /> 35 64 <Tool 36 65 Name="VCLinkerTool" … … 40 69 AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Debug;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Debug" 41 70 IgnoreDefaultLibraryNames="" 42 GenerateDebugInformation=" TRUE"71 GenerateDebugInformation="true" 43 72 ProgramDatabaseFile="$(OutDir)/proba.pdb" 44 73 SubSystem="2" 45 74 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 /> 49 98 <Tool 50 99 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 /> 68 102 </Configuration> 69 103 <Configuration … … 72 106 IntermediateDirectory="..\obj\$(ConfigurationName)" 73 107 ConfigurationType="1" 108 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 74 109 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 /> 76 127 <Tool 77 128 Name="VCCLCompilerTool" 78 129 Optimization="2" 79 GlobalOptimizations="TRUE"80 130 InlineFunctionExpansion="1" 81 EnableIntrinsicFunctions="TRUE" 82 ImproveFloatingPointConsistency="TRUE" 131 EnableIntrinsicFunctions="true" 83 132 FavorSizeOrSpeed="1" 84 OmitFramePointers="TRUE" 85 EnableFiberSafeOptimizations="FALSE" 86 OptimizeForProcessor="2" 87 OptimizeForWindowsApplication="TRUE" 133 OmitFramePointers="true" 134 EnableFiberSafeOptimizations="false" 88 135 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"136 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE;GTP_VISIBILITY_MODIFIED_OGRE" 137 StringPooling="true" 138 MinimalRebuild="true" 92 139 RuntimeLibrary="2" 93 BufferSecurityCheck=" FALSE"94 EnableFunctionLevelLinking=" TRUE"140 BufferSecurityCheck="false" 141 EnableFunctionLevelLinking="true" 95 142 UsePrecompiledHeader="0" 96 143 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 /> 101 156 <Tool 102 157 Name="VCLinkerTool" … … 105 160 LinkIncremental="1" 106 161 AdditionalLibraryDirectories="..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\bin\Release;"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\bin\Release" 107 GenerateDebugInformation=" FALSE"162 GenerateDebugInformation="false" 108 163 SubSystem="2" 109 164 OptimizeReferences="2" 110 165 EnableCOMDATFolding="2" 111 166 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 /> 115 190 <Tool 116 191 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 /> 134 194 </Configuration> 135 195 </Configurations> … … 139 199 <Filter 140 200 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 > 144 206 </File> 145 207 </Filter> 146 208 <Filter 147 209 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 > 151 215 </File> 152 216 </Filter> 153 217 <Filter 154 218 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 > 188 264 </File> 189 265 </Filter>
Note: See TracChangeset
for help on using the changeset viewer.