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-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-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-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"/>
|
|
|
|
|
<Exclude name="UUID.cs"/>
|
|
|
|
|
<Exclude name="Vector2.cs"/>
|
|
|
|
|
<Exclude name="Vector3.cs"/>
|
|
|
|
|
<Exclude name="Vector3d.cs"/>
|
|
|
|
|
<Exclude name="Vector4.cs"/>
|
|
|
|
|
</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-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-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-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>
|
|
|
|
|
<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-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-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-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-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="GUITestClient" path="Programs/examples/GUITestClient" 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"/>
|
|
|
|
|
<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"/>
|
|
|
|
|
|
|
|
|
|
<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"/>
|
|
|
|
|
<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 22:00:09 +00:00
|
|
|
</Solution>
|
2008-07-23 00:27:31 +00:00
|
|
|
</Prebuild>
|