From ad5a77ca4c0bec8bd25c13aae141c1acc1b3d650 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 14 Feb 2014 19:56:27 -0800 Subject: [PATCH] Removing csproj files that are not meant to be commited --- ...Microsoft.AspNet.PipelineCore.net45.csproj | 86 ----------------- ...Microsoft.AspNet.PipelineCore.Tests.csproj | 95 ------------------- 2 files changed, 181 deletions(-) delete mode 100644 src/Microsoft.AspNet.PipelineCore/Microsoft.AspNet.PipelineCore.net45.csproj delete mode 100644 test/Microsoft.AspNet.PipelineCore.Tests/Microsoft.AspNet.PipelineCore.Tests.csproj diff --git a/src/Microsoft.AspNet.PipelineCore/Microsoft.AspNet.PipelineCore.net45.csproj b/src/Microsoft.AspNet.PipelineCore/Microsoft.AspNet.PipelineCore.net45.csproj deleted file mode 100644 index 08b14e00ac..0000000000 --- a/src/Microsoft.AspNet.PipelineCore/Microsoft.AspNet.PipelineCore.net45.csproj +++ /dev/null @@ -1,86 +0,0 @@ - - - - - Debug - AnyCPU - {A195DDE4-CFB0-4A6C-9798-10658236C97B} - Library - Properties - Microsoft.AspNet.PipelineCore - Microsoft.AspNet.PipelineCore - v4.5 - 512 - obj/net45 - - - AnyCPU - true - full - false - bin\Debug\net45 - DEBUG;TRACE;NET45; - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\net45 - TRACE;NET45; - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {70095525-BD99-45F9-8A6A-3BD3503FC3EE} - Microsoft.AspNet.FeatureModel - - {659F2FD7-D44F-4953-A69D-94AF3D41BA21} - Microsoft.AspNet.Abstractions - - {8A6EE89E-8ACC-44C1-8B1E-D2FB4C7189EE} - Microsoft.AspNet.HttpFeature - - - - - \ No newline at end of file diff --git a/test/Microsoft.AspNet.PipelineCore.Tests/Microsoft.AspNet.PipelineCore.Tests.csproj b/test/Microsoft.AspNet.PipelineCore.Tests/Microsoft.AspNet.PipelineCore.Tests.csproj deleted file mode 100644 index d68b62764a..0000000000 --- a/test/Microsoft.AspNet.PipelineCore.Tests/Microsoft.AspNet.PipelineCore.Tests.csproj +++ /dev/null @@ -1,95 +0,0 @@ - - - - - Debug - AnyCPU - {86942914-0334-4352-87ED-B971281C74E2} - Library - Properties - Microsoft.AspNet.PipelineCore.Tests - Microsoft.AspNet.PipelineCore.Tests - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Microsoft.AspNet.PipelineCore.Tests.XML - - - - False - ..\..\packages\Moq.4.2.1312.1622\lib\net40\Moq.dll - - - False - ..\..\packages\Shouldly.1.1.1.1\lib\35\Shouldly.dll - - - - - - - - - - False - ..\..\packages\xunit.1.9.2\lib\net20\xunit.dll - - - - - - - - - - - - - - - - - - - - - - - - - {d36288af-8a0e-48dd-8af8-15b72f91c70a} - Microsoft.AspNet.Abstractions.net45 - - - {68a538ba-d542-49cb-9615-b4f5a4e78c87} - Microsoft.AspNet.PipelineCore.net45 - - - - - - - - \ No newline at end of file