OSDN Git Service

- Added Help menu and About box
[radegast/radegast.git] / Radegast / Radegast.csproj
index ffa7f12..88a55f3 100644 (file)
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="AIMLbot, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />\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="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="System" />\r
     <Reference Include="System.Core">\r
       <RequiredTargetFramework>3.5</RequiredTargetFramework>\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\ListItems\RegionSearchResultItem.cs" />\r
     <Compile Include="Core\LSLKeywordParser.cs" />\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="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\OutfitTextures.Designer.cs">\r
       <DependentUpon>OutfitTextures.cs</DependentUpon>\r
     </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefGeneralConsole.cs">\r
-      <SubType>UserControl</SubType>\r
-    </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefGeneralConsole.Designer.cs">\r
-      <DependentUpon>PrefGeneralConsole.cs</DependentUpon>\r
-    </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefTextConsole.cs">\r
-      <SubType>UserControl</SubType>\r
-    </Compile>\r
-    <Compile Include="GUI\Consoles\Preferences\PrefTextConsole.Designer.cs">\r
-      <DependentUpon>PrefTextConsole.cs</DependentUpon>\r
-    </Compile>\r
     <Compile Include="GUI\Consoles\Assets\SLImageHandler.cs">\r
       <SubType>UserControl</SubType>\r
     </Compile>\r
     <Compile Include="GUI\Consoles\Assets\SLImageHandler.Designer.cs">\r
       <DependentUpon>SLImageHandler.cs</DependentUpon>\r
     </Compile>\r
+    <Compile Include="GUI\Dialogs\About.cs">\r
+      <SubType>Form</SubType>\r
+    </Compile>\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>\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\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
       <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>OutfitTextures.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Consoles\Preferences\PrefGeneralConsole.resx">\r
-      <SubType>Designer</SubType>\r
-      <DependentUpon>PrefGeneralConsole.cs</DependentUpon>\r
-    </EmbeddedResource>\r
-    <EmbeddedResource Include="GUI\Consoles\Preferences\PrefTextConsole.resx">\r
-      <SubType>Designer</SubType>\r
-      <DependentUpon>PrefTextConsole.cs</DependentUpon>\r
-    </EmbeddedResource>\r
     <EmbeddedResource Include="GUI\Consoles\Assets\SLImageHandler.resx">\r
       <DependentUpon>SLImageHandler.cs</DependentUpon>\r
       <SubType>Designer</SubType>\r
     </EmbeddedResource>\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>DebugLog.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>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
     </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
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Movies.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Music.aiml">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\r
-    <None Include="aiml\Philosophy.aiml">\r
+    <None Include="fmodex-dotnet.dll.config">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Pickup.aiml">\r
+    <None Include="libfmodex-4.26.07.dylib">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Predicates.aiml">\r
+    <None Include="libfmodex-4.26.07.so">\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="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
     <None Include="openjpeg-dotnet.dll">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\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
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </Content>\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