2008-07-23 00:27:31 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2008-07-23 23:42:10 +00:00
|
|
|
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
|
2008-07-23 23:18:27 +00:00
|
|
|
<Solution name="OpenMetaverse" activeConfig="Debug" version="0.6.0">
|
2008-07-23 00:27:31 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
|
|
|
|
|
<OptimizeCode>false</OptimizeCode>
|
|
|
|
|
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
|
|
|
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<WarningsAsErrors>false</WarningsAsErrors>
|
2008-07-30 06:51:51 +00:00
|
|
|
<SuppressWarnings>1591,1574,0419,0618</SuppressWarnings>
|
2008-07-23 00:27:31 +00:00
|
|
|
<OutputPath>bin</OutputPath>
|
|
|
|
|
<DebugInformation>true</DebugInformation>
|
|
|
|
|
<IncrementalBuild>true</IncrementalBuild>
|
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<CompilerDefines>TRACE</CompilerDefines>
|
|
|
|
|
<OptimizeCode>true</OptimizeCode>
|
|
|
|
|
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
|
|
|
|
|
<AllowUnsafe>true</AllowUnsafe>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<WarningsAsErrors>false</WarningsAsErrors>
|
2008-07-30 06:51:51 +00:00
|
|
|
<SuppressWarnings>1591,1574,0419,0618</SuppressWarnings>
|
2008-07-23 00:27:31 +00:00
|
|
|
<OutputPath>bin</OutputPath>
|
|
|
|
|
<DebugInformation>false</DebugInformation>
|
|
|
|
|
<IncrementalBuild>true</IncrementalBuild>
|
|
|
|
|
<NoStdLib>false</NoStdLib>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
2008-12-29 20:44:28 +00:00
|
|
|
|
|
|
|
|
<!-- External Libraries -->
|
|
|
|
|
|
|
|
|
|
<Project name="ExtensionLoader" path="ExtensionLoader" type="Library" guid="F0CCD62E-8055-4419-8171-F2C5FD7C8B6D">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
<Project name="HttpServer" path="HttpServer" type="Library" guid="455E7D70-1C85-4D7F-9F01-DC801B8B8C34">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Web"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
|
|
|
|
<!-- Libraries -->
|
2008-08-12 22:38:02 +00:00
|
|
|
|
|
|
|
|
<Project name="OpenMetaverseTypes" path="OpenMetaverse/Types" type="Library" rootNamespace="OpenMetaverse">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
<XmlDocFile>OpenMetaverseTypes.XML</XmlDocFile>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-11-18 03:16:38 +00:00
|
|
|
|
|
|
|
|
<Project name="OpenMetaverse.StructuredData" path="OpenMetaverse.StructuredData" type="Library" rootNamespace="OpenMetaverse.StructuredData">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
<XmlDocFile>OpenMetaverse.StructuredData.XML</XmlDocFile>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-12-29 20:44:28 +00:00
|
|
|
|
|
|
|
|
<Project name="OpenMetaverse.Http" path="OpenMetaverse.Http" type="Library" rootNamespace="OpenMetaverse.Http">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
<XmlDocFile>OpenMetaverse.Http.XML</XmlDocFile>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
|
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
|
|
|
|
<Reference name="HttpServer"/>
|
|
|
|
|
<Reference name="log4net"/>
|
|
|
|
|
<Reference name="Mono.Security"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 00:27:31 +00:00
|
|
|
<Project name="OpenMetaverse" path="OpenMetaverse" type="Library" rootNamespace="OpenMetaverse">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
2008-07-24 18:58:23 +00:00
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
<XmlDocFile>OpenMetaverse.XML</XmlDocFile>
|
2008-07-23 00:27:31 +00:00
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
2008-07-24 02:45:24 +00:00
|
|
|
<Reference name="log4net"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-07-23 00:27:31 +00:00
|
|
|
<Files>
|
2008-08-12 23:58:17 +00:00
|
|
|
<Match pattern="*.cs" recurse="true">
|
|
|
|
|
<Exclude name="Color4.cs"/>
|
|
|
|
|
<Exclude name="Matrix4.cs"/>
|
|
|
|
|
<Exclude name="Quaternion.cs"/>
|
|
|
|
|
<Exclude name="Ray.cs"/>
|
|
|
|
|
<Exclude name="Utils.cs"/>
|
2008-10-07 00:42:05 +00:00
|
|
|
<Exclude name="UtilsConversions.cs"/>
|
2008-08-12 23:58:17 +00:00
|
|
|
<Exclude name="UUID.cs"/>
|
|
|
|
|
<Exclude name="Vector2.cs"/>
|
|
|
|
|
<Exclude name="Vector3.cs"/>
|
|
|
|
|
<Exclude name="Vector3d.cs"/>
|
|
|
|
|
<Exclude name="Vector4.cs"/>
|
2008-12-15 19:30:29 +00:00
|
|
|
<Exclude name="BlockingQueue.cs"/>
|
|
|
|
|
<Exclude name="DoubleDictionary.cs"/>
|
|
|
|
|
<Exclude name="ExpiringCache.cs"/>
|
2009-02-25 20:44:46 +00:00
|
|
|
<Exclude name="CircularQueue.cs"/>
|
2009-03-06 01:32:02 +00:00
|
|
|
<Exclude name="CRC32.cs"/>
|
2008-08-12 23:58:17 +00:00
|
|
|
</Match>
|
2008-07-23 00:27:31 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
<Project name="OpenMetaverse.Utilities" path="OpenMetaverse.Utilities" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
2008-07-24 18:58:23 +00:00
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
<XmlDocFile>OpenMetaverse.Utilities.XML</XmlDocFile>
|
2008-07-23 00:27:31 +00:00
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-07-23 00:27:31 +00:00
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
<Project name="OpenMetaverse.Tests" path="OpenMetaverse.Tests" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="nunit.framework.dll"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-07-23 00:27:31 +00:00
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 15:35:39 +00:00
|
|
|
<Project name="GridProxy" path="Programs/GridProxy" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-07-23 15:35:39 +00:00
|
|
|
|
|
|
|
|
<Files>
|
2008-07-24 19:44:05 +00:00
|
|
|
<Match pattern="*.cs" recurse="true">
|
|
|
|
|
<Exclude name="GridProxyMain.cs"/>
|
|
|
|
|
</Match>
|
2008-07-23 15:35:39 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 22:00:09 +00:00
|
|
|
<Project name="OpenMetaverse.Rendering.Simple" path="OpenMetaverse.Rendering.Simple" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
2008-07-23 00:27:31 +00:00
|
|
|
|
2008-07-23 23:42:10 +00:00
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
2008-10-06 01:22:54 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
|
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
|
|
|
|
|
|
|
|
|
<Project name="OpenMetaverse.Rendering.Meshmerizer" path="OpenMetaverse.Rendering.Meshmerizer" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
2008-07-23 23:42:10 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 23:42:10 +00:00
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 23:42:10 +00:00
|
|
|
<Project name="OpenMetaverse.Rendering.GPL" path="OpenMetaverse.Rendering.GPL" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
2008-07-23 22:00:09 +00:00
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 22:00:09 +00:00
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-08-21 17:37:07 +00:00
|
|
|
|
2008-08-05 00:14:01 +00:00
|
|
|
<Project name="OpenMetaverse.GUI" path="OpenMetaverse.GUI" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../bin/</OutputPath>
|
2008-08-05 16:45:29 +00:00
|
|
|
<XmlDocFile>OpenMetaverse.GUI.XML</XmlDocFile>
|
2008-08-05 00:14:01 +00:00
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-08-05 00:14:01 +00:00
|
|
|
<ReferencePath>../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-08-05 00:14:01 +00:00
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-08-21 17:37:07 +00:00
|
|
|
|
2008-07-24 18:58:23 +00:00
|
|
|
<!-- Programs -->
|
|
|
|
|
|
|
|
|
|
<Project name="AvatarPreview" path="Programs/AvatarPreview" type="WinExe">
|
2008-07-23 23:18:27 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
2008-07-25 01:23:57 +00:00
|
|
|
<Reference name="Tao.OpenGl"/>
|
2008-07-23 23:18:27 +00:00
|
|
|
<Reference name="Tao.Platform.Windows"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
|
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="frm*.cs" subType="Form"/>
|
|
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 23:18:27 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
|
|
|
|
<Project name="Baker" path="Programs/Baker" type="WinExe">
|
2008-07-23 01:32:28 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
|
|
|
|
<Project name="importprimscript" path="Programs/importprimscript" type="Exe">
|
2008-07-23 01:04:45 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 01:04:45 +00:00
|
|
|
<Project name="mapgenerator" path="Programs/mapgenerator" type="Exe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="mapgenerator.cs"/>
|
|
|
|
|
<Match pattern="ProtocolManager.cs"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-08-21 17:37:07 +00:00
|
|
|
|
2008-08-05 06:43:40 +00:00
|
|
|
<Project name="Dashboard" path="Programs/examples/Dashboard" type="WinExe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
2008-08-05 06:58:02 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-08-05 06:43:40 +00:00
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
2008-08-05 06:58:02 +00:00
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
2008-08-05 06:43:40 +00:00
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
2008-08-05 06:58:02 +00:00
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
2008-08-05 06:43:40 +00:00
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-08-05 06:43:40 +00:00
|
|
|
<Reference name="OpenMetaverse.GUI"/>
|
|
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
|
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Project name="PrimWorkshop" path="Programs/PrimWorkshop" type="WinExe">
|
2008-07-23 22:00:09 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
2008-07-23 22:41:56 +00:00
|
|
|
<Reference name="System.Xml"/>
|
2008-07-23 22:00:09 +00:00
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
2008-07-25 01:23:57 +00:00
|
|
|
<Reference name="Tao.OpenGl"/>
|
2008-07-23 22:00:09 +00:00
|
|
|
<Reference name="Tao.Platform.Windows"/>
|
|
|
|
|
<Reference name="GlacialList"/>
|
2008-07-23 23:18:27 +00:00
|
|
|
<Reference name="ICSharpCode.SharpZipLib"/>
|
2008-07-23 22:00:09 +00:00
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-07-23 22:00:09 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 22:00:09 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Project name="SecondGlance" path="Programs/SecondGlance" type="WinExe">
|
2008-07-23 01:04:45 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 15:35:39 +00:00
|
|
|
<Reference name="GridProxy"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Project name="GridImageUpload" path="Programs/GridImageUpload" type="WinExe">
|
2008-07-23 01:04:45 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 15:35:39 +00:00
|
|
|
<Project name="GridProxyApp" path="Programs/GridProxy" type="Exe">
|
2008-07-23 00:27:31 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
2008-07-23 15:35:39 +00:00
|
|
|
<Reference name="GridProxy"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 00:27:31 +00:00
|
|
|
|
|
|
|
|
<Files>
|
2008-07-23 15:35:39 +00:00
|
|
|
<Match pattern="GridProxyMain.cs"/>
|
2008-07-23 00:27:31 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 01:04:45 +00:00
|
|
|
<Project name="VisualParamGenerator" path="Programs/VisualParamGenerator" type="Exe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="VisualParamGenerator.cs"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 01:04:45 +00:00
|
|
|
<Project name="VoiceTest" path="Programs/VoiceTest" type="Exe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:04:45 +00:00
|
|
|
<Reference name="OpenMetaverse.Utilities"/>
|
|
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-12-07 00:35:32 +00:00
|
|
|
|
|
|
|
|
<Project name="SimExport" path="Programs/SimExport" type="Exe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
|
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
|
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 01:32:28 +00:00
|
|
|
<!-- Examples -->
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Project name="groupmanager" path="Programs/examples/groupmanager" type="WinExe">
|
2008-07-23 01:32:28 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Project name="Heightmap" path="Programs/examples/Heightmap" type="WinExe">
|
2008-07-23 01:32:28 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 23:18:27 +00:00
|
|
|
<Project name="GridAccountant" path="Programs/examples/GridAccountant" type="WinExe">
|
2008-07-23 01:32:28 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Data"/>
|
|
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="System.Windows.Forms"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
2008-07-24 18:58:23 +00:00
|
|
|
<Match pattern="*.resx" buildAction="EmbeddedResource" recurse="true"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 15:35:39 +00:00
|
|
|
<Project name="PacketDump" path="Programs/examples/PacketDump" type="Exe">
|
2008-07-23 01:32:28 +00:00
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 01:32:28 +00:00
|
|
|
<Project name="TestClient" path="Programs/examples/TestClient" type="Exe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="System.Xml"/>
|
2009-01-30 19:24:38 +00:00
|
|
|
<Reference name="System.Web"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
<Reference name="System.Drawing"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
2008-08-12 22:38:02 +00:00
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Utilities"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-07-23 01:32:28 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-08-16 02:04:20 +00:00
|
|
|
|
|
|
|
|
<Project name="Simian" path="Programs/Simian" type="Exe">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
2008-08-19 03:42:22 +00:00
|
|
|
<Reference name="System.Drawing"/>
|
2008-08-16 02:04:20 +00:00
|
|
|
<Reference name="System.Xml"/>
|
2008-10-05 22:05:18 +00:00
|
|
|
<Reference name="ExtensionLoader"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="HttpServer"/>
|
2008-08-16 02:04:20 +00:00
|
|
|
<Reference name="OpenMetaverse"/>
|
|
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-11-18 03:16:38 +00:00
|
|
|
<Reference name="OpenMetaverse.StructuredData"/>
|
2008-12-29 20:44:28 +00:00
|
|
|
<Reference name="OpenMetaverse.Http"/>
|
2008-08-16 02:04:20 +00:00
|
|
|
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-12-21 02:09:54 +00:00
|
|
|
|
|
|
|
|
<Project name="Simian.Tests" path="Programs/Simian.Tests" type="Library">
|
|
|
|
|
<Configuration name="Debug">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration name="Release">
|
|
|
|
|
<Options>
|
|
|
|
|
<OutputPath>../../bin/</OutputPath>
|
|
|
|
|
</Options>
|
|
|
|
|
</Configuration>
|
|
|
|
|
|
|
|
|
|
<ReferencePath>../../bin/</ReferencePath>
|
|
|
|
|
<Reference name="System"/>
|
|
|
|
|
<Reference name="nunit.framework"/>
|
|
|
|
|
<Reference name="OpenMetaverse"/>
|
|
|
|
|
<Reference name="OpenMetaverseTypes"/>
|
2008-12-21 10:12:35 +00:00
|
|
|
<Reference name="Simian.exe"/>
|
2008-12-21 02:09:54 +00:00
|
|
|
<Reference name="ExtensionLoader"/>
|
|
|
|
|
<Files>
|
|
|
|
|
<Match pattern="*.cs" recurse="true"/>
|
|
|
|
|
</Files>
|
|
|
|
|
</Project>
|
2008-07-24 18:58:23 +00:00
|
|
|
|
2008-07-23 22:00:09 +00:00
|
|
|
</Solution>
|
2008-07-23 00:27:31 +00:00
|
|
|
</Prebuild>
|