diff options
author | MW | 2009-02-24 13:53:38 +0000 |
---|---|---|
committer | MW | 2009-02-24 13:53:38 +0000 |
commit | 6954013d82eba2e6e1d77356fd879b369de7a26f (patch) | |
tree | 638a6a8b7be51339c63dd2be9f9203d1df4e638d /prebuild.xml | |
parent | More refactoring of the UserServer. (diff) | |
download | opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.zip opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.tar.gz opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.tar.bz2 opensim-SC_OLD-6954013d82eba2e6e1d77356fd879b369de7a26f.tar.xz |
Added OpenSim.Grid.Framework project.
Changed the Gridserver so it uses/references OpenSim.Grid.Framework
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 6905abb..238c99d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -684,6 +684,37 @@ | |||
684 | </Files> | 684 | </Files> |
685 | </Project> | 685 | </Project> |
686 | 686 | ||
687 | <Project name="OpenSim.Grid.Framework" path="OpenSim/Grid/Framework" type="Library"> | ||
688 | <Configuration name="Debug"> | ||
689 | <Options> | ||
690 | <OutputPath>../../../bin/</OutputPath> | ||
691 | </Options> | ||
692 | </Configuration> | ||
693 | <Configuration name="Release"> | ||
694 | <Options> | ||
695 | <OutputPath>../../../bin/</OutputPath> | ||
696 | </Options> | ||
697 | </Configuration> | ||
698 | |||
699 | <ReferencePath>../../../bin/</ReferencePath> | ||
700 | <Reference name="System"/> | ||
701 | <Reference name="System.Data"/> | ||
702 | <Reference name="System.Xml"/> | ||
703 | <Reference name="OpenSim.Data"/> | ||
704 | <Reference name="OpenSim.Framework"/> | ||
705 | <Reference name="OpenSim.Framework.Communications"/> | ||
706 | <Reference name="OpenSim.Framework.Servers"/> | ||
707 | <Reference name="OpenMetaverseTypes.dll"/> | ||
708 | <Reference name="OpenMetaverse.dll"/> | ||
709 | <Reference name="XMLRPC.dll"/> | ||
710 | <Reference name="log4net.dll"/> | ||
711 | |||
712 | <Files> | ||
713 | <Match pattern="*.cs" recurse="true"/> | ||
714 | </Files> | ||
715 | </Project> | ||
716 | |||
717 | |||
687 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> | 718 | <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe"> |
688 | <Configuration name="Debug"> | 719 | <Configuration name="Debug"> |
689 | <Options> | 720 | <Options> |
@@ -707,6 +738,7 @@ | |||
707 | <Reference name="OpenSim.Framework.Servers"/> | 738 | <Reference name="OpenSim.Framework.Servers"/> |
708 | <Reference name="OpenSim.Data"/> | 739 | <Reference name="OpenSim.Data"/> |
709 | <Reference name="OpenSim.Data.MySQL"/> | 740 | <Reference name="OpenSim.Data.MySQL"/> |
741 | <Reference name="OpenSim.Grid.Framework"/> | ||
710 | <Reference name="OpenMetaverseTypes.dll"/> | 742 | <Reference name="OpenMetaverseTypes.dll"/> |
711 | <Reference name="OpenMetaverse.dll"/> | 743 | <Reference name="OpenMetaverse.dll"/> |
712 | <Reference name="XMLRPC.dll"/> | 744 | <Reference name="XMLRPC.dll"/> |