From 7663c0d5f25ddd10eaec36a967fcb124c1a0e126 Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Wed, 13 Mar 2019 12:50:23 -0700 Subject: [PATCH] Remove .editorconfig from sln (#290) #225 accidentally added a duplicate .editorconfig to the repo as well as to the solution. #257 removed the duplicate .editorconfig, but not its entry in the solution. This update removes the extra .editorconfig reference to a version that #257 already removed from the repo. --- src/Calculator.sln | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Calculator.sln b/src/Calculator.sln index 2a6989f..2d36a93 100644 --- a/src/Calculator.sln +++ b/src/Calculator.sln @@ -9,7 +9,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CalcManager", "CalcManager\ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A5DF651-B8A1-45CA-9135-964A6FC7F5D1}" ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig nuget.config = nuget.config EndProjectSection EndProject