diff --git a/Web.Tests/Web.Tests.csproj b/Web.Tests/Web.Tests.csproj
index f8b17b8..6bbf8d7 100644
--- a/Web.Tests/Web.Tests.csproj
+++ b/Web.Tests/Web.Tests.csproj
@@ -11,9 +11,10 @@
Properties
Web.Tests
Web.Tests
- v4.0
+ v4.5
512
{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+
true
@@ -23,6 +24,7 @@
DEBUG;TRACE
prompt
4
+ false
pdbonly
@@ -31,6 +33,7 @@
TRACE
prompt
4
+ false
diff --git a/Web.Tests/app.config b/Web.Tests/app.config
index 29487d3..5007bdd 100644
--- a/Web.Tests/app.config
+++ b/Web.Tests/app.config
@@ -1,22 +1,22 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
\ No newline at end of file
+
diff --git a/Web/ViewModels/Account/ChangePasswordViewModel.cs b/Web/ViewModels/Account/ChangePasswordViewModel.cs
index dd5785a..3b17f95 100644
--- a/Web/ViewModels/Account/ChangePasswordViewModel.cs
+++ b/Web/ViewModels/Account/ChangePasswordViewModel.cs
@@ -1,6 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
using AutoMapper;
+using Compare = System.ComponentModel.DataAnnotations.CompareAttribute;
namespace MileageTraker.Web.ViewModels.Account
{
diff --git a/Web/ViewModels/Account/NewPasswordViewModel.cs b/Web/ViewModels/Account/NewPasswordViewModel.cs
index 0995fd9..400e773 100644
--- a/Web/ViewModels/Account/NewPasswordViewModel.cs
+++ b/Web/ViewModels/Account/NewPasswordViewModel.cs
@@ -1,6 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
+using Compare = System.ComponentModel.DataAnnotations.CompareAttribute;
namespace MileageTraker.Web.ViewModels.Account
{
diff --git a/Web/ViewModels/Account/RegisterModel.cs b/Web/ViewModels/Account/RegisterModel.cs
index 59ae3a6..df4e168 100644
--- a/Web/ViewModels/Account/RegisterModel.cs
+++ b/Web/ViewModels/Account/RegisterModel.cs
@@ -1,5 +1,6 @@
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
+using Compare = System.ComponentModel.DataAnnotations.CompareAttribute;
namespace MileageTraker.Web.ViewModels.Account
{
diff --git a/Web/ViewModels/User/SetPasswordViewModel.cs b/Web/ViewModels/User/SetPasswordViewModel.cs
index fd1ec5d..de84b82 100644
--- a/Web/ViewModels/User/SetPasswordViewModel.cs
+++ b/Web/ViewModels/User/SetPasswordViewModel.cs
@@ -1,6 +1,7 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
+using Compare = System.ComponentModel.DataAnnotations.CompareAttribute;
namespace MileageTraker.Web.ViewModels.User
{
diff --git a/Web/Views/User/Index.cshtml b/Web/Views/User/Index.cshtml
index 33dd369..feef4c4 100644
--- a/Web/Views/User/Index.cshtml
+++ b/Web/Views/User/Index.cshtml
@@ -67,4 +67,4 @@
),
htmlAttributes: new { @class = "table table-striped table-bordered table-hover table-condensed"},
numericLinksCount: 20
- )
\ No newline at end of file
+ )
diff --git a/Web/Web.config b/Web/Web.config
index 311c135..805edac 100644
--- a/Web/Web.config
+++ b/Web/Web.config
@@ -1,107 +1,115 @@
-
+
-
-
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
diff --git a/Web/Web.csproj b/Web/Web.csproj
index 2f78ce7..e5b7a70 100644
--- a/Web/Web.csproj
+++ b/Web/Web.csproj
@@ -13,7 +13,7 @@
Properties
MileageTraker.Web
MileageTraker
- v4.0
+ v4.5
false
false
@@ -26,6 +26,7 @@
AddSkipRules
+
true
@@ -35,6 +36,7 @@
DEBUG;TRACE
prompt
4
+ false
pdbonly
@@ -43,6 +45,7 @@
TRACE
prompt
4
+ false
@@ -77,8 +80,12 @@
..\packages\MvcCheckBoxList.1.4.4.5\lib\net40\MvcCheckBoxList.dll
+
+
+
+
True
..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll
@@ -94,8 +101,6 @@
-
-
@@ -114,6 +119,7 @@
..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll
+
diff --git a/Web/packages.config b/Web/packages.config
index d73b197..b630c87 100644
--- a/Web/packages.config
+++ b/Web/packages.config
@@ -1,7 +1,7 @@
-
+
@@ -15,6 +15,6 @@
-
+
\ No newline at end of file