diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 7881cd7..7e7ce28 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1038,7 +1038,7 @@ | |||
1038 | </Files> | 1038 | </Files> |
1039 | </Project> | 1039 | </Project> |
1040 | 1040 | ||
1041 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library"> | 1041 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
1042 | <Configuration name="Debug"> | 1042 | <Configuration name="Debug"> |
1043 | <Options> | 1043 | <Options> |
1044 | <OutputPath>../../../bin/</OutputPath> | 1044 | <OutputPath>../../../bin/</OutputPath> |
@@ -3274,6 +3274,7 @@ | |||
3274 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> | 3274 | <Match path="World/Serialiser/Tests" pattern="*.cs" recurse="true" /> |
3275 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> | 3275 | <Match path="World/Terrain/Tests" pattern="*.cs" recurse="true" /> |
3276 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> | 3276 | <Match path="ServiceConnectorsOut/Grid/Tests" pattern="*.cs" recurse="true" /> |
3277 | <Match path="ServiceConnectorsOut/Presence/Tests" pattern="*.cs" recurse="true" /> | ||
3277 | </Files> | 3278 | </Files> |
3278 | </Project> | 3279 | </Project> |
3279 | 3280 | ||