diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 59 |
1 files changed, 31 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6c17df4..6406550 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -844,34 +844,6 @@ | |||
844 | </Files> | 844 | </Files> |
845 | </Project> | 845 | </Project> |
846 | 846 | ||
847 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
848 | <Configuration name="Debug"> | ||
849 | <Options> | ||
850 | <OutputPath>../../../../bin/</OutputPath> | ||
851 | </Options> | ||
852 | </Configuration> | ||
853 | <Configuration name="Release"> | ||
854 | <Options> | ||
855 | <OutputPath>../../../../bin/</OutputPath> | ||
856 | </Options> | ||
857 | </Configuration> | ||
858 | |||
859 | <ReferencePath>../../../../bin/</ReferencePath> | ||
860 | <Reference name="System"/> | ||
861 | <Reference name="System.Web"/> | ||
862 | <Reference name="OpenMetaverseTypes"/> | ||
863 | <Reference name="OpenMetaverse.StructuredData"/> | ||
864 | <Reference name="OpenSim.Framework"/> | ||
865 | <Reference name="OpenSim.Framework.Servers"/> | ||
866 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
867 | <Reference name="log4net"/> | ||
868 | |||
869 | <Files> | ||
870 | <Match pattern="*.cs" recurse="false" /> | ||
871 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
872 | </Files> | ||
873 | </Project> | ||
874 | |||
875 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> | 847 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> |
876 | <Configuration name="Debug"> | 848 | <Configuration name="Debug"> |
877 | <Options> | 849 | <Options> |
@@ -1147,6 +1119,37 @@ | |||
1147 | </Files> | 1119 | </Files> |
1148 | </Project> | 1120 | </Project> |
1149 | 1121 | ||
1122 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
1123 | <Configuration name="Debug"> | ||
1124 | <Options> | ||
1125 | <OutputPath>../../../../bin/</OutputPath> | ||
1126 | </Options> | ||
1127 | </Configuration> | ||
1128 | <Configuration name="Release"> | ||
1129 | <Options> | ||
1130 | <OutputPath>../../../../bin/</OutputPath> | ||
1131 | </Options> | ||
1132 | </Configuration> | ||
1133 | |||
1134 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1135 | <Reference name="System"/> | ||
1136 | <Reference name="System.Web"/> | ||
1137 | <Reference name="OpenMetaverseTypes"/> | ||
1138 | <Reference name="OpenMetaverse.StructuredData"/> | ||
1139 | <Reference name="OpenSim.Framework"/> | ||
1140 | <Reference name="OpenSim.Framework.Servers"/> | ||
1141 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
1142 | <Reference name="log4net"/> | ||
1143 | |||
1144 | <!-- Needed for TarArchiver. Hopefully it can be moved to Framework or something so we don't depend on Region DLLs. --> | ||
1145 | <Reference name="OpenSim.Region.CoreModules"/> | ||
1146 | |||
1147 | <Files> | ||
1148 | <Match pattern="*.cs" recurse="false" /> | ||
1149 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
1150 | </Files> | ||
1151 | </Project> | ||
1152 | |||
1150 | <Project name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> | 1153 | <Project name="OpenSim.Region.CoreModules.World.Terrain.DefaultEffects" path="OpenSim/Region/CoreModules/World/Terrain/DefaultEffects" type="Library"> |
1151 | <Configuration name="Debug"> | 1154 | <Configuration name="Debug"> |
1152 | <Options> | 1155 | <Options> |