OSDN Git Service

Added support for plugins, thanks nephrael.
[radegast/radegast.git] / Radegast / Radegast.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.21022</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{A6D955CD-1F55-459F-A7AD-01E591404989}</ProjectGuid>\r
8     <OutputType>WinExe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Radegast</RootNamespace>\r
11     <AssemblyName>Radegast</AssemblyName>\r
12     <FileUpgradeFlags>\r
13     </FileUpgradeFlags>\r
14     <OldToolsVersion>2.0</OldToolsVersion>\r
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
16     <UpgradeBackupLocation>\r
17     </UpgradeBackupLocation>\r
18     <IsWebBootstrapper>false</IsWebBootstrapper>\r
19     <ApplicationIcon>radegast.ico</ApplicationIcon>\r
20     <ManifestCertificateThumbprint>2C0F63F54505B755B8250B9B8AEB3E55EA2C80B6</ManifestCertificateThumbprint>\r
21     <ManifestKeyFile>SLeek_TemporaryKey.pfx</ManifestKeyFile>\r
22     <GenerateManifests>true</GenerateManifests>\r
23     <TargetZone>LocalIntranet</TargetZone>\r
24     <SignManifests>false</SignManifests>\r
25     <PublishUrl>publish\</PublishUrl>\r
26     <Install>true</Install>\r
27     <InstallFrom>Disk</InstallFrom>\r
28     <UpdateEnabled>false</UpdateEnabled>\r
29     <UpdateMode>Foreground</UpdateMode>\r
30     <UpdateInterval>7</UpdateInterval>\r
31     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
32     <UpdatePeriodically>false</UpdatePeriodically>\r
33     <UpdateRequired>false</UpdateRequired>\r
34     <MapFileExtensions>true</MapFileExtensions>\r
35     <ApplicationRevision>0</ApplicationRevision>\r
36     <ApplicationVersion>1.1.0.%2a</ApplicationVersion>\r
37     <UseApplicationTrust>false</UseApplicationTrust>\r
38     <BootstrapperEnabled>true</BootstrapperEnabled>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
41     <DebugSymbols>true</DebugSymbols>\r
42     <DebugType>full</DebugType>\r
43     <Optimize>false</Optimize>\r
44     <OutputPath>..\bin\Debug\</OutputPath>\r
45     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
46     <ErrorReport>prompt</ErrorReport>\r
47     <WarningLevel>4</WarningLevel>\r
48     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
49   </PropertyGroup>\r
50   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
51     <DebugType>pdbonly</DebugType>\r
52     <Optimize>true</Optimize>\r
53     <OutputPath>..\bin\Release\</OutputPath>\r
54     <DefineConstants>TRACE</DefineConstants>\r
55     <ErrorReport>prompt</ErrorReport>\r
56     <WarningLevel>4</WarningLevel>\r
57     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
58   </PropertyGroup>\r
59   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
60     <DebugSymbols>true</DebugSymbols>\r
61     <OutputPath>..\bin\Debug\</OutputPath>\r
62     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
63     <DebugType>full</DebugType>\r
64     <PlatformTarget>x86</PlatformTarget>\r
65     <ErrorReport>prompt</ErrorReport>\r
66     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
67   </PropertyGroup>\r
68   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
69     <OutputPath>..\bin\Release\</OutputPath>\r
70     <DefineConstants>TRACE</DefineConstants>\r
71     <Optimize>true</Optimize>\r
72     <DebugType>pdbonly</DebugType>\r
73     <PlatformTarget>x86</PlatformTarget>\r
74     <ErrorReport>prompt</ErrorReport>\r
75     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
76   </PropertyGroup>\r
77   <ItemGroup>\r
78     <Reference Include="AIMLbot, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />\r
79     <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL" />\r
80     <Reference Include="Nini, Version=1.1.0.0, Culture=neutral, PublicKeyToken=691faec150a7fa7b, processorArchitecture=MSIL">\r
81       <SpecificVersion>False</SpecificVersion>\r
82       <HintPath>..\..\..\Nini\Bin\DotNet\2.0\Release\Nini.dll</HintPath>\r
83     </Reference>\r
84     <Reference Include="System" />\r
85     <Reference Include="System.Core">\r
86       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
87     </Reference>\r
88     <Reference Include="System.Data" />\r
89     <Reference Include="System.Drawing" />\r
90     <Reference Include="System.Web" />\r
91     <Reference Include="System.Windows.Forms" />\r
92     <Reference Include="System.Xml" />\r
93     <Reference Include="Tao.OpenGl, Version=2.1.0.12, Culture=neutral, PublicKeyToken=1ca010269a4501ef, processorArchitecture=MSIL" />\r
94     <Reference Include="Tao.Platform.Windows, Version=1.0.0.5, Culture=neutral, PublicKeyToken=701104b2da67a104, processorArchitecture=MSIL" />\r
95     <Reference Include="Tools, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <Compile Include="Core\AutoPilot.cs" />\r
99     <Compile Include="Core\ChatBufferItem.cs" />\r
100     <Compile Include="Core\Config\Config.cs" />\r
101     <Compile Include="Core\Config\ConfigManager.cs" />\r
102     <Compile Include="Core\Config\IPreferencePane.cs" />\r
103     <Compile Include="Core\IRadegastPlugin.cs" />\r
104     <Compile Include="Core\ListItems\PreferencePaneListItem.cs" />\r
105     <Compile Include="Core\DebugLogMessage.cs" />\r
106     <Compile Include="Core\Config\ConfigAppliedEventArgs.cs" />\r
107     <Compile Include="Core\ListItems\FriendsListItem.cs" />\r
108     <Compile Include="Core\ImageCache.cs" />\r
109     <Compile Include="Core\ImageHelper.cs" />\r
110     <Compile Include="Core\ListItems\RegionSearchResultItem.cs" />\r
111     <Compile Include="Core\LSLKeywordParser.cs" />\r
112     <Compile Include="Core\LSL\lsl.lexer.cs" />\r
113     <Compile Include="Core\LSL\lsl.parser.cs" />\r
114     <Compile Include="Core\PrimDeserializer.cs" />\r
115     <Compile Include="Core\PrimSerializer.cs" />\r
116     <Compile Include="Core\RadegastInstance.cs" />\r
117     <Compile Include="Core\RadegastLogger.cs" />\r
118     <Compile Include="Core\RadegastMisc.cs" />\r
119     <Compile Include="Core\SleekMovement.cs" />\r
120     <Compile Include="Core\StateManager.cs" />\r
121     <Compile Include="Core\Tabs\ISleekTabControl.cs" />\r
122     <Compile Include="Core\Tabs\SleekTab.cs" />\r
123     <Compile Include="Core\Tabs\SleekTabEvents.cs" />\r
124     <Compile Include="Core\Types\AgentNameTextBox.cs">\r
125       <SubType>Component</SubType>\r
126     </Compile>\r
127     <Compile Include="Core\Types\CircularList.cs" />\r
128     <Compile Include="Core\Types\DettachableControl.cs">\r
129       <SubType>UserControl</SubType>\r
130     </Compile>\r
131     <Compile Include="Core\Types\ExtendedRichTextBox.cs">\r
132       <SubType>Component</SubType>\r
133     </Compile>\r
134     <Compile Include="Core\Types\LineNumberPanel.cs">\r
135       <SubType>Component</SubType>\r
136     </Compile>\r
137     <Compile Include="Core\Types\RRichTextBox.cs">\r
138       <SubType>Component</SubType>\r
139     </Compile>\r
140     <Compile Include="Core\Types\StringTokenizer.cs" />\r
141     <Compile Include="Core\Types\ToolStripCheckBox.cs">\r
142       <SubType>Component</SubType>\r
143     </Compile>\r
144     <Compile Include="Core\Types\TransparentButton.cs">\r
145       <SubType>Component</SubType>\r
146     </Compile>\r
147     <Compile Include="Core\Types\TransparentLabel.cs">\r
148       <SubType>Component</SubType>\r
149     </Compile>\r
150     <Compile Include="FormFlash.cs" />\r
151     <Compile Include="GUI\Consoles\AnimDetail.cs">\r
152       <SubType>UserControl</SubType>\r
153     </Compile>\r
154     <Compile Include="GUI\Consoles\AnimDetail.Designer.cs">\r
155       <DependentUpon>AnimDetail.cs</DependentUpon>\r
156     </Compile>\r
157     <Compile Include="GUI\Consoles\AnimTab.cs">\r
158       <SubType>UserControl</SubType>\r
159     </Compile>\r
160     <Compile Include="GUI\Consoles\AnimTab.Designer.cs">\r
161       <DependentUpon>AnimTab.cs</DependentUpon>\r
162     </Compile>\r
163     <Compile Include="GUI\Consoles\Assets\Guesture.cs">\r
164       <SubType>UserControl</SubType>\r
165     </Compile>\r
166     <Compile Include="GUI\Consoles\Assets\Guesture.Designer.cs">\r
167       <DependentUpon>Guesture.cs</DependentUpon>\r
168     </Compile>\r
169     <Compile Include="GUI\Consoles\Assets\Landmark.cs">\r
170       <SubType>UserControl</SubType>\r
171     </Compile>\r
172     <Compile Include="GUI\Consoles\Assets\Landmark.Designer.cs">\r
173       <DependentUpon>Landmark.cs</DependentUpon>\r
174     </Compile>\r
175     <Compile Include="GUI\Consoles\Assets\ScriptEditor.cs">\r
176       <SubType>UserControl</SubType>\r
177     </Compile>\r
178     <Compile Include="GUI\Consoles\Assets\ScriptEditor.Designer.cs">\r
179       <DependentUpon>ScriptEditor.cs</DependentUpon>\r
180     </Compile>\r
181     <Compile Include="GUI\Consoles\AttachmentDetail.cs">\r
182       <SubType>UserControl</SubType>\r
183     </Compile>\r
184     <Compile Include="GUI\Consoles\AttachmentDetail.Designer.cs">\r
185       <DependentUpon>AttachmentDetail.cs</DependentUpon>\r
186     </Compile>\r
187     <Compile Include="GUI\Consoles\AttachmentTab.cs">\r
188       <SubType>UserControl</SubType>\r
189     </Compile>\r
190     <Compile Include="GUI\Consoles\AttachmentTab.Designer.cs">\r
191       <DependentUpon>AttachmentTab.cs</DependentUpon>\r
192     </Compile>\r
193     <Compile Include="GUI\Consoles\ConferenceIMTabWindow.cs">\r
194       <SubType>UserControl</SubType>\r
195     </Compile>\r
196     <Compile Include="GUI\Consoles\ConferenceIMTabWindow.Designer.cs">\r
197       <DependentUpon>ConferenceIMTabWindow.cs</DependentUpon>\r
198     </Compile>\r
199     <Compile Include="GUI\Consoles\GroupDetails.cs">\r
200       <SubType>UserControl</SubType>\r
201     </Compile>\r
202     <Compile Include="GUI\Consoles\GroupDetails.Designer.cs">\r
203       <DependentUpon>GroupDetails.cs</DependentUpon>\r
204     </Compile>\r
205     <Compile Include="GUI\Consoles\GroupIMTabWindow.cs">\r
206       <SubType>UserControl</SubType>\r
207     </Compile>\r
208     <Compile Include="GUI\Consoles\GroupIMTabWindow.Designer.cs">\r
209       <DependentUpon>GroupIMTabWindow.cs</DependentUpon>\r
210     </Compile>\r
211     <Compile Include="GUI\Consoles\FriendsConsole.cs">\r
212       <SubType>UserControl</SubType>\r
213     </Compile>\r
214     <Compile Include="GUI\Consoles\FriendsConsole.Designer.cs">\r
215       <DependentUpon>FriendsConsole.cs</DependentUpon>\r
216     </Compile>\r
217     <Compile Include="GUI\Consoles\Inventory\InventoryConsole.cs">\r
218       <SubType>UserControl</SubType>\r
219     </Compile>\r
220     <Compile Include="GUI\Consoles\Inventory\InventoryConsole.Designer.cs">\r
221       <DependentUpon>InventoryConsole.cs</DependentUpon>\r
222     </Compile>\r
223     <Compile Include="GUI\Consoles\MasterTab.cs">\r
224       <SubType>UserControl</SubType>\r
225     </Compile>\r
226     <Compile Include="GUI\Consoles\MasterTab.Designer.cs">\r
227       <DependentUpon>MasterTab.cs</DependentUpon>\r
228     </Compile>\r
229     <Compile Include="GUI\Consoles\Assets\Notecard.cs">\r
230       <SubType>UserControl</SubType>\r
231     </Compile>\r
232     <Compile Include="GUI\Consoles\Assets\Notecard.Designer.cs">\r
233       <DependentUpon>Notecard.cs</DependentUpon>\r
234     </Compile>\r
235     <Compile Include="GUI\Consoles\OutfitTextures.cs">\r
236       <SubType>UserControl</SubType>\r
237     </Compile>\r
238     <Compile Include="GUI\Consoles\OutfitTextures.Designer.cs">\r
239       <DependentUpon>OutfitTextures.cs</DependentUpon>\r
240     </Compile>\r
241     <Compile Include="GUI\Consoles\Preferences\PrefGeneralConsole.cs">\r
242       <SubType>UserControl</SubType>\r
243     </Compile>\r
244     <Compile Include="GUI\Consoles\Preferences\PrefGeneralConsole.Designer.cs">\r
245       <DependentUpon>PrefGeneralConsole.cs</DependentUpon>\r
246     </Compile>\r
247     <Compile Include="GUI\Consoles\Preferences\PrefTextConsole.cs">\r
248       <SubType>UserControl</SubType>\r
249     </Compile>\r
250     <Compile Include="GUI\Consoles\Preferences\PrefTextConsole.Designer.cs">\r
251       <DependentUpon>PrefTextConsole.cs</DependentUpon>\r
252     </Compile>\r
253     <Compile Include="GUI\Consoles\Assets\SLImageHandler.cs">\r
254       <SubType>UserControl</SubType>\r
255     </Compile>\r
256     <Compile Include="GUI\Consoles\Assets\SLImageHandler.Designer.cs">\r
257       <DependentUpon>SLImageHandler.cs</DependentUpon>\r
258     </Compile>\r
259     <Compile Include="GUI\Dialogs\DebugLog.cs">\r
260       <SubType>Form</SubType>\r
261     </Compile>\r
262     <Compile Include="GUI\Dialogs\DebugLog.Designer.cs">\r
263       <DependentUpon>DebugLog.cs</DependentUpon>\r
264     </Compile>\r
265     <Compile Include="GUI\Dialogs\DetachedTab.cs">\r
266       <SubType>Form</SubType>\r
267     </Compile>\r
268     <Compile Include="GUI\Dialogs\DetachedTab.Designer.cs">\r
269       <DependentUpon>DetachedTab.cs</DependentUpon>\r
270     </Compile>\r
271     <Compile Include="GUI\Consoles\FindPeopleConsole.cs">\r
272       <SubType>UserControl</SubType>\r
273     </Compile>\r
274     <Compile Include="GUI\Consoles\FindPeopleConsole.Designer.cs">\r
275       <DependentUpon>FindPeopleConsole.cs</DependentUpon>\r
276     </Compile>\r
277     <Compile Include="GUI\Consoles\SearchConsole.cs">\r
278       <SubType>UserControl</SubType>\r
279     </Compile>\r
280     <Compile Include="GUI\Consoles\SearchConsole.Designer.cs">\r
281       <DependentUpon>SearchConsole.cs</DependentUpon>\r
282     </Compile>\r
283     <Compile Include="GUI\Consoles\MainConsole.cs">\r
284       <SubType>UserControl</SubType>\r
285     </Compile>\r
286     <Compile Include="GUI\Consoles\MainConsole.Designer.cs">\r
287       <DependentUpon>MainConsole.cs</DependentUpon>\r
288     </Compile>\r
289     <Compile Include="GUI\Consoles\TabsConsole.cs">\r
290       <SubType>UserControl</SubType>\r
291     </Compile>\r
292     <Compile Include="GUI\Consoles\TabsConsole.Designer.cs">\r
293       <DependentUpon>TabsConsole.cs</DependentUpon>\r
294     </Compile>\r
295     <Compile Include="GUI\Dialogs\GroupInfo.cs">\r
296       <SubType>Form</SubType>\r
297     </Compile>\r
298     <Compile Include="GUI\Dialogs\GroupInfo.Designer.cs">\r
299       <DependentUpon>GroupInfo.cs</DependentUpon>\r
300     </Compile>\r
301     <Compile Include="GUI\Dialogs\PrimWorkshop.cs">\r
302       <SubType>Form</SubType>\r
303     </Compile>\r
304     <Compile Include="GUI\Dialogs\PrimWorkshop.designer.cs">\r
305       <DependentUpon>PrimWorkshop.cs</DependentUpon>\r
306     </Compile>\r
307     <Compile Include="GUI\Dialogs\GroupsDialog.cs">\r
308       <SubType>Form</SubType>\r
309     </Compile>\r
310     <Compile Include="GUI\Dialogs\GroupsDialog.Designer.cs">\r
311       <DependentUpon>GroupsDialog.cs</DependentUpon>\r
312     </Compile>\r
313     <Compile Include="GUI\Dialogs\ImageFullSize.cs">\r
314       <SubType>Form</SubType>\r
315     </Compile>\r
316     <Compile Include="GUI\Dialogs\ImageFullSize.Designer.cs">\r
317       <DependentUpon>ImageFullSize.cs</DependentUpon>\r
318     </Compile>\r
319     <Compile Include="GUI\Dialogs\Map.cs">\r
320       <SubType>Form</SubType>\r
321     </Compile>\r
322     <Compile Include="GUI\Dialogs\Map.Designer.cs">\r
323       <DependentUpon>Map.cs</DependentUpon>\r
324     </Compile>\r
325     <Compile Include="GUI\Dialogs\Objects.cs">\r
326       <SubType>Form</SubType>\r
327     </Compile>\r
328     <Compile Include="GUI\Dialogs\Objects.Designer.cs">\r
329       <DependentUpon>Objects.cs</DependentUpon>\r
330     </Compile>\r
331     <Compile Include="GUI\Dialogs\Pay.cs">\r
332       <SubType>Form</SubType>\r
333     </Compile>\r
334     <Compile Include="GUI\Dialogs\Pay.Designer.cs">\r
335       <DependentUpon>Pay.cs</DependentUpon>\r
336     </Compile>\r
337     <Compile Include="GUI\Dialogs\Preferences.cs">\r
338       <SubType>Form</SubType>\r
339     </Compile>\r
340     <Compile Include="GUI\Dialogs\Preferences.Designer.cs">\r
341       <DependentUpon>Preferences.cs</DependentUpon>\r
342     </Compile>\r
343     <Compile Include="GUI\Dialogs\Profile.cs">\r
344       <SubType>Form</SubType>\r
345     </Compile>\r
346     <Compile Include="GUI\Dialogs\Profile.Designer.cs">\r
347       <DependentUpon>Profile.cs</DependentUpon>\r
348     </Compile>\r
349     <Compile Include="GUI\Dialogs\Teleport.cs">\r
350       <SubType>Form</SubType>\r
351     </Compile>\r
352     <Compile Include="GUI\Dialogs\Teleport.Designer.cs">\r
353       <DependentUpon>Teleport.cs</DependentUpon>\r
354     </Compile>\r
355     <Compile Include="GUI\Consoles\ChatConsole.cs">\r
356       <SubType>UserControl</SubType>\r
357     </Compile>\r
358     <Compile Include="GUI\Consoles\ChatConsole.Designer.cs">\r
359       <DependentUpon>ChatConsole.cs</DependentUpon>\r
360     </Compile>\r
361     <Compile Include="Core\ChatTextManager.cs" />\r
362     <Compile Include="GUI\Consoles\IMTabWindow.cs">\r
363       <SubType>UserControl</SubType>\r
364     </Compile>\r
365     <Compile Include="GUI\Consoles\IMTabWindow.Designer.cs">\r
366       <DependentUpon>IMTabWindow.cs</DependentUpon>\r
367     </Compile>\r
368     <Compile Include="Core\IMTextManager.cs" />\r
369     <Compile Include="Core\ITextPrinter.cs" />\r
370     <Compile Include="GUI\Dialogs\MainForm.cs">\r
371       <SubType>Form</SubType>\r
372     </Compile>\r
373     <Compile Include="GUI\Dialogs\MainForm.Designer.cs">\r
374       <DependentUpon>MainForm.cs</DependentUpon>\r
375     </Compile>\r
376     <Compile Include="Core\RichTextBoxPrinter.cs" />\r
377     <Compile Include="GUI\Notifications\FriendshipOfferNotification.cs">\r
378       <SubType>UserControl</SubType>\r
379     </Compile>\r
380     <Compile Include="GUI\Notifications\FriendshipOfferNotification.Designer.cs">\r
381       <DependentUpon>FriendshipOfferNotification.cs</DependentUpon>\r
382     </Compile>\r
383     <Compile Include="GUI\Notifications\GenericNotification.cs">\r
384       <SubType>UserControl</SubType>\r
385     </Compile>\r
386     <Compile Include="GUI\Notifications\GenericNotification.Designer.cs">\r
387       <DependentUpon>GenericNotification.cs</DependentUpon>\r
388     </Compile>\r
389     <Compile Include="GUI\Notifications\GroupInvitationNotification.cs">\r
390       <SubType>UserControl</SubType>\r
391     </Compile>\r
392     <Compile Include="GUI\Notifications\GroupInvitationNotification.Designer.cs">\r
393       <DependentUpon>GroupInvitationNotification.cs</DependentUpon>\r
394     </Compile>\r
395     <Compile Include="GUI\Notifications\PermissionsNotification.cs">\r
396       <SubType>UserControl</SubType>\r
397     </Compile>\r
398     <Compile Include="GUI\Notifications\PermissionsNotification.Designer.cs">\r
399       <DependentUpon>PermissionsNotification.cs</DependentUpon>\r
400     </Compile>\r
401     <Compile Include="GUI\Notifications\ScriptDialog.cs">\r
402       <SubType>UserControl</SubType>\r
403     </Compile>\r
404     <Compile Include="GUI\Notifications\ScriptDialog.Designer.cs">\r
405       <DependentUpon>ScriptDialog.cs</DependentUpon>\r
406     </Compile>\r
407     <Compile Include="GUI\Notifications\TeleportNotification.cs">\r
408       <SubType>UserControl</SubType>\r
409     </Compile>\r
410     <Compile Include="GUI\Notifications\TeleportNotification.Designer.cs">\r
411       <DependentUpon>TeleportNotification.cs</DependentUpon>\r
412     </Compile>\r
413     <Compile Include="Netcom\Enums.cs" />\r
414     <Compile Include="Netcom\EventArgs\AlertMessageEventArgs.cs" />\r
415     <Compile Include="Netcom\EventArgs\ChatEventArgs.cs" />\r
416     <Compile Include="Netcom\EventArgs\ChatSentEventArgs.cs" />\r
417     <Compile Include="Netcom\EventArgs\ClientDisconnectEventArgs.cs" />\r
418     <Compile Include="Netcom\EventArgs\ClientLoginEventArgs.cs" />\r
419     <Compile Include="Netcom\EventArgs\InstantMessageEventArgs.cs" />\r
420     <Compile Include="Netcom\EventArgs\InstantMessageSentEventArgs.cs" />\r
421     <Compile Include="Netcom\EventArgs\MoneyBalanceEventArgs.cs" />\r
422     <Compile Include="Netcom\EventArgs\OverrideEventArgs.cs" />\r
423     <Compile Include="Netcom\EventArgs\TeleportingEventArgs.cs" />\r
424     <Compile Include="Netcom\EventArgs\TeleportStatusEventArgs.cs" />\r
425     <Compile Include="Netcom\LoginOptions.cs" />\r
426     <Compile Include="Netcom\RadegastNetcom\SLNetCom.cs" />\r
427     <Compile Include="Netcom\RadegastNetcom\SLNetComEvents.cs" />\r
428     <Compile Include="Netcom\StartLocationParser.cs" />\r
429     <Compile Include="Program.cs" />\r
430     <Compile Include="Properties\AssemblyInfo.cs" />\r
431     <EmbeddedResource Include="GUI\Consoles\AnimDetail.resx">\r
432       <SubType>Designer</SubType>\r
433       <DependentUpon>AnimDetail.cs</DependentUpon>\r
434     </EmbeddedResource>\r
435     <EmbeddedResource Include="GUI\Consoles\AnimTab.resx">\r
436       <SubType>Designer</SubType>\r
437       <DependentUpon>AnimTab.cs</DependentUpon>\r
438     </EmbeddedResource>\r
439     <EmbeddedResource Include="GUI\Consoles\Assets\Guesture.resx">\r
440       <DependentUpon>Guesture.cs</DependentUpon>\r
441       <SubType>Designer</SubType>\r
442     </EmbeddedResource>\r
443     <EmbeddedResource Include="GUI\Consoles\Assets\Landmark.resx">\r
444       <DependentUpon>Landmark.cs</DependentUpon>\r
445       <SubType>Designer</SubType>\r
446     </EmbeddedResource>\r
447     <EmbeddedResource Include="GUI\Consoles\Assets\ScriptEditor.resx">\r
448       <DependentUpon>ScriptEditor.cs</DependentUpon>\r
449       <SubType>Designer</SubType>\r
450     </EmbeddedResource>\r
451     <EmbeddedResource Include="GUI\Consoles\AttachmentDetail.resx">\r
452       <SubType>Designer</SubType>\r
453       <DependentUpon>AttachmentDetail.cs</DependentUpon>\r
454     </EmbeddedResource>\r
455     <EmbeddedResource Include="GUI\Consoles\AttachmentTab.resx">\r
456       <SubType>Designer</SubType>\r
457       <DependentUpon>AttachmentTab.cs</DependentUpon>\r
458     </EmbeddedResource>\r
459     <EmbeddedResource Include="GUI\Consoles\ChatConsole.resx">\r
460       <SubType>Designer</SubType>\r
461       <DependentUpon>ChatConsole.cs</DependentUpon>\r
462     </EmbeddedResource>\r
463     <EmbeddedResource Include="GUI\Consoles\ConferenceIMTabWindow.resx">\r
464       <DependentUpon>ConferenceIMTabWindow.cs</DependentUpon>\r
465       <SubType>Designer</SubType>\r
466     </EmbeddedResource>\r
467     <EmbeddedResource Include="GUI\Consoles\GroupDetails.resx">\r
468       <DependentUpon>GroupDetails.cs</DependentUpon>\r
469       <SubType>Designer</SubType>\r
470     </EmbeddedResource>\r
471     <EmbeddedResource Include="GUI\Consoles\GroupIMTabWindow.resx">\r
472       <DependentUpon>GroupIMTabWindow.cs</DependentUpon>\r
473       <SubType>Designer</SubType>\r
474     </EmbeddedResource>\r
475     <EmbeddedResource Include="GUI\Consoles\FriendsConsole.resx">\r
476       <SubType>Designer</SubType>\r
477       <DependentUpon>FriendsConsole.cs</DependentUpon>\r
478     </EmbeddedResource>\r
479     <EmbeddedResource Include="GUI\Consoles\Inventory\InventoryConsole.resx">\r
480       <DependentUpon>InventoryConsole.cs</DependentUpon>\r
481       <SubType>Designer</SubType>\r
482     </EmbeddedResource>\r
483     <EmbeddedResource Include="GUI\Consoles\MasterTab.resx">\r
484       <DependentUpon>MasterTab.cs</DependentUpon>\r
485       <SubType>Designer</SubType>\r
486     </EmbeddedResource>\r
487     <EmbeddedResource Include="GUI\Consoles\Assets\Notecard.resx">\r
488       <DependentUpon>Notecard.cs</DependentUpon>\r
489       <SubType>Designer</SubType>\r
490     </EmbeddedResource>\r
491     <EmbeddedResource Include="GUI\Consoles\OutfitTextures.resx">\r
492       <DependentUpon>OutfitTextures.cs</DependentUpon>\r
493       <SubType>Designer</SubType>\r
494     </EmbeddedResource>\r
495     <EmbeddedResource Include="GUI\Consoles\Preferences\PrefGeneralConsole.resx">\r
496       <SubType>Designer</SubType>\r
497       <DependentUpon>PrefGeneralConsole.cs</DependentUpon>\r
498     </EmbeddedResource>\r
499     <EmbeddedResource Include="GUI\Consoles\Preferences\PrefTextConsole.resx">\r
500       <SubType>Designer</SubType>\r
501       <DependentUpon>PrefTextConsole.cs</DependentUpon>\r
502     </EmbeddedResource>\r
503     <EmbeddedResource Include="GUI\Consoles\Assets\SLImageHandler.resx">\r
504       <DependentUpon>SLImageHandler.cs</DependentUpon>\r
505       <SubType>Designer</SubType>\r
506     </EmbeddedResource>\r
507     <EmbeddedResource Include="GUI\Dialogs\DebugLog.resx">\r
508       <SubType>Designer</SubType>\r
509       <DependentUpon>DebugLog.cs</DependentUpon>\r
510     </EmbeddedResource>\r
511     <EmbeddedResource Include="GUI\Dialogs\DetachedTab.resx">\r
512       <SubType>Designer</SubType>\r
513       <DependentUpon>DetachedTab.cs</DependentUpon>\r
514     </EmbeddedResource>\r
515     <EmbeddedResource Include="GUI\Consoles\FindPeopleConsole.resx">\r
516       <SubType>Designer</SubType>\r
517       <DependentUpon>FindPeopleConsole.cs</DependentUpon>\r
518     </EmbeddedResource>\r
519     <EmbeddedResource Include="GUI\Consoles\SearchConsole.resx">\r
520       <SubType>Designer</SubType>\r
521       <DependentUpon>SearchConsole.cs</DependentUpon>\r
522     </EmbeddedResource>\r
523     <EmbeddedResource Include="GUI\Consoles\IMTabWindow.resx">\r
524       <SubType>Designer</SubType>\r
525       <DependentUpon>IMTabWindow.cs</DependentUpon>\r
526     </EmbeddedResource>\r
527     <EmbeddedResource Include="GUI\Consoles\MainConsole.resx">\r
528       <SubType>Designer</SubType>\r
529       <DependentUpon>MainConsole.cs</DependentUpon>\r
530     </EmbeddedResource>\r
531     <EmbeddedResource Include="GUI\Dialogs\GroupInfo.resx">\r
532       <DependentUpon>GroupInfo.cs</DependentUpon>\r
533       <SubType>Designer</SubType>\r
534     </EmbeddedResource>\r
535     <EmbeddedResource Include="GUI\Dialogs\PrimWorkshop.resx">\r
536       <DependentUpon>PrimWorkshop.cs</DependentUpon>\r
537       <SubType>Designer</SubType>\r
538     </EmbeddedResource>\r
539     <EmbeddedResource Include="GUI\Dialogs\GroupsDialog.resx">\r
540       <DependentUpon>GroupsDialog.cs</DependentUpon>\r
541       <SubType>Designer</SubType>\r
542     </EmbeddedResource>\r
543     <EmbeddedResource Include="GUI\Dialogs\ImageFullSize.resx">\r
544       <DependentUpon>ImageFullSize.cs</DependentUpon>\r
545       <SubType>Designer</SubType>\r
546     </EmbeddedResource>\r
547     <EmbeddedResource Include="GUI\Dialogs\MainForm.resx">\r
548       <SubType>Designer</SubType>\r
549       <DependentUpon>MainForm.cs</DependentUpon>\r
550     </EmbeddedResource>\r
551     <EmbeddedResource Include="GUI\Consoles\TabsConsole.resx">\r
552       <SubType>Designer</SubType>\r
553       <DependentUpon>TabsConsole.cs</DependentUpon>\r
554     </EmbeddedResource>\r
555     <EmbeddedResource Include="GUI\Dialogs\Map.resx">\r
556       <DependentUpon>Map.cs</DependentUpon>\r
557       <SubType>Designer</SubType>\r
558     </EmbeddedResource>\r
559     <EmbeddedResource Include="GUI\Dialogs\Objects.resx">\r
560       <SubType>Designer</SubType>\r
561       <DependentUpon>Objects.cs</DependentUpon>\r
562     </EmbeddedResource>\r
563     <EmbeddedResource Include="GUI\Dialogs\Pay.resx">\r
564       <SubType>Designer</SubType>\r
565       <DependentUpon>Pay.cs</DependentUpon>\r
566     </EmbeddedResource>\r
567     <EmbeddedResource Include="GUI\Dialogs\Preferences.resx">\r
568       <SubType>Designer</SubType>\r
569       <DependentUpon>Preferences.cs</DependentUpon>\r
570     </EmbeddedResource>\r
571     <EmbeddedResource Include="GUI\Dialogs\Profile.resx">\r
572       <SubType>Designer</SubType>\r
573       <DependentUpon>Profile.cs</DependentUpon>\r
574     </EmbeddedResource>\r
575     <EmbeddedResource Include="GUI\Dialogs\Teleport.resx">\r
576       <SubType>Designer</SubType>\r
577       <DependentUpon>Teleport.cs</DependentUpon>\r
578     </EmbeddedResource>\r
579     <EmbeddedResource Include="GUI\Notifications\FriendshipOfferNotification.resx">\r
580       <DependentUpon>FriendshipOfferNotification.cs</DependentUpon>\r
581       <SubType>Designer</SubType>\r
582     </EmbeddedResource>\r
583     <EmbeddedResource Include="GUI\Notifications\GenericNotification.resx">\r
584       <DependentUpon>GenericNotification.cs</DependentUpon>\r
585       <SubType>Designer</SubType>\r
586     </EmbeddedResource>\r
587     <EmbeddedResource Include="GUI\Notifications\GroupInvitationNotification.resx">\r
588       <DependentUpon>GroupInvitationNotification.cs</DependentUpon>\r
589       <SubType>Designer</SubType>\r
590     </EmbeddedResource>\r
591     <EmbeddedResource Include="GUI\Notifications\PermissionsNotification.resx">\r
592       <DependentUpon>PermissionsNotification.cs</DependentUpon>\r
593       <SubType>Designer</SubType>\r
594     </EmbeddedResource>\r
595     <EmbeddedResource Include="GUI\Notifications\ScriptDialog.resx">\r
596       <DependentUpon>ScriptDialog.cs</DependentUpon>\r
597       <SubType>Designer</SubType>\r
598     </EmbeddedResource>\r
599     <EmbeddedResource Include="GUI\Notifications\TeleportNotification.resx">\r
600       <DependentUpon>TeleportNotification.cs</DependentUpon>\r
601       <SubType>Designer</SubType>\r
602     </EmbeddedResource>\r
603     <EmbeddedResource Include="Properties\Resources.resx">\r
604       <Generator>PublicResXFileCodeGenerator</Generator>\r
605       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
606       <SubType>Designer</SubType>\r
607     </EmbeddedResource>\r
608     <Compile Include="Properties\Resources.Designer.cs">\r
609       <AutoGen>True</AutoGen>\r
610       <DependentUpon>Resources.resx</DependentUpon>\r
611       <DesignTime>True</DesignTime>\r
612     </Compile>\r
613     <None Include="Properties\Settings.settings">\r
614       <Generator>SettingsSingleFileGenerator</Generator>\r
615       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
616     </None>\r
617     <Compile Include="Properties\Settings.Designer.cs">\r
618       <AutoGen>True</AutoGen>\r
619       <DependentUpon>Settings.settings</DependentUpon>\r
620       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
621     </Compile>\r
622   </ItemGroup>\r
623   <ItemGroup>\r
624     <None Include="Resources\arrow-forward_16.png" />\r
625   </ItemGroup>\r
626   <ItemGroup>\r
627     <None Include="Resources\computer_16.png" />\r
628     <None Include="Resources\applications_16.png" />\r
629     <None Include="Resources\delete_16.png" />\r
630   </ItemGroup>\r
631   <ItemGroup>\r
632     <None Include="Resources\folder-closed_16.png" />\r
633   </ItemGroup>\r
634   <ItemGroup>\r
635     <None Include="Resources\folder-open_16.png" />\r
636   </ItemGroup>\r
637   <ItemGroup>\r
638     <None Include="Resources\add_16.png" />\r
639   </ItemGroup>\r
640   <ItemGroup>\r
641     <None Include="Resources\paste_16.png" />\r
642   </ItemGroup>\r
643   <ItemGroup>\r
644     <None Include="Resources\copy_16.png" />\r
645   </ItemGroup>\r
646   <ItemGroup>\r
647     <None Include="Resources\cut_16.png" />\r
648   </ItemGroup>\r
649   <ItemGroup>\r
650     <None Include="Resources\documents_16.png" />\r
651   </ItemGroup>\r
652   <ItemGroup>\r
653     <None Include="Resources\lsl_scripts_16.PNG" />\r
654   </ItemGroup>\r
655   <ItemGroup>\r
656     <None Include="Resources\arrow-up_16.png" />\r
657   </ItemGroup>\r
658   <ItemGroup>\r
659     <None Include="Resources\documents_32.png" />\r
660   </ItemGroup>\r
661   <ItemGroup>\r
662     <None Include="Resources\applications_32.png" />\r
663   </ItemGroup>\r
664   <ItemGroup>\r
665     <None Include="Resources\GreenOrbFaded_16.png" />\r
666   </ItemGroup>\r
667   <ItemGroup>\r
668     <BaseApplicationManifest Include="Properties\app.manifest" />\r
669     <None Include="Resources\GreenOrb_16.png" />\r
670   </ItemGroup>\r
671   <ItemGroup>\r
672     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
673       <Visible>False</Visible>\r
674       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
675       <Install>false</Install>\r
676     </BootstrapperPackage>\r
677     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
678       <Visible>False</Visible>\r
679       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
680       <Install>false</Install>\r
681     </BootstrapperPackage>\r
682     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
683       <Visible>False</Visible>\r
684       <ProductName>.NET Framework 3.5</ProductName>\r
685       <Install>true</Install>\r
686     </BootstrapperPackage>\r
687     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
688       <Visible>False</Visible>\r
689       <ProductName>Windows Installer 3.1</ProductName>\r
690       <Install>true</Install>\r
691     </BootstrapperPackage>\r
692   </ItemGroup>\r
693   <ItemGroup>\r
694     <None Include="aiml\AI.aiml">\r
695       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
696     </None>\r
697     <None Include="aiml\Atomic.aiml">\r
698       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
699     </None>\r
700     <None Include="aiml\Biography.aiml">\r
701       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
702     </None>\r
703     <None Include="aiml\Bot.aiml">\r
704       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
705     </None>\r
706     <None Include="aiml\Botmaster.aiml">\r
707       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
708     </None>\r
709     <None Include="aiml\Client.aiml">\r
710       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
711     </None>\r
712     <None Include="aiml\Computers.aiml">\r
713       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
714     </None>\r
715     <None Include="aiml\CustomTagTest.aiml">\r
716       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
717     </None>\r
718     <None Include="aiml\Default.aiml">\r
719       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
720     </None>\r
721     <None Include="aiml\Emotion.aiml">\r
722       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
723     </None>\r
724     <None Include="aiml\Food.aiml">\r
725       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
726     </None>\r
727     <None Include="aiml\Geography.aiml">\r
728       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
729     </None>\r
730     <None Include="aiml\History.aiml">\r
731       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
732     </None>\r
733     <None Include="aiml\Inquiry.aiml">\r
734       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
735     </None>\r
736     <None Include="aiml\Interjection.aiml">\r
737       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
738     </None>\r
739     <None Include="aiml\IU.aiml">\r
740       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
741     </None>\r
742     <None Include="aiml\Knowledge.aiml">\r
743       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
744     </None>\r
745     <None Include="aiml\Literature.aiml">\r
746       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
747     </None>\r
748     <None Include="aiml\Money.aiml">\r
749       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
750     </None>\r
751     <None Include="aiml\Movies.aiml">\r
752       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
753     </None>\r
754     <None Include="aiml\Music.aiml">\r
755       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
756     </None>\r
757     <None Include="aiml\Philosophy.aiml">\r
758       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
759     </None>\r
760     <None Include="aiml\Pickup.aiml">\r
761       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
762     </None>\r
763     <None Include="aiml\Predicates.aiml">\r
764       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
765     </None>\r
766     <None Include="aiml\Reduce.aiml">\r
767       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
768     </None>\r
769     <None Include="aiml\Reductions.aiml">\r
770       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
771     </None>\r
772     <None Include="aiml\Salutations.aiml">\r
773       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
774     </None>\r
775     <None Include="aiml\Science.aiml">\r
776       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
777     </None>\r
778     <None Include="aiml\Stack.aiml">\r
779       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
780     </None>\r
781     <None Include="aiml\Stories.aiml">\r
782       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
783     </None>\r
784     <None Include="aiml\That.aiml">\r
785       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
786     </None>\r
787     <None Include="libopenjpeg-dotnet-2.1.3.0-dotnet-1-i686.so">\r
788       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
789     </None>\r
790     <None Include="libopenjpeg-dotnet-2.1.3.0-dotnet-1-x86_64.so">\r
791       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
792     </None>\r
793     <None Include="libopenjpeg-dotnet-2.1.3.0-dotnet-1.dylib">\r
794       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
795     </None>\r
796     <None Include="OpenMetaverse.dll.config">\r
797       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
798     </None>\r
799     <None Include="openmetaverse_data\blush_alpha.tga">\r
800       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
801     </None>\r
802     <None Include="openmetaverse_data\bodyfreckles_alpha.tga">\r
803       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
804     </None>\r
805     <None Include="openmetaverse_data\body_skingrain.tga">\r
806       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
807     </None>\r
808     <None Include="openmetaverse_data\bump_face_wrinkles.tga">\r
809       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
810     </None>\r
811     <None Include="openmetaverse_data\bump_head_base.tga">\r
812       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
813     </None>\r
814     <None Include="openmetaverse_data\bump_lowerbody_base.tga">\r
815       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
816     </None>\r
817     <None Include="openmetaverse_data\bump_pants_wrinkles.tga">\r
818       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
819     </None>\r
820     <None Include="openmetaverse_data\bump_shirt_wrinkles.tga">\r
821       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
822     </None>\r
823     <None Include="openmetaverse_data\bump_upperbody_base.tga">\r
824       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
825     </None>\r
826     <None Include="openmetaverse_data\eyebrows_alpha.tga">\r
827       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
828     </None>\r
829     <None Include="openmetaverse_data\eyeliner_alpha.tga">\r
830       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
831     </None>\r
832     <None Include="openmetaverse_data\eyeshadow_inner_alpha.tga">\r
833       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
834     </None>\r
835     <None Include="openmetaverse_data\eyeshadow_outer_alpha.tga">\r
836       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
837     </None>\r
838     <None Include="openmetaverse_data\eyewhite.tga">\r
839       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
840     </None>\r
841     <None Include="openmetaverse_data\facehair_chincurtains_alpha.tga">\r
842       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
843     </None>\r
844     <None Include="openmetaverse_data\facehair_moustache_alpha.tga">\r
845       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
846     </None>\r
847     <None Include="openmetaverse_data\facehair_sideburns_alpha.tga">\r
848       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
849     </None>\r
850     <None Include="openmetaverse_data\facehair_soulpatch_alpha.tga">\r
851       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
852     </None>\r
853     <None Include="openmetaverse_data\freckles_alpha.tga">\r
854       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
855     </None>\r
856     <None Include="openmetaverse_data\gloves_fingers_alpha.tga">\r
857       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
858     </None>\r
859     <None Include="openmetaverse_data\glove_length_alpha.tga">\r
860       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
861     </None>\r
862     <None Include="openmetaverse_data\head_alpha.tga">\r
863       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
864     </None>\r
865     <None Include="openmetaverse_data\head_color.tga">\r
866       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
867     </None>\r
868     <None Include="openmetaverse_data\head_hair.tga">\r
869       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
870     </None>\r
871     <None Include="openmetaverse_data\head_highlights_alpha.tga">\r
872       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
873     </None>\r
874     <None Include="openmetaverse_data\head_shading_alpha.tga">\r
875       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
876     </None>\r
877     <None Include="openmetaverse_data\head_skingrain.tga">\r
878       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
879     </None>\r
880     <None Include="openmetaverse_data\jacket_length_lower_alpha.tga">\r
881       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
882     </None>\r
883     <None Include="openmetaverse_data\jacket_length_upper_alpha.tga">\r
884       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
885     </None>\r
886     <None Include="openmetaverse_data\jacket_open_lower_alpha.tga">\r
887       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
888     </None>\r
889     <None Include="openmetaverse_data\jacket_open_upper_alpha.tga">\r
890       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
891     </None>\r
892     <None Include="openmetaverse_data\lipgloss_alpha.tga">\r
893       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
894     </None>\r
895     <None Include="openmetaverse_data\lipstick_alpha.tga">\r
896       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
897     </None>\r
898     <None Include="openmetaverse_data\lips_mask.tga">\r
899       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
900     </None>\r
901     <None Include="openmetaverse_data\lowerbody_color.tga">\r
902       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
903     </None>\r
904     <None Include="openmetaverse_data\lowerbody_highlights_alpha.tga">\r
905       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
906     </None>\r
907     <None Include="openmetaverse_data\lowerbody_shading_alpha.tga">\r
908       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
909     </None>\r
910     <None Include="openmetaverse_data\nailpolish_alpha.tga">\r
911       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
912     </None>\r
913     <None Include="openmetaverse_data\pants_length_alpha.tga">\r
914       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
915     </None>\r
916     <None Include="openmetaverse_data\pants_waist_alpha.tga">\r
917       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
918     </None>\r
919     <None Include="openmetaverse_data\rosyface_alpha.tga">\r
920       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
921     </None>\r
922     <None Include="openmetaverse_data\rouge_alpha.tga">\r
923       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
924     </None>\r
925     <None Include="openmetaverse_data\shirt_bottom_alpha.tga">\r
926       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
927     </None>\r
928     <None Include="openmetaverse_data\shirt_collar_alpha.tga">\r
929       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
930     </None>\r
931     <None Include="openmetaverse_data\shirt_collar_back_alpha.tga">\r
932       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
933     </None>\r
934     <None Include="openmetaverse_data\shirt_sleeve_alpha.tga">\r
935       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
936     </None>\r
937     <None Include="openmetaverse_data\shoe_height_alpha.tga">\r
938       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
939     </None>\r
940     <None Include="openmetaverse_data\skirt_length_alpha.tga">\r
941       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
942     </None>\r
943     <None Include="openmetaverse_data\skirt_slit_back_alpha.tga">\r
944       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
945     </None>\r
946     <None Include="openmetaverse_data\skirt_slit_front_alpha.tga">\r
947       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
948     </None>\r
949     <None Include="openmetaverse_data\skirt_slit_left_alpha.tga">\r
950       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
951     </None>\r
952     <None Include="openmetaverse_data\skirt_slit_right_alpha.tga">\r
953       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
954     </None>\r
955     <None Include="openmetaverse_data\underpants_trial_female.tga">\r
956       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
957     </None>\r
958     <None Include="openmetaverse_data\underpants_trial_male.tga">\r
959       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
960     </None>\r
961     <None Include="openmetaverse_data\undershirt_trial_female.tga">\r
962       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
963     </None>\r
964     <None Include="openmetaverse_data\upperbodyfreckles_alpha.tga">\r
965       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
966     </None>\r
967     <None Include="openmetaverse_data\upperbody_color.tga">\r
968       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
969     </None>\r
970     <None Include="openmetaverse_data\upperbody_highlights_alpha.tga">\r
971       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
972     </None>\r
973     <None Include="openmetaverse_data\upperbody_shading_alpha.tga">\r
974       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
975     </None>\r
976     <None Include="Radegast.exe.config">\r
977       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
978     </None>\r
979     <None Include="radegast.nsi">\r
980       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
981     </None>\r
982     <None Include="Resources\inv_folder_animation.png" />\r
983     <None Include="Resources\inv_folder_object.png" />\r
984     <None Include="Resources\inv_folder_plain_closed.png" />\r
985     <None Include="Resources\inv_folder_plain_open.png" />\r
986     <None Include="Resources\inv_folder_script.png" />\r
987     <None Include="Resources\inv_folder_snapshot.png" />\r
988     <None Include="Resources\inv_folder_sound.png" />\r
989     <None Include="Resources\inv_folder_texture.png" />\r
990     <None Include="Resources\inv_folder_trash.png" />\r
991     <None Include="Resources\inv_item_animation.png" />\r
992     <None Include="Resources\inv_item_attach.png" />\r
993     <None Include="Resources\inv_item_callingcard_offline.png" />\r
994     <None Include="Resources\inv_item_callingcard_online.png" />\r
995     <None Include="Resources\inv_item_clothing.png" />\r
996     <None Include="Resources\inv_item_eyes.png" />\r
997     <None Include="Resources\inv_item_gesture.png" />\r
998     <None Include="Resources\inv_item_gloves.png" />\r
999     <None Include="Resources\inv_item_hair.png" />\r
1000     <None Include="Resources\inv_item_jacket.png" />\r
1001     <None Include="Resources\inv_item_landmark.png" />\r
1002     <None Include="Resources\inv_item_landmark_visited.png" />\r
1003     <None Include="Resources\inv_item_notecard.png" />\r
1004     <None Include="Resources\inv_item_object.png" />\r
1005     <None Include="Resources\inv_item_object_multi.png" />\r
1006     <None Include="Resources\inv_item_pants.png" />\r
1007     <None Include="Resources\inv_item_script.png" />\r
1008     <None Include="Resources\inv_item_script_dangerous.png" />\r
1009     <None Include="Resources\inv_item_shape.png" />\r
1010     <None Include="Resources\inv_item_shirt.png" />\r
1011     <None Include="Resources\inv_item_shoes.png" />\r
1012     <None Include="Resources\inv_item_skin.png" />\r
1013     <None Include="Resources\inv_item_skirt.png" />\r
1014     <None Include="Resources\inv_item_snapshot.png" />\r
1015     <None Include="Resources\inv_item_socks.png" />\r
1016     <None Include="Resources\inv_item_sound.png" />\r
1017     <None Include="Resources\inv_item_texture.png" />\r
1018     <None Include="Resources\inv_item_underpants.png" />\r
1019     <None Include="Resources\inv_item_undershirt.png" />\r
1020     <None Include="Resources\inv_folder_bodypart.png" />\r
1021     <None Include="Resources\inv_folder_callingcard.png" />\r
1022     <None Include="Resources\inv_folder_clothing.png" />\r
1023     <None Include="Resources\inv_folder_gesture.png" />\r
1024     <None Include="Resources\inv_folder_landmark.png" />\r
1025     <None Include="Resources\inv_folder_lostandfound.png" />\r
1026     <None Include="Resources\inv_folder_notecard.png" />\r
1027     <Content Include="aiml_config\DefaultPredicates.xml">\r
1028       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1029     </Content>\r
1030     <Content Include="aiml_config\GenderSubstitutions.xml">\r
1031       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1032     </Content>\r
1033     <Content Include="aiml_config\Person2Substitutions.xml">\r
1034       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1035     </Content>\r
1036     <Content Include="aiml_config\PersonSubstitutions.xml">\r
1037       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1038     </Content>\r
1039     <Content Include="aiml_config\Settings.xml">\r
1040       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1041     </Content>\r
1042     <Content Include="aiml_config\Splitters.xml">\r
1043       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1044     </Content>\r
1045     <Content Include="aiml_config\Substitutions.xml">\r
1046       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1047     </Content>\r
1048     <None Include="assemblies\Nini.dll" />\r
1049     <None Include="assemblies\AIMLbot.dll" />\r
1050     <None Include="assemblies\Tao.OpenGl.dll" />\r
1051     <None Include="assemblies\Tao.Platform.Windows.dll" />\r
1052     <None Include="openjpeg-dotnet.dll">\r
1053       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1054     </None>\r
1055     <None Include="OpenMetaverse.Rendering.Meshmerizer.dll">\r
1056       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1057     </None>\r
1058     <None Include="assemblies\log4net.dll" />\r
1059     <None Include="assemblies\Tools.dll" />\r
1060     <Content Include="openmetaverse_data\avatar_lad.xml">\r
1061       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1062     </Content>\r
1063     <Content Include="radegast.ico" />\r
1064     <None Include="Resources\radegast-main screen2.jpg" />\r
1065     <None Include="Resources\status_no_fly.png" />\r
1066     <None Include="Resources\status_no_push.png" />\r
1067     <None Include="Resources\status_no_scripts.png" />\r
1068     <None Include="Resources\status_no_voice.png" />\r
1069     <None Include="Resources\status_script_debug.png" />\r
1070     <None Include="Resources\status_search.png" />\r
1071     <None Include="Resources\status_buy_currency.png" />\r
1072     <None Include="Resources\status_health.png" />\r
1073     <None Include="Resources\status_no_build.png" />\r
1074     <None Include="Tao.OpenGl.dll.config">\r
1075       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r
1076     </None>\r
1077     <None Include="Resources\lsl_keywords.txt" />\r
1078     <None Include="Resources\del_trans.png" />\r
1079     <None Include="Resources\radegast_icon.ico" />\r
1080     <Content Include="slmap.html">\r
1081       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
1082     </Content>\r
1083   </ItemGroup>\r
1084   <ItemGroup>\r
1085     <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">\r
1086       <Project>{69DF1ED4-0654-4B85-BF50-667343FB2794}</Project>\r
1087       <Name>OpenMetaverse.StructuredData</Name>\r
1088     </ProjectReference>\r
1089     <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverseTypes\OpenMetaverseTypes.csproj">\r
1090       <Project>{A6E2F270-7C3E-484E-BA03-2EFE8FD0EBEC}</Project>\r
1091       <Name>OpenMetaverseTypes</Name>\r
1092     </ProjectReference>\r
1093     <ProjectReference Include="..\..\libopenmetaverse\OpenMetaverse\OpenMetaverse.csproj">\r
1094       <Project>{F03B0397-6B98-4F8A-BCE9-68635A2DBDAC}</Project>\r
1095       <Name>OpenMetaverse</Name>\r
1096     </ProjectReference>\r
1097   </ItemGroup>\r
1098   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
1099   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
1100        Other similar extension points exist, see Microsoft.Common.targets.\r
1101   <Target Name="BeforeBuild">\r
1102   </Target>\r
1103   <Target Name="AfterBuild">\r
1104   </Target>\r
1105   -->\r
1106 </Project>