diff --git a/src/dotnet/commands/dotnet-new/CSharp_Sln/$projectName$.sln b/src/dotnet/commands/dotnet-new/CSharp_Sln/$projectName$.sln deleted file mode 100644 index 712f2e412..000000000 --- a/src/dotnet/commands/dotnet-new/CSharp_Sln/$projectName$.sln +++ /dev/null @@ -1,11 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 15.00 -# Visual Studio 15 -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-new/FSharp_Sln/$projectName$.sln b/src/dotnet/commands/dotnet-new/FSharp_Sln/$projectName$.sln deleted file mode 100644 index 712f2e412..000000000 --- a/src/dotnet/commands/dotnet-new/FSharp_Sln/$projectName$.sln +++ /dev/null @@ -1,11 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 15.00 -# Visual Studio 15 -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal \ No newline at end of file diff --git a/src/dotnet/commands/dotnet-new/Program.cs b/src/dotnet/commands/dotnet-new/Program.cs index 056e19fa3..1207748bc 100644 --- a/src/dotnet/commands/dotnet-new/Program.cs +++ b/src/dotnet/commands/dotnet-new/Program.cs @@ -140,8 +140,7 @@ namespace Microsoft.DotNet.Tools.New new { Name = "Web", isMsBuild = true }, new { Name = "Lib", isMsBuild = true }, new { Name = "Mstest", isMsBuild = true }, - new { Name = "Xunittest", isMsBuild = true }, - new { Name = "Sln", isMsBuild = true } + new { Name = "Xunittest", isMsBuild = true } } }; @@ -152,8 +151,7 @@ namespace Microsoft.DotNet.Tools.New new { Name = "Web", isMsBuild = true }, new { Name = "Lib", isMsBuild = true }, new { Name = "Mstest", isMsBuild = true }, - new { Name = "Xunittest", isMsBuild = true }, - new { Name = "Sln", isMsBuild = true } + new { Name = "Xunittest", isMsBuild = true } } }; diff --git a/src/dotnet/dotnet.csproj b/src/dotnet/dotnet.csproj index 4aed4b952..10339746a 100755 --- a/src/dotnet/dotnet.csproj +++ b/src/dotnet/dotnet.csproj @@ -13,10 +13,10 @@ - + - - + +