OSDN Git Service

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