aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Core
diff options
context:
space:
mode:
authorlbsa712007-03-29 17:02:26 +0000
committerlbsa712007-03-29 17:02:26 +0000
commit546d9dfdc5c86d6c17a18a1668b5f2a533e16d68 (patch)
treea6972360fda114946c92907f8d3a232a796782c9 /Prebuild/src/Core
parent* changed readme to reflect current situation (diff)
downloadopensim-SC_OLD-546d9dfdc5c86d6c17a18a1668b5f2a533e16d68.zip
opensim-SC_OLD-546d9dfdc5c86d6c17a18a1668b5f2a533e16d68.tar.gz
opensim-SC_OLD-546d9dfdc5c86d6c17a18a1668b5f2a533e16d68.tar.bz2
opensim-SC_OLD-546d9dfdc5c86d6c17a18a1668b5f2a533e16d68.tar.xz
* vs2005 target gens OpenSim.csporj.user with -loginserver -sandbox -accounts -realphysx settings
Diffstat (limited to 'Prebuild/src/Core')
-rw-r--r--Prebuild/src/Core/Targets/VS2005Target.cs14
1 files 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
658 //ps.WriteLine(" <Build>"); 658 //ps.WriteLine(" <Build>");
659 ps.WriteLine(" <PropertyGroup>"); 659 ps.WriteLine(" <PropertyGroup>");
660 //ps.WriteLine(" <Settings ReferencePath=\"{0}\">", MakeRefPath(project)); 660 //ps.WriteLine(" <Settings ReferencePath=\"{0}\">", MakeRefPath(project));
661
662
661 ps.WriteLine(" <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>"); 663 ps.WriteLine(" <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>");
662 ps.WriteLine(" <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>"); 664 ps.WriteLine(" <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>");
665
666 if (projectFile.Contains( "OpenSim.csproj" ))
667 {
668 ps.WriteLine(" <StartArguments>-loginserver -sandbox -accounts -realphysx</StartArguments>");
669 }
670
663 ps.WriteLine(" <ReferencePath>{0}</ReferencePath>", MakeRefPath(project)); 671 ps.WriteLine(" <ReferencePath>{0}</ReferencePath>", MakeRefPath(project));
664 ps.WriteLine(" <LastOpenVersion>{0}</LastOpenVersion>", this.ProductVersion); 672 ps.WriteLine(" <LastOpenVersion>{0}</LastOpenVersion>", this.ProductVersion);
665 ps.WriteLine(" <ProjectView>ProjectFiles</ProjectView>"); 673 ps.WriteLine(" <ProjectView>ProjectFiles</ProjectView>");
@@ -671,11 +679,7 @@ namespace Prebuild.Core.Targets
671 ps.Write(" Condition = \" '$(Configuration)|$(Platform)' == '{0}|AnyCPU' \"", conf.Name); 679 ps.Write(" Condition = \" '$(Configuration)|$(Platform)' == '{0}|AnyCPU' \"", conf.Name);
672 ps.WriteLine(" />"); 680 ps.WriteLine(" />");
673 } 681 }
674 //ps.WriteLine(" </Settings>"); 682
675
676 //ps.WriteLine(" </Build>");
677 //ps.WriteLine(" </{0}>", toolInfo.XMLTag);
678 //ps.WriteLine("</VisualStudioProject>");
679 ps.WriteLine("</Project>"); 683 ps.WriteLine("</Project>");
680 } 684 }
681 #endregion 685 #endregion