home *** CD-ROM | disk | FTP | other *** search
/ Programming an RTS Game with Direct3D / Programming an RTS Game with Direct3D.iso / Examples / Chapter 15 / Example 15.1 / Example 15.1.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2006-07-17  |  4.1 KB  |  188 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="Example 15.1"
  6.     ProjectGUID="{7081D097-4348-49FC-A08B-E4149C0AEE24}"
  7.     Keyword="Win32Proj">
  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.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  23.                 MinimalRebuild="TRUE"
  24.                 BasicRuntimeChecks="3"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="0"
  27.                 WarningLevel="3"
  28.                 Detect64BitPortabilityProblems="TRUE"
  29.                 DebugInformationFormat="4"/>
  30.             <Tool
  31.                 Name="VCCustomBuildTool"/>
  32.             <Tool
  33.                 Name="VCLinkerTool"
  34.                 AdditionalDependencies="strmiids.lib dxguid.lib d3d9.lib d3dx9.lib dinput8.lib winmm.lib"
  35.                 OutputFile="$(OutDir)/Example 15-1.exe"
  36.                 LinkIncremental="2"
  37.                 GenerateDebugInformation="TRUE"
  38.                 ProgramDatabaseFile="$(OutDir)/Example 15-1.pdb"
  39.                 SubSystem="2"
  40.                 TargetMachine="1"/>
  41.             <Tool
  42.                 Name="VCMIDLTool"/>
  43.             <Tool
  44.                 Name="VCPostBuildEventTool"/>
  45.             <Tool
  46.                 Name="VCPreBuildEventTool"/>
  47.             <Tool
  48.                 Name="VCPreLinkEventTool"/>
  49.             <Tool
  50.                 Name="VCResourceCompilerTool"/>
  51.             <Tool
  52.                 Name="VCWebServiceProxyGeneratorTool"/>
  53.             <Tool
  54.                 Name="VCXMLDataGeneratorTool"/>
  55.             <Tool
  56.                 Name="VCWebDeploymentTool"/>
  57.             <Tool
  58.                 Name="VCManagedWrapperGeneratorTool"/>
  59.             <Tool
  60.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  61.         </Configuration>
  62.         <Configuration
  63.             Name="Release|Win32"
  64.             OutputDirectory="Release"
  65.             IntermediateDirectory="Release"
  66.             ConfigurationType="1"
  67.             CharacterSet="2">
  68.             <Tool
  69.                 Name="VCCLCompilerTool"
  70.                 Optimization="2"
  71.                 InlineFunctionExpansion="1"
  72.                 OmitFramePointers="TRUE"
  73.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  74.                 StringPooling="TRUE"
  75.                 RuntimeLibrary="4"
  76.                 EnableFunctionLevelLinking="TRUE"
  77.                 UsePrecompiledHeader="0"
  78.                 WarningLevel="3"
  79.                 Detect64BitPortabilityProblems="TRUE"
  80.                 DebugInformationFormat="3"/>
  81.             <Tool
  82.                 Name="VCCustomBuildTool"/>
  83.             <Tool
  84.                 Name="VCLinkerTool"
  85.                 OutputFile="$(OutDir)/Example 15.1.exe"
  86.                 LinkIncremental="1"
  87.                 GenerateDebugInformation="TRUE"
  88.                 SubSystem="2"
  89.                 OptimizeReferences="2"
  90.                 EnableCOMDATFolding="2"
  91.                 TargetMachine="1"/>
  92.             <Tool
  93.                 Name="VCMIDLTool"/>
  94.             <Tool
  95.                 Name="VCPostBuildEventTool"/>
  96.             <Tool
  97.                 Name="VCPreBuildEventTool"/>
  98.             <Tool
  99.                 Name="VCPreLinkEventTool"/>
  100.             <Tool
  101.                 Name="VCResourceCompilerTool"/>
  102.             <Tool
  103.                 Name="VCWebServiceProxyGeneratorTool"/>
  104.             <Tool
  105.                 Name="VCXMLDataGeneratorTool"/>
  106.             <Tool
  107.                 Name="VCWebDeploymentTool"/>
  108.             <Tool
  109.                 Name="VCManagedWrapperGeneratorTool"/>
  110.             <Tool
  111.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  112.         </Configuration>
  113.     </Configurations>
  114.     <References>
  115.     </References>
  116.     <Files>
  117.         <Filter
  118.             Name="Lobby"
  119.             Filter="">
  120.             <File
  121.                 RelativePath="lobby.cpp">
  122.             </File>
  123.             <File
  124.                 RelativePath="lobby.h">
  125.             </File>
  126.         </Filter>
  127.         <Filter
  128.             Name="App"
  129.             Filter="">
  130.             <File
  131.                 RelativePath="app.cpp">
  132.             </File>
  133.         </Filter>
  134.         <Filter
  135.             Name="Common"
  136.             Filter="">
  137.             <File
  138.                 RelativePath="intpoint.h">
  139.             </File>
  140.             <Filter
  141.                 Name="Debug"
  142.                 Filter="">
  143.                 <File
  144.                     RelativePath="debug.cpp">
  145.                 </File>
  146.                 <File
  147.                     RelativePath="debug.h">
  148.                 </File>
  149.             </Filter>
  150.             <Filter
  151.                 Name="MESH"
  152.                 Filter="">
  153.                 <File
  154.                     RelativePath="mesh.cpp">
  155.                 </File>
  156.                 <File
  157.                     RelativePath="mesh.h">
  158.                 </File>
  159.             </Filter>
  160.         </Filter>
  161.         <Filter
  162.             Name="Network"
  163.             Filter="">
  164.             <File
  165.                 RelativePath="network.cpp">
  166.             </File>
  167.             <File
  168.                 RelativePath="network.h">
  169.             </File>
  170.             <File
  171.                 RelativePath="network_messages.h">
  172.             </File>
  173.         </Filter>
  174.         <Filter
  175.             Name="Mouse"
  176.             Filter="">
  177.             <File
  178.                 RelativePath="mouse.cpp">
  179.             </File>
  180.             <File
  181.                 RelativePath="mouse.h">
  182.             </File>
  183.         </Filter>
  184.     </Files>
  185.     <Globals>
  186.     </Globals>
  187. </VisualStudioProject>
  188.