View of /trunk/ModularRex/ModularRex.csproj
Parent Directory
|
Revision Log
Revision 42 -
(download)
(annotate)
Wed Jan 28 14:51:20 2009 UTC (4 years, 3 months ago) by mikkopa
File size: 11011 byte(s)
Wed Jan 28 14:51:20 2009 UTC (4 years, 3 months ago) by mikkopa
File size: 11011 byte(s)
*Added OnPythonClassChange event to detect when Python script is initialized *Added methods to Load and Save objects from outside ModrexObjects. *Removed RexObjectPart and RexObjectGroup, which are not used anymore.
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <ProjectType>Local</ProjectType> <ProductVersion>9.0.21022</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{19A31B5B-0000-0000-0000-000000000000}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ApplicationIcon> </ApplicationIcon> <AssemblyKeyContainerName> </AssemblyKeyContainerName> <AssemblyName>ModularRex</AssemblyName> <DefaultClientScript>JScript</DefaultClientScript> <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> <DefaultTargetSchema>IE50</DefaultTargetSchema> <DelaySign>false</DelaySign> <OutputType>Library</OutputType> <AppDesignerFolder> </AppDesignerFolder> <RootNamespace>ModularRex</RootNamespace> <StartupObject> </StartupObject> <FileUpgradeFlags> </FileUpgradeFlags> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE;DEBUG</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>True</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>False</Optimize> <OutputPath>..\..\bin\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> <NoWarn> </NoWarn> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <AllowUnsafeBlocks>False</AllowUnsafeBlocks> <BaseAddress>285212672</BaseAddress> <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> <ConfigurationOverrideFile> </ConfigurationOverrideFile> <DefineConstants>TRACE</DefineConstants> <DocumentationFile> </DocumentationFile> <DebugSymbols>False</DebugSymbols> <FileAlignment>4096</FileAlignment> <Optimize>True</Optimize> <OutputPath>..\..\bin\</OutputPath> <RegisterForComInterop>False</RegisterForComInterop> <RemoveIntegerChecks>False</RemoveIntegerChecks> <TreatWarningsAsErrors>False</TreatWarningsAsErrors> <WarningLevel>4</WarningLevel> <NoWarn> </NoWarn> </PropertyGroup> <ItemGroup> <Reference Include="IronMath.dll"> <HintPath>..\..\bin\IronMath.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="IronPython.dll"> <HintPath>..\..\bin\IronPython.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="log4net.dll"> <HintPath>..\..\bin\log4net.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Nini.dll"> <HintPath>..\..\bin\Nini.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenMetaverse.dll"> <HintPath>..\..\bin\OpenMetaverse.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenMetaverseTypes.dll"> <HintPath>..\..\bin\OpenMetaverseTypes.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim"> <HintPath>OpenSim.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework.Communications.dll"> <HintPath>..\..\bin\OpenSim.Framework.Communications.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework.Console.dll"> <HintPath>..\..\bin\OpenSim.Framework.Console.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework.dll"> <HintPath>..\..\bin\OpenSim.Framework.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework.Servers.dll"> <HintPath>..\..\bin\OpenSim.Framework.Servers.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Framework.Statistics.dll"> <HintPath>..\..\bin\OpenSim.Framework.Statistics.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.ClientStack.dll"> <HintPath>..\..\bin\OpenSim.Region.ClientStack.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.ClientStack.LindenUDP.dll"> <HintPath>..\..\bin\OpenSim.Region.ClientStack.LindenUDP.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.Communications.Local.dll"> <HintPath>..\..\bin\OpenSim.Region.Communications.Local.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.Environment.dll"> <HintPath>..\..\bin\OpenSim.Region.Environment.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.Interfaces.dll"> <HintPath>..\..\bin\OpenSim.Region.Interfaces.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.Physics.Manager.dll"> <HintPath>..\..\bin\OpenSim.Region.Physics.Manager.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.ScriptEngine.Shared.Api.dll"> <HintPath>..\..\bin\OpenSim.Region.ScriptEngine.Shared.Api.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="OpenSim.Region.ScriptEngine.Shared.dll"> <HintPath>..\..\bin\OpenSim.Region.ScriptEngine.Shared.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System"> <HintPath>System.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Data"> <HintPath>System.Data.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="System.Xml"> <HintPath>System.Xml.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="XMLRPC.dll"> <HintPath>..\..\bin\XMLRPC.dll</HintPath> <Private>False</Private> </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="NHibernate\ModularRex.NHibernate.csproj"> <Name>ModularRex.NHibernate</Name> <Project>{678C3C41-0000-0000-0000-000000000000}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Private>False</Private> </ProjectReference> <ProjectReference Include="RexFramework\ModularRex.RexFramework.csproj"> <Name>ModularRex.RexFramework</Name> <Project>{CE800DCE-0000-0000-0000-000000000000}</Project> <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> <Private>False</Private> </ProjectReference> </ItemGroup> <ItemGroup> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\AuthenticationService.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\IClientRexAppearance.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\IClientRexFaceExpression.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\RexClientView.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\RexPacketServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\RexUDPServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\RexAuthentication\RexAuthUtil.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\RexAuthentication\RexProfile.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexNetwork\RexLogin\RexLoginModule.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModrexAppearance.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModrexFacialExpression.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModrexObjects.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModrexSuperobjects.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModrexVoice.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexScriptAccess.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexScriptTestModule.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexTestModule.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\Rex_BuiltIn_Commands.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\Rex_BuiltIn_Commands_Interface.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModRexVoice\VoiceChatServer.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModRexVoice\VoiceClient.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModRexVoice\VoicePacket.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\ModRexVoice\VoicePacketHeader.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexPython\IRexBot.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexPython\RexEventManager.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexPython\RexPythonScriptAccessImpl.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexPython\RexScriptEngine.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexParts\RexPython\RexScriptInterface.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexDBObjects\RexFriendListItem.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexDBObjects\RexUserAgentData.cs"> <SubType>Code</SubType> </Compile> <Compile Include="RexDBObjects\RexUserProfileData.cs"> <SubType>Code</SubType> </Compile> </ItemGroup> <ItemGroup> <Folder Include="RexParts\RexObjects\" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> <PostBuildEvent> </PostBuildEvent> </PropertyGroup> </Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

