diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 92d5caf..e08ff29 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -514,7 +514,7 @@ | |||
514 | </Files> | 514 | </Files> |
515 | </Project> | 515 | </Project> |
516 | 516 | ||
517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 517 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
518 | <Configuration name="Debug"> | 518 | <Configuration name="Debug"> |
519 | <Options> | 519 | <Options> |
520 | <OutputPath>../../../../bin/Physics/</OutputPath> | 520 | <OutputPath>../../../../bin/Physics/</OutputPath> |
@@ -537,7 +537,9 @@ | |||
537 | <Reference name="OpenSim.Framework"/> | 537 | <Reference name="OpenSim.Framework"/> |
538 | <Reference name="OpenSim.Framework.Console"/> | 538 | <Reference name="OpenSim.Framework.Console"/> |
539 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 539 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
540 | <Reference name="OpenSim.Region.Framework"/> | ||
540 | <Reference name="log4net" path="../../../../bin/"/> | 541 | <Reference name="log4net" path="../../../../bin/"/> |
542 | <Reference name="Mono.Addins" path="../../../bin/"/> | ||
541 | 543 | ||
542 | <Files> | 544 | <Files> |
543 | <Match pattern="*.cs" recurse="true"/> | 545 | <Match pattern="*.cs" recurse="true"/> |