Responding to PR feedback
This commit is contained in:
parent
433fb760c9
commit
cf690c5664
4 changed files with 5 additions and 29 deletions
|
@ -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
|
|
|
@ -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
|
|
|
@ -140,8 +140,7 @@ namespace Microsoft.DotNet.Tools.New
|
||||||
new { Name = "Web", isMsBuild = true },
|
new { Name = "Web", isMsBuild = true },
|
||||||
new { Name = "Lib", isMsBuild = true },
|
new { Name = "Lib", isMsBuild = true },
|
||||||
new { Name = "Mstest", isMsBuild = true },
|
new { Name = "Mstest", isMsBuild = true },
|
||||||
new { Name = "Xunittest", isMsBuild = true },
|
new { Name = "Xunittest", isMsBuild = true }
|
||||||
new { Name = "Sln", isMsBuild = true }
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -152,8 +151,7 @@ namespace Microsoft.DotNet.Tools.New
|
||||||
new { Name = "Web", isMsBuild = true },
|
new { Name = "Web", isMsBuild = true },
|
||||||
new { Name = "Lib", isMsBuild = true },
|
new { Name = "Lib", isMsBuild = true },
|
||||||
new { Name = "Mstest", isMsBuild = true },
|
new { Name = "Mstest", isMsBuild = true },
|
||||||
new { Name = "Xunittest", isMsBuild = true },
|
new { Name = "Xunittest", isMsBuild = true }
|
||||||
new { Name = "Sln", isMsBuild = true }
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,10 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="**\*.cs" Exclude="commands\dotnet-new\FSharp_Sln\**;commands\dotnet-new\CSharp_Sln\**;commands\dotnet-new\CSharp_Console\**;commands\dotnet-new\CSharp_Lib\**;commands\dotnet-new\CSharp_Mstest\**;commands\dotnet-new\CSharp_Web\**;commands\dotnet-new\CSharp_Xunittest\**;bin\**;obj\**;**\*.xproj;packages\**" />
|
<Compile Include="**\*.cs" Exclude="commands\dotnet-new\CSharp_Console\**;commands\dotnet-new\CSharp_Lib\**;commands\dotnet-new\CSharp_Mstest\**;commands\dotnet-new\CSharp_Web\**;commands\dotnet-new\CSharp_Xunittest\**;bin\**;obj\**;**\*.xproj;packages\**" />
|
||||||
<EmbeddedResource Include="**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
<EmbeddedResource Include="**\*.resx" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||||
<EmbeddedResource Include="commands\dotnet-new\CSharp_Sln.zip;commands\dotnet-new\CSharp_Console.zip;commands\dotnet-new\CSharp_Lib.zip;commands\dotnet-new\CSharp_Mstest.zip;commands\dotnet-new\CSharp_Xunittest.zip;commands\dotnet-new\CSharp_Web.zip;compiler\resources\**\*" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
<EmbeddedResource Include="commands\dotnet-new\CSharp_Console.zip;commands\dotnet-new\CSharp_Lib.zip;commands\dotnet-new\CSharp_Mstest.zip;commands\dotnet-new\CSharp_Xunittest.zip;commands\dotnet-new\CSharp_Web.zip;compiler\resources\**\*" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||||
<EmbeddedResource Include="commands\dotnet-new\FSharp_Sln.zip;commands\dotnet-new\FSharp_Console.zip;commands\dotnet-new\FSharp_Lib.zip;commands\dotnet-new\FSharp_Mstest.zip;commands\dotnet-new\FSharp_Xunittest.zip;commands\dotnet-new\FSharp_Web.zip" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
<EmbeddedResource Include="commands\dotnet-new\FSharp_Console.zip;commands\dotnet-new\FSharp_Lib.zip;commands\dotnet-new\FSharp_Mstest.zip;commands\dotnet-new\FSharp_Xunittest.zip;commands\dotnet-new\FSharp_Web.zip" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue