Click here to Skip to main content
15,892,746 members
Articles / Desktop Programming / Windows Forms

Diagrams with Reflector and the Graph Plug-in (Part 2)

Rate me:
Please Sign up or sign in to vote.
4.27/5 (7 votes)
23 Feb 2009CPOL6 min read 35.2K   1.1K   38  
Graphing other dependencies, without Reflector now.
@echo off

rmdir /S /Q ".\Refractor\obj" >NUL

rmdir /S /Q ".\Refractor.Plugins.ILDecompiler\obj" >NUL

rmdir /S /Q ".\Refractor.Plugins.ILDiagrams\obj" >NUL

rmdir /S /Q ".\Refractor.Plugins.JScript\obj" >NUL


del /Q ".\bin\*.dll" >NUL
del /Q ".\bin\*.exe" >NUL
del /Q ".\bin\*.pdb" >NUL

del /Q ".\Refractor\*.db
del /Q ".\Refractor\*.suo
del /Q ".\Refractor\*.user




pause

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
hughdoar@hotmail.com

Comments and Discussions