OSDN Git Service

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