View of /trunk/ModularRex/ModularRex.csproj
Parent Directory
|
Revision Log
Revision 2 -
(download)
(annotate)
Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
File size: 5112 byte(s)
Sun Sep 14 02:18:38 2008 UTC (4 years, 8 months ago) by afrisby
File size: 5112 byte(s)
* Initial check-in of prototype Rex module. * This is a very very very early alpha of where we are heading, this checkin is mostly functionality-free and is aimed at building PacketServer, IClientAPI and other core classes so that functionality can be built cleanly on top.
<?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\Debug\</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="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" /> </ItemGroup> <ItemGroup> <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\RexTestModule.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\OpenSim.Framework.csproj"> <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> <Name>OpenSim.Framework</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\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> </ItemGroup> <ItemGroup> <Folder Include="RexTypes\" /> </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 |

