1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="tgaReader" 6 ProjectGUID="{6B5AB05C-72BC-4996-BD2F-9A35CD7CA90A}" 7 RootNamespace="ddsReader" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="196613" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 <Platform 16 Name="x64" 17 /> 18 </Platforms> 19 <ToolFiles> 20 </ToolFiles> 21 <Configurations> 22 <Configuration 23 Name="Debug|Win32" 24 OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)" 25 IntermediateDirectory="$(ConfigurationName)\$(PlatformName)" 26 ConfigurationType="4" 27 CharacterSet="0" 28 ManagedExtensions="0" 29 > 30 <Tool 31 Name="VCPreBuildEventTool" 32 /> 33 <Tool 34 Name="VCCustomBuildTool" 35 /> 36 <Tool 37 Name="VCXMLDataGeneratorTool" 38 /> 39 <Tool 40 Name="VCWebServiceProxyGeneratorTool" 41 /> 42 <Tool 43 Name="VCMIDLTool" 44 /> 45 <Tool 46 Name="VCCLCompilerTool" 47 Optimization="0" 48 AdditionalIncludeDirectories=""$(CAFE_ROOT_DOS)\system\src\tool\gfx\include";"$(CAFE_ROOT_DOS)\system\include";"$(ProjectDir)..\texConvert"" 49 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;D3D10_IGNORE_SDK_LAYERS" 50 MinimalRebuild="false" 51 BasicRuntimeChecks="0" 52 RuntimeLibrary="1" 53 UsePrecompiledHeader="0" 54 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 55 WarningLevel="3" 56 DebugInformationFormat="1" 57 /> 58 <Tool 59 Name="VCManagedResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCResourceCompilerTool" 63 /> 64 <Tool 65 Name="VCPreLinkEventTool" 66 /> 67 <Tool 68 Name="VCLibrarianTool" 69 OutputFile="$(OutDir)\$(ProjectName).lib" 70 AdditionalLibraryDirectories="" 71 IgnoreAllDefaultLibraries="false" 72 IgnoreDefaultLibraryNames="" 73 /> 74 <Tool 75 Name="VCALinkTool" 76 /> 77 <Tool 78 Name="VCXDCMakeTool" 79 /> 80 <Tool 81 Name="VCBscMakeTool" 82 /> 83 <Tool 84 Name="VCFxCopTool" 85 /> 86 <Tool 87 Name="VCPostBuildEventTool" 88 /> 89 </Configuration> 90 <Configuration 91 Name="Debug|x64" 92 OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)" 93 IntermediateDirectory="$(ConfigurationName)\$(PlatformName)" 94 ConfigurationType="4" 95 CharacterSet="0" 96 ManagedExtensions="0" 97 > 98 <Tool 99 Name="VCPreBuildEventTool" 100 /> 101 <Tool 102 Name="VCCustomBuildTool" 103 /> 104 <Tool 105 Name="VCXMLDataGeneratorTool" 106 /> 107 <Tool 108 Name="VCWebServiceProxyGeneratorTool" 109 /> 110 <Tool 111 Name="VCMIDLTool" 112 TargetEnvironment="3" 113 /> 114 <Tool 115 Name="VCCLCompilerTool" 116 Optimization="0" 117 AdditionalIncludeDirectories=""$(CAFE_ROOT_DOS)\system\src\tool\gfx\include";"$(CAFE_ROOT_DOS)\system\include";"$(ProjectDir)..\texConvert"" 118 PreprocessorDefinitions="WIN64;_DEBUG;_LIB;D3D10_IGNORE_SDK_LAYERS" 119 MinimalRebuild="false" 120 BasicRuntimeChecks="0" 121 RuntimeLibrary="1" 122 UsePrecompiledHeader="0" 123 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 124 WarningLevel="3" 125 DebugInformationFormat="1" 126 /> 127 <Tool 128 Name="VCManagedResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCPreLinkEventTool" 135 /> 136 <Tool 137 Name="VCLibrarianTool" 138 OutputFile="$(OutDir)\$(ProjectName).lib" 139 AdditionalLibraryDirectories="" 140 IgnoreAllDefaultLibraries="false" 141 IgnoreDefaultLibraryNames="" 142 /> 143 <Tool 144 Name="VCALinkTool" 145 /> 146 <Tool 147 Name="VCXDCMakeTool" 148 /> 149 <Tool 150 Name="VCBscMakeTool" 151 /> 152 <Tool 153 Name="VCFxCopTool" 154 /> 155 <Tool 156 Name="VCPostBuildEventTool" 157 /> 158 </Configuration> 159 <Configuration 160 Name="Release|Win32" 161 OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)" 162 IntermediateDirectory="$(ConfigurationName)\$(PlatformName)" 163 ConfigurationType="4" 164 CharacterSet="0" 165 WholeProgramOptimization="1" 166 > 167 <Tool 168 Name="VCPreBuildEventTool" 169 /> 170 <Tool 171 Name="VCCustomBuildTool" 172 /> 173 <Tool 174 Name="VCXMLDataGeneratorTool" 175 /> 176 <Tool 177 Name="VCWebServiceProxyGeneratorTool" 178 /> 179 <Tool 180 Name="VCMIDLTool" 181 /> 182 <Tool 183 Name="VCCLCompilerTool" 184 Optimization="2" 185 EnableIntrinsicFunctions="true" 186 WholeProgramOptimization="false" 187 AdditionalIncludeDirectories=""$(CAFE_ROOT_DOS)\system\src\tool\gfx\include";"$(CAFE_ROOT_DOS)\system\include";"$(ProjectDir)..\texConvert"" 188 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;D3D10_IGNORE_SDK_LAYERS" 189 RuntimeLibrary="0" 190 EnableFunctionLevelLinking="true" 191 UsePrecompiledHeader="0" 192 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 193 WarningLevel="3" 194 DebugInformationFormat="0" 195 /> 196 <Tool 197 Name="VCManagedResourceCompilerTool" 198 /> 199 <Tool 200 Name="VCResourceCompilerTool" 201 /> 202 <Tool 203 Name="VCPreLinkEventTool" 204 /> 205 <Tool 206 Name="VCLibrarianTool" 207 OutputFile="$(OutDir)\$(ProjectName).lib" 208 IgnoreDefaultLibraryNames="" 209 /> 210 <Tool 211 Name="VCALinkTool" 212 /> 213 <Tool 214 Name="VCXDCMakeTool" 215 /> 216 <Tool 217 Name="VCBscMakeTool" 218 /> 219 <Tool 220 Name="VCFxCopTool" 221 /> 222 <Tool 223 Name="VCPostBuildEventTool" 224 /> 225 </Configuration> 226 <Configuration 227 Name="Release|x64" 228 OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)" 229 IntermediateDirectory="$(ConfigurationName)\$(PlatformName)" 230 ConfigurationType="4" 231 CharacterSet="0" 232 WholeProgramOptimization="1" 233 > 234 <Tool 235 Name="VCPreBuildEventTool" 236 /> 237 <Tool 238 Name="VCCustomBuildTool" 239 /> 240 <Tool 241 Name="VCXMLDataGeneratorTool" 242 /> 243 <Tool 244 Name="VCWebServiceProxyGeneratorTool" 245 /> 246 <Tool 247 Name="VCMIDLTool" 248 TargetEnvironment="3" 249 /> 250 <Tool 251 Name="VCCLCompilerTool" 252 Optimization="2" 253 EnableIntrinsicFunctions="true" 254 WholeProgramOptimization="false" 255 AdditionalIncludeDirectories=""$(CAFE_ROOT_DOS)\system\src\tool\gfx\include";"$(CAFE_ROOT_DOS)\system\include";"$(ProjectDir)..\texConvert"" 256 PreprocessorDefinitions="WIN64;NDEBUG;_LIB;D3D10_IGNORE_SDK_LAYERS" 257 RuntimeLibrary="0" 258 EnableFunctionLevelLinking="true" 259 UsePrecompiledHeader="0" 260 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 261 WarningLevel="3" 262 DebugInformationFormat="0" 263 /> 264 <Tool 265 Name="VCManagedResourceCompilerTool" 266 /> 267 <Tool 268 Name="VCResourceCompilerTool" 269 /> 270 <Tool 271 Name="VCPreLinkEventTool" 272 /> 273 <Tool 274 Name="VCLibrarianTool" 275 OutputFile="$(OutDir)\$(ProjectName).lib" 276 IgnoreDefaultLibraryNames="" 277 /> 278 <Tool 279 Name="VCALinkTool" 280 /> 281 <Tool 282 Name="VCXDCMakeTool" 283 /> 284 <Tool 285 Name="VCBscMakeTool" 286 /> 287 <Tool 288 Name="VCFxCopTool" 289 /> 290 <Tool 291 Name="VCPostBuildEventTool" 292 /> 293 </Configuration> 294 </Configurations> 295 <References> 296 </References> 297 <Files> 298 <Filter 299 Name="Source Files" 300 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 301 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 302 > 303 <File 304 RelativePath=".\tgaReader.cpp" 305 > 306 </File> 307 </Filter> 308 <Filter 309 Name="Header Files" 310 Filter="h;hpp;hxx;hm;inl;inc;xsd" 311 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 312 > 313 <File 314 RelativePath="..\..\..\include\tgaReader.h" 315 > 316 </File> 317 </Filter> 318 </Files> 319 <Globals> 320 </Globals> 321</VisualStudioProject> 322