OSDN Git Service

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