Tagged Questions

3
votes
1answer
238 views

C# Code Minification Tools and Techniques

I realize this is a rather odd request, but I was wondering if anyone was aware of some minification/obfuscation tools that work on C# source code (not a compiled assembly). I am trying to reduce the ...
0
votes
0answers
109 views

Microsoft Ajax Minifier 4, how to change output folder?

I would like to change the output folder of the ajax minifier so that when i build my project, all javascripts end up in the output folder instead of a copy next to the original file. <Import ...