home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Audio-Visual / VirtualDub / Source / VirtualDub-1.9.10-src.7z / src / PSA.rules next >
Encoding:
Extensible Markup Language  |  2009-09-14  |  706 b   |  25 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <VisualStudioToolFile
  3.     Name="Pixel shader assembler"
  4.     Version="8.00"
  5.     >
  6.     <Rules>
  7.         <CustomBuildRule
  8.             Name="PixelShaderAssembler"
  9.             DisplayName="Pixel shader assembler"
  10.             CommandLine=""$(VDBaseDir)\out\$(VDConfigDirTag)\asuka.exe" psa "$(InputPath)" "[$OutputPath]\$(InputName).inl""
  11.             Outputs=""[$OutputPath]\$(InputName).inl""
  12.             FileExtensions="*.vdshaders"
  13.             >
  14.             <Properties>
  15.                 <StringProperty
  16.                     Name="OutputPath"
  17.                     DisplayName="Output Path"
  18.                     Description="Output Path"
  19.                     DefaultValue="$(IntDir)"
  20.                 />
  21.             </Properties>
  22.         </CustomBuildRule>
  23.     </Rules>
  24. </VisualStudioToolFile>
  25.