Note: Spaces in Visual Studio project folder names will be converted to underscores ("_") in embeded resouce name, but spaces in filenames not.
If you have an embedded resource file, like: The embedded resource filename will be: Research.UnitTests.Folder_path_with_spaces.Text file with spaces.txt The spaces in the foldername will be replaced by underscores ("_"), see…