home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / sources / chapter03 / Pixels / Pixels.vcproj < prev   
Encoding:
Extensible Markup Language  |  2006-09-10  |  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="Pixels"
  6.     SccProjectName=""
  7.     SccLocalPath="">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory=".\Debug"
  16.             IntermediateDirectory=".\Debug"
  17.             ConfigurationType="1"
  18.             UseOfMFC="0"
  19.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20.             CharacterSet="2">
  21.             <Tool
  22.                 Name="VCCLCompilerTool"
  23.                 Optimization="0"
  24.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  25.                 BasicRuntimeChecks="3"
  26.                 RuntimeLibrary="3"
  27.                 UsePrecompiledHeader="2"
  28.                 PrecompiledHeaderFile=".\Debug/Pixels.pch"
  29.                 AssemblerListingLocation=".\Debug/"
  30.                 ObjectFile=".\Debug/"
  31.                 ProgramDataBaseFileName=".\Debug/"
  32.                 WarningLevel="3"
  33.                 SuppressStartupBanner="TRUE"
  34.                 DebugInformationFormat="4"/>
  35.             <Tool
  36.                 Name="VCCustomBuildTool"/>
  37.             <Tool
  38.                 Name="VCLinkerTool"
  39.                 AdditionalDependencies="alleg.lib"
  40.                 OutputFile=".\Debug/Pixels.exe"
  41.                 LinkIncremental="1"
  42.                 SuppressStartupBanner="TRUE"
  43.                 GenerateDebugInformation="TRUE"
  44.                 ProgramDatabaseFile=".\Debug/Pixels.pdb"
  45.                 SubSystem="2"
  46.                 TargetMachine="1"/>
  47.             <Tool
  48.                 Name="VCMIDLTool"
  49.                 PreprocessorDefinitions="_DEBUG"
  50.                 MkTypLibCompatible="TRUE"
  51.                 SuppressStartupBanner="TRUE"
  52.                 TargetEnvironment="1"
  53.                 TypeLibraryName=".\Debug/Pixels.tlb"
  54.                 HeaderFileName=""/>
  55.             <Tool
  56.                 Name="VCPostBuildEventTool"/>
  57.             <Tool
  58.                 Name="VCPreBuildEventTool"/>
  59.             <Tool
  60.                 Name="VCPreLinkEventTool"/>
  61.             <Tool
  62.                 Name="VCResourceCompilerTool"
  63.                 PreprocessorDefinitions="_DEBUG"
  64.                 Culture="1033"/>
  65.             <Tool
  66.                 Name="VCWebServiceProxyGeneratorTool"/>
  67.             <Tool
  68.                 Name="VCXMLDataGeneratorTool"/>
  69.             <Tool
  70.                 Name="VCWebDeploymentTool"/>
  71.             <Tool
  72.                 Name="VCManagedWrapperGeneratorTool"/>
  73.             <Tool
  74.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  75.         </Configuration>
  76.         <Configuration
  77.             Name="Release|Win32"
  78.             OutputDirectory=".\Release"
  79.             IntermediateDirectory=".\Release"
  80.             ConfigurationType="1"
  81.             UseOfMFC="0"
  82.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  83.             CharacterSet="2">
  84.             <Tool
  85.                 Name="VCCLCompilerTool"
  86.                 Optimization="2"
  87.                 InlineFunctionExpansion="1"
  88.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  89.                 StringPooling="TRUE"
  90.                 RuntimeLibrary="4"
  91.                 EnableFunctionLevelLinking="TRUE"
  92.                 UsePrecompiledHeader="2"
  93.                 PrecompiledHeaderFile=".\Release/Pixels.pch"
  94.                 AssemblerListingLocation=".\Release/"
  95.                 ObjectFile=".\Release/"
  96.                 ProgramDataBaseFileName=".\Release/"
  97.                 WarningLevel="3"
  98.                 SuppressStartupBanner="TRUE"/>
  99.             <Tool
  100.                 Name="VCCustomBuildTool"/>
  101.             <Tool
  102.                 Name="VCLinkerTool"
  103.                 OutputFile=".\Release/Pixels.exe"
  104.                 LinkIncremental="1"
  105.                 SuppressStartupBanner="TRUE"
  106.                 ProgramDatabaseFile=".\Release/Pixels.pdb"
  107.                 SubSystem="2"
  108.                 TargetMachine="1"/>
  109.             <Tool
  110.                 Name="VCMIDLTool"
  111.                 PreprocessorDefinitions="NDEBUG"
  112.                 MkTypLibCompatible="TRUE"
  113.                 SuppressStartupBanner="TRUE"
  114.                 TargetEnvironment="1"
  115.                 TypeLibraryName=".\Release/Pixels.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="NDEBUG"
  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="Debug|Win32">
  149.                     <Tool
  150.                         Name="VCCLCompilerTool"
  151.                         Optimization="0"
  152.                         PreprocessorDefinitions=""
  153.                         BasicRuntimeChecks="3"/>
  154.                 </FileConfiguration>
  155.                 <FileConfiguration
  156.                     Name="Release|Win32">
  157.                     <Tool
  158.                         Name="VCCLCompilerTool"
  159.                         Optimization="2"
  160.                         PreprocessorDefinitions=""/>
  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.