OSDN Git Service

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