diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1662693..715e8d5 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -806,6 +806,38 @@ | |||
806 | </Files> | 806 | </Files> |
807 | </Project> | 807 | </Project> |
808 | 808 | ||
809 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.Simple" path="OpenSim/Grid/AssetInventoryServer/Plugins/Simple" type="Library"> | ||
810 | <Configuration name="Debug"> | ||
811 | <Options> | ||
812 | <OutputPath>../../../../../bin/</OutputPath> | ||
813 | </Options> | ||
814 | </Configuration> | ||
815 | <Configuration name="Release"> | ||
816 | <Options> | ||
817 | <OutputPath>../../../../../bin/</OutputPath> | ||
818 | </Options> | ||
819 | </Configuration> | ||
820 | |||
821 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
822 | <Reference name="System" /> | ||
823 | <Reference name="System.Data" /> | ||
824 | <Reference name="OpenSim.Framework" /> | ||
825 | <Reference name="OpenSim.Data" /> | ||
826 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
827 | <Reference name="OpenMetaverseTypes"/> | ||
828 | <Reference name="OpenMetaverse.StructuredData2" /> | ||
829 | <Reference name="HttpServer2"/> | ||
830 | |||
831 | <!-- Remove these eventually --> | ||
832 | <Reference name="MySql.Data" /> | ||
833 | <Reference name="ExtensionLoader" /> | ||
834 | |||
835 | <Files> | ||
836 | <Match pattern="*.cs" recurse="false" /> | ||
837 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
838 | </Files> | ||
839 | </Project> | ||
840 | |||
809 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> | 841 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> |
810 | <Configuration name="Debug"> | 842 | <Configuration name="Debug"> |
811 | <Options> | 843 | <Options> |