OSDN Git Service

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