OSDN Git Service

- Added Help menu and About box
[radegast/radegast.git] / Radegast / Radegast.csproj
index d0df3b1..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\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\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="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\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
       <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
       <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
     </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
-      <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
+    <None Include="fmodex-dotnet.dll.config">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Reductions.aiml">\r
+    <None Include="libfmodex-4.26.07.dylib">\r
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
     </None>\r
-    <None Include="aiml\Salutations.aiml">\r
+    <None Include="libfmodex-4.26.07.so">\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="openjpeg-dotnet.dll">\r
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
-    </None>\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="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\lsl_keywords.txt" />\r
     <None Include="Resources\del_trans.png" />\r
     <None Include="Resources\radegast_icon.ico" />\r
-    <Content Include="slmap.html">\r
-      <CopyToOutputDirectory>Always</CopyToOutputDirectory>\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
     <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">\r
-      <Project>{69DF1ED4-0654-4B85-BF50-667343FB2794}</Project>\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>{A6E2F270-7C3E-484E-BA03-2EFE8FD0EBEC}</Project>\r
+      <Project>{6B0F663B-C5FB-4DE5-AD48-46E51F33D070}</Project>\r
       <Name>OpenMetaverseTypes</Name>\r
     </ProjectReference>\r
     <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverse\OpenMetaverse.csproj">\r
-      <Project>{F03B0397-6B98-4F8A-BCE9-68635A2DBDAC}</Project>\r
+      <Project>{96E47C9F-D84F-4F5A-89D6-0F8E2F86C76F}</Project>\r
       <Name>OpenMetaverse</Name>\r
     </ProjectReference>\r
   </ItemGroup>\r
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
+  <PropertyGroup>\r
+    <PreBuildEvent>\r
+    </PreBuildEvent>\r
+  </PropertyGroup>\r
 </Project>
\ No newline at end of file