|
|
Hi,
I downloaded the project this afternoon and just attempted to build it. I cannot debug the application because it was not signed. The 'Application' project runs a batch file that completes the signing process after a successful build, however my project does
not contain the batch file (PublishDrop.cmd). Was I suppose to get that from somewhere else? If so can you point me in the right direction? Thanks.
I really like the application. Very useful for cleanly showing what is inside the XML. I was going to modify the application to include an option to output the XML as a single string. We store XML strings in our databases and this tool will make it easy for
people to tweak those strings without writing a custom UI for each string type.
Thanks for the application and your assistance,
Paul
Here is the post build instruction that is failing:
$(SolutionDir)PublishDrop.cmd" "$(TargetDir)" > "$(SolutionDir)Publish.log"
|
|
Coordinator
May 11, 2007 at 10:07 AM
|
Hi Paul,
I've checked in the missing PublishDrop.cmd file. It doesn't do much - just copies the build to a "drop" folder where the Setup project grabs the bits when building the installer.
|
|