* vs2005 target gens OpenSim.csporj.user with -loginserver -sandbox -accounts -realphysx settings

0.1-prestable
lbsa71 2007-03-29 17:02:26 +00:00
parent 44b7354cb8
commit 546d9dfdc5
1 changed files with 9 additions and 5 deletions

View File

@ -658,8 +658,16 @@ namespace Prebuild.Core.Targets
//ps.WriteLine(" <Build>");
ps.WriteLine(" <PropertyGroup>");
//ps.WriteLine(" <Settings ReferencePath=\"{0}\">", MakeRefPath(project));
ps.WriteLine(" <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>");
ps.WriteLine(" <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>");
if (projectFile.Contains( "OpenSim.csproj" ))
{
ps.WriteLine(" <StartArguments>-loginserver -sandbox -accounts -realphysx</StartArguments>");
}
ps.WriteLine(" <ReferencePath>{0}</ReferencePath>", MakeRefPath(project));
ps.WriteLine(" <LastOpenVersion>{0}</LastOpenVersion>", this.ProductVersion);
ps.WriteLine(" <ProjectView>ProjectFiles</ProjectView>");
@ -671,11 +679,7 @@ namespace Prebuild.Core.Targets
ps.Write(" Condition = \" '$(Configuration)|$(Platform)' == '{0}|AnyCPU' \"", conf.Name);
ps.WriteLine(" />");
}
//ps.WriteLine(" </Settings>");
//ps.WriteLine(" </Build>");
//ps.WriteLine(" </{0}>", toolInfo.XMLTag);
//ps.WriteLine("</VisualStudioProject>");
ps.WriteLine("</Project>");
}
#endregion