From bf16553b76edf0012cad1b09497aaa00e6bb91a4 Mon Sep 17 00:00:00 2001 From: tmont Date: Sat, 5 Mar 2011 05:13:50 +0000 Subject: [PATCH] * fixed compilation error in Flags.aspx on mono * modified debug/release config transformers --- .../Views/Admin/Flags.aspx | 2 +- Src/VideoGameQuotes.Web/Web.Debug.config | 24 ---------- Src/VideoGameQuotes.Web/Web.Release.config | 47 +++++++++---------- Src/VideoGameQuotes.Web/Web.config | 20 ++++---- 4 files changed, 35 insertions(+), 58 deletions(-) diff --git a/Src/VideoGameQuotes.Web/Views/Admin/Flags.aspx b/Src/VideoGameQuotes.Web/Views/Admin/Flags.aspx index 9b3fd31..321b270 100644 --- a/Src/VideoGameQuotes.Web/Views/Admin/Flags.aspx +++ b/Src/VideoGameQuotes.Web/Views/Admin/Flags.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage>" MasterPageFile="~/Views/Shared/Site.Master" %> +<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage>" MasterPageFile="~/Views/Shared/Site.Master" %> Quote Flags

Flagged Quotes

diff --git a/Src/VideoGameQuotes.Web/Web.Debug.config b/Src/VideoGameQuotes.Web/Web.Debug.config index 962e6b7..fc5bbf7 100644 --- a/Src/VideoGameQuotes.Web/Web.Debug.config +++ b/Src/VideoGameQuotes.Web/Web.Debug.config @@ -3,28 +3,4 @@ - - - - \ No newline at end of file diff --git a/Src/VideoGameQuotes.Web/Web.Release.config b/Src/VideoGameQuotes.Web/Web.Release.config index 141832b..01706fb 100644 --- a/Src/VideoGameQuotes.Web/Web.Release.config +++ b/Src/VideoGameQuotes.Web/Web.Release.config @@ -3,29 +3,26 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Src/VideoGameQuotes.Web/Web.config b/Src/VideoGameQuotes.Web/Web.config index 50e4f1d..fa20c34 100644 --- a/Src/VideoGameQuotes.Web/Web.config +++ b/Src/VideoGameQuotes.Web/Web.config @@ -24,12 +24,6 @@ - - - - - - @@ -37,15 +31,25 @@ + + + + + + + + + + + + - -