OSDN Git Service

PostStatusParamsのクラス名とソースコードのファイル名が一致していない箇所を修正
[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\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\MicrosoftTranslatorApi.cs" />
92     <Compile Include="Api\TwitterApi.cs" />
93     <Compile Include="Api\TwitterApiException.cs" />
94     <Compile Include="Api\TwitterApiStatus.cs" />
95     <Compile Include="ApplicationEvents.cs">
96       <SubType>Code</SubType>
97     </Compile>
98     <Compile Include="ApplicationSettings.cs" />
99     <Compile Include="AtIdSupplement.cs">
100       <SubType>Form</SubType>
101     </Compile>
102     <Compile Include="AtIdSupplement.Designer.cs">
103       <DependentUpon>AtIdSupplement.cs</DependentUpon>
104     </Compile>
105     <Compile Include="AppendSettingDialog.cs">
106       <SubType>Form</SubType>
107     </Compile>
108     <Compile Include="AppendSettingDialog.Designer.cs">
109       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
110     </Compile>
111     <Compile Include="AuthDialog.cs">
112       <SubType>Form</SubType>
113     </Compile>
114     <Compile Include="AuthDialog.Designer.cs">
115       <DependentUpon>AuthDialog.cs</DependentUpon>
116     </Compile>
117     <Compile Include="Bing.cs" />
118     <Compile Include="Connection\IApiConnection.cs" />
119     <Compile Include="Connection\IMediaUploadService.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\TwitterApiConnection.cs" />
128     <Compile Include="EmojiFormatter.cs" />
129     <Compile Include="EventViewerDialog.cs">
130       <SubType>Form</SubType>
131     </Compile>
132     <Compile Include="EventViewerDialog.Designer.cs">
133       <DependentUpon>EventViewerDialog.cs</DependentUpon>
134     </Compile>
135     <Compile Include="Extensions.cs" />
136     <Compile Include="FilterDialog.cs">
137       <SubType>Form</SubType>
138     </Compile>
139     <Compile Include="FilterDialog.Designer.cs">
140       <DependentUpon>FilterDialog.cs</DependentUpon>
141     </Compile>
142     <Compile Include="IndexedSortedSet.cs" />
143     <Compile Include="LoginDialog.cs">
144       <SubType>Form</SubType>
145     </Compile>
146     <Compile Include="LoginDialog.Designer.cs">
147       <DependentUpon>LoginDialog.cs</DependentUpon>
148     </Compile>
149     <Compile Include="MediaItem.cs" />
150     <Compile Include="Models\ComparerMode.cs" />
151     <Compile Include="Models\DirectMessagesTabModel.cs" />
152     <Compile Include="Models\FavoritesTabModel.cs" />
153     <Compile Include="Models\FilterTabModel.cs" />
154     <Compile Include="Models\HomeTabModel.cs" />
155     <Compile Include="Models\InternalStorageTabModel.cs" />
156     <Compile Include="Models\ListTimelineTabModel.cs" />
157     <Compile Include="Models\LocalSearchTabModel.cs" />
158     <Compile Include="Models\MediaInfo.cs" />
159     <Compile Include="Models\MentionsTabModel.cs" />
160     <Compile Include="Models\MuteTabModel.cs" />
161     <Compile Include="Models\PostClass.cs" />
162     <Compile Include="Models\PublicSearchTabModel.cs" />
163     <Compile Include="Models\RelatedPostsTabModel.cs" />
164     <Compile Include="Models\TabModel.cs" />
165     <Compile Include="Models\TabInformations.cs" />
166     <Compile Include="Models\TabUsageTypeExt.cs" />
167     <Compile Include="Models\UserTimelineTabModel.cs" />
168     <Compile Include="MouseWheelMessageFilter.cs" />
169     <Compile Include="NotifyPropertyChangedBase.cs" />
170     <Compile Include="PostStatusParams.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="DetailsListView.cs">
238       <SubType>Component</SubType>
239     </Compile>
240     <Compile Include="LRUCacheDictionary.cs" />
241     <Compile Include="MemoryImage.cs" />
242     <Compile Include="OTPictureBox.cs">
243       <SubType>Component</SubType>
244     </Compile>
245     <Compile Include="RegexAsync.cs" />
246     <Compile Include="Setting\Panel\ActionPanel.cs">
247       <SubType>UserControl</SubType>
248     </Compile>
249     <Compile Include="Setting\Panel\ActionPanel.Designer.cs">
250       <DependentUpon>ActionPanel.cs</DependentUpon>
251     </Compile>
252     <Compile Include="Setting\Panel\BasedPanel.cs">
253       <SubType>UserControl</SubType>
254     </Compile>
255     <Compile Include="Setting\Panel\BasedPanel.Designer.cs">
256       <DependentUpon>BasedPanel.cs</DependentUpon>
257     </Compile>
258     <Compile Include="Setting\Panel\ConnectionPanel.cs">
259       <SubType>UserControl</SubType>
260     </Compile>
261     <Compile Include="Setting\Panel\ConnectionPanel.Designer.cs">
262       <DependentUpon>ConnectionPanel.cs</DependentUpon>
263     </Compile>
264     <Compile Include="Setting\Panel\CooperatePanel.cs">
265       <SubType>UserControl</SubType>
266     </Compile>
267     <Compile Include="Setting\Panel\CooperatePanel.Designer.cs">
268       <DependentUpon>CooperatePanel.cs</DependentUpon>
269     </Compile>
270     <Compile Include="Setting\Panel\FontPanel.cs">
271       <SubType>UserControl</SubType>
272     </Compile>
273     <Compile Include="Setting\Panel\FontPanel.Designer.cs">
274       <DependentUpon>FontPanel.cs</DependentUpon>
275     </Compile>
276     <Compile Include="Setting\Panel\FontPanel2.cs">
277       <SubType>UserControl</SubType>
278     </Compile>
279     <Compile Include="Setting\Panel\FontPanel2.Designer.cs">
280       <DependentUpon>FontPanel2.cs</DependentUpon>
281     </Compile>
282     <Compile Include="Setting\Panel\GetCountPanel.cs">
283       <SubType>UserControl</SubType>
284     </Compile>
285     <Compile Include="Setting\Panel\GetCountPanel.Designer.cs">
286       <DependentUpon>GetCountPanel.cs</DependentUpon>
287     </Compile>
288     <Compile Include="Setting\Panel\GetPeriodPanel.cs">
289       <SubType>UserControl</SubType>
290     </Compile>
291     <Compile Include="Setting\Panel\GetPeriodPanel.Designer.cs">
292       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
293     </Compile>
294     <Compile Include="Setting\Panel\NotifyPanel.cs">
295       <SubType>UserControl</SubType>
296     </Compile>
297     <Compile Include="Setting\Panel\NotifyPanel.Designer.cs">
298       <DependentUpon>NotifyPanel.cs</DependentUpon>
299     </Compile>
300     <Compile Include="Setting\Panel\PreviewPanel.cs">
301       <SubType>UserControl</SubType>
302     </Compile>
303     <Compile Include="Setting\Panel\PreviewPanel.Designer.cs">
304       <DependentUpon>PreviewPanel.cs</DependentUpon>
305     </Compile>
306     <Compile Include="Setting\Panel\ProxyPanel.cs">
307       <SubType>UserControl</SubType>
308     </Compile>
309     <Compile Include="Setting\Panel\ProxyPanel.Designer.cs">
310       <DependentUpon>ProxyPanel.cs</DependentUpon>
311     </Compile>
312     <Compile Include="Setting\Panel\SettingPanelBase.cs">
313       <SubType>UserControl</SubType>
314     </Compile>
315     <Compile Include="Setting\Panel\SettingPanelBase.Designer.cs">
316       <DependentUpon>SettingPanelBase.cs</DependentUpon>
317     </Compile>
318     <Compile Include="Setting\Panel\ShortUrlPanel.cs">
319       <SubType>UserControl</SubType>
320     </Compile>
321     <Compile Include="Setting\Panel\ShortUrlPanel.Designer.cs">
322       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
323     </Compile>
324     <Compile Include="Setting\Panel\StartupPanel.cs">
325       <SubType>UserControl</SubType>
326     </Compile>
327     <Compile Include="Setting\Panel\StartupPanel.Designer.cs">
328       <DependentUpon>StartupPanel.cs</DependentUpon>
329     </Compile>
330     <Compile Include="Setting\Panel\TweetActPanel.cs">
331       <SubType>UserControl</SubType>
332     </Compile>
333     <Compile Include="Setting\Panel\TweetActPanel.Designer.cs">
334       <DependentUpon>TweetActPanel.cs</DependentUpon>
335     </Compile>
336     <Compile Include="Setting\Panel\TweetPrvPanel.cs">
337       <SubType>UserControl</SubType>
338     </Compile>
339     <Compile Include="Setting\Panel\TweetPrvPanel.Designer.cs">
340       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
341     </Compile>
342     <Compile Include="TabException.cs" />
343     <Compile Include="TabsDialog.cs">
344       <SubType>Form</SubType>
345     </Compile>
346     <Compile Include="TabsDialog.Designer.cs">
347       <DependentUpon>TabsDialog.cs</DependentUpon>
348     </Compile>
349     <Compile Include="Thumbnail\Services\FoursquareCheckin.cs" />
350     <Compile Include="Thumbnail\Services\ImgAzyobuziNet.cs" />
351     <Compile Include="Thumbnail\Services\IThumbnailService.cs" />
352     <Compile Include="Thumbnail\Services\MetaThumbnailService.cs" />
353     <Compile Include="Thumbnail\Services\Nicovideo.cs" />
354     <Compile Include="Thumbnail\Services\Pixiv.cs" />
355     <Compile Include="Thumbnail\Services\SimpleThumbnailService.cs" />
356     <Compile Include="Thumbnail\Services\Tinami.cs" />
357     <Compile Include="Thumbnail\Services\TonTwitterCom.cs" />
358     <Compile Include="Thumbnail\Services\Tumblr.cs" />
359     <Compile Include="Thumbnail\Services\TwitterComVideo.cs" />
360     <Compile Include="Thumbnail\Services\ViaMe.cs" />
361     <Compile Include="Thumbnail\Services\Vimeo.cs" />
362     <Compile Include="Thumbnail\Services\Youtube.cs" />
363     <Compile Include="Thumbnail\ThumbnailGenerator.cs" />
364     <Compile Include="Thumbnail\ThumbnailInfo.cs" />
365     <Compile Include="TweetFormatter.cs" />
366     <Compile Include="TweetThumbnail.cs">
367       <SubType>UserControl</SubType>
368     </Compile>
369     <Compile Include="TweetThumbnail.Designer.cs">
370       <DependentUpon>TweetThumbnail.cs</DependentUpon>
371     </Compile>
372     <Compile Include="UpdateDialog.cs">
373       <SubType>Form</SubType>
374     </Compile>
375     <Compile Include="UpdateDialog.Designer.cs">
376       <DependentUpon>UpdateDialog.cs</DependentUpon>
377     </Compile>
378     <Compile Include="Growl.cs" />
379     <Compile Include="HookGlobalHotkey.cs" />
380     <Compile Include="InputTabName.cs">
381       <SubType>Form</SubType>
382     </Compile>
383     <Compile Include="InputTabName.Designer.cs">
384       <DependentUpon>InputTabName.cs</DependentUpon>
385     </Compile>
386     <Compile Include="Thumbnail\MapThumbGoogle.cs" />
387     <Compile Include="Thumbnail\MapThumb.cs" />
388     <Compile Include="Thumbnail\MapThumbOSM.cs" />
389     <Compile Include="ListElement.cs" />
390     <Compile Include="ImageListViewItem.cs" />
391     <Compile Include="MyCommon.cs" />
392     <Compile Include="MyLists.cs">
393       <SubType>Form</SubType>
394     </Compile>
395     <Compile Include="MyLists.Designer.cs">
396       <DependentUpon>MyLists.cs</DependentUpon>
397     </Compile>
398     <Compile Include="nicoms.cs" />
399     <Compile Include="OpenURL.cs">
400       <SubType>Form</SubType>
401     </Compile>
402     <Compile Include="OpenURL.Designer.cs">
403       <DependentUpon>OpenURL.cs</DependentUpon>
404     </Compile>
405     <Compile Include="Properties\AssemblyInfo.cs" />
406     <Compile Include="Properties\Resources.Designer.cs">
407       <AutoGen>True</AutoGen>
408       <DesignTime>True</DesignTime>
409       <DependentUpon>Resources.resx</DependentUpon>
410     </Compile>
411     <Compile Include="SearchWordDialog.cs">
412       <SubType>Form</SubType>
413     </Compile>
414     <Compile Include="SearchWordDialog.Designer.cs">
415       <DependentUpon>SearchWordDialog.cs</DependentUpon>
416     </Compile>
417     <Compile Include="Setting\SettingAtIdList.cs" />
418     <Compile Include="Setting\SettingBase.cs" />
419     <Compile Include="Setting\SettingCommon.cs" />
420     <Compile Include="Setting\SettingTabs.cs" />
421     <Compile Include="Setting\SettingLocal.cs" />
422     <Compile Include="ShortUrl.cs" />
423     <Compile Include="UserInfoDialog.cs">
424       <SubType>Form</SubType>
425     </Compile>
426     <Compile Include="UserInfoDialog.Designer.cs">
427       <DependentUpon>UserInfoDialog.cs</DependentUpon>
428     </Compile>
429     <Compile Include="ToolStripAPIGauge.cs">
430       <SubType>Component</SubType>
431     </Compile>
432     <Compile Include="Tween.cs">
433       <SubType>Form</SubType>
434     </Compile>
435     <Compile Include="Tween.Designer.cs">
436       <DependentUpon>Tween.cs</DependentUpon>
437     </Compile>
438     <Compile Include="TweenAboutBox.cs">
439       <SubType>Form</SubType>
440     </Compile>
441     <Compile Include="TweenAboutBox.Designer.cs">
442       <DependentUpon>TweenAboutBox.cs</DependentUpon>
443     </Compile>
444     <Compile Include="ToolStripLabelHistory.cs">
445       <SubType>Component</SubType>
446     </Compile>
447     <Compile Include="Twitter.cs" />
448     <Compile Include="UserInfo.cs" />
449     <Compile Include="WebApiException.cs" />
450     <Compile Include="WebBrowserController.cs" />
451     <Compile Include="ControlTransaction.cs" />
452   </ItemGroup>
453   <ItemGroup>
454     <EmbeddedResource Include="ApiInfoDialog.resx">
455       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
456     </EmbeddedResource>
457     <EmbeddedResource Include="AuthDialog.en.resx">
458       <DependentUpon>AuthDialog.cs</DependentUpon>
459     </EmbeddedResource>
460     <EmbeddedResource Include="AuthDialog.resx">
461       <DependentUpon>AuthDialog.cs</DependentUpon>
462     </EmbeddedResource>
463     <EmbeddedResource Include="EventViewerDialog.en.resx">
464       <DependentUpon>EventViewerDialog.cs</DependentUpon>
465     </EmbeddedResource>
466     <EmbeddedResource Include="EventViewerDialog.resx">
467       <DependentUpon>EventViewerDialog.cs</DependentUpon>
468     </EmbeddedResource>
469     <EmbeddedResource Include="FilterDialog.en.resx">
470       <DependentUpon>FilterDialog.cs</DependentUpon>
471     </EmbeddedResource>
472     <EmbeddedResource Include="FilterDialog.resx">
473       <DependentUpon>FilterDialog.cs</DependentUpon>
474     </EmbeddedResource>
475     <EmbeddedResource Include="HashtagManage.en.resx">
476       <DependentUpon>HashtagManage.cs</DependentUpon>
477     </EmbeddedResource>
478     <EmbeddedResource Include="HashtagManage.resx">
479       <DependentUpon>HashtagManage.cs</DependentUpon>
480     </EmbeddedResource>
481     <EmbeddedResource Include="InputDialog.en.resx">
482       <DependentUpon>InputDialog.cs</DependentUpon>
483     </EmbeddedResource>
484     <EmbeddedResource Include="InputDialog.resx">
485       <DependentUpon>InputDialog.cs</DependentUpon>
486     </EmbeddedResource>
487     <EmbeddedResource Include="ListAvailable.resx">
488       <DependentUpon>ListAvailable.cs</DependentUpon>
489     </EmbeddedResource>
490     <EmbeddedResource Include="ListAvailable.en.resx">
491       <DependentUpon>ListAvailable.cs</DependentUpon>
492     </EmbeddedResource>
493     <EmbeddedResource Include="ListManage.en.resx">
494       <DependentUpon>ListManage.cs</DependentUpon>
495     </EmbeddedResource>
496     <EmbeddedResource Include="ListManage.resx">
497       <DependentUpon>ListManage.cs</DependentUpon>
498     </EmbeddedResource>
499     <EmbeddedResource Include="AtIdSupplement.en.resx">
500       <DependentUpon>AtIdSupplement.cs</DependentUpon>
501     </EmbeddedResource>
502     <EmbeddedResource Include="AtIdSupplement.resx">
503       <DependentUpon>AtIdSupplement.cs</DependentUpon>
504     </EmbeddedResource>
505     <EmbeddedResource Include="AppendSettingDialog.en.resx">
506       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
507       <SubType>Designer</SubType>
508     </EmbeddedResource>
509     <EmbeddedResource Include="AppendSettingDialog.resx">
510       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
511       <SubType>Designer</SubType>
512     </EmbeddedResource>
513     <EmbeddedResource Include="LoginDialog.en.resx">
514       <DependentUpon>LoginDialog.cs</DependentUpon>
515     </EmbeddedResource>
516     <EmbeddedResource Include="LoginDialog.resx">
517       <DependentUpon>LoginDialog.cs</DependentUpon>
518     </EmbeddedResource>
519     <EmbeddedResource Include="MediaSelector.en.resx">
520       <DependentUpon>MediaSelector.cs</DependentUpon>
521     </EmbeddedResource>
522     <EmbeddedResource Include="MediaSelector.resx">
523       <DependentUpon>MediaSelector.cs</DependentUpon>
524     </EmbeddedResource>
525     <EmbeddedResource Include="SendErrorReportForm.en.resx">
526       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
527     </EmbeddedResource>
528     <EmbeddedResource Include="SendErrorReportForm.resx">
529       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
530     </EmbeddedResource>
531     <EmbeddedResource Include="TweetDetailsView.en.resx">
532       <DependentUpon>TweetDetailsView.cs</DependentUpon>
533       <SubType>Designer</SubType>
534     </EmbeddedResource>
535     <EmbeddedResource Include="TweetDetailsView.resx">
536       <DependentUpon>TweetDetailsView.cs</DependentUpon>
537     </EmbeddedResource>
538     <EmbeddedResource Include="WaitingDialog.resx">
539       <DependentUpon>WaitingDialog.cs</DependentUpon>
540     </EmbeddedResource>
541     <EmbeddedResource Include="Setting\Panel\ActionPanel.en.resx">
542       <DependentUpon>ActionPanel.cs</DependentUpon>
543     </EmbeddedResource>
544     <EmbeddedResource Include="Setting\Panel\ActionPanel.resx">
545       <DependentUpon>ActionPanel.cs</DependentUpon>
546     </EmbeddedResource>
547     <EmbeddedResource Include="Setting\Panel\BasedPanel.en.resx">
548       <DependentUpon>BasedPanel.cs</DependentUpon>
549     </EmbeddedResource>
550     <EmbeddedResource Include="Setting\Panel\BasedPanel.resx">
551       <DependentUpon>BasedPanel.cs</DependentUpon>
552     </EmbeddedResource>
553     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.en.resx">
554       <DependentUpon>ConnectionPanel.cs</DependentUpon>
555     </EmbeddedResource>
556     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.resx">
557       <DependentUpon>ConnectionPanel.cs</DependentUpon>
558     </EmbeddedResource>
559     <EmbeddedResource Include="Setting\Panel\CooperatePanel.en.resx">
560       <DependentUpon>CooperatePanel.cs</DependentUpon>
561     </EmbeddedResource>
562     <EmbeddedResource Include="Setting\Panel\CooperatePanel.resx">
563       <DependentUpon>CooperatePanel.cs</DependentUpon>
564     </EmbeddedResource>
565     <EmbeddedResource Include="Setting\Panel\FontPanel.en.resx">
566       <DependentUpon>FontPanel.cs</DependentUpon>
567     </EmbeddedResource>
568     <EmbeddedResource Include="Setting\Panel\FontPanel.resx">
569       <DependentUpon>FontPanel.cs</DependentUpon>
570     </EmbeddedResource>
571     <EmbeddedResource Include="Setting\Panel\FontPanel2.en.resx">
572       <DependentUpon>FontPanel2.cs</DependentUpon>
573     </EmbeddedResource>
574     <EmbeddedResource Include="Setting\Panel\FontPanel2.resx">
575       <DependentUpon>FontPanel2.cs</DependentUpon>
576     </EmbeddedResource>
577     <EmbeddedResource Include="Setting\Panel\GetCountPanel.en.resx">
578       <DependentUpon>GetCountPanel.cs</DependentUpon>
579     </EmbeddedResource>
580     <EmbeddedResource Include="Setting\Panel\GetCountPanel.resx">
581       <DependentUpon>GetCountPanel.cs</DependentUpon>
582     </EmbeddedResource>
583     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.en.resx">
584       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
585     </EmbeddedResource>
586     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.resx">
587       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
588     </EmbeddedResource>
589     <EmbeddedResource Include="Setting\Panel\NotifyPanel.en.resx">
590       <DependentUpon>NotifyPanel.cs</DependentUpon>
591     </EmbeddedResource>
592     <EmbeddedResource Include="Setting\Panel\NotifyPanel.resx">
593       <DependentUpon>NotifyPanel.cs</DependentUpon>
594     </EmbeddedResource>
595     <EmbeddedResource Include="Setting\Panel\PreviewPanel.en.resx">
596       <DependentUpon>PreviewPanel.cs</DependentUpon>
597     </EmbeddedResource>
598     <EmbeddedResource Include="Setting\Panel\PreviewPanel.resx">
599       <DependentUpon>PreviewPanel.cs</DependentUpon>
600     </EmbeddedResource>
601     <EmbeddedResource Include="Setting\Panel\ProxyPanel.en.resx">
602       <DependentUpon>ProxyPanel.cs</DependentUpon>
603     </EmbeddedResource>
604     <EmbeddedResource Include="Setting\Panel\ProxyPanel.resx">
605       <DependentUpon>ProxyPanel.cs</DependentUpon>
606     </EmbeddedResource>
607     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.en.resx">
608       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
609     </EmbeddedResource>
610     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.resx">
611       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
612     </EmbeddedResource>
613     <EmbeddedResource Include="Setting\Panel\StartupPanel.en.resx">
614       <DependentUpon>StartupPanel.cs</DependentUpon>
615     </EmbeddedResource>
616     <EmbeddedResource Include="Setting\Panel\StartupPanel.resx">
617       <DependentUpon>StartupPanel.cs</DependentUpon>
618     </EmbeddedResource>
619     <EmbeddedResource Include="Setting\Panel\TweetActPanel.en.resx">
620       <DependentUpon>TweetActPanel.cs</DependentUpon>
621     </EmbeddedResource>
622     <EmbeddedResource Include="Setting\Panel\TweetActPanel.resx">
623       <DependentUpon>TweetActPanel.cs</DependentUpon>
624     </EmbeddedResource>
625     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.en.resx">
626       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
627     </EmbeddedResource>
628     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.resx">
629       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
630     </EmbeddedResource>
631     <EmbeddedResource Include="TabsDialog.en.resx">
632       <DependentUpon>TabsDialog.cs</DependentUpon>
633     </EmbeddedResource>
634     <EmbeddedResource Include="TabsDialog.resx">
635       <DependentUpon>TabsDialog.cs</DependentUpon>
636     </EmbeddedResource>
637     <EmbeddedResource Include="TweetThumbnail.en.resx">
638       <DependentUpon>TweetThumbnail.cs</DependentUpon>
639     </EmbeddedResource>
640     <EmbeddedResource Include="TweetThumbnail.resx">
641       <DependentUpon>TweetThumbnail.cs</DependentUpon>
642     </EmbeddedResource>
643     <EmbeddedResource Include="UpdateDialog.en.resx">
644       <DependentUpon>UpdateDialog.cs</DependentUpon>
645     </EmbeddedResource>
646     <EmbeddedResource Include="UpdateDialog.resx">
647       <DependentUpon>UpdateDialog.cs</DependentUpon>
648     </EmbeddedResource>
649     <EmbeddedResource Include="InputTabName.en.resx">
650       <DependentUpon>InputTabName.cs</DependentUpon>
651     </EmbeddedResource>
652     <EmbeddedResource Include="InputTabName.resx">
653       <DependentUpon>InputTabName.cs</DependentUpon>
654     </EmbeddedResource>
655     <EmbeddedResource Include="MyLists.en.resx">
656       <DependentUpon>MyLists.cs</DependentUpon>
657     </EmbeddedResource>
658     <EmbeddedResource Include="MyLists.resx">
659       <DependentUpon>MyLists.cs</DependentUpon>
660     </EmbeddedResource>
661     <EmbeddedResource Include="OpenURL.en.resx">
662       <DependentUpon>OpenURL.cs</DependentUpon>
663     </EmbeddedResource>
664     <EmbeddedResource Include="OpenURL.resx">
665       <DependentUpon>OpenURL.cs</DependentUpon>
666     </EmbeddedResource>
667     <EmbeddedResource Include="Properties\Resources.resx">
668       <Generator>ResXFileCodeGenerator</Generator>
669       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
670       <SubType>Designer</SubType>
671     </EmbeddedResource>
672     <EmbeddedResource Include="Properties\Resources.en.resx">
673       <SubType>Designer</SubType>
674     </EmbeddedResource>
675     <EmbeddedResource Include="SearchWordDialog.en.resx">
676       <DependentUpon>SearchWordDialog.cs</DependentUpon>
677     </EmbeddedResource>
678     <EmbeddedResource Include="SearchWordDialog.resx">
679       <DependentUpon>SearchWordDialog.cs</DependentUpon>
680     </EmbeddedResource>
681     <EmbeddedResource Include="UserInfoDialog.en.resx">
682       <DependentUpon>UserInfoDialog.cs</DependentUpon>
683     </EmbeddedResource>
684     <EmbeddedResource Include="UserInfoDialog.resx">
685       <DependentUpon>UserInfoDialog.cs</DependentUpon>
686     </EmbeddedResource>
687     <EmbeddedResource Include="Tween.en.resx">
688       <DependentUpon>Tween.cs</DependentUpon>
689       <SubType>Designer</SubType>
690     </EmbeddedResource>
691     <EmbeddedResource Include="Tween.resx">
692       <DependentUpon>Tween.cs</DependentUpon>
693       <SubType>Designer</SubType>
694     </EmbeddedResource>
695     <EmbeddedResource Include="TweenAboutBox.en.resx">
696       <DependentUpon>TweenAboutBox.cs</DependentUpon>
697     </EmbeddedResource>
698     <EmbeddedResource Include="TweenAboutBox.resx">
699       <DependentUpon>TweenAboutBox.cs</DependentUpon>
700     </EmbeddedResource>
701   </ItemGroup>
702   <ItemGroup>
703     <None Include="..\LICENSE">
704       <Link>LICENSE</Link>
705       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
706     </None>
707     <None Include="..\LICENSE.GPL-3">
708       <Link>LICENSE.GPL-3</Link>
709       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
710     </None>
711     <None Include="..\LICENSE.ja">
712       <Link>LICENSE.ja</Link>
713       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
714     </None>
715     <None Include="..\LICENSE.LGPL-3">
716       <Link>LICENSE.LGPL-3</Link>
717       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
718     </None>
719     <None Include="app.config" />
720     <None Include="app.manifest">
721       <SubType>Designer</SubType>
722     </None>
723   </ItemGroup>
724   <ItemGroup>
725     <Content Include="Icons\description.txt">
726       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
727     </Content>
728     <Content Include="Resources\3b.ico" />
729     <Content Include="Resources\4b.ico" />
730     <Content Include="Resources\5b.ico" />
731     <Content Include="Resources\5g.ico" />
732     <Content Include="Resources\5r.ico" />
733     <Content Include="Resources\5y.ico" />
734     <Content Include="Resources\6b.ico" />
735     <Content Include="Resources\6g.ico" />
736     <Content Include="Resources\ChangeLog.txt" />
737     <Content Include="Resources\Description.txt" />
738     <Content Include="Resources\InitialImage.png" />
739     <Content Include="Resources\LogoImage.png" />
740     <Content Include="Resources\MultiMediaImage.png" />
741     <None Include="ErrorReport.datasource" />
742     <None Include="Resources\PlayableOverlayImage.png" />
743     <Content Include="Resources\re.ico" />
744     <Content Include="Resources\re2.ico" />
745     <Content Include="Resources\re3.ico" />
746     <Content Include="Resources\re4.ico" />
747   </ItemGroup>
748   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
749   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
750        Other similar extension points exist, see Microsoft.Common.targets.
751   <Target Name="BeforeBuild">
752   </Target>
753   <Target Name="AfterBuild">
754   </Target>
755   -->
756   <Target Name="AfterBuild">
757     <ItemGroup>
758       <SGenTypes Include="OpenTween.SettingAtIdList" />
759       <SGenTypes Include="OpenTween.SettingCommon" />
760       <SGenTypes Include="OpenTween.SettingLocal" />
761       <SGenTypes Include="OpenTween.SettingTabs" />
762     </ItemGroup>
763     <SGen BuildAssemblyName="$(TargetFileName)" BuildAssemblyPath="$(TargetDir)" ShouldGenerateSerializer="true" UseProxyTypes="false" Types="@(SGenTypes)" LogStandardErrorAsError="true" Condition="'$(OS)' == 'Windows_NT'" />
764   </Target>
765 </Project>