home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / sources / chapter09 / drawframe / drawframe.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-26  |  4.5 KB  |  176 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="drawframe"
  6.     SccProjectName=""
  7.     SccLocalPath="">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Release|Win32"
  15.             OutputDirectory=".\Release"
  16.             IntermediateDirectory=".\Release"
  17.             ConfigurationType="1"
  18.             UseOfMFC="0"
  19.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20.             CharacterSet="2">
  21.             <Tool
  22.                 Name="VCCLCompilerTool"
  23.                 Optimization="2"
  24.                 InlineFunctionExpansion="1"
  25.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  26.                 StringPooling="TRUE"
  27.                 RuntimeLibrary="4"
  28.                 EnableFunctionLevelLinking="TRUE"
  29.                 UsePrecompiledHeader="2"
  30.                 PrecompiledHeaderFile=".\Release/spritegrabber.pch"
  31.                 AssemblerListingLocation=".\Release/"
  32.                 ObjectFile=".\Release/"
  33.                 ProgramDataBaseFileName=".\Release/"
  34.                 WarningLevel="3"
  35.                 SuppressStartupBanner="TRUE"/>
  36.             <Tool
  37.                 Name="VCCustomBuildTool"/>
  38.             <Tool
  39.                 Name="VCLinkerTool"
  40.                 OutputFile=".\Release/spritegrabber.exe"
  41.                 LinkIncremental="1"
  42.                 SuppressStartupBanner="TRUE"
  43.                 ProgramDatabaseFile=".\Release/spritegrabber.pdb"
  44.                 SubSystem="2"
  45.                 TargetMachine="1"/>
  46.             <Tool
  47.                 Name="VCMIDLTool"
  48.                 PreprocessorDefinitions="NDEBUG"
  49.                 MkTypLibCompatible="TRUE"
  50.                 SuppressStartupBanner="TRUE"
  51.                 TargetEnvironment="1"
  52.                 TypeLibraryName=".\Release/spritegrabber.tlb"
  53.                 HeaderFileName=""/>
  54.             <Tool
  55.                 Name="VCPostBuildEventTool"/>
  56.             <Tool
  57.                 Name="VCPreBuildEventTool"/>
  58.             <Tool
  59.                 Name="VCPreLinkEventTool"/>
  60.             <Tool
  61.                 Name="VCResourceCompilerTool"
  62.                 PreprocessorDefinitions="NDEBUG"
  63.                 Culture="1033"/>
  64.             <Tool
  65.                 Name="VCWebServiceProxyGeneratorTool"/>
  66.             <Tool
  67.                 Name="VCXMLDataGeneratorTool"/>
  68.             <Tool
  69.                 Name="VCWebDeploymentTool"/>
  70.             <Tool
  71.                 Name="VCManagedWrapperGeneratorTool"/>
  72.             <Tool
  73.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  74.         </Configuration>
  75.         <Configuration
  76.             Name="Debug|Win32"
  77.             OutputDirectory=".\Debug"
  78.             IntermediateDirectory=".\Debug"
  79.             ConfigurationType="1"
  80.             UseOfMFC="0"
  81.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  82.             CharacterSet="2">
  83.             <Tool
  84.                 Name="VCCLCompilerTool"
  85.                 Optimization="0"
  86.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  87.                 BasicRuntimeChecks="3"
  88.                 RuntimeLibrary="3"
  89.                 UsePrecompiledHeader="2"
  90.                 PrecompiledHeaderFile=".\Debug/spritegrabber.pch"
  91.                 AssemblerListingLocation=".\Debug/"
  92.                 ObjectFile=".\Debug/"
  93.                 ProgramDataBaseFileName=".\Debug/"
  94.                 WarningLevel="3"
  95.                 SuppressStartupBanner="TRUE"
  96.                 DebugInformationFormat="4"/>
  97.             <Tool
  98.                 Name="VCCustomBuildTool"/>
  99.             <Tool
  100.                 Name="VCLinkerTool"
  101.                 AdditionalDependencies="alleg.lib"
  102.                 OutputFile=".\Debug/drawframe.exe"
  103.                 LinkIncremental="1"
  104.                 SuppressStartupBanner="TRUE"
  105.                 GenerateDebugInformation="TRUE"
  106.                 ProgramDatabaseFile=".\Debug/spritegrabber.pdb"
  107.                 SubSystem="2"
  108.                 TargetMachine="1"/>
  109.             <Tool
  110.                 Name="VCMIDLTool"
  111.                 PreprocessorDefinitions="_DEBUG"
  112.                 MkTypLibCompatible="TRUE"
  113.                 SuppressStartupBanner="TRUE"
  114.                 TargetEnvironment="1"
  115.                 TypeLibraryName=".\Debug/spritegrabber.tlb"
  116.                 HeaderFileName=""/>
  117.             <Tool
  118.                 Name="VCPostBuildEventTool"/>
  119.             <Tool
  120.                 Name="VCPreBuildEventTool"/>
  121.             <Tool
  122.                 Name="VCPreLinkEventTool"/>
  123.             <Tool
  124.                 Name="VCResourceCompilerTool"
  125.                 PreprocessorDefinitions="_DEBUG"
  126.                 Culture="1033"/>
  127.             <Tool
  128.                 Name="VCWebServiceProxyGeneratorTool"/>
  129.             <Tool
  130.                 Name="VCXMLDataGeneratorTool"/>
  131.             <Tool
  132.                 Name="VCWebDeploymentTool"/>
  133.             <Tool
  134.                 Name="VCManagedWrapperGeneratorTool"/>
  135.             <Tool
  136.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  137.         </Configuration>
  138.     </Configurations>
  139.     <References>
  140.     </References>
  141.     <Files>
  142.         <Filter
  143.             Name="Source Files"
  144.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  145.             <File
  146.                 RelativePath="main.c">
  147.                 <FileConfiguration
  148.                     Name="Release|Win32">
  149.                     <Tool
  150.                         Name="VCCLCompilerTool"
  151.                         Optimization="2"
  152.                         PreprocessorDefinitions=""/>
  153.                 </FileConfiguration>
  154.                 <FileConfiguration
  155.                     Name="Debug|Win32">
  156.                     <Tool
  157.                         Name="VCCLCompilerTool"
  158.                         Optimization="0"
  159.                         PreprocessorDefinitions=""
  160.                         BasicRuntimeChecks="3"/>
  161.                 </FileConfiguration>
  162.             </File>
  163.         </Filter>
  164.         <Filter
  165.             Name="Header Files"
  166.             Filter="h;hpp;hxx;hm;inl">
  167.         </Filter>
  168.         <Filter
  169.             Name="Resource Files"
  170.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  171.         </Filter>
  172.     </Files>
  173.     <Globals>
  174.     </Globals>
  175. </VisualStudioProject>
  176.