OSDN Git Service

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