diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f8fae8b..40aa2fb 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -929,6 +929,28 @@ | |||
929 | </Project> | 929 | </Project> |
930 | 930 | ||
931 | 931 | ||
932 | <Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library"> | ||
933 | <Configuration name="Debug"> | ||
934 | <Options> | ||
935 | <OutputPath>../../../../../../bin/Terrain/</OutputPath> | ||
936 | </Options> | ||
937 | </Configuration> | ||
938 | <Configuration name="Release"> | ||
939 | <Options> | ||
940 | <OutputPath>../../../../../../bin/Terrain/</OutputPath> | ||
941 | </Options> | ||
942 | </Configuration> | ||
943 | |||
944 | <ReferencePath>../../../../../../bin/</ReferencePath> | ||
945 | <Reference name="System" localCopy="false"/> | ||
946 | <Reference name="OpenSim.Framework"/> | ||
947 | <Reference name="OpenSim.Region.Environment"/> | ||
948 | <Files> | ||
949 | <Match pattern="*.cs" recurse="true"/> | ||
950 | </Files> | ||
951 | </Project> | ||
952 | |||
953 | |||
932 | <Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" type="Library"> | 954 | <Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" type="Library"> |
933 | <Configuration name="Debug"> | 955 | <Configuration name="Debug"> |
934 | <Options> | 956 | <Options> |