diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2265b09..cb20319 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1205,6 +1205,7 @@ | |||
1205 | <ReferencePath>../../../bin/</ReferencePath> | 1205 | <ReferencePath>../../../bin/</ReferencePath> |
1206 | <Reference name="System"/> | 1206 | <Reference name="System"/> |
1207 | <Reference name="System.Xml"/> | 1207 | <Reference name="System.Xml"/> |
1208 | <Reference name="System.Drawing"/> | ||
1208 | <Reference name="OpenMetaverseTypes.dll"/> | 1209 | <Reference name="OpenMetaverseTypes.dll"/> |
1209 | <Reference name="OpenMetaverse.dll"/> | 1210 | <Reference name="OpenMetaverse.dll"/> |
1210 | <Reference name="OpenMetaverse.StructuredData.dll"/> | 1211 | <Reference name="OpenMetaverse.StructuredData.dll"/> |
@@ -3591,6 +3592,7 @@ | |||
3591 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> | 3592 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> |
3592 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> | 3593 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> |
3593 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | 3594 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> |
3595 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> | ||
3594 | </Files> | 3596 | </Files> |
3595 | </Project> | 3597 | </Project> |
3596 | 3598 | ||