Which part of visual studio project do I submit?
c#, exe, visual-studio, wpf
Solution
Remove the `Bin` and `Obj` folders in your solution and zip it..
Problem
I need to submit a program that I have written in visual studio. The receivers asked for a visual studio solution which they could build and run. It's a WPF project. Currently I have just zipped up the project folder. But when I try to send this over e-mail it refuses to send it because it has an .exe file.