From 546d9dfdc5c86d6c17a18a1668b5f2a533e16d68 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 29 Mar 2007 17:02:26 +0000 Subject: * vs2005 target gens OpenSim.csporj.user with -loginserver -sandbox -accounts -realphysx settings --- Prebuild/src/Core/Targets/VS2005Target.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Prebuild/src/Core/Targets/VS2005Target.cs b/Prebuild/src/Core/Targets/VS2005Target.cs index 341c12a..6435593 100644 --- a/Prebuild/src/Core/Targets/VS2005Target.cs +++ b/Prebuild/src/Core/Targets/VS2005Target.cs @@ -658,8 +658,16 @@ namespace Prebuild.Core.Targets //ps.WriteLine(" "); ps.WriteLine(" "); //ps.WriteLine(" ", MakeRefPath(project)); + + ps.WriteLine(" Debug"); ps.WriteLine(" AnyCPU"); + + if (projectFile.Contains( "OpenSim.csproj" )) + { + ps.WriteLine(" -loginserver -sandbox -accounts -realphysx"); + } + ps.WriteLine(" {0}", MakeRefPath(project)); ps.WriteLine(" {0}", this.ProductVersion); ps.WriteLine(" ProjectFiles"); @@ -671,11 +679,7 @@ namespace Prebuild.Core.Targets ps.Write(" Condition = \" '$(Configuration)|$(Platform)' == '{0}|AnyCPU' \"", conf.Name); ps.WriteLine(" />"); } - //ps.WriteLine(" "); - - //ps.WriteLine(" "); - //ps.WriteLine(" ", toolInfo.XMLTag); - //ps.WriteLine(""); + ps.WriteLine(""); } #endregion -- cgit v1.1