OSDN Git Service

- Added Help menu and About box
[radegast/radegast.git] / Radegast / Radegast.csproj
index a763666..88a55f3 100644 (file)
@@ -21,7 +21,7 @@
     <ManifestKeyFile>SLeek_TemporaryKey.pfx</ManifestKeyFile>\r
     <GenerateManifests>true</GenerateManifests>\r
     <TargetZone>LocalIntranet</TargetZone>\r
-    <SignManifests>true</SignManifests>\r
+    <SignManifests>false</SignManifests>\r
     <PublishUrl>publish\</PublishUrl>\r
     <Install>true</Install>\r
     <InstallFrom>Disk</InstallFrom>\r
@@ -45,6 +45,7 @@
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
@@ -53,6 +54,7 @@
     <DefineConstants>TRACE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
     <DebugSymbols>true</DebugSymbols>\r
@@ -61,6 +63,7 @@
     <DebugType>full</DebugType>\r
     <PlatformTarget>x86</PlatformTarget>\r
     <ErrorReport>prompt</ErrorReport>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
     <OutputPath>..\bin\Release\</OutputPath>\r
     <DebugType>pdbonly</DebugType>\r
     <PlatformTarget>x86</PlatformTarget>\r
     <ErrorReport>prompt</ErrorReport>\r
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="AIMLbot, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />\r
-    <Reference Include="Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=691faec150a7fa7b, processorArchitecture=MSIL">\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <HintPath>..\..\..\Nini\Bin\DotNet\2.0\Release\Nini.dll</HintPath>\r
-    </Reference>\r
+    <Reference Include="fmodex-dotnet, Version=4.26.7.0, Culture=neutral, processorArchitecture=MSIL" />\r
+    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL" />\r
     <Reference Include="System" />\r
     <Reference Include="System.Core">\r
       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
     </Reference>\r
     <Reference Include="System.Data" />\r
     <Reference Include="System.Drawing" />\r
+    <Reference Include="System.Web" />\r
     <Reference Include="System.Windows.Forms" />\r
     <Reference Include="System.Xml" />\r
     <Reference Include="Tao.OpenGl, Version=2.1.0.12, Culture=neutral, PublicKeyToken=1ca010269a4501ef, processorArchitecture=MSIL" />\r
     <Reference Include="Tao.Platform.Windows, Version=1.0.0.5, Culture=neutral, PublicKeyToken=701104b2da67a104, processorArchitecture=MSIL" />\r
+    <Reference Include="Tools, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Compile Include="Core\AutoPilot.cs" />\r
     <Compile Include="Core\ChatBufferItem.cs" />\r
-    <Compile Include="Core\Config\Config.cs" />\r
-    <Compile Include="Core\Config\ConfigManager.cs" />\r
-    <Compile Include="Core\Config\IPreferencePane.cs" />\r
+    <Compile Include="Core\Commands\CommandsManager.cs" />\r
+    <Compile Include="Core\Commands\ICommandInterpreter.cs" />\r
+    <Compile Include="Core\Commands\IRadegastCommand.cs" />\r
+    <Compile Include="Core\Commands\LoadPluginCommand.cs" />\r
+    <Compile Include="Core\Commands\ParcelInfoCommand.cs" />\r
+    <Compile Include="Core\Commands\RadegastCommand.cs" />\r
+    <Compile Include="Core\Commands\ThreadCommand.cs" />\r
+    <Compile Include="Core\Media\MediaManager.cs" />\r
+    <Compile Include="Core\Media\MediaObject.cs" />\r
+    <Compile Include="Core\Media\Sound.cs" />\r
+    <Compile Include="Core\Settings.cs" />\r
+    <Compile Include="Core\IRadegastPlugin.cs" />\r
     <Compile Include="Core\ListItems\PreferencePaneListItem.cs" />\r
     <Compile Include="Core\DebugLogMessage.cs" />\r
-    <Compile Include="Core\Config\ConfigAppliedEventArgs.cs" />\r
     <Compile Include="Core\ListItems\FriendsListItem.cs" />\r
-    <Compile Include="Core\ImageCache.cs" />\r
-    <Compile Include="Core\ImageHelper.cs" />\r
     <Compile Include="Core\ListItems\RegionSearchResultItem.cs" />\r
+    <Compile Include="Core\LSLKeywordParser.cs" />\r
+    <Compile Include="Core\LSL\lsl.lexer.cs" />\r
+    <Compile Include="Core\LSL\lsl.parser.cs" />\r
     <Compile Include="Core\PrimDeserializer.cs" />\r
     <Compile Include="Core\PrimSerializer.cs" />\r
     <Compile Include="Core\RadegastInstance.cs" />\r
+    <Compile Include="Core\RadegastLogger.cs" />\r
+    <Compile Include="Core\RadegastMisc.cs" />\r
     <Compile Include="Core\SleekMovement.cs" />\r
     <Compile Include="Core\StateManager.cs" />\r
     <Compile Include="Core\Tabs\ISleekTabControl.cs" />\r
     <Compile Include="Core\Tabs\SleekTab.cs" />\r
     <Compile Include="Core\Tabs\SleekTabEvents.cs" />\r
+    <Compile Include="Core\Types\AgentNameTextBox.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
     <Compile Include="Core\Types\CircularList.cs" />\r
+    <Compile Include="Core\Types\DettachableControl.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="Core\Types\ExtendedRichTextBox.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Core\Types\RadegastForm.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="Core\Types\LineNumberPanel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Core\Types\ListViewNoFlicker.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Core\Types\RRichTextBox.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
+    <Compile Include="Core\Types\StringTokenizer.cs" />\r
+    <Compile Include="Core\Types\ToolStripCheckBox.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
     <Compile Include="Core\Types\TransparentButton.cs">\r
       <SubType>Component</SubType>\r
     </Compile>\r
+    <Compile Include="Core\Types\TransparentLabel.cs">\r
+      <SubType>Component</SubType>\r
+    </Compile>\r
     <Compile Include="FormFlash.cs" />\r
     <Compile Include="GUI\Consoles\AnimDetail.cs">\r
       <SubType>UserControl</SubType>\r
     <Compile Include="GUI\Consoles\AnimTab.Designer.cs">\r
       <DependentUpon>AnimTab.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Consoles\Assets\Guesture.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\Assets\Guesture.Designer.cs">\r
+      <DependentUpon>Guesture.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\Assets\Landmark.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\Assets\Landmark.Designer.cs">\r
+      <DependentUpon>Landmark.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\Assets\ScriptEditor.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\Assets\ScriptEditor.Designer.cs">\r
+      <DependentUpon>ScriptEditor.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Consoles\AttachmentDetail.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Consoles\ConferenceIMTabWindow.Designer.cs">\r
       <DependentUpon>ConferenceIMTabWindow.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Consoles\GroupDetails.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\GroupDetails.Designer.cs">\r
+      <DependentUpon>GroupDetails.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Consoles\GroupIMTabWindow.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Consoles\FriendsConsole.Designer.cs">\r
       <DependentUpon>FriendsConsole.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Consoles\Inventory\InventoryBackup.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\Inventory\InventoryBackup.Designer.cs">\r
+      <DependentUpon>InventoryBackup.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Consoles\Inventory\InventoryConsole.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Consoles\MasterTab.Designer.cs">\r
       <DependentUpon>MasterTab.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\OutfitTextures.cs">\r
+    <Compile Include="GUI\Consoles\Assets\Notecard.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\OutfitTextures.Designer.cs">\r
-      <DependentUpon>OutfitTextures.cs</DependentUpon>\r
+    <Compile Include="GUI\Consoles\Assets\Notecard.Designer.cs">\r
+      <DependentUpon>Notecard.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefGeneralConsole.cs">\r
+    <Compile Include="GUI\Consoles\OutfitTextures.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefGeneralConsole.Designer.cs">\r
-      <DependentUpon>PrefGeneralConsole.cs</DependentUpon>\r
+    <Compile Include="GUI\Consoles\OutfitTextures.Designer.cs">\r
+      <DependentUpon>OutfitTextures.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefTextConsole.cs">\r
+    <Compile Include="GUI\Consoles\Assets\SLImageHandler.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefTextConsole.Designer.cs">\r
-      <DependentUpon>PrefTextConsole.cs</DependentUpon>\r
+    <Compile Include="GUI\Consoles\Assets\SLImageHandler.Designer.cs">\r
+      <DependentUpon>SLImageHandler.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\SLImageHandler.cs">\r
-      <SubType>UserControl</SubType>\r
+    <Compile Include="GUI\Dialogs\About.cs">\r
+      <SubType>Form</SubType>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\SLImageHandler.Designer.cs">\r
-      <DependentUpon>SLImageHandler.cs</DependentUpon>\r
+    <Compile Include="GUI\Dialogs\About.Designer.cs">\r
+      <DependentUpon>About.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="GUI\Dialogs\DebugLog.cs">\r
       <SubType>Form</SubType>\r
     <Compile Include="GUI\Consoles\TabsConsole.Designer.cs">\r
       <DependentUpon>TabsConsole.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Dialogs\GroupInfo.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Dialogs\GroupInfo.Designer.cs">\r
+      <DependentUpon>GroupInfo.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Dialogs\PrimWorkshop.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Dialogs\GroupsDialog.Designer.cs">\r
       <DependentUpon>GroupsDialog.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Dialogs\ImageFullSize.cs">\r
-      <SubType>Form</SubType>\r
-    </Compile>\r
-    <Compile Include="GUI\Dialogs\ImageFullSize.Designer.cs">\r
-      <DependentUpon>ImageFullSize.cs</DependentUpon>\r
-    </Compile>\r
     <Compile Include="GUI\Dialogs\Map.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Dialogs\Pay.Designer.cs">\r
       <DependentUpon>Pay.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Dialogs\Preferences.cs">\r
-      <SubType>Form</SubType>\r
-    </Compile>\r
-    <Compile Include="GUI\Dialogs\Preferences.Designer.cs">\r
-      <DependentUpon>Preferences.cs</DependentUpon>\r
-    </Compile>\r
     <Compile Include="GUI\Dialogs\Profile.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Dialogs\Profile.Designer.cs">\r
       <DependentUpon>Profile.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Dialogs\Settings.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Dialogs\Settings.Designer.cs">\r
+      <DependentUpon>Settings.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Dialogs\Teleport.cs">\r
       <SubType>Form</SubType>\r
     </Compile>\r
       <DependentUpon>MainForm.cs</DependentUpon>\r
     </Compile>\r
     <Compile Include="Core\RichTextBoxPrinter.cs" />\r
+    <Compile Include="GUI\Consoles\MediaConsole.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Consoles\MediaConsole.Designer.cs">\r
+      <DependentUpon>MediaConsole.cs</DependentUpon>\r
+    </Compile>\r
     <Compile Include="GUI\Notifications\FriendshipOfferNotification.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Notifications\GroupInvitationNotification.Designer.cs">\r
       <DependentUpon>GroupInvitationNotification.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Notifications\GroupNoticeNotification.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Notifications\GroupNoticeNotification.Designer.cs">\r
+      <DependentUpon>GroupNoticeNotification.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="GUI\Notifications\InventoryOfferNotification.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
+    <Compile Include="GUI\Notifications\InventoryOfferNotification.Designer.cs">\r
+      <DependentUpon>InventoryOfferNotification.cs</DependentUpon>\r
+    </Compile>\r
+    <Compile Include="GUI\Notifications\Notification.cs">\r
+      <SubType>UserControl</SubType>\r
+    </Compile>\r
     <Compile Include="GUI\Notifications\PermissionsNotification.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Notifications\TeleportNotification.Designer.cs">\r
       <DependentUpon>TeleportNotification.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="Netcom\Enums.cs" />\r
+    <Compile Include="Netcom\EventArgs\AlertMessageEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\ChatEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\ChatSentEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\ClientDisconnectEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\ClientLoginEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\InstantMessageEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\InstantMessageSentEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\MoneyBalanceEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\OverrideEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\TeleportingEventArgs.cs" />\r
+    <Compile Include="Netcom\EventArgs\TeleportStatusEventArgs.cs" />\r
+    <Compile Include="Netcom\LoginOptions.cs" />\r
+    <Compile Include="Netcom\RadegastNetcom\SLNetCom.cs" />\r
+    <Compile Include="Netcom\RadegastNetcom\SLNetComEvents.cs" />\r
+    <Compile Include="Netcom\StartLocationParser.cs" />\r
     <Compile Include="Program.cs" />\r
     <Compile Include="Properties\AssemblyInfo.cs" />\r
     <EmbeddedResource Include="GUI\Consoles\AnimDetail.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>AnimTab.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Consoles\Assets\Guesture.resx">\r
+      <DependentUpon>Guesture.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Consoles\Assets\Landmark.resx">\r
+      <DependentUpon>Landmark.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Consoles\Assets\ScriptEditor.resx">\r
+      <DependentUpon>ScriptEditor.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Consoles\AttachmentDetail.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>AttachmentDetail.cs</DependentUpon>\r
       <DependentUpon>ConferenceIMTabWindow.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Consoles\GroupDetails.resx">\r
+      <DependentUpon>GroupDetails.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Consoles\GroupIMTabWindow.resx">\r
       <DependentUpon>GroupIMTabWindow.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
       <SubType>Designer</SubType>\r
       <DependentUpon>FriendsConsole.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Consoles\Inventory\InventoryBackup.resx">\r
+      <DependentUpon>InventoryBackup.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Consoles\Inventory\InventoryConsole.resx">\r
       <DependentUpon>InventoryConsole.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
       <DependentUpon>MasterTab.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Consoles\OutfitTextures.resx">\r
-      <DependentUpon>OutfitTextures.cs</DependentUpon>\r
+    <EmbeddedResource Include="GUI\Consoles\Assets\Notecard.resx">\r
+      <DependentUpon>Notecard.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Consoles\Preferences\PrefGeneralConsole.resx">\r
+    <EmbeddedResource Include="GUI\Consoles\OutfitTextures.resx">\r
+      <DependentUpon>OutfitTextures.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
-      <DependentUpon>PrefGeneralConsole.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Consoles\Preferences\PrefTextConsole.resx">\r
+    <EmbeddedResource Include="GUI\Consoles\Assets\SLImageHandler.resx">\r
+      <DependentUpon>SLImageHandler.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
-      <DependentUpon>PrefTextConsole.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Consoles\SLImageHandler.resx">\r
-      <DependentUpon>SLImageHandler.cs</DependentUpon>\r
+    <EmbeddedResource Include="GUI\Dialogs\About.resx">\r
+      <DependentUpon>About.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Dialogs\DebugLog.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>MainConsole.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Dialogs\GroupInfo.resx">\r
+      <DependentUpon>GroupInfo.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Dialogs\PrimWorkshop.resx">\r
       <DependentUpon>PrimWorkshop.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
       <DependentUpon>GroupsDialog.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Dialogs\ImageFullSize.resx">\r
-      <DependentUpon>ImageFullSize.cs</DependentUpon>\r
-      <SubType>Designer</SubType>\r
-    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Dialogs\MainForm.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>MainForm.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
       <DependentUpon>Pay.cs</DependentUpon>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Dialogs\Preferences.resx">\r
-      <SubType>Designer</SubType>\r
-      <DependentUpon>Preferences.cs</DependentUpon>\r
-    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Dialogs\Profile.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>Profile.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Dialogs\Settings.resx">\r
+      <DependentUpon>Settings.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Dialogs\Teleport.resx">\r
       <SubType>Designer</SubType>\r
       <DependentUpon>Teleport.cs</DependentUpon>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Consoles\MediaConsole.resx">\r
+      <DependentUpon>MediaConsole.cs</DependentUpon>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Notifications\FriendshipOfferNotification.resx">\r
       <DependentUpon>FriendshipOfferNotification.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
       <DependentUpon>GroupInvitationNotification.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Notifications\GroupNoticeNotification.resx">\r
+      <DependentUpon>GroupNoticeNotification.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="GUI\Notifications\InventoryOfferNotification.resx">\r
+      <DependentUpon>InventoryOfferNotification.cs</DependentUpon>\r
+      <SubType>Designer</SubType>\r
+    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Notifications\PermissionsNotification.resx">\r
       <DependentUpon>PermissionsNotification.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
       <DependentUpon>Settings.settings</DependentUpon>\r
       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
     </Compile>\r
+    <Compile Include="RadegastBuild.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <None Include="Resources\arrow-forward_16.png" />\r
     <None Include="Resources\delete_16.png" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <ProjectReference Include="..\libopenmetaverse\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">\r
-      <Project>{5D27958B-E8F7-4FD3-9CBB-B7A5148F983E}</Project>\r
-      <Name>OpenMetaverse.StructuredData</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="..\libopenmetaverse\OpenMetaverseTypes\OpenMetaverseTypes.csproj">\r
-      <Project>{6E88BCFB-E68B-4B6D-BC57-888CB7640217}</Project>\r
-      <Name>OpenMetaverseTypes</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="..\libopenmetaverse\OpenMetaverse\OpenMetaverse.csproj">\r
-      <Project>{1133A791-5AB5-4F2B-80A2-7496237BB61F}</Project>\r
-      <Name>OpenMetaverse</Name>\r
-    </ProjectReference>\r
-    <ProjectReference Include="..\RadegastNetcom\RadegastNetcom.csproj">\r
-      <Project>{8EE25E10-46BC-486E-87B5-5E49B879E0D1}</Project>\r
-      <Name>RadegastNetcom</Name>\r
-    </ProjectReference>\r
-  </ItemGroup>\r
-  <ItemGroup>\r
     <None Include="Resources\folder-closed_16.png" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     </BootstrapperPackage>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <None Include="aiml\AI.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Atomic.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Biography.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Bot.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Botmaster.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Client.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Computers.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\CustomTagTest.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Default.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Emotion.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Food.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Geography.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\History.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Inquiry.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Interjection.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\IU.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Knowledge.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Literature.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Money.aiml">\r
+    <None Include="fmodex-dotnet.dll.config">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Movies.aiml">\r
+    <None Include="libfmodex-4.26.07.dylib">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Music.aiml">\r
+    <None Include="libfmodex-4.26.07.so">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Philosophy.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Pickup.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Predicates.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Reduce.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Reductions.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Salutations.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Science.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Stack.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Stories.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\That.aiml">\r
+    <None Include="libfmodex64-4.26.07.so">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
     <None Include="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so">\r
     <None Include="openmetaverse_data\upperbody_shading_alpha.tga">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
+    <None Include="Radegast.exe.config">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
     <None Include="radegast.nsi">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
     <None Include="Resources\inv_folder_landmark.png" />\r
     <None Include="Resources\inv_folder_lostandfound.png" />\r
     <None Include="Resources\inv_folder_notecard.png" />\r
-    <Content Include="aiml_config\DefaultPredicates.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <Content Include="aiml_config\GenderSubstitutions.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <Content Include="aiml_config\Person2Substitutions.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <Content Include="aiml_config\PersonSubstitutions.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <Content Include="aiml_config\Settings.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <Content Include="aiml_config\Splitters.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <Content Include="aiml_config\Substitutions.xml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </Content>\r
-    <None Include="assemblies\Nini.dll" />\r
-    <None Include="assemblies\AIMLbot.dll" />\r
     <None Include="assemblies\Tao.OpenGl.dll" />\r
     <None Include="assemblies\Tao.Platform.Windows.dll" />\r
+    <None Include="OpenMetaverse.Rendering.Meshmerizer.dll">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
+    <None Include="assemblies\log4net.dll" />\r
+    <None Include="assemblies\Tools.dll" />\r
+    <None Include="openjpeg-dotnet-x86_64.dll">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
     <None Include="openjpeg-dotnet.dll">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="OpenMetaverse.Rendering.Meshmerizer.dll">\r
+    <None Include="assemblies\fmodex-dotnet.dll" />\r
+    <None Include="fmodex.dll">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
     <Content Include="openmetaverse_data\avatar_lad.xml">\r
     </Content>\r
     <Content Include="radegast.ico" />\r
     <None Include="Resources\radegast-main screen2.jpg" />\r
-    <Content Include="slmap.html">\r
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
+    <None Include="Resources\status_no_fly.png" />\r
+    <None Include="Resources\status_no_push.png" />\r
+    <None Include="Resources\status_no_scripts.png" />\r
+    <None Include="Resources\status_no_voice.png" />\r
+    <None Include="Resources\status_script_debug.png" />\r
+    <None Include="Resources\status_search.png" />\r
+    <None Include="Resources\status_buy_currency.png" />\r
+    <None Include="Resources\status_health.png" />\r
+    <None Include="Resources\status_no_build.png" />\r
+    <None Include="Tao.OpenGl.dll.config">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
+    <None Include="Resources\lsl_keywords.txt" />\r
+    <None Include="Resources\del_trans.png" />\r
+    <None Include="Resources\radegast_icon.ico" />\r
+    <None Include="Resources\checkerboard.png" />\r
+    <Content Include="Resources\btn_play.png" />\r
+    <Content Include="Resources\btn_stop.png" />\r
+    <Content Include="Resources\radegast_large.png" />\r
+    <Content Include="worldmap.html">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </Content>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Folder Include="Core\Inventory\" />\r
+    <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">\r
+      <Project>{00DACF2E-3C2B-48D2-BA0E-F781098D444E}</Project>\r
+      <Name>OpenMetaverse.StructuredData</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverseCore\OpenMetaverseCore.csproj">\r
+      <Project>{67075314-81D9-48E0-A164-6AF9EDF2508F}</Project>\r
+      <Name>OpenMetaverseCore</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverseTypes\OpenMetaverseTypes.csproj">\r
+      <Project>{6B0F663B-C5FB-4DE5-AD48-46E51F33D070}</Project>\r
+      <Name>OpenMetaverseTypes</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverse\OpenMetaverse.csproj">\r
+      <Project>{96E47C9F-D84F-4F5A-89D6-0F8E2F86C76F}</Project>\r
+      <Name>OpenMetaverse</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
+  <PropertyGroup>\r
+    <PreBuildEvent>\r
+    </PreBuildEvent>\r
+  </PropertyGroup>\r
 </Project>
\ No newline at end of file