diff options
author | lbsa71 | 2008-04-10 13:05:26 +0000 |
---|---|---|
committer | lbsa71 | 2008-04-10 13:05:26 +0000 |
commit | f001cd78f1d9490a7a76ee10c611d53352cee8a7 (patch) | |
tree | ba995aeaaa70a1edd8d20ee6b88b6ec2abb8c3d5 | |
parent | * Fix a null reference when there's no [Economy] section in the opensim.ini (diff) | |
download | opensim-SC_OLD-f001cd78f1d9490a7a76ee10c611d53352cee8a7.zip opensim-SC_OLD-f001cd78f1d9490a7a76ee10c611d53352cee8a7.tar.gz opensim-SC_OLD-f001cd78f1d9490a7a76ee10c611d53352cee8a7.tar.bz2 opensim-SC_OLD-f001cd78f1d9490a7a76ee10c611d53352cee8a7.tar.xz |
* Added stub OpenSim.Model project for migrating core types and base classes
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index c8238f9..3825978 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -34,6 +34,26 @@ | |||
34 | 34 | ||
35 | <!-- Core OpenSim Projects --> | 35 | <!-- Core OpenSim Projects --> |
36 | 36 | ||
37 | <Project name="OpenSim.Model" path="OpenSim/Model" type="Library"> | ||
38 | <Configuration name="Debug"> | ||
39 | <Options> | ||
40 | <OutputPath>../../../bin/</OutputPath> | ||
41 | </Options> | ||
42 | </Configuration> | ||
43 | <Configuration name="Release"> | ||
44 | <Options> | ||
45 | <OutputPath>../../../bin/</OutputPath> | ||
46 | </Options> | ||
47 | </Configuration> | ||
48 | |||
49 | <ReferencePath>../../../bin/</ReferencePath> | ||
50 | <Reference name="System" localCopy="false"/> | ||
51 | <Reference name="System.Xml" localCopy="false"/> | ||
52 | <Files> | ||
53 | <Match pattern="*.cs" recurse="true"/> | ||
54 | </Files> | ||
55 | </Project> | ||
56 | |||
37 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 57 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
38 | <Configuration name="Debug"> | 58 | <Configuration name="Debug"> |
39 | <Options> | 59 | <Options> |
@@ -53,7 +73,7 @@ | |||
53 | <Match pattern="*.cs" recurse="true"/> | 73 | <Match pattern="*.cs" recurse="true"/> |
54 | </Files> | 74 | </Files> |
55 | </Project> | 75 | </Project> |
56 | 76 | ||
57 | <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> | 77 | <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> |
58 | <Configuration name="Debug"> | 78 | <Configuration name="Debug"> |
59 | <Options> | 79 | <Options> |