OSDN Git Service

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