diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 474e514..0b84c6b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -863,6 +863,34 @@ | |||
863 | </Files> | 863 | </Files> |
864 | </Project> | 864 | </Project> |
865 | 865 | ||
866 | |||
867 | <Project name="OpenSim.Region.Modules.Python" path="OpenSim/Region/Modules/Python" type="Library"> | ||
868 | <Configuration name="Debug"> | ||
869 | <Options> | ||
870 | <OutputPath>../../../../bin/</OutputPath> | ||
871 | </Options> | ||
872 | </Configuration> | ||
873 | <Configuration name="Release"> | ||
874 | <Options> | ||
875 | <OutputPath>../../../../bin/</OutputPath> | ||
876 | </Options> | ||
877 | </Configuration> | ||
878 | |||
879 | <ReferencePath>../../../../bin/</ReferencePath> | ||
880 | <Reference name="System" localCopy="false"/> | ||
881 | <Reference name="libsecondlife.dll"/> | ||
882 | <Reference name="IronPython.dll"/> | ||
883 | <Reference name="IronMath.dll"/> | ||
884 | <Reference name="OpenSim.Framework"/> | ||
885 | <Reference name="OpenSim.Data.Base" /> | ||
886 | <Reference name="OpenSim.Region.Environment"/> | ||
887 | <Reference name="Nini.dll" /> | ||
888 | <Reference name="log4net"/> | ||
889 | <Files> | ||
890 | <Match pattern="*.cs" recurse="true"/> | ||
891 | </Files> | ||
892 | </Project> | ||
893 | |||
866 | <Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library"> | 894 | <Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library"> |
867 | <Configuration name="Debug"> | 895 | <Configuration name="Debug"> |
868 | <Options> | 896 | <Options> |