From 55385d6374755146734827b1c831fee7f2ad6fdc Mon Sep 17 00:00:00 2001 From: Per Ploug Date: Wed, 7 Aug 2013 13:48:12 +0200 Subject: [PATCH] Removes hardcoded reference to shannons users dir from sln file --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 8 +++++--- src/umbraco.sln | 3 --- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 92b5e584bf..4e3b4f03f1 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -71,7 +71,9 @@ prompt AllRules.ruleset false - C:\Users\Shannon\AppData\Local\Temp\vs24C6.tmp\Debug\ + ..\bin\Debug\ + true + ..\Package\Umbraco.Web.UI.zip bin\ @@ -97,7 +99,7 @@ prompt AllRules.ruleset false - C:\Users\Shannon\AppData\Local\Temp\vs24C6.tmp\Release\ + ..\bin\Release\ @@ -2599,7 +2601,7 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\" True 6140 / - http://localhost:6230 + http://localhost:6140 False False diff --git a/src/umbraco.sln b/src/umbraco.sln index 3fcce7326d..3fb3e23111 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -187,7 +187,4 @@ Global {73529637-28F5-419C-A6BB-D094E39DE614} = {DD32977B-EF54-475B-9A1B-B97A502C6E58} {B555AAE6-0F56-442F-AC9F-EF497DB38DE7} = {DD32977B-EF54-475B-9A1B-B97A502C6E58} EndGlobalSection - GlobalSection(Performance) = preSolution - HasPerformanceSessions = true - EndGlobalSection EndGlobal