changes back the output path for simple module to its own bin folder. [if you still have a simplemodule.dll in your bin folder, then delete it.

So puts the bots back in their cave for another yet.
This commit is contained in:
MW
2008-04-02 08:41:25 +00:00
parent b790a16e98
commit 60c2ded8bc

View File

@@ -1076,12 +1076,12 @@
<Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../bin/</OutputPath>
<OutputPath>bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../bin/</OutputPath>
<OutputPath>bin/</OutputPath>
</Options>
</Configuration>