diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 51fb6e8..3f45755 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3555,8 +3555,9 @@ | |||
3555 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3555 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3556 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> | 3556 | <Match path="Agent/TextureSender/Tests" pattern="*.cs" recurse="true" /> |
3557 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true" /> | 3557 | <Match path="Avatar/Inventory/Archiver/Tests" pattern="*.cs" recurse="true" /> |
3558 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | ||
3559 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> | 3558 | <Match path="World/Archiver/Tests" pattern="*.cs" recurse="true" /> |
3559 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> | ||
3560 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | ||
3560 | </Files> | 3561 | </Files> |
3561 | </Project> | 3562 | </Project> |
3562 | 3563 | ||