OSDN Git Service

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