OSDN Git Service

- Added Help menu and About box
[radegast/radegast.git] / Radegast / Radegast.csproj
index 75b9c46..88a55f3 100644 (file)
@@ -75,6 +75,7 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
   </PropertyGroup>\r
   <ItemGroup>\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
   <ItemGroup>\r
     <Compile Include="Core\AutoPilot.cs" />\r
     <Compile Include="Core\ChatBufferItem.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\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\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
       <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
       <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>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="fmodex-dotnet.dll.config">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
+    <None Include="libfmodex-4.26.07.dylib">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\r
+    <None Include="libfmodex-4.26.07.so">\r
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
+    </None>\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
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\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