25 lines
809 B
XML
25 lines
809 B
XML
<Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="addon-modules/ConvexDecompositionDotNet" type="Library">
|
|
<Configuration name="Debug">
|
|
<Options>
|
|
<OutputPath>../../bin/Physics/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
<Configuration name="Release">
|
|
<Options>
|
|
<OutputPath>../../bin/Physics/</OutputPath>
|
|
</Options>
|
|
</Configuration>
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
<Reference name="System"/>
|
|
<Reference name="System.Core"/>
|
|
<Reference name="System.Data"/>
|
|
<Reference name="System.Xml"/>
|
|
|
|
<Files>
|
|
<Match pattern="*.cs" recurse="true">
|
|
<Exclude name="Tests" pattern="Tests"/>
|
|
</Match>
|
|
</Files>
|
|
</Project>
|