Base solution for your next web application
Open Closed

File missing in solution #838


User avatar
0
easyest created

In .sln file there is:

Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BE80AEA7-9F1B-4B7A-A7A5-DB5BF75FCA2F}"
	ProjectSection(SolutionItems) = preProject
		WebEssentials2015-Settings.json = WebEssentials2015-Settings.json
	EndProjectSection
EndProject

But there is no such file in downloaded zip.


2 Answer(s)
  • User Avatar
    0
    geovanimartinez created

    This also goes for .DS_Store files being referenced by the Web project. The project references these files but they do not exist (had to manually delete each one). This also breaks continuous deployment builds.

  • User Avatar
    0
    hikalkan created
    Support Team

    They are deleted and will not be in the next version.