diff --git a/KestrelHttpServer.sln b/KestrelHttpServer.sln index 72427af0cb..0f6a44b724 100644 --- a/KestrelHttpServer.sln +++ b/KestrelHttpServer.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.21813.0 +VisualStudioVersion = 14.0.22013.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Server.Kestrel", "src\Microsoft.AspNet.Server.Kestrel\Microsoft.AspNet.Server.Kestrel.kproj", "{F510611A-3BEE-4B88-A613-5F4A74ED82A1}" EndProject @@ -20,9 +20,6 @@ EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Kestrel", "src\Kestrel\Kestrel.kproj", "{30B7617E-58EF-4382-B3EA-5B2E718CF1A6}" EndProject Global - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU diff --git a/samples/SampleApp/SampleApp.kproj b/samples/SampleApp/SampleApp.kproj index a49005a910..3145a2c37e 100644 --- a/samples/SampleApp/SampleApp.kproj +++ b/samples/SampleApp/SampleApp.kproj @@ -28,13 +28,5 @@ - - - - - - - - \ No newline at end of file diff --git a/src/Kestrel/Kestrel.kproj b/src/Kestrel/Kestrel.kproj index 219d40d100..8b95d5d6b0 100644 --- a/src/Kestrel/Kestrel.kproj +++ b/src/Kestrel/Kestrel.kproj @@ -24,15 +24,5 @@ 2.0 - - - - - - - - - - \ No newline at end of file diff --git a/src/Microsoft.AspNet.Server.Kestrel/Microsoft.AspNet.Server.Kestrel.kproj b/src/Microsoft.AspNet.Server.Kestrel/Microsoft.AspNet.Server.Kestrel.kproj index 73aa45b30b..03c042d14d 100644 --- a/src/Microsoft.AspNet.Server.Kestrel/Microsoft.AspNet.Server.Kestrel.kproj +++ b/src/Microsoft.AspNet.Server.Kestrel/Microsoft.AspNet.Server.Kestrel.kproj @@ -22,40 +22,5 @@ 2.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Microsoft.AspNet.Server.KestrelTests/Microsoft.AspNet.Server.KestrelTests.kproj b/test/Microsoft.AspNet.Server.KestrelTests/Microsoft.AspNet.Server.KestrelTests.kproj index 78011f5326..8df4e15e4d 100644 --- a/test/Microsoft.AspNet.Server.KestrelTests/Microsoft.AspNet.Server.KestrelTests.kproj +++ b/test/Microsoft.AspNet.Server.KestrelTests/Microsoft.AspNet.Server.KestrelTests.kproj @@ -22,18 +22,5 @@ 2.0 - - - - - - - - - - - - - \ No newline at end of file