diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/prebuild.xml b/prebuild.xml index f3af10b..2099d03 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -55,26 +55,6 @@ | |||
55 | </Project> | 55 | </Project> |
56 | --> | 56 | --> |
57 | 57 | ||
58 | <Project name="OpenSim.Framework.Client" path="OpenSim/Framework/Client" type="Library"> | ||
59 | <Configuration name="Debug"> | ||
60 | <Options> | ||
61 | <OutputPath>../../../bin/</OutputPath> | ||
62 | </Options> | ||
63 | </Configuration> | ||
64 | <Configuration name="Release"> | ||
65 | <Options> | ||
66 | <OutputPath>../../../bin/</OutputPath> | ||
67 | </Options> | ||
68 | </Configuration> | ||
69 | |||
70 | <ReferencePath>../../../bin/</ReferencePath> | ||
71 | <Reference name="System" localCopy="false"/> | ||
72 | <Reference name="log4net.dll"/> | ||
73 | <Files> | ||
74 | <Match pattern="*.cs" recurse="true"/> | ||
75 | </Files> | ||
76 | </Project> | ||
77 | |||
78 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 58 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
79 | <Configuration name="Debug"> | 59 | <Configuration name="Debug"> |
80 | <Options> | 60 | <Options> |
@@ -120,6 +100,7 @@ | |||
120 | <Reference name="Mono.Addins.dll" /> | 100 | <Reference name="Mono.Addins.dll" /> |
121 | <Files> | 101 | <Files> |
122 | <Match pattern="*.cs" recurse="false"/> | 102 | <Match pattern="*.cs" recurse="false"/> |
103 | <Match pattern="Client/*.cs" recurse="true"/> | ||
123 | </Files> | 104 | </Files> |
124 | </Project> | 105 | </Project> |
125 | 106 | ||