diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index ab95a96..86a2791 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -79,6 +79,26 @@ | |||
79 | </Files> | 79 | </Files> |
80 | </Project> | 80 | </Project> |
81 | 81 | ||
82 | <Project name="TribalMedia.Framework.Data" path="ThirdParty/TribalMedia/TribalMedia.Framework.Data" type="Library"> | ||
83 | <Configuration name="Debug"> | ||
84 | <Options> | ||
85 | <OutputPath>../../../bin/</OutputPath> | ||
86 | </Options> | ||
87 | </Configuration> | ||
88 | <Configuration name="Release"> | ||
89 | <Options> | ||
90 | <OutputPath>../../../bin/</OutputPath> | ||
91 | </Options> | ||
92 | </Configuration> | ||
93 | |||
94 | <ReferencePath>../../../bin/</ReferencePath> | ||
95 | <Reference name="System" localCopy="false"/> | ||
96 | <Reference name="System.Data"/> | ||
97 | <Files> | ||
98 | <Match pattern="*.cs" recurse="true"/> | ||
99 | </Files> | ||
100 | </Project> | ||
101 | |||
82 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> | 102 | <Project name="OpenSim.Framework.Data" path="OpenSim/Framework/Data" type="Library"> |
83 | <Configuration name="Debug"> | 103 | <Configuration name="Debug"> |
84 | <Options> | 104 | <Options> |