Skip to content

Commit

Permalink
fixes dotnet/templating#2980: remove Debug|x64, Debug|x86, Release|x6…
Browse files Browse the repository at this point in the history
…4, Release|x86 configurations from sln template
  • Loading branch information
vlada-shubina committed May 26, 2021
1 parent 5849517 commit ae78b75
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit ae78b75

Please sign in to comment.