aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMike Mazur2009-02-16 02:25:06 +0000
committerMike Mazur2009-02-16 02:25:06 +0000
commitb2a0faf85b016c49759a2b18663b94be6fe3943d (patch)
treea1805449e0e7def0d7b489cae51170298a0460ea /prebuild.xml
parentAdding (diff)
downloadopensim-SC_OLD-b2a0faf85b016c49759a2b18663b94be6fe3943d.zip
opensim-SC_OLD-b2a0faf85b016c49759a2b18663b94be6fe3943d.tar.gz
opensim-SC_OLD-b2a0faf85b016c49759a2b18663b94be6fe3943d.tar.bz2
opensim-SC_OLD-b2a0faf85b016c49759a2b18663b94be6fe3943d.tar.xz
- add section to prebuild.xml for building
OpenSim.Grid.NewAssetServer.exe
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml95
1 files changed, 95 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 2272c06..b74b9ab 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -746,6 +746,101 @@
746 </Files> 746 </Files>
747 </Project> 747 </Project>
748 748
749 <Project name="OpenSim.Grid.NewAssetServer" path="OpenSim/Grid/NewAssetServer" type="Exe">
750 <Configuration name="Debug">
751 <Options>
752 <OutputPath>../../../bin/</OutputPath>
753 </Options>
754 </Configuration>
755 <Configuration name="Release">
756 <Options>
757 <OutputPath>../../../bin/</OutputPath>
758 </Options>
759 </Configuration>
760
761 <ReferencePath>../../../bin/</ReferencePath>
762 <Reference name="System"/>
763 <Reference name="System.ServiceProcess"/>
764 <Reference name="System.Web"/>
765 <Reference name="System.Xml"/>
766 <Reference name="OpenSim.Framework"/>
767 <Reference name="log4net2"/>
768 <Reference name="OpenMetaverseTypes"/>
769 <Reference name="OpenMetaverse.StructuredData2"/>
770 <Reference name="OpenMetaverse.Http"/>
771 <Reference name="ExtensionLoader"/>
772 <Reference name="HttpServer2"/>
773
774 <!-- for Simple Storage and MySQL storage -->
775 <Reference name="System.Data"/>
776 <Reference name="MySql.Data"/>
777 <Reference name="OpenMetaverse"/>
778
779 <Files>
780 <Match pattern="*.cs" recurse="false"/>
781 <Match path="Extensions" pattern="*.cs" recurse="false"/>
782 <Match path="Plugins" pattern="*.cs" recurse="false"/>
783 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
784 </Files>
785 </Project>
786
787 <!--Project name="OpenSim.Grid.AssetServer.Simple" path="OpenSim/Grid/NewAssetServer/Extensions/Simple" type="Library">
788 <Configuration name="Debug">
789 <Options>
790 <OutputPath>../../../../../bin/</OutputPath>
791 </Options>
792 </Configuration>
793 <Configuration name="Release">
794 <Options>
795 <OutputPath>../../../../../bin/</OutputPath>
796 </Options>
797 </Configuration>
798
799 <ReferencePath>../../../../../bin/</ReferencePath>
800 <Reference name="System"/>
801 <Reference name="System.ServiceProcess"/>
802 <Reference name="System.Xml"/>
803 <Reference name="log4net2"/>
804 <Reference name="OpenSim.Grid.AssetServer.exe"/>
805 <Reference name="OpenMetaverse"/>
806 <Reference name="OpenMetaverseTypes"/>
807 <Reference name="OpenMetaverse.StructuredData2"/>
808 <Reference name="ExtensionLoader"/>
809
810 <Files>
811 <Match pattern="*.cs" recurse="true"/>
812 </Files>
813 </Project>
814
815 <Project name="OpenSim.Grid.AssetServer.OpenSimMySQL" path="OpenSim/Grid/NewAssetServer/Extensions/OpenSimMySQL" type="Library">
816 <Configuration name="Debug">
817 <Options>
818 <OutputPath>../../../../../bin/</OutputPath>
819 </Options>
820 </Configuration>
821 <Configuration name="Release">
822 <Options>
823 <OutputPath>../../../../../bin/</OutputPath>
824 </Options>
825 </Configuration>
826
827 <ReferencePath>../../../../../bin/</ReferencePath>
828 <Reference name="System"/>
829 <Reference name="System.Data"/>
830 <Reference name="System.ServiceProcess"/>
831 <Reference name="System.Xml"/>
832 <Reference name="log4net2"/>
833 <Reference name="OpenSim.Grid.AssetServer.exe"/>
834 <Reference name="OpenMetaverseTypes"/>
835 <Reference name="OpenMetaverse.StructuredData2"/>
836 <Reference name="ExtensionLoader"/>
837 <Reference name="MySql.Data"/>
838
839 <Files>
840 <Match pattern="*.cs" recurse="true"/>
841 </Files>
842 </Project-->
843
749 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe"> 844 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
750 <Configuration name="Debug"> 845 <Configuration name="Debug">
751 <Options> 846 <Options>