Hello,
I am having trouble getting my project obfuscated during the build process. Here is what I have so far:
I just want it to obfuscate when my configuration is set to ‘MarketRelease’. That part is working. It is failing because it is not taking my .iloprj file as an input file. The error is:
\"The 'InputFiles=C:\\Documents and Settings\\MS\\My Documents\\Visual Studio 2005\\Projects\\MyProject\\MyProject.iloprj' parameter for the \"Obfuscator\" task is invalid.\"
I don’t want to specify all the obfuscating options in the Target element, but would like to only manage those from my .iloprj file. Your help file says I can point the InputFiles parameter to an .iloprj file, but it isn't working for some reason. It is probably something simple, but I am new to Msbuild. Thanks!
Michael