Torque.Cpp.Win32.user.props 562 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ExecutablePath>$(DXSDK_DIR)\Utilities\bin\x86;$(ExecutablePath)</ExecutablePath>
  5. <IncludePath>$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
  6. <ReferencePath>$(ReferencePath)</ReferencePath>
  7. <LibraryPath>$(DXSDK_DIR)\Lib\x86;$(LibraryPath)</LibraryPath>
  8. <SourcePath>$(SourcePath)</SourcePath>
  9. <ExcludePath>$(ExcludePath)</ExcludePath>
  10. </PropertyGroup>
  11. </Project>