diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml index 25a49d5..94d5cdc 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3593,19 +3593,19 @@ | |||
3593 | </Files> | 3593 | </Files> |
3594 | </Project> | 3594 | </Project> |
3595 | 3595 | ||
3596 | <Project name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework/Tests" type="Library"> | 3596 | <Project name="OpenSim.Region.Framework.Tests" path="OpenSim/Region/Framework" type="Library"> |
3597 | <Configuration name="Debug"> | 3597 | <Configuration name="Debug"> |
3598 | <Options> | 3598 | <Options> |
3599 | <OutputPath>../../../../bin/</OutputPath> | 3599 | <OutputPath>../../../bin/</OutputPath> |
3600 | </Options> | 3600 | </Options> |
3601 | </Configuration> | 3601 | </Configuration> |
3602 | <Configuration name="Release"> | 3602 | <Configuration name="Release"> |
3603 | <Options> | 3603 | <Options> |
3604 | <OutputPath>../../../../bin/</OutputPath> | 3604 | <OutputPath>../../../bin/</OutputPath> |
3605 | </Options> | 3605 | </Options> |
3606 | </Configuration> | 3606 | </Configuration> |
3607 | 3607 | ||
3608 | <ReferencePath>../../../../bin/</ReferencePath> | 3608 | <ReferencePath>../../../bin/</ReferencePath> |
3609 | <Reference name="System"/> | 3609 | <Reference name="System"/> |
3610 | <Reference name="System.Xml"/> | 3610 | <Reference name="System.Xml"/> |
3611 | <Reference name="System.Drawing"/> | 3611 | <Reference name="System.Drawing"/> |
@@ -3645,7 +3645,7 @@ | |||
3645 | --> | 3645 | --> |
3646 | <Files> | 3646 | <Files> |
3647 | <!-- SADLY the way this works means you need to keep adding these paths --> | 3647 | <!-- SADLY the way this works means you need to keep adding these paths --> |
3648 | <Match pattern="*.cs" recurse="true" /> | 3648 | <Match path="Scenes/Tests" pattern="*.cs" recurse="false" /> |
3649 | </Files> | 3649 | </Files> |
3650 | </Project> | 3650 | </Project> |
3651 | 3651 | ||