From 8218a727d981b2ca2368ecaee319e1b4f785e4cd Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 2 Apr 2015 16:16:24 -0700 Subject: [PATCH] Correct .xproj filenames to match containing directories - these were the only two projects I found will naming inconsistencies --- ...ion.Tests.xproj => Microsoft.AspNet.Authentication.Test.xproj} | 0 ...tion.Tests.xproj => Microsoft.AspNet.Authorization.Test.xproj} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/Microsoft.AspNet.Authentication.Test/{Microsoft.AspNet.Authentication.Tests.xproj => Microsoft.AspNet.Authentication.Test.xproj} (100%) rename test/Microsoft.AspNet.Authorization.Test/{Microsoft.AspNet.Authorization.Tests.xproj => Microsoft.AspNet.Authorization.Test.xproj} (100%) diff --git a/test/Microsoft.AspNet.Authentication.Test/Microsoft.AspNet.Authentication.Tests.xproj b/test/Microsoft.AspNet.Authentication.Test/Microsoft.AspNet.Authentication.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Authentication.Test/Microsoft.AspNet.Authentication.Tests.xproj rename to test/Microsoft.AspNet.Authentication.Test/Microsoft.AspNet.Authentication.Test.xproj diff --git a/test/Microsoft.AspNet.Authorization.Test/Microsoft.AspNet.Authorization.Tests.xproj b/test/Microsoft.AspNet.Authorization.Test/Microsoft.AspNet.Authorization.Test.xproj similarity index 100% rename from test/Microsoft.AspNet.Authorization.Test/Microsoft.AspNet.Authorization.Tests.xproj rename to test/Microsoft.AspNet.Authorization.Test/Microsoft.AspNet.Authorization.Test.xproj