OSDN Git Service

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