diff options
-rw-r--r-- | prebuild.xml | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index a38f9b7..d02004b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -170,7 +170,9 @@ | |||
170 | <Reference name="OpenSim.Framework"/> | 170 | <Reference name="OpenSim.Framework"/> |
171 | 171 | ||
172 | <Files> | 172 | <Files> |
173 | <Match pattern="*.cs" recurse="true"/> | 173 | <Match pattern="*.cs" recurse="true"> |
174 | <Exclude name="Tests" pattern="Tests"/> | ||
175 | </Match> | ||
174 | </Files> | 176 | </Files> |
175 | </Project> | 177 | </Project> |
176 | 178 | ||
@@ -3470,6 +3472,37 @@ | |||
3470 | </Files> | 3472 | </Files> |
3471 | </Project> | 3473 | </Project> |
3472 | 3474 | ||
3475 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Serialization.Tests" path="OpenSim/Framework/Serialization/Tests" type="Library"> | ||
3476 | <Configuration name="Debug"> | ||
3477 | <Options> | ||
3478 | <OutputPath>../../../../bin/</OutputPath> | ||
3479 | </Options> | ||
3480 | </Configuration> | ||
3481 | <Configuration name="Release"> | ||
3482 | <Options> | ||
3483 | <OutputPath>../../../../bin/</OutputPath> | ||
3484 | </Options> | ||
3485 | </Configuration> | ||
3486 | |||
3487 | <ReferencePath>../../../../bin/</ReferencePath> | ||
3488 | <Reference name="System"/> | ||
3489 | <Reference name="OpenSim.Data"/> | ||
3490 | <Reference name="OpenSim.Services.Interfaces"/> | ||
3491 | <Reference name="OpenSim.Tests.Common"/> | ||
3492 | <Reference name="OpenSim.Framework"/> | ||
3493 | <Reference name="OpenSim.Framework.Serialization"/> | ||
3494 | <Reference name="OpenSim.Framework.Serialization.External"/> | ||
3495 | <Reference name="log4net.dll"/> | ||
3496 | <Reference name="OpenMetaverse.dll"/> | ||
3497 | <Reference name="OpenMetaverse.StructuredData.dll"/> | ||
3498 | <Reference name="nunit.framework.dll" /> | ||
3499 | |||
3500 | <Files> | ||
3501 | <Match pattern="*.cs" recurse="true"> | ||
3502 | </Match> | ||
3503 | </Files> | ||
3504 | </Project> | ||
3505 | |||
3473 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | 3506 | <Project frameworkVersion="v3_5" name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> |
3474 | <Configuration name="Debug"> | 3507 | <Configuration name="Debug"> |
3475 | <Options> | 3508 | <Options> |