Skip to content

Commit

Permalink
fixes dotnet#2980: remove Debug|x64, Debug|x86, Release|x64, Release|…
Browse files Browse the repository at this point in the history
…x86 configurations from sln template
  • Loading branch information
vlada-shubina committed May 25, 2021
1 parent 41d0f42 commit ec27ea9
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 ec27ea9

Please sign in to comment.