OSDN Git Service

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