OSDN Git Service

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