Skip to content

Commit

Permalink
Libomv 0.9.3 as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lkalif committed Jul 8, 2015
1 parent 078b8b4 commit 8e926ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Empty file modified .gitmodules
100755 → 100644
Empty file.
32 changes: 16 additions & 16 deletions prebuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@

<!-- Libraries -->

<Project name="OpenMetaverseTypes" path="../libopenmetaverse/OpenMetaverseTypes" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5" filterGroups="libomv|core" >
<Project name="OpenMetaverseTypes" path="libopenmetaverse/OpenMetaverseTypes" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5" filterGroups="libomv|core" >
<Configuration name="Debug">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>

<ReferencePath>../../libopenmetaverse/bin/</ReferencePath>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Core"/>
<Reference name="System.Xml"/>
Expand All @@ -59,21 +59,21 @@
</Files>
</Project>

<Project name="OpenMetaverse.StructuredData" path="../libopenmetaverse/OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData" frameworkVersion="v3_5" filterGroups="libomv|core">
<Project name="OpenMetaverse.StructuredData" path="libopenmetaverse/OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData" frameworkVersion="v3_5" filterGroups="libomv|core">
<Configuration name="Debug">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>

<ReferencePath>../../radegast/bin/</ReferencePath>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Xml"/>
<Reference name="OpenMetaverseTypes"/>
Expand All @@ -82,21 +82,21 @@
</Files>
</Project>

<Project name="OpenMetaverse" path="../libopenmetaverse/OpenMetaverse" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5" filterGroups="libomv|core">
<Project name="OpenMetaverse" path="libopenmetaverse/OpenMetaverse" type="Library" rootNamespace="OpenMetaverse" frameworkVersion="v3_5" filterGroups="libomv|core">
<Configuration name="Debug">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>

<ReferencePath>../../libopenmetaverse/bin/</ReferencePath>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Core"/>
<Reference name="System.Xml"/>
Expand All @@ -113,21 +113,21 @@
</Files>
</Project>

<Project name="OpenMetaverse.Rendering.Meshmerizer" path="../libopenmetaverse/OpenMetaverse.Rendering.Meshmerizer" type="Library" rootNamespace="OpenMetaverse.Rendering" frameworkVersion="v3_5" filterGroups="libomv|core">
<Project name="OpenMetaverse.Rendering.Meshmerizer" path="libopenmetaverse/OpenMetaverse.Rendering.Meshmerizer" type="Library" rootNamespace="OpenMetaverse.Rendering" frameworkVersion="v3_5" filterGroups="libomv|core">
<Configuration name="Debug">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../radegast/bin/</OutputPath>
<OutputPath>../bin/</OutputPath>
<PlatformTarget>x86</PlatformTarget>
</Options>
</Configuration>

<ReferencePath>../../libopenmetaverse/bin/</ReferencePath>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Xml"/>
<Reference name="System.Data"/>
Expand Down

0 comments on commit 8e926ba

Please sign in to comment.