diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 64e8e32..d009e87 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -701,6 +701,37 @@ | |||
701 | </Files> | 701 | </Files> |
702 | </Project> | 702 | </Project> |
703 | 703 | ||
704 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.UbitMeshing" path="OpenSim/Region/Physics/UbitMeshing" type="Library"> | ||
705 | <Configuration name="Debug"> | ||
706 | <Options> | ||
707 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
708 | </Options> | ||
709 | </Configuration> | ||
710 | <Configuration name="Release"> | ||
711 | <Options> | ||
712 | <OutputPath>../../../../bin/Physics/</OutputPath> | ||
713 | </Options> | ||
714 | </Configuration> | ||
715 | |||
716 | <ReferencePath>../../../../bin/</ReferencePath> | ||
717 | <Reference name="System"/> | ||
718 | <Reference name="System.Drawing"/> | ||
719 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
720 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
721 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
722 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
723 | <Reference name="Nini" path="../../../../bin/"/> | ||
724 | <Reference name="OpenSim.Framework"/> | ||
725 | <Reference name="OpenSim.Framework.Console"/> | ||
726 | <Reference name="OpenSim.Region.Physics.Manager"/> | ||
727 | <Reference name="log4net" path="../../../../bin/"/> | ||
728 | <Reference name="zlib.net" path="../../../../bin/"/> | ||
729 | |||
730 | <Files> | ||
731 | <Match pattern="*.cs" recurse="true"/> | ||
732 | </Files> | ||
733 | </Project> | ||
734 | |||
704 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> | 735 | <Project frameworkVersion="v3_5" name="OpenSim.Capabilities" path="OpenSim/Capabilities" type="Library"> |
705 | <Configuration name="Debug"> | 736 | <Configuration name="Debug"> |
706 | <Options> | 737 | <Options> |