From c8f0195ccc06575349c0e675c23276ac089bf9c7 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Fri, 1 Dec 2017 14:48:19 +0100 Subject: Changed name of the project. --- AirPollutionWebApi/Views/Home/Index.cshtml | 1 - AirPollutionWebApi/Views/Shared/Error.cshtml | 5 ----- AirPollutionWebApi/Views/Shared/_Layout.cshtml | 9 -------- AirPollutionWebApi/Views/Web.config | 30 -------------------------- AirPollutionWebApi/Views/_ViewStart.cshtml | 3 --- 5 files changed, 48 deletions(-) delete mode 100644 AirPollutionWebApi/Views/Home/Index.cshtml delete mode 100644 AirPollutionWebApi/Views/Shared/Error.cshtml delete mode 100644 AirPollutionWebApi/Views/Shared/_Layout.cshtml delete mode 100644 AirPollutionWebApi/Views/Web.config delete mode 100644 AirPollutionWebApi/Views/_ViewStart.cshtml (limited to 'AirPollutionWebApi/Views') diff --git a/AirPollutionWebApi/Views/Home/Index.cshtml b/AirPollutionWebApi/Views/Home/Index.cshtml deleted file mode 100644 index 2501eee..0000000 --- a/AirPollutionWebApi/Views/Home/Index.cshtml +++ /dev/null @@ -1 +0,0 @@ -

Welcome to ASP.NET MVC @ViewData["Version"] on @ViewData["Runtime"]!

diff --git a/AirPollutionWebApi/Views/Shared/Error.cshtml b/AirPollutionWebApi/Views/Shared/Error.cshtml deleted file mode 100644 index 20ec06a..0000000 --- a/AirPollutionWebApi/Views/Shared/Error.cshtml +++ /dev/null @@ -1,5 +0,0 @@ -@model System.Web.Mvc.HandleErrorInfo - -
-

An error occurred while processing your request.

-
diff --git a/AirPollutionWebApi/Views/Shared/_Layout.cshtml b/AirPollutionWebApi/Views/Shared/_Layout.cshtml deleted file mode 100644 index 54f6729..0000000 --- a/AirPollutionWebApi/Views/Shared/_Layout.cshtml +++ /dev/null @@ -1,9 +0,0 @@ - - - - @ViewBag.Title - - - @RenderBody() - - diff --git a/AirPollutionWebApi/Views/Web.config b/AirPollutionWebApi/Views/Web.config deleted file mode 100644 index c23d873..0000000 --- a/AirPollutionWebApi/Views/Web.config +++ /dev/null @@ -1,30 +0,0 @@ - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AirPollutionWebApi/Views/_ViewStart.cshtml b/AirPollutionWebApi/Views/_ViewStart.cshtml deleted file mode 100644 index 2de6241..0000000 --- a/AirPollutionWebApi/Views/_ViewStart.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -@{ - Layout = "~/Views/Shared/_Layout.cshtml"; -} -- cgit v1.2.3