OSDN Git Service

EventViewerDialogでイベントをダブルクリックした際に新規タブとしてツイートを開く
[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.Net.Http.WebRequest" />
55     <Reference Include="System.Runtime.Serialization" />
56     <Reference Include="System.Web" />
57     <Reference Include="System.Windows.Forms" />
58     <Reference Include="System.Xml.Linq" />
59     <Reference Include="System.Data.DataSetExtensions" />
60     <Reference Include="Microsoft.CSharp" />
61     <Reference Include="System.Data" />
62     <Reference Include="System.Xml" />
63   </ItemGroup>
64   <ItemGroup>
65     <Compile Include="ApiInfoDialog.cs">
66       <SubType>Form</SubType>
67     </Compile>
68     <Compile Include="ApiInfoDialog.Designer.cs">
69       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
70     </Compile>
71     <Compile Include="Api\ApiLimit.cs" />
72     <Compile Include="Api\BitlyApi.cs" />
73     <Compile Include="Api\DataModel\GeoJson.cs" />
74     <Compile Include="Api\DataModel\TwitterConfiguration.cs" />
75     <Compile Include="Api\DataModel\TwitterEntity.cs" />
76     <Compile Include="Api\DataModel\TwitterError.cs" />
77     <Compile Include="Api\DataModel\TwitterFriendship.cs" />
78     <Compile Include="Api\DataModel\TwitterList.cs" />
79     <Compile Include="Api\DataModel\TwitterPageable.cs">
80       <SubType>Code</SubType>
81     </Compile>
82     <Compile Include="Api\DataModel\TwitterPlace.cs" />
83     <Compile Include="Api\DataModel\TwitterRateLimits.cs" />
84     <Compile Include="Api\DataModel\TwitterSearchResult.cs" />
85     <Compile Include="Api\DataModel\TwitterStatus.cs" />
86     <Compile Include="Api\DataModel\TwitterStreamEvent.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\MicrosoftTranslatorApi.cs" />
91     <Compile Include="Api\TwitterApi.cs" />
92     <Compile Include="Api\TwitterApiException.cs" />
93     <Compile Include="Api\TwitterApiStatus.cs" />
94     <Compile Include="ApplicationEvents.cs">
95       <SubType>Code</SubType>
96     </Compile>
97     <Compile Include="ApplicationSettings.cs" />
98     <Compile Include="AtIdSupplement.cs">
99       <SubType>Form</SubType>
100     </Compile>
101     <Compile Include="AtIdSupplement.Designer.cs">
102       <DependentUpon>AtIdSupplement.cs</DependentUpon>
103     </Compile>
104     <Compile Include="AppendSettingDialog.cs">
105       <SubType>Form</SubType>
106     </Compile>
107     <Compile Include="AppendSettingDialog.Designer.cs">
108       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
109     </Compile>
110     <Compile Include="AuthDialog.cs">
111       <SubType>Form</SubType>
112     </Compile>
113     <Compile Include="AuthDialog.Designer.cs">
114       <DependentUpon>AuthDialog.cs</DependentUpon>
115     </Compile>
116     <Compile Include="Bing.cs" />
117     <Compile Include="Connection\IApiConnection.cs" />
118     <Compile Include="Connection\IMediaUploadService.cs" />
119     <Compile Include="Connection\imgly.cs" />
120     <Compile Include="Connection\Imgur.cs" />
121     <Compile Include="Connection\LazyJson.cs" />
122     <Compile Include="Connection\Mobypicture.cs" />
123     <Compile Include="Connection\Networking.cs" />
124     <Compile Include="Connection\OAuthEchoHandler.cs" />
125     <Compile Include="Connection\OAuthHandler.cs" />
126     <Compile Include="Connection\OAuthUtility.cs" />
127     <Compile Include="Connection\TwipplePhoto.cs" />
128     <Compile Include="Connection\TwitterApiConnection.cs" />
129     <Compile Include="EmojiFormatter.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\TabModel.cs" />
166     <Compile Include="Models\TabInformations.cs" />
167     <Compile Include="Models\TabUsageTypeExt.cs" />
168     <Compile Include="Models\UserTimelineTabModel.cs" />
169     <Compile Include="MouseWheelMessageFilter.cs" />
170     <Compile Include="NotifyPropertyChangedBase.cs" />
171     <Compile Include="ReaderWriterLockTransaction.cs" />
172     <Compile Include="SendErrorReportForm.cs">
173       <SubType>Form</SubType>
174     </Compile>
175     <Compile Include="SendErrorReportForm.Designer.cs">
176       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
177     </Compile>
178     <Compile Include="Setting\SettingManager.cs" />
179     <Compile Include="ShortcutCommand.cs" />
180     <Compile Include="Thumbnail\Services\PbsTwimgCom.cs" />
181     <Compile Include="TweetDetailsView.cs">
182       <SubType>UserControl</SubType>
183     </Compile>
184     <Compile Include="TweetDetailsView.Designer.cs">
185       <DependentUpon>TweetDetailsView.cs</DependentUpon>
186     </Compile>
187     <Compile Include="TweetExtractor.cs" />
188     <Compile Include="ValueTuple.cs" />
189     <Compile Include="WaitingDialog.cs">
190       <SubType>Form</SubType>
191     </Compile>
192     <Compile Include="WaitingDialog.Designer.cs">
193       <DependentUpon>WaitingDialog.cs</DependentUpon>
194     </Compile>
195     <Compile Include="InputDialog.cs">
196       <SubType>Form</SubType>
197     </Compile>
198     <Compile Include="InputDialog.Designer.cs">
199       <DependentUpon>InputDialog.cs</DependentUpon>
200     </Compile>
201     <Compile Include="MediaSelector.cs">
202       <SubType>UserControl</SubType>
203     </Compile>
204     <Compile Include="MediaSelector.Designer.cs">
205       <DependentUpon>MediaSelector.cs</DependentUpon>
206     </Compile>
207     <Compile Include="NativeMethods.cs">
208       <SubType>Code</SubType>
209     </Compile>
210     <Compile Include="OTBaseForm.cs">
211       <SubType>Form</SubType>
212     </Compile>
213     <Compile Include="OTSplitContainer.cs">
214       <SubType>Component</SubType>
215     </Compile>
216     <Compile Include="Models\PostFilterRule.cs" />
217     <Compile Include="HashtagManage.cs">
218       <SubType>Form</SubType>
219     </Compile>
220     <Compile Include="HashtagManage.Designer.cs">
221       <DependentUpon>HashtagManage.cs</DependentUpon>
222     </Compile>
223     <Compile Include="ImageCache.cs" />
224     <Compile Include="ListAvailable.cs">
225       <SubType>Form</SubType>
226     </Compile>
227     <Compile Include="ListAvailable.Designer.cs">
228       <DependentUpon>ListAvailable.cs</DependentUpon>
229     </Compile>
230     <Compile Include="ListManage.cs">
231       <SubType>Form</SubType>
232     </Compile>
233     <Compile Include="ListManage.Designer.cs">
234       <DependentUpon>ListManage.cs</DependentUpon>
235     </Compile>
236     <Compile Include="Connection\TwitterPhoto.cs" />
237     <Compile Include="Connection\yfrog.cs" />
238     <Compile Include="DetailsListView.cs">
239       <SubType>Component</SubType>
240     </Compile>
241     <Compile Include="LRUCacheDictionary.cs" />
242     <Compile Include="MemoryImage.cs" />
243     <Compile Include="OTPictureBox.cs">
244       <SubType>Component</SubType>
245     </Compile>
246     <Compile Include="RegexAsync.cs" />
247     <Compile Include="Setting\Panel\ActionPanel.cs">
248       <SubType>UserControl</SubType>
249     </Compile>
250     <Compile Include="Setting\Panel\ActionPanel.Designer.cs">
251       <DependentUpon>ActionPanel.cs</DependentUpon>
252     </Compile>
253     <Compile Include="Setting\Panel\BasedPanel.cs">
254       <SubType>UserControl</SubType>
255     </Compile>
256     <Compile Include="Setting\Panel\BasedPanel.Designer.cs">
257       <DependentUpon>BasedPanel.cs</DependentUpon>
258     </Compile>
259     <Compile Include="Setting\Panel\ConnectionPanel.cs">
260       <SubType>UserControl</SubType>
261     </Compile>
262     <Compile Include="Setting\Panel\ConnectionPanel.Designer.cs">
263       <DependentUpon>ConnectionPanel.cs</DependentUpon>
264     </Compile>
265     <Compile Include="Setting\Panel\CooperatePanel.cs">
266       <SubType>UserControl</SubType>
267     </Compile>
268     <Compile Include="Setting\Panel\CooperatePanel.Designer.cs">
269       <DependentUpon>CooperatePanel.cs</DependentUpon>
270     </Compile>
271     <Compile Include="Setting\Panel\FontPanel.cs">
272       <SubType>UserControl</SubType>
273     </Compile>
274     <Compile Include="Setting\Panel\FontPanel.Designer.cs">
275       <DependentUpon>FontPanel.cs</DependentUpon>
276     </Compile>
277     <Compile Include="Setting\Panel\FontPanel2.cs">
278       <SubType>UserControl</SubType>
279     </Compile>
280     <Compile Include="Setting\Panel\FontPanel2.Designer.cs">
281       <DependentUpon>FontPanel2.cs</DependentUpon>
282     </Compile>
283     <Compile Include="Setting\Panel\GetCountPanel.cs">
284       <SubType>UserControl</SubType>
285     </Compile>
286     <Compile Include="Setting\Panel\GetCountPanel.Designer.cs">
287       <DependentUpon>GetCountPanel.cs</DependentUpon>
288     </Compile>
289     <Compile Include="Setting\Panel\GetPeriodPanel.cs">
290       <SubType>UserControl</SubType>
291     </Compile>
292     <Compile Include="Setting\Panel\GetPeriodPanel.Designer.cs">
293       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
294     </Compile>
295     <Compile Include="Setting\Panel\NotifyPanel.cs">
296       <SubType>UserControl</SubType>
297     </Compile>
298     <Compile Include="Setting\Panel\NotifyPanel.Designer.cs">
299       <DependentUpon>NotifyPanel.cs</DependentUpon>
300     </Compile>
301     <Compile Include="Setting\Panel\PreviewPanel.cs">
302       <SubType>UserControl</SubType>
303     </Compile>
304     <Compile Include="Setting\Panel\PreviewPanel.Designer.cs">
305       <DependentUpon>PreviewPanel.cs</DependentUpon>
306     </Compile>
307     <Compile Include="Setting\Panel\ProxyPanel.cs">
308       <SubType>UserControl</SubType>
309     </Compile>
310     <Compile Include="Setting\Panel\ProxyPanel.Designer.cs">
311       <DependentUpon>ProxyPanel.cs</DependentUpon>
312     </Compile>
313     <Compile Include="Setting\Panel\SettingPanelBase.cs">
314       <SubType>UserControl</SubType>
315     </Compile>
316     <Compile Include="Setting\Panel\SettingPanelBase.Designer.cs">
317       <DependentUpon>SettingPanelBase.cs</DependentUpon>
318     </Compile>
319     <Compile Include="Setting\Panel\ShortUrlPanel.cs">
320       <SubType>UserControl</SubType>
321     </Compile>
322     <Compile Include="Setting\Panel\ShortUrlPanel.Designer.cs">
323       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
324     </Compile>
325     <Compile Include="Setting\Panel\StartupPanel.cs">
326       <SubType>UserControl</SubType>
327     </Compile>
328     <Compile Include="Setting\Panel\StartupPanel.Designer.cs">
329       <DependentUpon>StartupPanel.cs</DependentUpon>
330     </Compile>
331     <Compile Include="Setting\Panel\TweetActPanel.cs">
332       <SubType>UserControl</SubType>
333     </Compile>
334     <Compile Include="Setting\Panel\TweetActPanel.Designer.cs">
335       <DependentUpon>TweetActPanel.cs</DependentUpon>
336     </Compile>
337     <Compile Include="Setting\Panel\TweetPrvPanel.cs">
338       <SubType>UserControl</SubType>
339     </Compile>
340     <Compile Include="Setting\Panel\TweetPrvPanel.Designer.cs">
341       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
342     </Compile>
343     <Compile Include="TabException.cs" />
344     <Compile Include="TabsDialog.cs">
345       <SubType>Form</SubType>
346     </Compile>
347     <Compile Include="TabsDialog.Designer.cs">
348       <DependentUpon>TabsDialog.cs</DependentUpon>
349     </Compile>
350     <Compile Include="Thumbnail\Services\FoursquareCheckin.cs" />
351     <Compile Include="Thumbnail\Services\ImgAzyobuziNet.cs" />
352     <Compile Include="Thumbnail\Services\IThumbnailService.cs" />
353     <Compile Include="Thumbnail\Services\MetaThumbnailService.cs" />
354     <Compile Include="Thumbnail\Services\Nicovideo.cs" />
355     <Compile Include="Thumbnail\Services\Pixiv.cs" />
356     <Compile Include="Thumbnail\Services\SimpleThumbnailService.cs" />
357     <Compile Include="Thumbnail\Services\Tinami.cs" />
358     <Compile Include="Thumbnail\Services\TonTwitterCom.cs" />
359     <Compile Include="Thumbnail\Services\Tumblr.cs" />
360     <Compile Include="Thumbnail\Services\TwitterComVideo.cs" />
361     <Compile Include="Thumbnail\Services\ViaMe.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>