Guest User

Untitled

a guest
May 16th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. fxc.exe /T fx_5_0 /Fo Basic.fxo Basic.fx
  2.  
  3. <ItemGroup>
  4. <CustomBuild Include="*.fx">
  5. <Message>Building shaders...</Message>
  6. <Command>fxc.exe /T fx_5_0 /Fo "$(OutDir)%(Filename).fxo" "%(Identity)"</Command>
  7. <Outputs>$(OutDir)%(Filename).fxo</Outputs>
  8. </CustomBuild>
  9. </ItemGroup>
Add Comment
Please, Sign In to add comment