OSDN Git Service

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