Getting Visual Studio Manifest to Send files.

contentI ran in to trouble getting visual studio send a file with the install of the program.  I finally got it with Content and “Copy always” properties.

Then I referenced the file with a:

string str1st = File.ReadAllText(System.IO.Directory.GetCurrentDirectory() + “\FirstSQL.xsl”);