OSDN Git Service

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