OSDN Git Service

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