diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index df02b59..eafee37 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -74,6 +74,60 @@ | |||
74 | </Files> | 74 | </Files> |
75 | </Project> | 75 | </Project> |
76 | 76 | ||
77 | <!-- OGS stuff --> | ||
78 | <Project name="OpenGridServices.ServerConsole" path="./OpenGridServices.ServerConsole" type="Library"> | ||
79 | <Configuration name="Debug"> | ||
80 | <Options> | ||
81 | <OutputPath>../bin/</OutputPath> | ||
82 | </Options> | ||
83 | </Configuration> | ||
84 | <Configuration name="Release"> | ||
85 | <Options> | ||
86 | <OutputPath>../bin/</OutputPath> | ||
87 | </Options> | ||
88 | </Configuration> | ||
89 | |||
90 | <ReferencePath>../bin/</ReferencePath> | ||
91 | <Reference name="System" localCopy="false"/> | ||
92 | <Reference name="System.Data" localCopy="false"/> | ||
93 | <Reference name="System.Xml" localCopy="false"/> | ||
94 | <Reference name="OpenSim.Framework.dll"/> | ||
95 | |||
96 | <Files> | ||
97 | <Match pattern="*.cs" recurse="true"/> | ||
98 | <Match pattern="..\OGS\common\VersionInfo\VersionInfo.cs"/> | ||
99 | </Files> | ||
100 | </Project> | ||
101 | |||
102 | |||
103 | <Project name="OpenGridServices.UserServer" path="./OpenGridServices.UserServer" type="Exe"> | ||
104 | <Configuration name="Debug"> | ||
105 | <Options> | ||
106 | <OutputPath>../bin/</OutputPath> | ||
107 | </Options> | ||
108 | </Configuration> | ||
109 | <Configuration name="Release"> | ||
110 | <Options> | ||
111 | <OutputPath>../bin/</OutputPath> | ||
112 | </Options> | ||
113 | </Configuration> | ||
114 | |||
115 | <ReferencePath>../bin/</ReferencePath> | ||
116 | <Reference name="System" localCopy="false"/> | ||
117 | <Reference name="System.Data" localCopy="false"/> | ||
118 | <Reference name="System.Xml" localCopy="false"/> | ||
119 | <Reference name="OpenSim.Framework.dll"/> | ||
120 | <Reference name="OpenSim.Framework.Console.dll"/> | ||
121 | <Reference name="OpenGridServices.ServerConsole.dll"/> | ||
122 | <Reference name="libsecondlife.dll"/> | ||
123 | |||
124 | <Files> | ||
125 | <Match pattern="*.cs" recurse="true"/> | ||
126 | <Match pattern="..\OGS\common\VersionInfo\VersionInfo.cs"/> | ||
127 | </Files> | ||
128 | </Project> | ||
129 | |||
130 | |||
77 | <Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" type="Library"> | 131 | <Project name="OpenSim.Physics.Manager" path="./OpenSim.Physics/Manager" type="Library"> |
78 | <Configuration name="Debug"> | 132 | <Configuration name="Debug"> |
79 | <Options> | 133 | <Options> |