home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / Direct3D / Scripting / Scripting.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  5.7 KB  |  232 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.10"
  5.     Name="Scripting"
  6.     ProjectGUID="{5BBC940E-834C-48D6-B1B7-E5E91440F75F}"
  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="1"
  19.             ManagedExtensions="TRUE">
  20.             <Tool
  21.                 Name="VCCLCompilerTool"
  22.                 Optimization="0"
  23.                 AdditionalIncludeDirectories="..\..\..\C++\Common"
  24.                 MinimalRebuild="FALSE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="1"
  27.                 UsePrecompiledHeader="3"
  28.                 PrecompiledHeaderThrough="dxstdafx.h"
  29.                 WarningLevel="3"
  30.                 Detect64BitPortabilityProblems="TRUE"
  31.                 DebugInformationFormat="3"/>
  32.             <Tool
  33.                 Name="VCCustomBuildTool"/>
  34.             <Tool
  35.                 Name="VCLinkerTool"
  36.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  37.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9dt.lib d3d9.lib comctl32.lib"
  38.                 LinkIncremental="2"
  39.                 GenerateDebugInformation="TRUE"
  40.                 AssemblyDebug="1"
  41.                 ProgramDatabaseFile="$(OutDir)/Scripting.pdb"
  42.                 SubSystem="2"
  43.                 TargetMachine="1"/>
  44.             <Tool
  45.                 Name="VCMIDLTool"/>
  46.             <Tool
  47.                 Name="VCPostBuildEventTool"/>
  48.             <Tool
  49.                 Name="VCPreBuildEventTool"/>
  50.             <Tool
  51.                 Name="VCPreLinkEventTool"/>
  52.             <Tool
  53.                 Name="VCResourceCompilerTool"/>
  54.             <Tool
  55.                 Name="VCWebServiceProxyGeneratorTool"/>
  56.             <Tool
  57.                 Name="VCXMLDataGeneratorTool"/>
  58.             <Tool
  59.                 Name="VCWebDeploymentTool"/>
  60.             <Tool
  61.                 Name="VCManagedWrapperGeneratorTool"/>
  62.             <Tool
  63.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64.         </Configuration>
  65.         <Configuration
  66.             Name="Release|Win32"
  67.             OutputDirectory="Release"
  68.             IntermediateDirectory="Release"
  69.             ConfigurationType="1"
  70.             CharacterSet="1"
  71.             ManagedExtensions="TRUE">
  72.             <Tool
  73.                 Name="VCCLCompilerTool"
  74.                 Optimization="2"
  75.                 InlineFunctionExpansion="1"
  76.                 OmitFramePointers="TRUE"
  77.                 AdditionalIncludeDirectories="..\..\..\C++\Common"
  78.                 StringPooling="TRUE"
  79.                 ExceptionHandling="FALSE"
  80.                 RuntimeLibrary="1"
  81.                 EnableFunctionLevelLinking="TRUE"
  82.                 UsePrecompiledHeader="3"
  83.                 PrecompiledHeaderThrough="dxstdafx.h"
  84.                 WarningLevel="3"
  85.                 Detect64BitPortabilityProblems="TRUE"
  86.                 DebugInformationFormat="3"/>
  87.             <Tool
  88.                 Name="VCCustomBuildTool"/>
  89.             <Tool
  90.                 Name="VCLinkerTool"
  91.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  92.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib comctl32.lib"
  93.                 OutputFile="$(OutDir)/Scripting.exe"
  94.                 LinkIncremental="1"
  95.                 GenerateDebugInformation="TRUE"
  96.                 SubSystem="2"
  97.                 OptimizeReferences="2"
  98.                 EnableCOMDATFolding="2"
  99.                 TargetMachine="1"/>
  100.             <Tool
  101.                 Name="VCMIDLTool"/>
  102.             <Tool
  103.                 Name="VCPostBuildEventTool"/>
  104.             <Tool
  105.                 Name="VCPreBuildEventTool"/>
  106.             <Tool
  107.                 Name="VCPreLinkEventTool"/>
  108.             <Tool
  109.                 Name="VCResourceCompilerTool"/>
  110.             <Tool
  111.                 Name="VCWebServiceProxyGeneratorTool"/>
  112.             <Tool
  113.                 Name="VCXMLDataGeneratorTool"/>
  114.             <Tool
  115.                 Name="VCWebDeploymentTool"/>
  116.             <Tool
  117.                 Name="VCManagedWrapperGeneratorTool"/>
  118.             <Tool
  119.                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  120.         </Configuration>
  121.     </Configurations>
  122.     <References>
  123.     </References>
  124.     <Files>
  125.         <Filter
  126.             Name="Resource Files"
  127.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  128.             <File
  129.                 RelativePath="..\..\..\C++\Common\directx.ico">
  130.             </File>
  131.             <File
  132.                 RelativePath="resource.h">
  133.             </File>
  134.             <File
  135.                 RelativePath="Scripting.manifest">
  136.             </File>
  137.             <File
  138.                 RelativePath="Scripting.rc">
  139.             </File>
  140.         </Filter>
  141.         <Filter
  142.             Name="Common"
  143.             Filter="">
  144.             <File
  145.                 RelativePath="..\..\..\C++\Common\dxstdafx.cpp">
  146.                 <FileConfiguration
  147.                     Name="Debug|Win32">
  148.                     <Tool
  149.                         Name="VCCLCompilerTool"
  150.                         UsePrecompiledHeader="1"/>
  151.                 </FileConfiguration>
  152.                 <FileConfiguration
  153.                     Name="Release|Win32">
  154.                     <Tool
  155.                         Name="VCCLCompilerTool"
  156.                         UsePrecompiledHeader="1"/>
  157.                 </FileConfiguration>
  158.             </File>
  159.             <File
  160.                 RelativePath="..\..\..\C++\Common\dxstdafx.h">
  161.             </File>
  162.             <File
  163.                 RelativePath="..\..\..\C++\Common\dxut.cpp">
  164.             </File>
  165.             <File
  166.                 RelativePath="..\..\..\C++\Common\dxut.h">
  167.             </File>
  168.             <File
  169.                 RelativePath="..\..\..\C++\Common\dxutenum.cpp">
  170.             </File>
  171.             <File
  172.                 RelativePath="..\..\..\C++\Common\dxutenum.h">
  173.             </File>
  174.             <File
  175.                 RelativePath="..\..\..\C++\Common\dxutgui.cpp">
  176.             </File>
  177.             <File
  178.                 RelativePath="..\..\..\C++\Common\dxutgui.h">
  179.             </File>
  180.             <File
  181.                 RelativePath="..\..\..\C++\Common\DXUTMesh.cpp">
  182.             </File>
  183.             <File
  184.                 RelativePath="..\..\..\C++\Common\DXUTMesh.h">
  185.             </File>
  186.             <File
  187.                 RelativePath="..\..\..\C++\Common\dxutmisc.cpp">
  188.             </File>
  189.             <File
  190.                 RelativePath="..\..\..\C++\Common\dxutmisc.h">
  191.             </File>
  192.             <File
  193.                 RelativePath="..\..\..\C++\Common\dxutsettingsdlg.cpp">
  194.             </File>
  195.             <File
  196.                 RelativePath="..\..\..\C++\Common\dxutsettingsdlg.h">
  197.             </File>
  198.         </Filter>
  199.         <Filter
  200.             Name="Scripts"
  201.             Filter="">
  202.             <File
  203.                 RelativePath=".\Script1.cs">
  204.             </File>
  205.             <File
  206.                 RelativePath=".\Script2.cs">
  207.             </File>
  208.             <File
  209.                 RelativePath=".\Unsecure.cs">
  210.             </File>
  211.         </Filter>
  212.         <File
  213.             RelativePath=".\Scripting.cpp">
  214.         </File>
  215.         <File
  216.             RelativePath="ShadowVolume.cpp">
  217.             <FileConfiguration
  218.                 Name="Release|Win32">
  219.                 <Tool
  220.                     Name="VCCLCompilerTool"
  221.                     UsePrecompiledHeader="0"
  222.                     PrecompiledHeaderThrough="dxstdafx.h"/>
  223.             </FileConfiguration>
  224.         </File>
  225.         <File
  226.             RelativePath="ShadowVolume.fx">
  227.         </File>
  228.     </Files>
  229.     <Globals>
  230.     </Globals>
  231. </VisualStudioProject>
  232.