* This should fix the 'Solution Folder' annoyance on express versions.
parent
f175cb7e8c
commit
d8b51cc3a8
|
@ -649,8 +649,11 @@ namespace Prebuild.Core.Targets
|
||||||
}
|
}
|
||||||
|
|
||||||
private void WriteSolutionFiles(SolutionNode solution, StreamWriter ss)
|
private void WriteSolutionFiles(SolutionNode solution, StreamWriter ss)
|
||||||
|
{
|
||||||
|
if (solution.Files != null && solution.Files.Count > 0)
|
||||||
{
|
{
|
||||||
WriteProject(ss, "Folder", solution.Guid, "Solution Files", "Solution Files", solution.Files);
|
WriteProject(ss, "Folder", solution.Guid, "Solution Files", "Solution Files", solution.Files);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void WriteEmbeddedSolution(StreamWriter writer, SolutionNode embeddedSolution)
|
private void WriteEmbeddedSolution(StreamWriter writer, SolutionNode embeddedSolution)
|
||||||
|
|
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
Loading…
Reference in New Issue