diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 64 |
1 files changed, 31 insertions, 33 deletions
diff --git a/prebuild.xml b/prebuild.xml index f52de6d..60ed78d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -118,6 +118,7 @@ | |||
118 | </Configuration> | 118 | </Configuration> |
119 | 119 | ||
120 | <ReferencePath>../../../bin/</ReferencePath> | 120 | <ReferencePath>../../../bin/</ReferencePath> |
121 | <Reference name="OpenMetaverse" /> | ||
121 | <Reference name="System"/> | 122 | <Reference name="System"/> |
122 | <Reference name="log4net.dll"/> | 123 | <Reference name="log4net.dll"/> |
123 | 124 | ||
@@ -865,6 +866,36 @@ | |||
865 | </Files> | 866 | </Files> |
866 | </Project> | 867 | </Project> |
867 | 868 | ||
869 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
870 | <Configuration name="Debug"> | ||
871 | <Options> | ||
872 | <OutputPath>../../../../bin/</OutputPath> | ||
873 | </Options> | ||
874 | </Configuration> | ||
875 | <Configuration name="Release"> | ||
876 | <Options> | ||
877 | <OutputPath>../../../../bin/</OutputPath> | ||
878 | </Options> | ||
879 | </Configuration> | ||
880 | |||
881 | <ReferencePath>../../../../bin/</ReferencePath> | ||
882 | <Reference name="System"/> | ||
883 | <Reference name="System.Xml"/> | ||
884 | <Reference name="System.Web"/> | ||
885 | <Reference name="OpenMetaverseTypes"/> | ||
886 | <Reference name="OpenMetaverse.StructuredData"/> | ||
887 | <Reference name="OpenSim.Framework"/> | ||
888 | <Reference name="OpenSim.Framework.Archive"/> | ||
889 | <Reference name="OpenSim.Framework.Servers"/> | ||
890 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
891 | <Reference name="log4net"/> | ||
892 | |||
893 | <Files> | ||
894 | <Match pattern="*.cs" recurse="false" /> | ||
895 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
896 | </Files> | ||
897 | </Project> | ||
898 | |||
868 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> | 899 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> |
869 | <Configuration name="Debug"> | 900 | <Configuration name="Debug"> |
870 | <Options> | 901 | <Options> |
@@ -1141,39 +1172,6 @@ | |||
1141 | </Files> | 1172 | </Files> |
1142 | </Project> | 1173 | </Project> |
1143 | 1174 | ||
1144 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
1145 | <Configuration name="Debug"> | ||
1146 | <Options> | ||
1147 | <OutputPath>../../../../bin/</OutputPath> | ||
1148 | </Options> | ||
1149 | </Configuration> | ||
1150 | <Configuration name="Release"> | ||
1151 | <Options> | ||
1152 | <OutputPath>../../../../bin/</OutputPath> | ||
1153 | </Options> | ||
1154 | </Configuration> | ||
1155 | |||
1156 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1157 | <Reference name="System"/> | ||
1158 | <Reference name="System.Xml"/> | ||
1159 | <Reference name="System.Web"/> | ||
1160 | <Reference name="OpenMetaverseTypes"/> | ||
1161 | <Reference name="OpenMetaverse.StructuredData"/> | ||
1162 | <Reference name="OpenSim.Framework"/> | ||
1163 | <Reference name="OpenSim.Framework.Archive"/> | ||
1164 | <Reference name="OpenSim.Framework.Servers"/> | ||
1165 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
1166 | <Reference name="log4net"/> | ||
1167 | |||
1168 | <!-- Needed for InventoryArchiveConstants. Hopefully it can be moved to Framework or something so we don't depend on Region DLLs. --> | ||
1169 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1170 | |||
1171 | <Files> | ||
1172 | <Match pattern="*.cs" recurse="false" /> | ||
1173 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
1174 | </Files> | ||
1175 | </Project> | ||
1176 | |||
1177 | <Project name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> | 1175 | <Project name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> |
1178 | <Configuration name="Debug"> | 1176 | <Configuration name="Debug"> |
1179 | <Options> | 1177 | <Options> |