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