OSDN Git Service

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