I tried file system publish and ftp
I’m using VS2010 and .net 4.0
should i somehow include *.spark ext files to the MSBuild?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this. You basically have to set
.sparkfiles’ Build Action to Content.Here’s a macro to do so:
To use this macro, open up Macros IDE (Alt+F11), locate EnvironmentEvents in a leftmost treeview and paste this code outside of the “Automatically generated code, do not modify” region.