From 3a93f89018301d1c526653ddea2b86b0ae339858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Pa=C5=BEourek?= Date: Fri, 15 Nov 2019 20:27:57 +0100 Subject: [PATCH] Fixed folder name from "Exhcange" to "Exchange". --- .../Hacks.cs | 0 .../PrecompilationView.cs | 0 .../PrecompilationVirtualPathFactory.cs | 0 .../PrecompiledViewEngine.cs | 0 .../ProfiledVirtualPathProviderViewEngine.cs | 0 .../RazorParser.cs | 0 .../RoslynRazorViewEngine.cs | 0 .../StackExchange.Precompilation.MVC5.csproj | 0 StackExchange.Precompilation.sln | 2 +- Test.WebApp.ExternalViews/Test.WebApp.ExternalViews.csproj | 2 +- Test.WebApp/Test.WebApp.csproj | 2 +- 11 files changed, 3 insertions(+), 3 deletions(-) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/Hacks.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/PrecompilationView.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/PrecompilationVirtualPathFactory.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/PrecompiledViewEngine.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/ProfiledVirtualPathProviderViewEngine.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/RazorParser.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/RoslynRazorViewEngine.cs (100%) rename {StackExhcange.Precompilation.MVC5 => StackExchange.Precompilation.MVC5}/StackExchange.Precompilation.MVC5.csproj (100%) diff --git a/StackExhcange.Precompilation.MVC5/Hacks.cs b/StackExchange.Precompilation.MVC5/Hacks.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/Hacks.cs rename to StackExchange.Precompilation.MVC5/Hacks.cs diff --git a/StackExhcange.Precompilation.MVC5/PrecompilationView.cs b/StackExchange.Precompilation.MVC5/PrecompilationView.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/PrecompilationView.cs rename to StackExchange.Precompilation.MVC5/PrecompilationView.cs diff --git a/StackExhcange.Precompilation.MVC5/PrecompilationVirtualPathFactory.cs b/StackExchange.Precompilation.MVC5/PrecompilationVirtualPathFactory.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/PrecompilationVirtualPathFactory.cs rename to StackExchange.Precompilation.MVC5/PrecompilationVirtualPathFactory.cs diff --git a/StackExhcange.Precompilation.MVC5/PrecompiledViewEngine.cs b/StackExchange.Precompilation.MVC5/PrecompiledViewEngine.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/PrecompiledViewEngine.cs rename to StackExchange.Precompilation.MVC5/PrecompiledViewEngine.cs diff --git a/StackExhcange.Precompilation.MVC5/ProfiledVirtualPathProviderViewEngine.cs b/StackExchange.Precompilation.MVC5/ProfiledVirtualPathProviderViewEngine.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/ProfiledVirtualPathProviderViewEngine.cs rename to StackExchange.Precompilation.MVC5/ProfiledVirtualPathProviderViewEngine.cs diff --git a/StackExhcange.Precompilation.MVC5/RazorParser.cs b/StackExchange.Precompilation.MVC5/RazorParser.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/RazorParser.cs rename to StackExchange.Precompilation.MVC5/RazorParser.cs diff --git a/StackExhcange.Precompilation.MVC5/RoslynRazorViewEngine.cs b/StackExchange.Precompilation.MVC5/RoslynRazorViewEngine.cs similarity index 100% rename from StackExhcange.Precompilation.MVC5/RoslynRazorViewEngine.cs rename to StackExchange.Precompilation.MVC5/RoslynRazorViewEngine.cs diff --git a/StackExhcange.Precompilation.MVC5/StackExchange.Precompilation.MVC5.csproj b/StackExchange.Precompilation.MVC5/StackExchange.Precompilation.MVC5.csproj similarity index 100% rename from StackExhcange.Precompilation.MVC5/StackExchange.Precompilation.MVC5.csproj rename to StackExchange.Precompilation.MVC5/StackExchange.Precompilation.MVC5.csproj diff --git a/StackExchange.Precompilation.sln b/StackExchange.Precompilation.sln index fdb5522..1a3a535 100644 --- a/StackExchange.Precompilation.sln +++ b/StackExchange.Precompilation.sln @@ -42,7 +42,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.WebApp.ExternalViews", {31DFCCCC-2F44-405E-A2D7-BB1AC718E7B9} = {31DFCCCC-2F44-405E-A2D7-BB1AC718E7B9} EndProjectSection EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Precompilation.MVC5", "StackExhcange.Precompilation.MVC5\StackExchange.Precompilation.MVC5.csproj", "{C8F659BD-D0D1-4404-9CC5-3F14ED4B28F3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Precompilation.MVC5", "StackExchange.Precompilation.MVC5\StackExchange.Precompilation.MVC5.csproj", "{C8F659BD-D0D1-4404-9CC5-3F14ED4B28F3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Test.WebApp.ExternalViews/Test.WebApp.ExternalViews.csproj b/Test.WebApp.ExternalViews/Test.WebApp.ExternalViews.csproj index df13bcc..dd1b267 100644 --- a/Test.WebApp.ExternalViews/Test.WebApp.ExternalViews.csproj +++ b/Test.WebApp.ExternalViews/Test.WebApp.ExternalViews.csproj @@ -16,7 +16,7 @@ {3c0a90f1-b19e-4305-ab71-3cd31c7d0f4d} StackExchange.Precompilation - + diff --git a/Test.WebApp/Test.WebApp.csproj b/Test.WebApp/Test.WebApp.csproj index af3716d..7075c6e 100644 --- a/Test.WebApp/Test.WebApp.csproj +++ b/Test.WebApp/Test.WebApp.csproj @@ -50,7 +50,7 @@ {3C0A90F1-B19E-4305-AB71-3CD31C7D0F4D} StackExchange.Precompilation - + {2ba24772-f7b0-4652-a430-2f4c2262e882} Test.WebApp.ExternalViews