OSDN Git Service

TabInformations.TabsにKeyedCollectionを使用する
[opentween/open-tween.git] / OpenTween / OpenTween.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{3D8995C7-BDF3-4273-9F9D-DDD902F6A101}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <RootNamespace>OpenTween</RootNamespace>
10     <AssemblyName>OpenTween</AssemblyName>
11     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12     <FileAlignment>512</FileAlignment>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>false</Optimize>
18     <OutputPath>bin\Debug\</OutputPath>
19     <DefineConstants>TRACE;DEBUG</DefineConstants>
20     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
23     <Prefer32Bit>false</Prefer32Bit>
24     <CodeAnalysisRuleSet>OpenTween.ruleset</CodeAnalysisRuleSet>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33     <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
34     <UseVSHostingProcess>false</UseVSHostingProcess>
35     <Prefer32Bit>false</Prefer32Bit>
36   </PropertyGroup>
37   <PropertyGroup>
38     <StartupObject>OpenTween.MyApplication</StartupObject>
39   </PropertyGroup>
40   <PropertyGroup>
41     <ApplicationIcon>Resources\4b.ico</ApplicationIcon>
42   </PropertyGroup>
43   <PropertyGroup>
44     <ApplicationManifest>app.manifest</ApplicationManifest>
45   </PropertyGroup>
46   <ItemGroup>
47     <Reference Include="System" />
48     <Reference Include="System.Core" />
49     <Reference Include="System.Drawing" />
50     <Reference Include="System.Net.Http" />
51     <Reference Include="System.Net.Http.WebRequest" />
52     <Reference Include="System.Runtime.Serialization" />
53     <Reference Include="System.Web" />
54     <Reference Include="System.Windows.Forms" />
55     <Reference Include="System.Xml.Linq" />
56     <Reference Include="System.Data.DataSetExtensions" />
57     <Reference Include="Microsoft.CSharp" />
58     <Reference Include="System.Data" />
59     <Reference Include="System.Xml" />
60   </ItemGroup>
61   <ItemGroup>
62     <Compile Include="ApiInfoDialog.cs">
63       <SubType>Form</SubType>
64     </Compile>
65     <Compile Include="ApiInfoDialog.Designer.cs">
66       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
67     </Compile>
68     <Compile Include="Api\ApiLimit.cs" />
69     <Compile Include="Api\BitlyApi.cs" />
70     <Compile Include="Api\DataModel\GeoJson.cs" />
71     <Compile Include="Api\DataModel\TwitterConfiguration.cs" />
72     <Compile Include="Api\DataModel\TwitterEntity.cs" />
73     <Compile Include="Api\DataModel\TwitterError.cs" />
74     <Compile Include="Api\DataModel\TwitterFriendship.cs" />
75     <Compile Include="Api\DataModel\TwitterList.cs" />
76     <Compile Include="Api\DataModel\TwitterMessageEvent.cs" />
77     <Compile Include="Api\DataModel\TwitterPageable.cs">
78       <SubType>Code</SubType>
79     </Compile>
80     <Compile Include="Api\DataModel\TwitterPlace.cs" />
81     <Compile Include="Api\DataModel\TwitterRateLimits.cs" />
82     <Compile Include="Api\DataModel\TwitterSearchResult.cs" />
83     <Compile Include="Api\DataModel\TwitterStatus.cs" />
84     <Compile Include="Api\DataModel\TwitterStreamEvent.cs" />
85     <Compile Include="Api\DataModel\TwitterStreamMessage.cs" />
86     <Compile Include="Api\DataModel\TwitterTextConfiguration.cs" />
87     <Compile Include="Api\DataModel\TwitterUploadMediaResult.cs" />
88     <Compile Include="Api\DataModel\TwitterUser.cs" />
89     <Compile Include="Api\DataModel\TwitterApiAccessLevel.cs" />
90     <Compile Include="Api\JsonUtils.cs" />
91     <Compile Include="Api\MicrosoftTranslatorApi.cs" />
92     <Compile Include="Api\TwitterApi.cs" />
93     <Compile Include="Api\TwitterApiException.cs" />
94     <Compile Include="Api\TwitterApiStatus.cs" />
95     <Compile Include="Api\TwitterStreamObservable.cs" />
96     <Compile Include="ApplicationEvents.cs">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include="ApplicationSettings.cs" />
100     <Compile Include="AtIdSupplement.cs">
101       <SubType>Form</SubType>
102     </Compile>
103     <Compile Include="AtIdSupplement.Designer.cs">
104       <DependentUpon>AtIdSupplement.cs</DependentUpon>
105     </Compile>
106     <Compile Include="AppendSettingDialog.cs">
107       <SubType>Form</SubType>
108     </Compile>
109     <Compile Include="AppendSettingDialog.Designer.cs">
110       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
111     </Compile>
112     <Compile Include="AuthDialog.cs">
113       <SubType>Form</SubType>
114     </Compile>
115     <Compile Include="AuthDialog.Designer.cs">
116       <DependentUpon>AuthDialog.cs</DependentUpon>
117     </Compile>
118     <Compile Include="Bing.cs" />
119     <Compile Include="Connection\IApiConnection.cs" />
120     <Compile Include="Connection\IMediaUploadService.cs" />
121     <Compile Include="Connection\Imgur.cs" />
122     <Compile Include="Connection\LazyJson.cs" />
123     <Compile Include="Connection\Mobypicture.cs" />
124     <Compile Include="Connection\Networking.cs" />
125     <Compile Include="Connection\OAuthEchoHandler.cs" />
126     <Compile Include="Connection\OAuthHandler.cs" />
127     <Compile Include="Connection\OAuthUtility.cs" />
128     <Compile Include="Connection\TwitterApiConnection.cs" />
129     <Compile Include="DateTimeUtc.cs" />
130     <Compile Include="EventViewerDialog.cs">
131       <SubType>Form</SubType>
132     </Compile>
133     <Compile Include="EventViewerDialog.Designer.cs">
134       <DependentUpon>EventViewerDialog.cs</DependentUpon>
135     </Compile>
136     <Compile Include="Extensions.cs" />
137     <Compile Include="FilterDialog.cs">
138       <SubType>Form</SubType>
139     </Compile>
140     <Compile Include="FilterDialog.Designer.cs">
141       <DependentUpon>FilterDialog.cs</DependentUpon>
142     </Compile>
143     <Compile Include="IndexedSortedSet.cs" />
144     <Compile Include="LoginDialog.cs">
145       <SubType>Form</SubType>
146     </Compile>
147     <Compile Include="LoginDialog.Designer.cs">
148       <DependentUpon>LoginDialog.cs</DependentUpon>
149     </Compile>
150     <Compile Include="MediaItem.cs" />
151     <Compile Include="Models\ComparerMode.cs" />
152     <Compile Include="Models\DirectMessagesTabModel.cs" />
153     <Compile Include="Models\FavoritesTabModel.cs" />
154     <Compile Include="Models\FilterTabModel.cs" />
155     <Compile Include="Models\HomeTabModel.cs" />
156     <Compile Include="Models\InternalStorageTabModel.cs" />
157     <Compile Include="Models\ListTimelineTabModel.cs" />
158     <Compile Include="Models\LocalSearchTabModel.cs" />
159     <Compile Include="Models\MediaInfo.cs" />
160     <Compile Include="Models\MentionsTabModel.cs" />
161     <Compile Include="Models\MuteTabModel.cs" />
162     <Compile Include="Models\PostClass.cs" />
163     <Compile Include="Models\PublicSearchTabModel.cs" />
164     <Compile Include="Models\RelatedPostsTabModel.cs" />
165     <Compile Include="Models\TabCollection.cs" />
166     <Compile Include="Models\TabModel.cs" />
167     <Compile Include="Models\TabInformations.cs" />
168     <Compile Include="Models\TabUsageTypeExt.cs" />
169     <Compile Include="Models\UserTimelineTabModel.cs" />
170     <Compile Include="MouseWheelMessageFilter.cs" />
171     <Compile Include="NotifyPropertyChangedBase.cs" />
172     <Compile Include="PostStatusParams.cs" />
173     <Compile Include="ReaderWriterLockTransaction.cs" />
174     <Compile Include="SendErrorReportForm.cs">
175       <SubType>Form</SubType>
176     </Compile>
177     <Compile Include="SendErrorReportForm.Designer.cs">
178       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
179     </Compile>
180     <Compile Include="Setting\SettingManager.cs" />
181     <Compile Include="ShortcutCommand.cs" />
182     <Compile Include="ThrottlingTimer.cs" />
183     <Compile Include="Thumbnail\Services\PbsTwimgCom.cs" />
184     <Compile Include="TweetDetailsView.cs">
185       <SubType>UserControl</SubType>
186     </Compile>
187     <Compile Include="TweetDetailsView.Designer.cs">
188       <DependentUpon>TweetDetailsView.cs</DependentUpon>
189     </Compile>
190     <Compile Include="TweetExtractor.cs" />
191     <Compile Include="WaitingDialog.cs">
192       <SubType>Form</SubType>
193     </Compile>
194     <Compile Include="WaitingDialog.Designer.cs">
195       <DependentUpon>WaitingDialog.cs</DependentUpon>
196     </Compile>
197     <Compile Include="InputDialog.cs">
198       <SubType>Form</SubType>
199     </Compile>
200     <Compile Include="InputDialog.Designer.cs">
201       <DependentUpon>InputDialog.cs</DependentUpon>
202     </Compile>
203     <Compile Include="MediaSelector.cs">
204       <SubType>UserControl</SubType>
205     </Compile>
206     <Compile Include="MediaSelector.Designer.cs">
207       <DependentUpon>MediaSelector.cs</DependentUpon>
208     </Compile>
209     <Compile Include="NativeMethods.cs">
210       <SubType>Code</SubType>
211     </Compile>
212     <Compile Include="OTBaseForm.cs">
213       <SubType>Form</SubType>
214     </Compile>
215     <Compile Include="OTSplitContainer.cs">
216       <SubType>Component</SubType>
217     </Compile>
218     <Compile Include="Models\PostFilterRule.cs" />
219     <Compile Include="HashtagManage.cs">
220       <SubType>Form</SubType>
221     </Compile>
222     <Compile Include="HashtagManage.Designer.cs">
223       <DependentUpon>HashtagManage.cs</DependentUpon>
224     </Compile>
225     <Compile Include="ImageCache.cs" />
226     <Compile Include="ListAvailable.cs">
227       <SubType>Form</SubType>
228     </Compile>
229     <Compile Include="ListAvailable.Designer.cs">
230       <DependentUpon>ListAvailable.cs</DependentUpon>
231     </Compile>
232     <Compile Include="ListManage.cs">
233       <SubType>Form</SubType>
234     </Compile>
235     <Compile Include="ListManage.Designer.cs">
236       <DependentUpon>ListManage.cs</DependentUpon>
237     </Compile>
238     <Compile Include="Connection\TwitterPhoto.cs" />
239     <Compile Include="DetailsListView.cs">
240       <SubType>Component</SubType>
241     </Compile>
242     <Compile Include="LRUCacheDictionary.cs" />
243     <Compile Include="MemoryImage.cs" />
244     <Compile Include="OTPictureBox.cs">
245       <SubType>Component</SubType>
246     </Compile>
247     <Compile Include="RegexAsync.cs" />
248     <Compile Include="Setting\Panel\ActionPanel.cs">
249       <SubType>UserControl</SubType>
250     </Compile>
251     <Compile Include="Setting\Panel\ActionPanel.Designer.cs">
252       <DependentUpon>ActionPanel.cs</DependentUpon>
253     </Compile>
254     <Compile Include="Setting\Panel\BasedPanel.cs">
255       <SubType>UserControl</SubType>
256     </Compile>
257     <Compile Include="Setting\Panel\BasedPanel.Designer.cs">
258       <DependentUpon>BasedPanel.cs</DependentUpon>
259     </Compile>
260     <Compile Include="Setting\Panel\ConnectionPanel.cs">
261       <SubType>UserControl</SubType>
262     </Compile>
263     <Compile Include="Setting\Panel\ConnectionPanel.Designer.cs">
264       <DependentUpon>ConnectionPanel.cs</DependentUpon>
265     </Compile>
266     <Compile Include="Setting\Panel\CooperatePanel.cs">
267       <SubType>UserControl</SubType>
268     </Compile>
269     <Compile Include="Setting\Panel\CooperatePanel.Designer.cs">
270       <DependentUpon>CooperatePanel.cs</DependentUpon>
271     </Compile>
272     <Compile Include="Setting\Panel\FontPanel.cs">
273       <SubType>UserControl</SubType>
274     </Compile>
275     <Compile Include="Setting\Panel\FontPanel.Designer.cs">
276       <DependentUpon>FontPanel.cs</DependentUpon>
277     </Compile>
278     <Compile Include="Setting\Panel\FontPanel2.cs">
279       <SubType>UserControl</SubType>
280     </Compile>
281     <Compile Include="Setting\Panel\FontPanel2.Designer.cs">
282       <DependentUpon>FontPanel2.cs</DependentUpon>
283     </Compile>
284     <Compile Include="Setting\Panel\GetCountPanel.cs">
285       <SubType>UserControl</SubType>
286     </Compile>
287     <Compile Include="Setting\Panel\GetCountPanel.Designer.cs">
288       <DependentUpon>GetCountPanel.cs</DependentUpon>
289     </Compile>
290     <Compile Include="Setting\Panel\GetPeriodPanel.cs">
291       <SubType>UserControl</SubType>
292     </Compile>
293     <Compile Include="Setting\Panel\GetPeriodPanel.Designer.cs">
294       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
295     </Compile>
296     <Compile Include="Setting\Panel\NotifyPanel.cs">
297       <SubType>UserControl</SubType>
298     </Compile>
299     <Compile Include="Setting\Panel\NotifyPanel.Designer.cs">
300       <DependentUpon>NotifyPanel.cs</DependentUpon>
301     </Compile>
302     <Compile Include="Setting\Panel\PreviewPanel.cs">
303       <SubType>UserControl</SubType>
304     </Compile>
305     <Compile Include="Setting\Panel\PreviewPanel.Designer.cs">
306       <DependentUpon>PreviewPanel.cs</DependentUpon>
307     </Compile>
308     <Compile Include="Setting\Panel\ProxyPanel.cs">
309       <SubType>UserControl</SubType>
310     </Compile>
311     <Compile Include="Setting\Panel\ProxyPanel.Designer.cs">
312       <DependentUpon>ProxyPanel.cs</DependentUpon>
313     </Compile>
314     <Compile Include="Setting\Panel\SettingPanelBase.cs">
315       <SubType>UserControl</SubType>
316     </Compile>
317     <Compile Include="Setting\Panel\SettingPanelBase.Designer.cs">
318       <DependentUpon>SettingPanelBase.cs</DependentUpon>
319     </Compile>
320     <Compile Include="Setting\Panel\ShortUrlPanel.cs">
321       <SubType>UserControl</SubType>
322     </Compile>
323     <Compile Include="Setting\Panel\ShortUrlPanel.Designer.cs">
324       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
325     </Compile>
326     <Compile Include="Setting\Panel\StartupPanel.cs">
327       <SubType>UserControl</SubType>
328     </Compile>
329     <Compile Include="Setting\Panel\StartupPanel.Designer.cs">
330       <DependentUpon>StartupPanel.cs</DependentUpon>
331     </Compile>
332     <Compile Include="Setting\Panel\TweetActPanel.cs">
333       <SubType>UserControl</SubType>
334     </Compile>
335     <Compile Include="Setting\Panel\TweetActPanel.Designer.cs">
336       <DependentUpon>TweetActPanel.cs</DependentUpon>
337     </Compile>
338     <Compile Include="Setting\Panel\TweetPrvPanel.cs">
339       <SubType>UserControl</SubType>
340     </Compile>
341     <Compile Include="Setting\Panel\TweetPrvPanel.Designer.cs">
342       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
343     </Compile>
344     <Compile Include="TabException.cs" />
345     <Compile Include="TabsDialog.cs">
346       <SubType>Form</SubType>
347     </Compile>
348     <Compile Include="TabsDialog.Designer.cs">
349       <DependentUpon>TabsDialog.cs</DependentUpon>
350     </Compile>
351     <Compile Include="Thumbnail\Services\FoursquareCheckin.cs" />
352     <Compile Include="Thumbnail\Services\ImgAzyobuziNet.cs" />
353     <Compile Include="Thumbnail\Services\IThumbnailService.cs" />
354     <Compile Include="Thumbnail\Services\MetaThumbnailService.cs" />
355     <Compile Include="Thumbnail\Services\Nicovideo.cs" />
356     <Compile Include="Thumbnail\Services\Pixiv.cs" />
357     <Compile Include="Thumbnail\Services\SimpleThumbnailService.cs" />
358     <Compile Include="Thumbnail\Services\Tinami.cs" />
359     <Compile Include="Thumbnail\Services\TonTwitterCom.cs" />
360     <Compile Include="Thumbnail\Services\Tumblr.cs" />
361     <Compile Include="Thumbnail\Services\TwitterComVideo.cs" />
362     <Compile Include="Thumbnail\Services\Vimeo.cs" />
363     <Compile Include="Thumbnail\Services\Youtube.cs" />
364     <Compile Include="Thumbnail\ThumbnailGenerator.cs" />
365     <Compile Include="Thumbnail\ThumbnailInfo.cs" />
366     <Compile Include="TweetFormatter.cs" />
367     <Compile Include="TweetThumbnail.cs">
368       <SubType>UserControl</SubType>
369     </Compile>
370     <Compile Include="TweetThumbnail.Designer.cs">
371       <DependentUpon>TweetThumbnail.cs</DependentUpon>
372     </Compile>
373     <Compile Include="UpdateDialog.cs">
374       <SubType>Form</SubType>
375     </Compile>
376     <Compile Include="UpdateDialog.Designer.cs">
377       <DependentUpon>UpdateDialog.cs</DependentUpon>
378     </Compile>
379     <Compile Include="Growl.cs" />
380     <Compile Include="HookGlobalHotkey.cs" />
381     <Compile Include="InputTabName.cs">
382       <SubType>Form</SubType>
383     </Compile>
384     <Compile Include="InputTabName.Designer.cs">
385       <DependentUpon>InputTabName.cs</DependentUpon>
386     </Compile>
387     <Compile Include="Thumbnail\MapThumbGoogle.cs" />
388     <Compile Include="Thumbnail\MapThumb.cs" />
389     <Compile Include="Thumbnail\MapThumbOSM.cs" />
390     <Compile Include="ListElement.cs" />
391     <Compile Include="ImageListViewItem.cs" />
392     <Compile Include="MyCommon.cs" />
393     <Compile Include="MyLists.cs">
394       <SubType>Form</SubType>
395     </Compile>
396     <Compile Include="MyLists.Designer.cs">
397       <DependentUpon>MyLists.cs</DependentUpon>
398     </Compile>
399     <Compile Include="nicoms.cs" />
400     <Compile Include="OpenURL.cs">
401       <SubType>Form</SubType>
402     </Compile>
403     <Compile Include="OpenURL.Designer.cs">
404       <DependentUpon>OpenURL.cs</DependentUpon>
405     </Compile>
406     <Compile Include="Properties\AssemblyInfo.cs" />
407     <Compile Include="Properties\Resources.Designer.cs">
408       <AutoGen>True</AutoGen>
409       <DesignTime>True</DesignTime>
410       <DependentUpon>Resources.resx</DependentUpon>
411     </Compile>
412     <Compile Include="SearchWordDialog.cs">
413       <SubType>Form</SubType>
414     </Compile>
415     <Compile Include="SearchWordDialog.Designer.cs">
416       <DependentUpon>SearchWordDialog.cs</DependentUpon>
417     </Compile>
418     <Compile Include="Setting\SettingAtIdList.cs" />
419     <Compile Include="Setting\SettingBase.cs" />
420     <Compile Include="Setting\SettingCommon.cs" />
421     <Compile Include="Setting\SettingTabs.cs" />
422     <Compile Include="Setting\SettingLocal.cs" />
423     <Compile Include="ShortUrl.cs" />
424     <Compile Include="UserInfoDialog.cs">
425       <SubType>Form</SubType>
426     </Compile>
427     <Compile Include="UserInfoDialog.Designer.cs">
428       <DependentUpon>UserInfoDialog.cs</DependentUpon>
429     </Compile>
430     <Compile Include="ToolStripAPIGauge.cs">
431       <SubType>Component</SubType>
432     </Compile>
433     <Compile Include="Tween.cs">
434       <SubType>Form</SubType>
435     </Compile>
436     <Compile Include="Tween.Designer.cs">
437       <DependentUpon>Tween.cs</DependentUpon>
438     </Compile>
439     <Compile Include="TweenAboutBox.cs">
440       <SubType>Form</SubType>
441     </Compile>
442     <Compile Include="TweenAboutBox.Designer.cs">
443       <DependentUpon>TweenAboutBox.cs</DependentUpon>
444     </Compile>
445     <Compile Include="ToolStripLabelHistory.cs">
446       <SubType>Component</SubType>
447     </Compile>
448     <Compile Include="Twitter.cs" />
449     <Compile Include="UserInfo.cs" />
450     <Compile Include="WebApiException.cs" />
451     <Compile Include="WebBrowserController.cs" />
452     <Compile Include="ControlTransaction.cs" />
453   </ItemGroup>
454   <ItemGroup>
455     <EmbeddedResource Include="ApiInfoDialog.resx">
456       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
457     </EmbeddedResource>
458     <EmbeddedResource Include="AuthDialog.en.resx">
459       <DependentUpon>AuthDialog.cs</DependentUpon>
460     </EmbeddedResource>
461     <EmbeddedResource Include="AuthDialog.resx">
462       <DependentUpon>AuthDialog.cs</DependentUpon>
463     </EmbeddedResource>
464     <EmbeddedResource Include="EventViewerDialog.en.resx">
465       <DependentUpon>EventViewerDialog.cs</DependentUpon>
466     </EmbeddedResource>
467     <EmbeddedResource Include="EventViewerDialog.resx">
468       <DependentUpon>EventViewerDialog.cs</DependentUpon>
469     </EmbeddedResource>
470     <EmbeddedResource Include="FilterDialog.en.resx">
471       <DependentUpon>FilterDialog.cs</DependentUpon>
472     </EmbeddedResource>
473     <EmbeddedResource Include="FilterDialog.resx">
474       <DependentUpon>FilterDialog.cs</DependentUpon>
475     </EmbeddedResource>
476     <EmbeddedResource Include="HashtagManage.en.resx">
477       <DependentUpon>HashtagManage.cs</DependentUpon>
478     </EmbeddedResource>
479     <EmbeddedResource Include="HashtagManage.resx">
480       <DependentUpon>HashtagManage.cs</DependentUpon>
481     </EmbeddedResource>
482     <EmbeddedResource Include="InputDialog.en.resx">
483       <DependentUpon>InputDialog.cs</DependentUpon>
484     </EmbeddedResource>
485     <EmbeddedResource Include="InputDialog.resx">
486       <DependentUpon>InputDialog.cs</DependentUpon>
487     </EmbeddedResource>
488     <EmbeddedResource Include="ListAvailable.resx">
489       <DependentUpon>ListAvailable.cs</DependentUpon>
490     </EmbeddedResource>
491     <EmbeddedResource Include="ListAvailable.en.resx">
492       <DependentUpon>ListAvailable.cs</DependentUpon>
493     </EmbeddedResource>
494     <EmbeddedResource Include="ListManage.en.resx">
495       <DependentUpon>ListManage.cs</DependentUpon>
496     </EmbeddedResource>
497     <EmbeddedResource Include="ListManage.resx">
498       <DependentUpon>ListManage.cs</DependentUpon>
499     </EmbeddedResource>
500     <EmbeddedResource Include="AtIdSupplement.en.resx">
501       <DependentUpon>AtIdSupplement.cs</DependentUpon>
502     </EmbeddedResource>
503     <EmbeddedResource Include="AtIdSupplement.resx">
504       <DependentUpon>AtIdSupplement.cs</DependentUpon>
505     </EmbeddedResource>
506     <EmbeddedResource Include="AppendSettingDialog.en.resx">
507       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
508       <SubType>Designer</SubType>
509     </EmbeddedResource>
510     <EmbeddedResource Include="AppendSettingDialog.resx">
511       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
512       <SubType>Designer</SubType>
513     </EmbeddedResource>
514     <EmbeddedResource Include="LoginDialog.en.resx">
515       <DependentUpon>LoginDialog.cs</DependentUpon>
516     </EmbeddedResource>
517     <EmbeddedResource Include="LoginDialog.resx">
518       <DependentUpon>LoginDialog.cs</DependentUpon>
519     </EmbeddedResource>
520     <EmbeddedResource Include="MediaSelector.en.resx">
521       <DependentUpon>MediaSelector.cs</DependentUpon>
522     </EmbeddedResource>
523     <EmbeddedResource Include="MediaSelector.resx">
524       <DependentUpon>MediaSelector.cs</DependentUpon>
525     </EmbeddedResource>
526     <EmbeddedResource Include="SendErrorReportForm.en.resx">
527       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
528     </EmbeddedResource>
529     <EmbeddedResource Include="SendErrorReportForm.resx">
530       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
531     </EmbeddedResource>
532     <EmbeddedResource Include="TweetDetailsView.en.resx">
533       <DependentUpon>TweetDetailsView.cs</DependentUpon>
534       <SubType>Designer</SubType>
535     </EmbeddedResource>
536     <EmbeddedResource Include="TweetDetailsView.resx">
537       <DependentUpon>TweetDetailsView.cs</DependentUpon>
538     </EmbeddedResource>
539     <EmbeddedResource Include="WaitingDialog.resx">
540       <DependentUpon>WaitingDialog.cs</DependentUpon>
541     </EmbeddedResource>
542     <EmbeddedResource Include="Setting\Panel\ActionPanel.en.resx">
543       <DependentUpon>ActionPanel.cs</DependentUpon>
544     </EmbeddedResource>
545     <EmbeddedResource Include="Setting\Panel\ActionPanel.resx">
546       <DependentUpon>ActionPanel.cs</DependentUpon>
547     </EmbeddedResource>
548     <EmbeddedResource Include="Setting\Panel\BasedPanel.en.resx">
549       <DependentUpon>BasedPanel.cs</DependentUpon>
550     </EmbeddedResource>
551     <EmbeddedResource Include="Setting\Panel\BasedPanel.resx">
552       <DependentUpon>BasedPanel.cs</DependentUpon>
553     </EmbeddedResource>
554     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.en.resx">
555       <DependentUpon>ConnectionPanel.cs</DependentUpon>
556     </EmbeddedResource>
557     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.resx">
558       <DependentUpon>ConnectionPanel.cs</DependentUpon>
559     </EmbeddedResource>
560     <EmbeddedResource Include="Setting\Panel\CooperatePanel.en.resx">
561       <DependentUpon>CooperatePanel.cs</DependentUpon>
562     </EmbeddedResource>
563     <EmbeddedResource Include="Setting\Panel\CooperatePanel.resx">
564       <DependentUpon>CooperatePanel.cs</DependentUpon>
565     </EmbeddedResource>
566     <EmbeddedResource Include="Setting\Panel\FontPanel.en.resx">
567       <DependentUpon>FontPanel.cs</DependentUpon>
568     </EmbeddedResource>
569     <EmbeddedResource Include="Setting\Panel\FontPanel.resx">
570       <DependentUpon>FontPanel.cs</DependentUpon>
571     </EmbeddedResource>
572     <EmbeddedResource Include="Setting\Panel\FontPanel2.en.resx">
573       <DependentUpon>FontPanel2.cs</DependentUpon>
574     </EmbeddedResource>
575     <EmbeddedResource Include="Setting\Panel\FontPanel2.resx">
576       <DependentUpon>FontPanel2.cs</DependentUpon>
577     </EmbeddedResource>
578     <EmbeddedResource Include="Setting\Panel\GetCountPanel.en.resx">
579       <DependentUpon>GetCountPanel.cs</DependentUpon>
580     </EmbeddedResource>
581     <EmbeddedResource Include="Setting\Panel\GetCountPanel.resx">
582       <DependentUpon>GetCountPanel.cs</DependentUpon>
583     </EmbeddedResource>
584     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.en.resx">
585       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
586     </EmbeddedResource>
587     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.resx">
588       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
589     </EmbeddedResource>
590     <EmbeddedResource Include="Setting\Panel\NotifyPanel.en.resx">
591       <DependentUpon>NotifyPanel.cs</DependentUpon>
592     </EmbeddedResource>
593     <EmbeddedResource Include="Setting\Panel\NotifyPanel.resx">
594       <DependentUpon>NotifyPanel.cs</DependentUpon>
595     </EmbeddedResource>
596     <EmbeddedResource Include="Setting\Panel\PreviewPanel.en.resx">
597       <DependentUpon>PreviewPanel.cs</DependentUpon>
598     </EmbeddedResource>
599     <EmbeddedResource Include="Setting\Panel\PreviewPanel.resx">
600       <DependentUpon>PreviewPanel.cs</DependentUpon>
601     </EmbeddedResource>
602     <EmbeddedResource Include="Setting\Panel\ProxyPanel.en.resx">
603       <DependentUpon>ProxyPanel.cs</DependentUpon>
604     </EmbeddedResource>
605     <EmbeddedResource Include="Setting\Panel\ProxyPanel.resx">
606       <DependentUpon>ProxyPanel.cs</DependentUpon>
607     </EmbeddedResource>
608     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.en.resx">
609       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
610     </EmbeddedResource>
611     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.resx">
612       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
613     </EmbeddedResource>
614     <EmbeddedResource Include="Setting\Panel\StartupPanel.en.resx">
615       <DependentUpon>StartupPanel.cs</DependentUpon>
616     </EmbeddedResource>
617     <EmbeddedResource Include="Setting\Panel\StartupPanel.resx">
618       <DependentUpon>StartupPanel.cs</DependentUpon>
619     </EmbeddedResource>
620     <EmbeddedResource Include="Setting\Panel\TweetActPanel.en.resx">
621       <DependentUpon>TweetActPanel.cs</DependentUpon>
622     </EmbeddedResource>
623     <EmbeddedResource Include="Setting\Panel\TweetActPanel.resx">
624       <DependentUpon>TweetActPanel.cs</DependentUpon>
625     </EmbeddedResource>
626     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.en.resx">
627       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
628     </EmbeddedResource>
629     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.resx">
630       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
631     </EmbeddedResource>
632     <EmbeddedResource Include="TabsDialog.en.resx">
633       <DependentUpon>TabsDialog.cs</DependentUpon>
634     </EmbeddedResource>
635     <EmbeddedResource Include="TabsDialog.resx">
636       <DependentUpon>TabsDialog.cs</DependentUpon>
637     </EmbeddedResource>
638     <EmbeddedResource Include="TweetThumbnail.en.resx">
639       <DependentUpon>TweetThumbnail.cs</DependentUpon>
640     </EmbeddedResource>
641     <EmbeddedResource Include="TweetThumbnail.resx">
642       <DependentUpon>TweetThumbnail.cs</DependentUpon>
643     </EmbeddedResource>
644     <EmbeddedResource Include="UpdateDialog.en.resx">
645       <DependentUpon>UpdateDialog.cs</DependentUpon>
646     </EmbeddedResource>
647     <EmbeddedResource Include="UpdateDialog.resx">
648       <DependentUpon>UpdateDialog.cs</DependentUpon>
649     </EmbeddedResource>
650     <EmbeddedResource Include="InputTabName.en.resx">
651       <DependentUpon>InputTabName.cs</DependentUpon>
652     </EmbeddedResource>
653     <EmbeddedResource Include="InputTabName.resx">
654       <DependentUpon>InputTabName.cs</DependentUpon>
655     </EmbeddedResource>
656     <EmbeddedResource Include="MyLists.en.resx">
657       <DependentUpon>MyLists.cs</DependentUpon>
658     </EmbeddedResource>
659     <EmbeddedResource Include="MyLists.resx">
660       <DependentUpon>MyLists.cs</DependentUpon>
661     </EmbeddedResource>
662     <EmbeddedResource Include="OpenURL.en.resx">
663       <DependentUpon>OpenURL.cs</DependentUpon>
664     </EmbeddedResource>
665     <EmbeddedResource Include="OpenURL.resx">
666       <DependentUpon>OpenURL.cs</DependentUpon>
667     </EmbeddedResource>
668     <EmbeddedResource Include="Properties\Resources.resx">
669       <Generator>ResXFileCodeGenerator</Generator>
670       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
671       <SubType>Designer</SubType>
672     </EmbeddedResource>
673     <EmbeddedResource Include="Properties\Resources.en.resx">
674       <SubType>Designer</SubType>
675     </EmbeddedResource>
676     <EmbeddedResource Include="SearchWordDialog.en.resx">
677       <DependentUpon>SearchWordDialog.cs</DependentUpon>
678     </EmbeddedResource>
679     <EmbeddedResource Include="SearchWordDialog.resx">
680       <DependentUpon>SearchWordDialog.cs</DependentUpon>
681     </EmbeddedResource>
682     <EmbeddedResource Include="UserInfoDialog.en.resx">
683       <DependentUpon>UserInfoDialog.cs</DependentUpon>
684     </EmbeddedResource>
685     <EmbeddedResource Include="UserInfoDialog.resx">
686       <DependentUpon>UserInfoDialog.cs</DependentUpon>
687     </EmbeddedResource>
688     <EmbeddedResource Include="Tween.en.resx">
689       <DependentUpon>Tween.cs</DependentUpon>
690       <SubType>Designer</SubType>
691     </EmbeddedResource>
692     <EmbeddedResource Include="Tween.resx">
693       <DependentUpon>Tween.cs</DependentUpon>
694       <SubType>Designer</SubType>
695     </EmbeddedResource>
696     <EmbeddedResource Include="TweenAboutBox.en.resx">
697       <DependentUpon>TweenAboutBox.cs</DependentUpon>
698     </EmbeddedResource>
699     <EmbeddedResource Include="TweenAboutBox.resx">
700       <DependentUpon>TweenAboutBox.cs</DependentUpon>
701     </EmbeddedResource>
702   </ItemGroup>
703   <ItemGroup>
704     <None Include="..\LICENSE">
705       <Link>LICENSE</Link>
706       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
707     </None>
708     <None Include="..\LICENSE.GPL-3">
709       <Link>LICENSE.GPL-3</Link>
710       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
711     </None>
712     <None Include="..\LICENSE.ja">
713       <Link>LICENSE.ja</Link>
714       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
715     </None>
716     <None Include="..\LICENSE.LGPL-3">
717       <Link>LICENSE.LGPL-3</Link>
718       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
719     </None>
720     <None Include="app.config" />
721     <None Include="app.manifest">
722       <SubType>Designer</SubType>
723     </None>
724   </ItemGroup>
725   <ItemGroup>
726     <Content Include="Icons\description.txt">
727       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
728     </Content>
729     <Content Include="Resources\3b.ico" />
730     <Content Include="Resources\4b.ico" />
731     <Content Include="Resources\5b.ico" />
732     <Content Include="Resources\5g.ico" />
733     <Content Include="Resources\5r.ico" />
734     <Content Include="Resources\5y.ico" />
735     <Content Include="Resources\6b.ico" />
736     <Content Include="Resources\6g.ico" />
737     <Content Include="Resources\ChangeLog.txt" />
738     <Content Include="Resources\Description.txt" />
739     <Content Include="Resources\InitialImage.png" />
740     <Content Include="Resources\LogoImage.png" />
741     <Content Include="Resources\MultiMediaImage.png" />
742     <None Include="ErrorReport.datasource" />
743     <None Include="Resources\PlayableOverlayImage.png" />
744     <Content Include="Resources\re.ico" />
745     <Content Include="Resources\re2.ico" />
746     <Content Include="Resources\re3.ico" />
747     <Content Include="Resources\re4.ico" />
748   </ItemGroup>
749   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
750   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
751        Other similar extension points exist, see Microsoft.Common.targets.
752   <Target Name="BeforeBuild">
753   </Target>
754   <Target Name="AfterBuild">
755   </Target>
756   -->
757   <Target Name="AfterBuild">
758     <ItemGroup>
759       <SGenTypes Include="OpenTween.SettingAtIdList" />
760       <SGenTypes Include="OpenTween.SettingCommon" />
761       <SGenTypes Include="OpenTween.SettingLocal" />
762       <SGenTypes Include="OpenTween.SettingTabs" />
763     </ItemGroup>
764     <SGen BuildAssemblyName="$(TargetFileName)" BuildAssemblyPath="$(TargetDir)" ShouldGenerateSerializer="true" UseProxyTypes="false" Types="@(SGenTypes)" LogStandardErrorAsError="true" Condition="'$(OS)' == 'Windows_NT'" />
765   </Target>
766 </Project>