OSDN Git Service

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