OSDN Git Service

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