Guest User

Untitled

a guest
Jul 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <target name="Fxcop">
  2. <echo message="Running Fxcop..." />
  3. <exec command="${fxcop.basedir}FxCopCmd.exe">
  4. <arg value="/f:Path of my source file/>
  5. <arg value="/out:some path/>
  6. </exec>
  7. </target>
Add Comment
Please, Sign In to add comment