deploy a csproj file in c# project?

hershey

New Member
I added 3 html files to my project and the change is reflected in my csproj file.But to deploy this on to a web server, is it enough if I drop these 3 files in the appropriate directory? Or is there any build/assembly deploy needed because of csproj change?
 
Back
Top