View of /trunk/ModularRex/ModularRex.csproj
Parent Directory
|
Revision Log
Revision 16 -
(download)
(annotate)
Wed Dec 3 08:36:44 2008 UTC (4 years, 5 months ago) by kalma
File size: 8471 byte(s)
Wed Dec 3 08:36:44 2008 UTC (4 years, 5 months ago) by kalma
File size: 8471 byte(s)
Static class for accessing authentication server. Testing not done, starting today.
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{4AC582D6-1168-450B-BDCF-431B6AD31F30}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>ModularRex</RootNamespace> <AssemblyName>ModularRex</AssemblyName> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> <Reference Include="IronMath, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" /> <Reference Include="IronPython, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL" /> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\bin\log4net.dll</HintPath> </Reference> <Reference Include="Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=691faec150a7fa7b, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\bin\Nini.dll</HintPath> </Reference> <Reference Include="OpenMetaverse, Version=1.0.0.24732, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\bin\OpenMetaverse.dll</HintPath> </Reference> <Reference Include="OpenMetaverseTypes, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\bin\OpenMetaverseTypes.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> <Reference Include="XMLRPC, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\bin\XMLRPC.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="RexDBObjects\RexFriendListItem.cs" /> <Compile Include="RexDBObjects\RexUserAgentData.cs" /> <Compile Include="RexDBObjects\RexUserProfileData.cs" /> <Compile Include="RexNetwork\AuthenticationService.cs" /> <Compile Include="RexNetwork\IClientRexAppearance.cs" /> <Compile Include="RexNetwork\IClientRexFaceExpression.cs" /> <Compile Include="RexNetwork\RexLogin\RexLoginModule.cs" /> <Compile Include="RexNetwork\RexPacketServer.cs" /> <Compile Include="RexNetwork\RexUDPServer.cs" /> <Compile Include="RexParts\ModrexAppearance.cs" /> <Compile Include="RexParts\ModrexFacialExpression.cs" /> <Compile Include="RexNetwork\RexClientView.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="RexParts\ModRexVoice\VoiceChatServer.cs" /> <Compile Include="RexParts\ModRexVoice\VoiceClient.cs" /> <Compile Include="RexParts\ModRexVoice\VoicePacket.cs" /> <Compile Include="RexParts\ModRexVoice\VoicePacketHeader.cs" /> <Compile Include="RexParts\RexObjects\RexMaterialsDictionary.cs" /> <Compile Include="RexParts\RexObjects\RexObjectGroup.cs" /> <Compile Include="RexParts\RexObjects\RexObjectPart.cs" /> <Compile Include="RexParts\RexPython\IRexBot.cs" /> <Compile Include="RexParts\RexPython\RexEventManager.cs" /> <Compile Include="RexParts\RexPython\RexPythonScriptAccessImpl.cs" /> <Compile Include="RexParts\RexPython\RexScriptEngine.cs" /> <Compile Include="RexParts\RexPython\RexScriptInterface.cs" /> <Compile Include="RexParts\RexScriptAccess.cs" /> <Compile Include="RexParts\RexScriptTestModule.cs" /> <Compile Include="RexParts\RexTestModule.cs" /> <Compile Include="RexParts\Rex_BuiltIn_Commands.cs" /> <Compile Include="RexParts\Rex_BuiltIn_Commands_Interface.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\OpenSim\Framework\Communications\OpenSim.Framework.Communications.csproj"> <Project>{CB52B7E7-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Framework.Communications</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Framework\Console\OpenSim.Framework.Console.csproj"> <Project>{0ED8EBE8-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Framework.Console</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Framework\OpenSim.Framework.csproj"> <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Framework</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Framework\Servers\OpenSim.Framework.Servers.csproj"> <Project>{2CC71860-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Framework.Servers</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\Application\OpenSim.csproj"> <Project>{438A9556-0000-0000-0000-000000000000}</Project> <Name>OpenSim</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\ClientStack\LindenUDP\OpenSim.Region.ClientStack.LindenUDP.csproj"> <Project>{CE1E9132-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.ClientStack.LindenUDP</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\ClientStack\OpenSim.Region.ClientStack.csproj"> <Project>{DC3698B2-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.ClientStack</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\Communications\Local\OpenSim.Region.Communications.Local.csproj"> <Project>{BFB5D807-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.Communications.Local</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\Environment\OpenSim.Region.Environment.csproj"> <Project>{DCBA491C-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.Environment</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\Interfaces\OpenSim.Region.Interfaces.csproj"> <Project>{83169C4E-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.Interfaces</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\Physics\Manager\OpenSim.Region.Physics.Manager.csproj"> <Project>{FDCF8D3D-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.Physics.Manager</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\ScriptEngine\Shared\Api\Implementation\OpenSim.Region.ScriptEngine.Shared.Api.csproj"> <Project>{C18E3417-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.ScriptEngine.Shared.Api</Name> </ProjectReference> <ProjectReference Include="..\..\OpenSim\Region\ScriptEngine\Shared\OpenSim.Region.ScriptEngine.Shared.csproj"> <Project>{F93F91AD-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Region.ScriptEngine.Shared</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

