So I have a C# that follows this tutorial + my own code in Class1.cs. Fiddler Extension... When doing So, I create it, build my project. It gives me .exe and all of the other goodies but, does not give me the .dll I need to import it into scripts folder. These are the files I get when my project is built:... So What am I doing wrong here?
Are you creating a C# class library project in VS? The DLL should be outputted on a successful build in the bin folder with the project name.