OSDN Git Service

新しいメディアタイプ "animated_gif", "video" に仮対応
[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\GeoJson.cs" />
72     <Compile Include="Api\TwitterConfiguration.cs" />
73     <Compile Include="Api\TwitterEntity.cs" />
74     <Compile Include="Api\TwitterError.cs" />
75     <Compile Include="Api\TwitterFriendship.cs" />
76     <Compile Include="Api\TwitterList.cs" />
77     <Compile Include="Api\TwitterPageable.cs">
78       <SubType>Code</SubType>
79     </Compile>
80     <Compile Include="Api\TwitterPlace.cs" />
81     <Compile Include="Api\TwitterSearchResult.cs" />
82     <Compile Include="Api\TwitterStatus.cs" />
83     <Compile Include="Api\TwitterStreamEvent.cs" />
84     <Compile Include="Api\TwitterUploadMediaResult.cs" />
85     <Compile Include="Api\TwitterUser.cs" />
86     <Compile Include="Api\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\TwipplePhoto.cs" />
125     <Compile Include="EventViewerDialog.cs">
126       <SubType>Form</SubType>
127     </Compile>
128     <Compile Include="EventViewerDialog.Designer.cs">
129       <DependentUpon>EventViewerDialog.cs</DependentUpon>
130     </Compile>
131     <Compile Include="FilterDialog.cs">
132       <SubType>Form</SubType>
133     </Compile>
134     <Compile Include="FilterDialog.Designer.cs">
135       <DependentUpon>FilterDialog.cs</DependentUpon>
136     </Compile>
137     <Compile Include="InputDialog.cs">
138       <SubType>Form</SubType>
139     </Compile>
140     <Compile Include="InputDialog.Designer.cs">
141       <DependentUpon>InputDialog.cs</DependentUpon>
142     </Compile>
143     <Compile Include="MediaSelector.cs">
144       <SubType>UserControl</SubType>
145     </Compile>
146     <Compile Include="MediaSelector.Designer.cs">
147       <DependentUpon>MediaSelector.cs</DependentUpon>
148     </Compile>
149     <Compile Include="NativeMethods.cs">
150       <SubType>Code</SubType>
151     </Compile>
152     <Compile Include="OTBaseForm.cs">
153       <SubType>Form</SubType>
154     </Compile>
155     <Compile Include="OTSplitContainer.cs">
156       <SubType>Component</SubType>
157     </Compile>
158     <Compile Include="PostFilterRule.cs" />
159     <Compile Include="HashtagManage.cs">
160       <SubType>Form</SubType>
161     </Compile>
162     <Compile Include="HashtagManage.Designer.cs">
163       <DependentUpon>HashtagManage.cs</DependentUpon>
164     </Compile>
165     <Compile Include="ImageCache.cs" />
166     <Compile Include="ListAvailable.cs">
167       <SubType>Form</SubType>
168     </Compile>
169     <Compile Include="ListAvailable.Designer.cs">
170       <DependentUpon>ListAvailable.cs</DependentUpon>
171     </Compile>
172     <Compile Include="ListManage.cs">
173       <SubType>Form</SubType>
174     </Compile>
175     <Compile Include="ListManage.Designer.cs">
176       <DependentUpon>ListManage.cs</DependentUpon>
177     </Compile>
178     <Compile Include="Connection\TwitterPhoto.cs" />
179     <Compile Include="Connection\yfrog.cs" />
180     <Compile Include="DetailsListView.cs">
181       <SubType>Component</SubType>
182     </Compile>
183     <Compile Include="LRUCacheDictionary.cs" />
184     <Compile Include="MemoryImage.cs" />
185     <Compile Include="OTPictureBox.cs">
186       <SubType>Component</SubType>
187     </Compile>
188     <Compile Include="RegexAsync.cs" />
189     <Compile Include="Setting\Panel\ActionPanel.cs">
190       <SubType>UserControl</SubType>
191     </Compile>
192     <Compile Include="Setting\Panel\ActionPanel.Designer.cs">
193       <DependentUpon>ActionPanel.cs</DependentUpon>
194     </Compile>
195     <Compile Include="Setting\Panel\BasedPanel.cs">
196       <SubType>UserControl</SubType>
197     </Compile>
198     <Compile Include="Setting\Panel\BasedPanel.Designer.cs">
199       <DependentUpon>BasedPanel.cs</DependentUpon>
200     </Compile>
201     <Compile Include="Setting\Panel\ConnectionPanel.cs">
202       <SubType>UserControl</SubType>
203     </Compile>
204     <Compile Include="Setting\Panel\ConnectionPanel.Designer.cs">
205       <DependentUpon>ConnectionPanel.cs</DependentUpon>
206     </Compile>
207     <Compile Include="Setting\Panel\CooperatePanel.cs">
208       <SubType>UserControl</SubType>
209     </Compile>
210     <Compile Include="Setting\Panel\CooperatePanel.Designer.cs">
211       <DependentUpon>CooperatePanel.cs</DependentUpon>
212     </Compile>
213     <Compile Include="Setting\Panel\FontPanel.cs">
214       <SubType>UserControl</SubType>
215     </Compile>
216     <Compile Include="Setting\Panel\FontPanel.Designer.cs">
217       <DependentUpon>FontPanel.cs</DependentUpon>
218     </Compile>
219     <Compile Include="Setting\Panel\FontPanel2.cs">
220       <SubType>UserControl</SubType>
221     </Compile>
222     <Compile Include="Setting\Panel\FontPanel2.Designer.cs">
223       <DependentUpon>FontPanel2.cs</DependentUpon>
224     </Compile>
225     <Compile Include="Setting\Panel\GetCountPanel.cs">
226       <SubType>UserControl</SubType>
227     </Compile>
228     <Compile Include="Setting\Panel\GetCountPanel.Designer.cs">
229       <DependentUpon>GetCountPanel.cs</DependentUpon>
230     </Compile>
231     <Compile Include="Setting\Panel\GetPeriodPanel.cs">
232       <SubType>UserControl</SubType>
233     </Compile>
234     <Compile Include="Setting\Panel\GetPeriodPanel.Designer.cs">
235       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
236     </Compile>
237     <Compile Include="Setting\Panel\NotifyPanel.cs">
238       <SubType>UserControl</SubType>
239     </Compile>
240     <Compile Include="Setting\Panel\NotifyPanel.Designer.cs">
241       <DependentUpon>NotifyPanel.cs</DependentUpon>
242     </Compile>
243     <Compile Include="Setting\Panel\PreviewPanel.cs">
244       <SubType>UserControl</SubType>
245     </Compile>
246     <Compile Include="Setting\Panel\PreviewPanel.Designer.cs">
247       <DependentUpon>PreviewPanel.cs</DependentUpon>
248     </Compile>
249     <Compile Include="Setting\Panel\ProxyPanel.cs">
250       <SubType>UserControl</SubType>
251     </Compile>
252     <Compile Include="Setting\Panel\ProxyPanel.Designer.cs">
253       <DependentUpon>ProxyPanel.cs</DependentUpon>
254     </Compile>
255     <Compile Include="Setting\Panel\SettingPanelBase.cs">
256       <SubType>UserControl</SubType>
257     </Compile>
258     <Compile Include="Setting\Panel\SettingPanelBase.Designer.cs">
259       <DependentUpon>SettingPanelBase.cs</DependentUpon>
260     </Compile>
261     <Compile Include="Setting\Panel\ShortUrlPanel.cs">
262       <SubType>UserControl</SubType>
263     </Compile>
264     <Compile Include="Setting\Panel\ShortUrlPanel.Designer.cs">
265       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
266     </Compile>
267     <Compile Include="Setting\Panel\StartupPanel.cs">
268       <SubType>UserControl</SubType>
269     </Compile>
270     <Compile Include="Setting\Panel\StartupPanel.Designer.cs">
271       <DependentUpon>StartupPanel.cs</DependentUpon>
272     </Compile>
273     <Compile Include="Setting\Panel\TweetActPanel.cs">
274       <SubType>UserControl</SubType>
275     </Compile>
276     <Compile Include="Setting\Panel\TweetActPanel.Designer.cs">
277       <DependentUpon>TweetActPanel.cs</DependentUpon>
278     </Compile>
279     <Compile Include="Setting\Panel\TweetPrvPanel.cs">
280       <SubType>UserControl</SubType>
281     </Compile>
282     <Compile Include="Setting\Panel\TweetPrvPanel.Designer.cs">
283       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
284     </Compile>
285     <Compile Include="TabException.cs" />
286     <Compile Include="TabsDialog.cs">
287       <SubType>Form</SubType>
288     </Compile>
289     <Compile Include="TabsDialog.Designer.cs">
290       <DependentUpon>TabsDialog.cs</DependentUpon>
291     </Compile>
292     <Compile Include="Thumbnail\Services\FoursquareCheckin.cs" />
293     <Compile Include="Thumbnail\Services\ImgAzyobuziNet.cs" />
294     <Compile Include="Thumbnail\Services\IThumbnailService.cs" />
295     <Compile Include="Thumbnail\Services\MetaThumbnailService.cs" />
296     <Compile Include="Thumbnail\Services\Nicovideo.cs" />
297     <Compile Include="Thumbnail\Services\Pixiv.cs" />
298     <Compile Include="Thumbnail\Services\SimpleThumbnailService.cs" />
299     <Compile Include="Thumbnail\Services\Tinami.cs" />
300     <Compile Include="Thumbnail\Services\TonTwitterCom.cs" />
301     <Compile Include="Thumbnail\Services\Tumblr.cs" />
302     <Compile Include="Thumbnail\Services\TwitterComVideo.cs" />
303     <Compile Include="Thumbnail\Services\ViaMe.cs" />
304     <Compile Include="Thumbnail\Services\Vimeo.cs" />
305     <Compile Include="Thumbnail\Services\Youtube.cs" />
306     <Compile Include="Thumbnail\ThumbnailGenerator.cs" />
307     <Compile Include="Thumbnail\ThumbnailInfo.cs" />
308     <Compile Include="TweetFormatter.cs" />
309     <Compile Include="TweetThumbnail.cs">
310       <SubType>UserControl</SubType>
311     </Compile>
312     <Compile Include="TweetThumbnail.Designer.cs">
313       <DependentUpon>TweetThumbnail.cs</DependentUpon>
314     </Compile>
315     <Compile Include="UpdateDialog.cs">
316       <SubType>Form</SubType>
317     </Compile>
318     <Compile Include="UpdateDialog.Designer.cs">
319       <DependentUpon>UpdateDialog.cs</DependentUpon>
320     </Compile>
321     <Compile Include="FormInfo.cs">
322       <SubType>Form</SubType>
323     </Compile>
324     <Compile Include="FormInfo.Designer.cs">
325       <DependentUpon>FormInfo.cs</DependentUpon>
326     </Compile>
327     <Compile Include="Growl.cs" />
328     <Compile Include="HookGlobalHotkey.cs" />
329     <Compile Include="InputTabName.cs">
330       <SubType>Form</SubType>
331     </Compile>
332     <Compile Include="InputTabName.Designer.cs">
333       <DependentUpon>InputTabName.cs</DependentUpon>
334     </Compile>
335     <Compile Include="Thumbnail\MapThumbGoogle.cs" />
336     <Compile Include="Thumbnail\MapThumb.cs" />
337     <Compile Include="Thumbnail\MapThumbOSM.cs" />
338     <Compile Include="ListElement.cs" />
339     <Compile Include="ImageListViewItem.cs" />
340     <Compile Include="MyCommon.cs" />
341     <Compile Include="MyLists.cs">
342       <SubType>Form</SubType>
343     </Compile>
344     <Compile Include="MyLists.Designer.cs">
345       <DependentUpon>MyLists.cs</DependentUpon>
346     </Compile>
347     <Compile Include="MySpecialPath.cs" />
348     <Compile Include="nicoms.cs" />
349     <Compile Include="OpenURL.cs">
350       <SubType>Form</SubType>
351     </Compile>
352     <Compile Include="OpenURL.Designer.cs">
353       <DependentUpon>OpenURL.cs</DependentUpon>
354     </Compile>
355     <Compile Include="Properties\AssemblyInfo.cs" />
356     <Compile Include="Properties\Resources.Designer.cs">
357       <AutoGen>True</AutoGen>
358       <DesignTime>True</DesignTime>
359       <DependentUpon>Resources.resx</DependentUpon>
360     </Compile>
361     <Compile Include="SearchWordDialog.cs">
362       <SubType>Form</SubType>
363     </Compile>
364     <Compile Include="SearchWordDialog.Designer.cs">
365       <DependentUpon>SearchWordDialog.cs</DependentUpon>
366     </Compile>
367     <Compile Include="Setting\SettingAtIdList.cs" />
368     <Compile Include="Setting\SettingBase.cs" />
369     <Compile Include="Setting\SettingCommon.cs" />
370     <Compile Include="Setting\SettingTabs.cs" />
371     <Compile Include="Setting\SettingLocal.cs" />
372     <Compile Include="ShortUrl.cs" />
373     <Compile Include="UserInfoDialog.cs">
374       <SubType>Form</SubType>
375     </Compile>
376     <Compile Include="UserInfoDialog.Designer.cs">
377       <DependentUpon>UserInfoDialog.cs</DependentUpon>
378     </Compile>
379     <Compile Include="StatusDictionary.cs" />
380     <Compile Include="ToolStripAPIGauge.cs">
381       <SubType>Component</SubType>
382     </Compile>
383     <Compile Include="Tween.cs">
384       <SubType>Form</SubType>
385     </Compile>
386     <Compile Include="Tween.Designer.cs">
387       <DependentUpon>Tween.cs</DependentUpon>
388     </Compile>
389     <Compile Include="TweenAboutBox.cs">
390       <SubType>Form</SubType>
391     </Compile>
392     <Compile Include="TweenAboutBox.Designer.cs">
393       <DependentUpon>TweenAboutBox.cs</DependentUpon>
394     </Compile>
395     <Compile Include="ToolStripLabelHistory.cs">
396       <SubType>Component</SubType>
397     </Compile>
398     <Compile Include="Twitter.cs" />
399     <Compile Include="UserInfo.cs" />
400     <Compile Include="WebApiException.cs" />
401     <Compile Include="WebBrowserController.cs" />
402     <Compile Include="ControlTransaction.cs" />
403   </ItemGroup>
404   <ItemGroup>
405     <Compile Include="Connection\HttpConnection.cs" />
406   </ItemGroup>
407   <ItemGroup>
408     <EmbeddedResource Include="ApiInfoDialog.resx">
409       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
410     </EmbeddedResource>
411     <EmbeddedResource Include="AuthDialog.en.resx">
412       <DependentUpon>AuthDialog.cs</DependentUpon>
413     </EmbeddedResource>
414     <EmbeddedResource Include="AuthDialog.resx">
415       <DependentUpon>AuthDialog.cs</DependentUpon>
416     </EmbeddedResource>
417     <EmbeddedResource Include="EventViewerDialog.en.resx">
418       <DependentUpon>EventViewerDialog.cs</DependentUpon>
419     </EmbeddedResource>
420     <EmbeddedResource Include="EventViewerDialog.resx">
421       <DependentUpon>EventViewerDialog.cs</DependentUpon>
422     </EmbeddedResource>
423     <EmbeddedResource Include="FilterDialog.en.resx">
424       <DependentUpon>FilterDialog.cs</DependentUpon>
425     </EmbeddedResource>
426     <EmbeddedResource Include="FilterDialog.resx">
427       <DependentUpon>FilterDialog.cs</DependentUpon>
428     </EmbeddedResource>
429     <EmbeddedResource Include="FilterDialog.zh-CHS.resx">
430       <DependentUpon>FilterDialog.cs</DependentUpon>
431     </EmbeddedResource>
432     <EmbeddedResource Include="HashtagManage.en.resx">
433       <DependentUpon>HashtagManage.cs</DependentUpon>
434     </EmbeddedResource>
435     <EmbeddedResource Include="HashtagManage.resx">
436       <DependentUpon>HashtagManage.cs</DependentUpon>
437     </EmbeddedResource>
438     <EmbeddedResource Include="HashtagManage.zh-CHS.resx">
439       <DependentUpon>HashtagManage.cs</DependentUpon>
440     </EmbeddedResource>
441     <EmbeddedResource Include="InputDialog.en.resx">
442       <DependentUpon>InputDialog.cs</DependentUpon>
443     </EmbeddedResource>
444     <EmbeddedResource Include="InputDialog.resx">
445       <DependentUpon>InputDialog.cs</DependentUpon>
446     </EmbeddedResource>
447     <EmbeddedResource Include="ListAvailable.resx">
448       <DependentUpon>ListAvailable.cs</DependentUpon>
449     </EmbeddedResource>
450     <EmbeddedResource Include="ListAvailable.en.resx">
451       <DependentUpon>ListAvailable.cs</DependentUpon>
452     </EmbeddedResource>
453     <EmbeddedResource Include="ListAvailable.zh-CHS.resx">
454       <DependentUpon>ListAvailable.cs</DependentUpon>
455     </EmbeddedResource>
456     <EmbeddedResource Include="ListManage.en.resx">
457       <DependentUpon>ListManage.cs</DependentUpon>
458     </EmbeddedResource>
459     <EmbeddedResource Include="ListManage.resx">
460       <DependentUpon>ListManage.cs</DependentUpon>
461     </EmbeddedResource>
462     <EmbeddedResource Include="AtIdSupplement.en.resx">
463       <DependentUpon>AtIdSupplement.cs</DependentUpon>
464     </EmbeddedResource>
465     <EmbeddedResource Include="AtIdSupplement.resx">
466       <DependentUpon>AtIdSupplement.cs</DependentUpon>
467     </EmbeddedResource>
468     <EmbeddedResource Include="AtIdSupplement.zh-CHS.resx">
469       <DependentUpon>AtIdSupplement.cs</DependentUpon>
470     </EmbeddedResource>
471     <EmbeddedResource Include="AppendSettingDialog.en.resx">
472       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
473       <SubType>Designer</SubType>
474     </EmbeddedResource>
475     <EmbeddedResource Include="AppendSettingDialog.resx">
476       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
477       <SubType>Designer</SubType>
478     </EmbeddedResource>
479     <EmbeddedResource Include="AppendSettingDialog.zh-CHS.resx">
480       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
481     </EmbeddedResource>
482     <EmbeddedResource Include="ListManage.zh-CHS.resx">
483       <DependentUpon>ListManage.cs</DependentUpon>
484     </EmbeddedResource>
485     <EmbeddedResource Include="MediaSelector.en.resx">
486       <DependentUpon>MediaSelector.cs</DependentUpon>
487     </EmbeddedResource>
488     <EmbeddedResource Include="MediaSelector.resx">
489       <DependentUpon>MediaSelector.cs</DependentUpon>
490     </EmbeddedResource>
491     <EmbeddedResource Include="MediaSelector.zh-CHS.resx">
492       <DependentUpon>MediaSelector.cs</DependentUpon>
493     </EmbeddedResource>
494     <EmbeddedResource Include="Setting\Panel\ActionPanel.en.resx">
495       <DependentUpon>ActionPanel.cs</DependentUpon>
496     </EmbeddedResource>
497     <EmbeddedResource Include="Setting\Panel\ActionPanel.resx">
498       <DependentUpon>ActionPanel.cs</DependentUpon>
499     </EmbeddedResource>
500     <EmbeddedResource Include="Setting\Panel\ActionPanel.zh-CHS.resx">
501       <DependentUpon>ActionPanel.cs</DependentUpon>
502     </EmbeddedResource>
503     <EmbeddedResource Include="Setting\Panel\BasedPanel.en.resx">
504       <DependentUpon>BasedPanel.cs</DependentUpon>
505     </EmbeddedResource>
506     <EmbeddedResource Include="Setting\Panel\BasedPanel.resx">
507       <DependentUpon>BasedPanel.cs</DependentUpon>
508     </EmbeddedResource>
509     <EmbeddedResource Include="Setting\Panel\BasedPanel.zh-CHS.resx">
510       <DependentUpon>BasedPanel.cs</DependentUpon>
511     </EmbeddedResource>
512     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.en.resx">
513       <DependentUpon>ConnectionPanel.cs</DependentUpon>
514     </EmbeddedResource>
515     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.resx">
516       <DependentUpon>ConnectionPanel.cs</DependentUpon>
517     </EmbeddedResource>
518     <EmbeddedResource Include="Setting\Panel\ConnectionPanel.zh-CHS.resx">
519       <DependentUpon>ConnectionPanel.cs</DependentUpon>
520     </EmbeddedResource>
521     <EmbeddedResource Include="Setting\Panel\CooperatePanel.en.resx">
522       <DependentUpon>CooperatePanel.cs</DependentUpon>
523     </EmbeddedResource>
524     <EmbeddedResource Include="Setting\Panel\CooperatePanel.resx">
525       <DependentUpon>CooperatePanel.cs</DependentUpon>
526     </EmbeddedResource>
527     <EmbeddedResource Include="Setting\Panel\CooperatePanel.zh-CHS.resx">
528       <DependentUpon>CooperatePanel.cs</DependentUpon>
529     </EmbeddedResource>
530     <EmbeddedResource Include="Setting\Panel\FontPanel.en.resx">
531       <DependentUpon>FontPanel.cs</DependentUpon>
532     </EmbeddedResource>
533     <EmbeddedResource Include="Setting\Panel\FontPanel.resx">
534       <DependentUpon>FontPanel.cs</DependentUpon>
535     </EmbeddedResource>
536     <EmbeddedResource Include="Setting\Panel\FontPanel.zh-CHS.resx">
537       <DependentUpon>FontPanel.cs</DependentUpon>
538     </EmbeddedResource>
539     <EmbeddedResource Include="Setting\Panel\FontPanel2.en.resx">
540       <DependentUpon>FontPanel2.cs</DependentUpon>
541     </EmbeddedResource>
542     <EmbeddedResource Include="Setting\Panel\FontPanel2.resx">
543       <DependentUpon>FontPanel2.cs</DependentUpon>
544     </EmbeddedResource>
545     <EmbeddedResource Include="Setting\Panel\FontPanel2.zh-CHS.resx">
546       <DependentUpon>FontPanel2.cs</DependentUpon>
547     </EmbeddedResource>
548     <EmbeddedResource Include="Setting\Panel\GetCountPanel.en.resx">
549       <DependentUpon>GetCountPanel.cs</DependentUpon>
550     </EmbeddedResource>
551     <EmbeddedResource Include="Setting\Panel\GetCountPanel.resx">
552       <DependentUpon>GetCountPanel.cs</DependentUpon>
553     </EmbeddedResource>
554     <EmbeddedResource Include="Setting\Panel\GetCountPanel.zh-CHS.resx">
555       <DependentUpon>GetCountPanel.cs</DependentUpon>
556     </EmbeddedResource>
557     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.en.resx">
558       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
559     </EmbeddedResource>
560     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.resx">
561       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
562     </EmbeddedResource>
563     <EmbeddedResource Include="Setting\Panel\GetPeriodPanel.zh-CHS.resx">
564       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
565     </EmbeddedResource>
566     <EmbeddedResource Include="Setting\Panel\NotifyPanel.en.resx">
567       <DependentUpon>NotifyPanel.cs</DependentUpon>
568     </EmbeddedResource>
569     <EmbeddedResource Include="Setting\Panel\NotifyPanel.resx">
570       <DependentUpon>NotifyPanel.cs</DependentUpon>
571     </EmbeddedResource>
572     <EmbeddedResource Include="Setting\Panel\NotifyPanel.zh-CHS.resx">
573       <DependentUpon>NotifyPanel.cs</DependentUpon>
574     </EmbeddedResource>
575     <EmbeddedResource Include="Setting\Panel\PreviewPanel.en.resx">
576       <DependentUpon>PreviewPanel.cs</DependentUpon>
577     </EmbeddedResource>
578     <EmbeddedResource Include="Setting\Panel\PreviewPanel.resx">
579       <DependentUpon>PreviewPanel.cs</DependentUpon>
580     </EmbeddedResource>
581     <EmbeddedResource Include="Setting\Panel\PreviewPanel.zh-CHS.resx">
582       <DependentUpon>PreviewPanel.cs</DependentUpon>
583     </EmbeddedResource>
584     <EmbeddedResource Include="Setting\Panel\ProxyPanel.en.resx">
585       <DependentUpon>ProxyPanel.cs</DependentUpon>
586     </EmbeddedResource>
587     <EmbeddedResource Include="Setting\Panel\ProxyPanel.resx">
588       <DependentUpon>ProxyPanel.cs</DependentUpon>
589     </EmbeddedResource>
590     <EmbeddedResource Include="Setting\Panel\ProxyPanel.zh-CHS.resx">
591       <DependentUpon>ProxyPanel.cs</DependentUpon>
592     </EmbeddedResource>
593     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.en.resx">
594       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
595     </EmbeddedResource>
596     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.resx">
597       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
598     </EmbeddedResource>
599     <EmbeddedResource Include="Setting\Panel\ShortUrlPanel.zh-CHS.resx">
600       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
601     </EmbeddedResource>
602     <EmbeddedResource Include="Setting\Panel\StartupPanel.en.resx">
603       <DependentUpon>StartupPanel.cs</DependentUpon>
604     </EmbeddedResource>
605     <EmbeddedResource Include="Setting\Panel\StartupPanel.resx">
606       <DependentUpon>StartupPanel.cs</DependentUpon>
607     </EmbeddedResource>
608     <EmbeddedResource Include="Setting\Panel\StartupPanel.zh-CHS.resx">
609       <DependentUpon>StartupPanel.cs</DependentUpon>
610     </EmbeddedResource>
611     <EmbeddedResource Include="Setting\Panel\TweetActPanel.en.resx">
612       <DependentUpon>TweetActPanel.cs</DependentUpon>
613     </EmbeddedResource>
614     <EmbeddedResource Include="Setting\Panel\TweetActPanel.resx">
615       <DependentUpon>TweetActPanel.cs</DependentUpon>
616     </EmbeddedResource>
617     <EmbeddedResource Include="Setting\Panel\TweetActPanel.zh-CHS.resx">
618       <DependentUpon>TweetActPanel.cs</DependentUpon>
619     </EmbeddedResource>
620     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.en.resx">
621       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
622     </EmbeddedResource>
623     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.resx">
624       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
625     </EmbeddedResource>
626     <EmbeddedResource Include="Setting\Panel\TweetPrvPanel.zh-CHS.resx">
627       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
628     </EmbeddedResource>
629     <EmbeddedResource Include="TabsDialog.en.resx">
630       <DependentUpon>TabsDialog.cs</DependentUpon>
631     </EmbeddedResource>
632     <EmbeddedResource Include="TabsDialog.resx">
633       <DependentUpon>TabsDialog.cs</DependentUpon>
634     </EmbeddedResource>
635     <EmbeddedResource Include="TabsDialog.zh-CHS.resx">
636       <DependentUpon>TabsDialog.cs</DependentUpon>
637     </EmbeddedResource>
638     <EmbeddedResource Include="TweetThumbnail.en.resx">
639       <DependentUpon>TweetThumbnail.cs</DependentUpon>
640     </EmbeddedResource>
641     <EmbeddedResource Include="TweetThumbnail.resx">
642       <DependentUpon>TweetThumbnail.cs</DependentUpon>
643     </EmbeddedResource>
644     <EmbeddedResource Include="UpdateDialog.en.resx">
645       <DependentUpon>UpdateDialog.cs</DependentUpon>
646     </EmbeddedResource>
647     <EmbeddedResource Include="UpdateDialog.resx">
648       <DependentUpon>UpdateDialog.cs</DependentUpon>
649     </EmbeddedResource>
650     <EmbeddedResource Include="UpdateDialog.zh-CHS.resx">
651       <DependentUpon>UpdateDialog.cs</DependentUpon>
652     </EmbeddedResource>
653     <EmbeddedResource Include="FormInfo.resx">
654       <DependentUpon>FormInfo.cs</DependentUpon>
655     </EmbeddedResource>
656     <EmbeddedResource Include="InputTabName.en.resx">
657       <DependentUpon>InputTabName.cs</DependentUpon>
658     </EmbeddedResource>
659     <EmbeddedResource Include="InputTabName.resx">
660       <DependentUpon>InputTabName.cs</DependentUpon>
661     </EmbeddedResource>
662     <EmbeddedResource Include="InputTabName.zh-CHS.resx">
663       <DependentUpon>InputTabName.cs</DependentUpon>
664     </EmbeddedResource>
665     <EmbeddedResource Include="MyLists.en.resx">
666       <DependentUpon>MyLists.cs</DependentUpon>
667     </EmbeddedResource>
668     <EmbeddedResource Include="MyLists.resx">
669       <DependentUpon>MyLists.cs</DependentUpon>
670     </EmbeddedResource>
671     <EmbeddedResource Include="MyLists.zh-CHS.resx">
672       <DependentUpon>MyLists.cs</DependentUpon>
673     </EmbeddedResource>
674     <EmbeddedResource Include="OpenURL.en.resx">
675       <DependentUpon>OpenURL.cs</DependentUpon>
676     </EmbeddedResource>
677     <EmbeddedResource Include="OpenURL.resx">
678       <DependentUpon>OpenURL.cs</DependentUpon>
679     </EmbeddedResource>
680     <EmbeddedResource Include="OpenURL.zh-CHS.resx">
681       <DependentUpon>OpenURL.cs</DependentUpon>
682     </EmbeddedResource>
683     <EmbeddedResource Include="Properties\Resources.resx">
684       <Generator>ResXFileCodeGenerator</Generator>
685       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
686       <SubType>Designer</SubType>
687     </EmbeddedResource>
688     <EmbeddedResource Include="Properties\Resources.en.resx">
689       <SubType>Designer</SubType>
690     </EmbeddedResource>
691     <EmbeddedResource Include="Properties\Resources.zh-CHS.resx">
692       <SubType>Designer</SubType>
693     </EmbeddedResource>
694     <EmbeddedResource Include="SearchWordDialog.en.resx">
695       <DependentUpon>SearchWordDialog.cs</DependentUpon>
696     </EmbeddedResource>
697     <EmbeddedResource Include="SearchWordDialog.resx">
698       <DependentUpon>SearchWordDialog.cs</DependentUpon>
699     </EmbeddedResource>
700     <EmbeddedResource Include="SearchWordDialog.zh-CHS.resx">
701       <DependentUpon>SearchWordDialog.cs</DependentUpon>
702     </EmbeddedResource>
703     <EmbeddedResource Include="UserInfoDialog.en.resx">
704       <DependentUpon>UserInfoDialog.cs</DependentUpon>
705     </EmbeddedResource>
706     <EmbeddedResource Include="UserInfoDialog.resx">
707       <DependentUpon>UserInfoDialog.cs</DependentUpon>
708     </EmbeddedResource>
709     <EmbeddedResource Include="UserInfoDialog.zh-CHS.resx">
710       <DependentUpon>UserInfoDialog.cs</DependentUpon>
711     </EmbeddedResource>
712     <EmbeddedResource Include="Tween.en.resx">
713       <DependentUpon>Tween.cs</DependentUpon>
714       <SubType>Designer</SubType>
715     </EmbeddedResource>
716     <EmbeddedResource Include="Tween.resx">
717       <DependentUpon>Tween.cs</DependentUpon>
718       <SubType>Designer</SubType>
719     </EmbeddedResource>
720     <EmbeddedResource Include="Tween.zh-CHS.resx">
721       <DependentUpon>Tween.cs</DependentUpon>
722       <SubType>Designer</SubType>
723     </EmbeddedResource>
724     <EmbeddedResource Include="TweenAboutBox.en.resx">
725       <DependentUpon>TweenAboutBox.cs</DependentUpon>
726     </EmbeddedResource>
727     <EmbeddedResource Include="TweenAboutBox.resx">
728       <DependentUpon>TweenAboutBox.cs</DependentUpon>
729     </EmbeddedResource>
730     <EmbeddedResource Include="TweenAboutBox.zh-CHS.resx">
731       <DependentUpon>TweenAboutBox.cs</DependentUpon>
732       <SubType>Designer</SubType>
733     </EmbeddedResource>
734   </ItemGroup>
735   <ItemGroup>
736     <None Include="..\LICENSE">
737       <Link>LICENSE</Link>
738       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
739     </None>
740     <None Include="..\LICENSE.GPL-3">
741       <Link>LICENSE.GPL-3</Link>
742       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
743     </None>
744     <None Include="..\LICENSE.ja">
745       <Link>LICENSE.ja</Link>
746       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
747     </None>
748     <None Include="..\LICENSE.LGPL-3">
749       <Link>LICENSE.LGPL-3</Link>
750       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
751     </None>
752     <None Include="app.config" />
753     <None Include="app.manifest">
754       <SubType>Designer</SubType>
755     </None>
756   </ItemGroup>
757   <ItemGroup>
758     <Content Include="Icons\description.txt">
759       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
760     </Content>
761     <Content Include="Resources\3b.ico" />
762     <Content Include="Resources\4b.ico" />
763     <Content Include="Resources\5b.ico" />
764     <Content Include="Resources\5g.ico" />
765     <Content Include="Resources\5r.ico" />
766     <Content Include="Resources\5y.ico" />
767     <Content Include="Resources\6b.ico" />
768     <Content Include="Resources\6g.ico" />
769     <Content Include="Resources\ChangeLog.txt" />
770     <Content Include="Resources\Description.txt" />
771     <Content Include="Resources\InitialImage.png" />
772     <Content Include="Resources\LogoImage.png" />
773     <Content Include="Resources\MultiMediaImage.png" />
774     <None Include="Resources\PlayableOverlayImage.png" />
775     <Content Include="Resources\re.ico" />
776     <Content Include="Resources\re2.ico" />
777     <Content Include="Resources\re3.ico" />
778     <Content Include="Resources\re4.ico" />
779   </ItemGroup>
780   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
781   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
782        Other similar extension points exist, see Microsoft.Common.targets.
783   <Target Name="BeforeBuild">
784   </Target>
785   <Target Name="AfterBuild">
786   </Target>
787   -->
788   <Target Name="AfterBuild">
789     <ItemGroup>
790       <SGenTypes Include="OpenTween.SettingAtIdList" />
791       <SGenTypes Include="OpenTween.SettingCommon" />
792       <SGenTypes Include="OpenTween.SettingLocal" />
793       <SGenTypes Include="OpenTween.SettingTabs" />
794     </ItemGroup>
795     <SGen BuildAssemblyName="$(TargetFileName)" BuildAssemblyPath="$(TargetDir)" ShouldGenerateSerializer="true" UseProxyTypes="false" Types="@(SGenTypes)" LogStandardErrorAsError="true" Condition="'$(OS)' == 'Windows_NT'" />
796   </Target>
797 </Project>