diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4d5434d..1662693 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -783,6 +783,29 @@ | |||
783 | </Files> | 783 | </Files> |
784 | </Project> | 784 | </Project> |
785 | 785 | ||
786 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins" path="OpenSim/Grid/AssetInventoryServer/Plugins" type="Library"> | ||
787 | <Configuration name="Debug"> | ||
788 | <Options> | ||
789 | <OutputPath>../../../../bin/</OutputPath> | ||
790 | </Options> | ||
791 | </Configuration> | ||
792 | <Configuration name="Release"> | ||
793 | <Options> | ||
794 | <OutputPath>../../../../bin/</OutputPath> | ||
795 | </Options> | ||
796 | </Configuration> | ||
797 | |||
798 | <ReferencePath>../../../../bin/</ReferencePath> | ||
799 | <Reference name="System" /> | ||
800 | <Reference name="OpenSim.Grid.AssetInventoryServer" /> | ||
801 | <Reference name="OpenMetaverseTypes"/> | ||
802 | |||
803 | <Files> | ||
804 | <Match pattern="*.cs" recurse="false" /> | ||
805 | <Match path="Resources" pattern="*.addin.xml" buildAction="EmbeddedResource" recurse="true" /> | ||
806 | </Files> | ||
807 | </Project> | ||
808 | |||
786 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> | 809 | <Project name="OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim" path="OpenSim/Grid/AssetInventoryServer/Plugins/OpenSim" type="Library"> |
787 | <Configuration name="Debug"> | 810 | <Configuration name="Debug"> |
788 | <Options> | 811 | <Options> |