OSDN Git Service

PostRequestクラスを追加
[opentween/open-tween.git] / OpenTween / OpenTween.csproj
1 <Project>
2   <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
3   <PropertyGroup>
4     <OutputType>WinExe</OutputType>
5     <UseWindowsForms>true</UseWindowsForms>
6     <TargetFramework>net48</TargetFramework>
7     <LangVersion>11.0</LangVersion>
8     <OutputPath>bin\$(Configuration)\</OutputPath>
9     <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
10     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11     <GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
12     <DeterministicSourcePaths>true</DeterministicSourcePaths>
13     <PathMap>$(MSBuildProjectDirectory)=.</PathMap>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugType>portable</DebugType>
17     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
18     <CodeAnalysisRuleSet>OpenTween.ruleset</CodeAnalysisRuleSet>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
21     <DebugType>portable</DebugType>
22     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
23     <UseVSHostingProcess>false</UseVSHostingProcess>
24   </PropertyGroup>
25   <PropertyGroup>
26     <StartupObject>OpenTween.ApplicationEvents</StartupObject>
27   </PropertyGroup>
28   <PropertyGroup>
29     <ApplicationIcon>Resources\4b.ico</ApplicationIcon>
30   </PropertyGroup>
31   <PropertyGroup>
32     <ApplicationManifest>app.manifest</ApplicationManifest>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System" />
36     <Reference Include="System.Core" />
37     <Reference Include="System.Drawing" />
38     <Reference Include="System.Net.Http" />
39     <Reference Include="System.Net.Http.WebRequest" />
40     <Reference Include="System.Runtime.Serialization" />
41     <Reference Include="System.Web" />
42     <Reference Include="System.Windows.Forms" />
43     <Reference Include="System.Xml.Linq" />
44     <Reference Include="System.Data.DataSetExtensions" />
45     <Reference Include="Microsoft.CSharp" />
46     <Reference Include="System.Data" />
47     <Reference Include="System.Xml" />
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Update="ApiInfoDialog.cs">
51       <SubType>Form</SubType>
52     </Compile>
53     <Compile Update="ApiInfoDialog.Designer.cs">
54       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
55     </Compile>
56     <Compile Update="Api\DataModel\TwitterPageable.cs">
57       <SubType>Code</SubType>
58     </Compile>
59     <Compile Update="ApplicationEvents.cs">
60       <SubType>Code</SubType>
61     </Compile>
62     <Compile Update="AtIdSupplement.cs">
63       <SubType>Form</SubType>
64     </Compile>
65     <Compile Update="AtIdSupplement.Designer.cs">
66       <DependentUpon>AtIdSupplement.cs</DependentUpon>
67     </Compile>
68     <Compile Update="AppendSettingDialog.cs">
69       <SubType>Form</SubType>
70     </Compile>
71     <Compile Update="AppendSettingDialog.Designer.cs">
72       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
73     </Compile>
74     <Compile Update="AuthDialog.cs">
75       <SubType>Form</SubType>
76     </Compile>
77     <Compile Update="AuthDialog.Designer.cs">
78       <DependentUpon>AuthDialog.cs</DependentUpon>
79     </Compile>
80     <Compile Update="EncryptApiKeyDialog.cs">
81       <SubType>Form</SubType>
82     </Compile>
83     <Compile Update="EncryptApiKeyDialog.Designer.cs">
84       <DependentUpon>EncryptApiKeyDialog.cs</DependentUpon>
85     </Compile>
86     <Compile Update="FilterDialog.cs">
87       <SubType>Form</SubType>
88     </Compile>
89     <Compile Update="FilterDialog.Designer.cs">
90       <DependentUpon>FilterDialog.cs</DependentUpon>
91     </Compile>
92     <Compile Update="LoginDialog.cs">
93       <SubType>Form</SubType>
94     </Compile>
95     <Compile Update="LoginDialog.Designer.cs">
96       <DependentUpon>LoginDialog.cs</DependentUpon>
97     </Compile>
98     <Compile Update="SendErrorReportForm.cs">
99       <SubType>Form</SubType>
100     </Compile>
101     <Compile Update="SendErrorReportForm.Designer.cs">
102       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
103     </Compile>
104     <Compile Update="TweetDetailsView.cs">
105       <SubType>UserControl</SubType>
106     </Compile>
107     <Compile Update="TweetDetailsView.Designer.cs">
108       <DependentUpon>TweetDetailsView.cs</DependentUpon>
109     </Compile>
110     <Compile Update="WaitingDialog.cs">
111       <SubType>Form</SubType>
112     </Compile>
113     <Compile Update="WaitingDialog.Designer.cs">
114       <DependentUpon>WaitingDialog.cs</DependentUpon>
115     </Compile>
116     <Compile Update="InputDialog.cs">
117       <SubType>Form</SubType>
118     </Compile>
119     <Compile Update="InputDialog.Designer.cs">
120       <DependentUpon>InputDialog.cs</DependentUpon>
121     </Compile>
122     <Compile Update="MediaSelectorPanel.cs">
123       <SubType>UserControl</SubType>
124     </Compile>
125     <Compile Update="MediaSelectorPanel.Designer.cs">
126       <DependentUpon>MediaSelectorPanel.cs</DependentUpon>
127     </Compile>
128     <Compile Update="NativeMethods.cs">
129       <SubType>Code</SubType>
130     </Compile>
131     <Compile Update="OTBaseForm.cs">
132       <SubType>Form</SubType>
133     </Compile>
134     <Compile Update="OTSplitContainer.cs">
135       <SubType>Component</SubType>
136     </Compile>
137     <Compile Update="HashtagManage.cs">
138       <SubType>Form</SubType>
139     </Compile>
140     <Compile Update="HashtagManage.Designer.cs">
141       <DependentUpon>HashtagManage.cs</DependentUpon>
142     </Compile>
143     <Compile Update="ListAvailable.cs">
144       <SubType>Form</SubType>
145     </Compile>
146     <Compile Update="ListAvailable.Designer.cs">
147       <DependentUpon>ListAvailable.cs</DependentUpon>
148     </Compile>
149     <Compile Update="ListManage.cs" />
150     <Compile Update="ListManage.Designer.cs">
151       <DependentUpon>ListManage.cs</DependentUpon>
152     </Compile>
153     <Compile Update="DetailsListView.cs">
154       <SubType>Component</SubType>
155     </Compile>
156     <Compile Update="OTPictureBox.cs">
157       <SubType>Component</SubType>
158     </Compile>
159     <Compile Update="Setting\Panel\ActionPanel.cs">
160       <SubType>UserControl</SubType>
161     </Compile>
162     <Compile Update="Setting\Panel\ActionPanel.Designer.cs">
163       <DependentUpon>ActionPanel.cs</DependentUpon>
164     </Compile>
165     <Compile Update="Setting\Panel\BasedPanel.cs">
166       <SubType>UserControl</SubType>
167     </Compile>
168     <Compile Update="Setting\Panel\BasedPanel.Designer.cs">
169       <DependentUpon>BasedPanel.cs</DependentUpon>
170     </Compile>
171     <Compile Update="Setting\Panel\ConnectionPanel.cs">
172       <SubType>UserControl</SubType>
173     </Compile>
174     <Compile Update="Setting\Panel\ConnectionPanel.Designer.cs">
175       <DependentUpon>ConnectionPanel.cs</DependentUpon>
176     </Compile>
177     <Compile Update="Setting\Panel\CooperatePanel.cs">
178       <SubType>UserControl</SubType>
179     </Compile>
180     <Compile Update="Setting\Panel\CooperatePanel.Designer.cs">
181       <DependentUpon>CooperatePanel.cs</DependentUpon>
182     </Compile>
183     <Compile Update="Setting\Panel\FontPanel.cs">
184       <SubType>UserControl</SubType>
185     </Compile>
186     <Compile Update="Setting\Panel\FontPanel.Designer.cs">
187       <DependentUpon>FontPanel.cs</DependentUpon>
188     </Compile>
189     <Compile Update="Setting\Panel\FontPanel2.cs">
190       <SubType>UserControl</SubType>
191     </Compile>
192     <Compile Update="Setting\Panel\FontPanel2.Designer.cs">
193       <DependentUpon>FontPanel2.cs</DependentUpon>
194     </Compile>
195     <Compile Update="Setting\Panel\GetCountPanel.cs">
196       <SubType>UserControl</SubType>
197     </Compile>
198     <Compile Update="Setting\Panel\GetCountPanel.Designer.cs">
199       <DependentUpon>GetCountPanel.cs</DependentUpon>
200     </Compile>
201     <Compile Update="Setting\Panel\GetPeriodPanel.cs">
202       <SubType>UserControl</SubType>
203     </Compile>
204     <Compile Update="Setting\Panel\GetPeriodPanel.Designer.cs">
205       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
206     </Compile>
207     <Compile Update="Setting\Panel\NotifyPanel.cs">
208       <SubType>UserControl</SubType>
209     </Compile>
210     <Compile Update="Setting\Panel\NotifyPanel.Designer.cs">
211       <DependentUpon>NotifyPanel.cs</DependentUpon>
212     </Compile>
213     <Compile Update="Setting\Panel\PreviewPanel.cs">
214       <SubType>UserControl</SubType>
215     </Compile>
216     <Compile Update="Setting\Panel\PreviewPanel.Designer.cs">
217       <DependentUpon>PreviewPanel.cs</DependentUpon>
218     </Compile>
219     <Compile Update="Setting\Panel\ProxyPanel.cs">
220       <SubType>UserControl</SubType>
221     </Compile>
222     <Compile Update="Setting\Panel\ProxyPanel.Designer.cs">
223       <DependentUpon>ProxyPanel.cs</DependentUpon>
224     </Compile>
225     <Compile Update="Setting\Panel\SettingPanelBase.cs">
226       <SubType>UserControl</SubType>
227     </Compile>
228     <Compile Update="Setting\Panel\SettingPanelBase.Designer.cs">
229       <DependentUpon>SettingPanelBase.cs</DependentUpon>
230     </Compile>
231     <Compile Update="Setting\Panel\ShortUrlPanel.cs">
232       <SubType>UserControl</SubType>
233     </Compile>
234     <Compile Update="Setting\Panel\ShortUrlPanel.Designer.cs">
235       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
236     </Compile>
237     <Compile Update="Setting\Panel\StartupPanel.cs">
238       <SubType>UserControl</SubType>
239     </Compile>
240     <Compile Update="Setting\Panel\StartupPanel.Designer.cs">
241       <DependentUpon>StartupPanel.cs</DependentUpon>
242     </Compile>
243     <Compile Update="Setting\Panel\TweetActPanel.cs">
244       <SubType>UserControl</SubType>
245     </Compile>
246     <Compile Update="Setting\Panel\TweetActPanel.Designer.cs">
247       <DependentUpon>TweetActPanel.cs</DependentUpon>
248     </Compile>
249     <Compile Update="Setting\Panel\TweetPrvPanel.cs">
250       <SubType>UserControl</SubType>
251     </Compile>
252     <Compile Update="Setting\Panel\TweetPrvPanel.Designer.cs">
253       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
254     </Compile>
255     <Compile Update="TabsDialog.cs">
256       <SubType>Form</SubType>
257     </Compile>
258     <Compile Update="TabsDialog.Designer.cs">
259       <DependentUpon>TabsDialog.cs</DependentUpon>
260     </Compile>
261     <Compile Update="TweetThumbnailControl.cs">
262       <SubType>UserControl</SubType>
263     </Compile>
264     <Compile Update="TweetThumbnailControl.Designer.cs">
265       <DependentUpon>TweetThumbnailControl.cs</DependentUpon>
266     </Compile>
267     <Compile Update="UpdateDialog.cs">
268       <SubType>Form</SubType>
269     </Compile>
270     <Compile Update="UpdateDialog.Designer.cs">
271       <DependentUpon>UpdateDialog.cs</DependentUpon>
272     </Compile>
273     <Compile Update="InputTabName.cs">
274       <SubType>Form</SubType>
275     </Compile>
276     <Compile Update="InputTabName.Designer.cs">
277       <DependentUpon>InputTabName.cs</DependentUpon>
278     </Compile>
279     <Compile Update="MyLists.cs">
280       <SubType>Form</SubType>
281     </Compile>
282     <Compile Update="MyLists.Designer.cs">
283       <DependentUpon>MyLists.cs</DependentUpon>
284     </Compile>
285     <Compile Update="OpenURL.cs">
286       <SubType>Form</SubType>
287     </Compile>
288     <Compile Update="OpenURL.Designer.cs">
289       <DependentUpon>OpenURL.cs</DependentUpon>
290     </Compile>
291     <Compile Update="Properties\Resources.Designer.cs">
292       <AutoGen>True</AutoGen>
293       <DesignTime>True</DesignTime>
294       <DependentUpon>Resources.resx</DependentUpon>
295     </Compile>
296     <Compile Update="SearchWordDialog.cs">
297       <SubType>Form</SubType>
298     </Compile>
299     <Compile Update="SearchWordDialog.Designer.cs">
300       <DependentUpon>SearchWordDialog.cs</DependentUpon>
301     </Compile>
302     <Compile Update="UserInfoDialog.cs">
303       <SubType>Form</SubType>
304     </Compile>
305     <Compile Update="UserInfoDialog.Designer.cs">
306       <DependentUpon>UserInfoDialog.cs</DependentUpon>
307     </Compile>
308     <Compile Update="ToolStripAPIGauge.cs">
309       <SubType>Component</SubType>
310     </Compile>
311     <Compile Update="Tween.cs">
312       <SubType>Form</SubType>
313     </Compile>
314     <Compile Update="Tween.Designer.cs">
315       <DependentUpon>Tween.cs</DependentUpon>
316     </Compile>
317     <Compile Update="TweenAboutBox.cs">
318       <SubType>Form</SubType>
319     </Compile>
320     <Compile Update="TweenAboutBox.Designer.cs">
321       <DependentUpon>TweenAboutBox.cs</DependentUpon>
322     </Compile>
323     <Compile Update="ToolStripLabelHistory.cs">
324       <SubType>Component</SubType>
325     </Compile>
326   </ItemGroup>
327   <ItemGroup>
328     <EmbeddedResource Update="ApiInfoDialog.resx">
329       <DependentUpon>ApiInfoDialog.cs</DependentUpon>
330     </EmbeddedResource>
331     <EmbeddedResource Update="AuthDialog.en.resx">
332       <DependentUpon>AuthDialog.cs</DependentUpon>
333     </EmbeddedResource>
334     <EmbeddedResource Update="AuthDialog.resx">
335       <DependentUpon>AuthDialog.cs</DependentUpon>
336     </EmbeddedResource>
337     <EmbeddedResource Update="EncryptApiKeyDialog.resx">
338       <DependentUpon>EncryptApiKeyDialog.cs</DependentUpon>
339     </EmbeddedResource>
340     <EmbeddedResource Update="FilterDialog.en.resx">
341       <DependentUpon>FilterDialog.cs</DependentUpon>
342     </EmbeddedResource>
343     <EmbeddedResource Update="FilterDialog.resx">
344       <DependentUpon>FilterDialog.cs</DependentUpon>
345     </EmbeddedResource>
346     <EmbeddedResource Update="HashtagManage.en.resx">
347       <DependentUpon>HashtagManage.cs</DependentUpon>
348     </EmbeddedResource>
349     <EmbeddedResource Update="HashtagManage.resx">
350       <DependentUpon>HashtagManage.cs</DependentUpon>
351     </EmbeddedResource>
352     <EmbeddedResource Update="InputDialog.en.resx">
353       <DependentUpon>InputDialog.cs</DependentUpon>
354     </EmbeddedResource>
355     <EmbeddedResource Update="InputDialog.resx">
356       <DependentUpon>InputDialog.cs</DependentUpon>
357     </EmbeddedResource>
358     <EmbeddedResource Update="ListAvailable.resx">
359       <DependentUpon>ListAvailable.cs</DependentUpon>
360     </EmbeddedResource>
361     <EmbeddedResource Update="ListAvailable.en.resx">
362       <DependentUpon>ListAvailable.cs</DependentUpon>
363     </EmbeddedResource>
364     <EmbeddedResource Update="ListManage.en.resx">
365       <DependentUpon>ListManage.cs</DependentUpon>
366     </EmbeddedResource>
367     <EmbeddedResource Update="ListManage.resx">
368       <DependentUpon>ListManage.cs</DependentUpon>
369     </EmbeddedResource>
370     <EmbeddedResource Update="AtIdSupplement.en.resx">
371       <DependentUpon>AtIdSupplement.cs</DependentUpon>
372     </EmbeddedResource>
373     <EmbeddedResource Update="AtIdSupplement.resx">
374       <DependentUpon>AtIdSupplement.cs</DependentUpon>
375     </EmbeddedResource>
376     <EmbeddedResource Update="AppendSettingDialog.en.resx">
377       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
378       <SubType>Designer</SubType>
379     </EmbeddedResource>
380     <EmbeddedResource Update="AppendSettingDialog.resx">
381       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
382       <SubType>Designer</SubType>
383     </EmbeddedResource>
384     <EmbeddedResource Update="LoginDialog.en.resx">
385       <DependentUpon>LoginDialog.cs</DependentUpon>
386     </EmbeddedResource>
387     <EmbeddedResource Update="LoginDialog.resx">
388       <DependentUpon>LoginDialog.cs</DependentUpon>
389     </EmbeddedResource>
390     <EmbeddedResource Update="MediaSelectorPanel.en.resx">
391       <DependentUpon>MediaSelectorPanel.cs</DependentUpon>
392     </EmbeddedResource>
393     <EmbeddedResource Update="MediaSelectorPanel.resx">
394       <DependentUpon>MediaSelectorPanel.cs</DependentUpon>
395     </EmbeddedResource>
396     <EmbeddedResource Update="SendErrorReportForm.en.resx">
397       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
398     </EmbeddedResource>
399     <EmbeddedResource Update="SendErrorReportForm.resx">
400       <DependentUpon>SendErrorReportForm.cs</DependentUpon>
401     </EmbeddedResource>
402     <EmbeddedResource Update="TweetDetailsView.en.resx">
403       <DependentUpon>TweetDetailsView.cs</DependentUpon>
404       <SubType>Designer</SubType>
405     </EmbeddedResource>
406     <EmbeddedResource Update="TweetDetailsView.resx">
407       <DependentUpon>TweetDetailsView.cs</DependentUpon>
408     </EmbeddedResource>
409     <EmbeddedResource Update="WaitingDialog.resx">
410       <DependentUpon>WaitingDialog.cs</DependentUpon>
411     </EmbeddedResource>
412     <EmbeddedResource Update="Setting\Panel\ActionPanel.en.resx">
413       <DependentUpon>ActionPanel.cs</DependentUpon>
414     </EmbeddedResource>
415     <EmbeddedResource Update="Setting\Panel\ActionPanel.resx">
416       <DependentUpon>ActionPanel.cs</DependentUpon>
417     </EmbeddedResource>
418     <EmbeddedResource Update="Setting\Panel\BasedPanel.en.resx">
419       <DependentUpon>BasedPanel.cs</DependentUpon>
420     </EmbeddedResource>
421     <EmbeddedResource Update="Setting\Panel\BasedPanel.resx">
422       <DependentUpon>BasedPanel.cs</DependentUpon>
423     </EmbeddedResource>
424     <EmbeddedResource Update="Setting\Panel\ConnectionPanel.en.resx">
425       <DependentUpon>ConnectionPanel.cs</DependentUpon>
426     </EmbeddedResource>
427     <EmbeddedResource Update="Setting\Panel\ConnectionPanel.resx">
428       <DependentUpon>ConnectionPanel.cs</DependentUpon>
429     </EmbeddedResource>
430     <EmbeddedResource Update="Setting\Panel\CooperatePanel.en.resx">
431       <DependentUpon>CooperatePanel.cs</DependentUpon>
432     </EmbeddedResource>
433     <EmbeddedResource Update="Setting\Panel\CooperatePanel.resx">
434       <DependentUpon>CooperatePanel.cs</DependentUpon>
435     </EmbeddedResource>
436     <EmbeddedResource Update="Setting\Panel\FontPanel.en.resx">
437       <DependentUpon>FontPanel.cs</DependentUpon>
438     </EmbeddedResource>
439     <EmbeddedResource Update="Setting\Panel\FontPanel.resx">
440       <DependentUpon>FontPanel.cs</DependentUpon>
441     </EmbeddedResource>
442     <EmbeddedResource Update="Setting\Panel\FontPanel2.en.resx">
443       <DependentUpon>FontPanel2.cs</DependentUpon>
444     </EmbeddedResource>
445     <EmbeddedResource Update="Setting\Panel\FontPanel2.resx">
446       <DependentUpon>FontPanel2.cs</DependentUpon>
447     </EmbeddedResource>
448     <EmbeddedResource Update="Setting\Panel\GetCountPanel.en.resx">
449       <DependentUpon>GetCountPanel.cs</DependentUpon>
450     </EmbeddedResource>
451     <EmbeddedResource Update="Setting\Panel\GetCountPanel.resx">
452       <DependentUpon>GetCountPanel.cs</DependentUpon>
453     </EmbeddedResource>
454     <EmbeddedResource Update="Setting\Panel\GetPeriodPanel.en.resx">
455       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
456     </EmbeddedResource>
457     <EmbeddedResource Update="Setting\Panel\GetPeriodPanel.resx">
458       <DependentUpon>GetPeriodPanel.cs</DependentUpon>
459     </EmbeddedResource>
460     <EmbeddedResource Update="Setting\Panel\NotifyPanel.en.resx">
461       <DependentUpon>NotifyPanel.cs</DependentUpon>
462     </EmbeddedResource>
463     <EmbeddedResource Update="Setting\Panel\NotifyPanel.resx">
464       <DependentUpon>NotifyPanel.cs</DependentUpon>
465     </EmbeddedResource>
466     <EmbeddedResource Update="Setting\Panel\PreviewPanel.en.resx">
467       <DependentUpon>PreviewPanel.cs</DependentUpon>
468     </EmbeddedResource>
469     <EmbeddedResource Update="Setting\Panel\PreviewPanel.resx">
470       <DependentUpon>PreviewPanel.cs</DependentUpon>
471     </EmbeddedResource>
472     <EmbeddedResource Update="Setting\Panel\ProxyPanel.en.resx">
473       <DependentUpon>ProxyPanel.cs</DependentUpon>
474     </EmbeddedResource>
475     <EmbeddedResource Update="Setting\Panel\ProxyPanel.resx">
476       <DependentUpon>ProxyPanel.cs</DependentUpon>
477     </EmbeddedResource>
478     <EmbeddedResource Update="Setting\Panel\ShortUrlPanel.en.resx">
479       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
480     </EmbeddedResource>
481     <EmbeddedResource Update="Setting\Panel\ShortUrlPanel.resx">
482       <DependentUpon>ShortUrlPanel.cs</DependentUpon>
483     </EmbeddedResource>
484     <EmbeddedResource Update="Setting\Panel\StartupPanel.en.resx">
485       <DependentUpon>StartupPanel.cs</DependentUpon>
486     </EmbeddedResource>
487     <EmbeddedResource Update="Setting\Panel\StartupPanel.resx">
488       <DependentUpon>StartupPanel.cs</DependentUpon>
489     </EmbeddedResource>
490     <EmbeddedResource Update="Setting\Panel\TweetActPanel.en.resx">
491       <DependentUpon>TweetActPanel.cs</DependentUpon>
492     </EmbeddedResource>
493     <EmbeddedResource Update="Setting\Panel\TweetActPanel.resx">
494       <DependentUpon>TweetActPanel.cs</DependentUpon>
495     </EmbeddedResource>
496     <EmbeddedResource Update="Setting\Panel\TweetPrvPanel.en.resx">
497       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
498     </EmbeddedResource>
499     <EmbeddedResource Update="Setting\Panel\TweetPrvPanel.resx">
500       <DependentUpon>TweetPrvPanel.cs</DependentUpon>
501     </EmbeddedResource>
502     <EmbeddedResource Update="TabsDialog.en.resx">
503       <DependentUpon>TabsDialog.cs</DependentUpon>
504     </EmbeddedResource>
505     <EmbeddedResource Update="TabsDialog.resx">
506       <DependentUpon>TabsDialog.cs</DependentUpon>
507     </EmbeddedResource>
508     <EmbeddedResource Update="TweetThumbnailControl.en.resx">
509       <DependentUpon>TweetThumbnailControl.cs</DependentUpon>
510     </EmbeddedResource>
511     <EmbeddedResource Update="TweetThumbnailControl.resx">
512       <DependentUpon>TweetThumbnailControl.cs</DependentUpon>
513     </EmbeddedResource>
514     <EmbeddedResource Update="UpdateDialog.en.resx">
515       <DependentUpon>UpdateDialog.cs</DependentUpon>
516     </EmbeddedResource>
517     <EmbeddedResource Update="UpdateDialog.resx">
518       <DependentUpon>UpdateDialog.cs</DependentUpon>
519     </EmbeddedResource>
520     <EmbeddedResource Update="InputTabName.en.resx">
521       <DependentUpon>InputTabName.cs</DependentUpon>
522     </EmbeddedResource>
523     <EmbeddedResource Update="InputTabName.resx">
524       <DependentUpon>InputTabName.cs</DependentUpon>
525     </EmbeddedResource>
526     <EmbeddedResource Update="MyLists.en.resx">
527       <DependentUpon>MyLists.cs</DependentUpon>
528     </EmbeddedResource>
529     <EmbeddedResource Update="MyLists.resx">
530       <DependentUpon>MyLists.cs</DependentUpon>
531     </EmbeddedResource>
532     <EmbeddedResource Update="OpenURL.en.resx">
533       <DependentUpon>OpenURL.cs</DependentUpon>
534     </EmbeddedResource>
535     <EmbeddedResource Update="OpenURL.resx">
536       <DependentUpon>OpenURL.cs</DependentUpon>
537     </EmbeddedResource>
538     <EmbeddedResource Update="Properties\Resources.resx">
539       <Generator>ResXFileCodeGenerator</Generator>
540       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
541       <SubType>Designer</SubType>
542     </EmbeddedResource>
543     <EmbeddedResource Update="Properties\Resources.en.resx">
544       <SubType>Designer</SubType>
545     </EmbeddedResource>
546     <EmbeddedResource Update="SearchWordDialog.en.resx">
547       <DependentUpon>SearchWordDialog.cs</DependentUpon>
548     </EmbeddedResource>
549     <EmbeddedResource Update="SearchWordDialog.resx">
550       <DependentUpon>SearchWordDialog.cs</DependentUpon>
551     </EmbeddedResource>
552     <EmbeddedResource Update="UserInfoDialog.en.resx">
553       <DependentUpon>UserInfoDialog.cs</DependentUpon>
554     </EmbeddedResource>
555     <EmbeddedResource Update="UserInfoDialog.resx">
556       <DependentUpon>UserInfoDialog.cs</DependentUpon>
557     </EmbeddedResource>
558     <EmbeddedResource Update="Tween.en.resx">
559       <DependentUpon>Tween.cs</DependentUpon>
560       <SubType>Designer</SubType>
561     </EmbeddedResource>
562     <EmbeddedResource Update="Tween.resx">
563       <DependentUpon>Tween.cs</DependentUpon>
564       <SubType>Designer</SubType>
565     </EmbeddedResource>
566     <EmbeddedResource Update="TweenAboutBox.en.resx">
567       <DependentUpon>TweenAboutBox.cs</DependentUpon>
568     </EmbeddedResource>
569     <EmbeddedResource Update="TweenAboutBox.resx">
570       <DependentUpon>TweenAboutBox.cs</DependentUpon>
571     </EmbeddedResource>
572   </ItemGroup>
573   <ItemGroup>
574     <None Include="..\LICENSE">
575       <Link>LICENSE</Link>
576       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
577     </None>
578     <None Include="..\LICENSE.GPL-3">
579       <Link>LICENSE.GPL-3</Link>
580       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
581     </None>
582     <None Include="..\LICENSE.ja">
583       <Link>LICENSE.ja</Link>
584       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
585     </None>
586     <None Include="..\LICENSE.LGPL-3">
587       <Link>LICENSE.LGPL-3</Link>
588       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
589     </None>
590     <AdditionalFiles Include="..\stylecop.json">
591       <Link>stylecop.json</Link>
592     </AdditionalFiles>
593     <None Include="app.config" />
594     <None Include="app.manifest">
595       <SubType>Designer</SubType>
596     </None>
597   </ItemGroup>
598   <ItemGroup>
599     <Content Include="..\CHANGELOG.txt" Link="Resources\CHANGELOG.txt" />
600     <Content Include="Icons\description.txt">
601       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
602     </Content>
603     <Content Include="Resources\3b.ico" />
604     <Content Include="Resources\4b.ico" />
605     <Content Include="Resources\5b.ico" />
606     <Content Include="Resources\5g.ico" />
607     <Content Include="Resources\5r.ico" />
608     <Content Include="Resources\5y.ico" />
609     <Content Include="Resources\6b.ico" />
610     <Content Include="Resources\6g.ico" />
611     <Content Include="Resources\Description.txt" />
612     <Content Include="Resources\InitialImage.png" />
613     <Content Include="Resources\LogoImage.png" />
614     <Content Include="Resources\MultiMediaImage.png" />
615     <None Include="Resources\S14.ico" />
616     <None Include="Resources\S13.ico" />
617     <None Include="Resources\S12.ico" />
618     <None Include="Resources\S11.ico" />
619     <None Include="Resources\S10.ico" />
620     <None Include="Resources\S9.ico" />
621     <None Include="Resources\S8.ico" />
622     <None Include="Resources\S7.ico" />
623     <None Include="Resources\S6.ico" />
624     <None Include="Resources\S5.ico" />
625     <None Include="Resources\S4.ico" />
626     <None Include="Resources\S3.ico" />
627     <None Include="Resources\S2.ico" />
628     <None Include="Resources\S1.ico" />
629     <None Include="Resources\S0.ico" />
630     <None Include="ErrorReport.datasource" />
631     <None Include="Resources\PlayableOverlayImage.png" />
632     <Content Include="Resources\re.ico" />
633     <Content Include="Resources\re2.ico" />
634     <Content Include="Resources\re3.ico" />
635     <Content Include="Resources\re4.ico" />
636   </ItemGroup>
637   <ItemGroup>
638     <PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.19041.2">
639       <IncludeAssets>compile; build</IncludeAssets>
640     </PackageReference>
641     <PackageReference Include="ResXcue">
642       <Version>1.0.1</Version>
643     </PackageReference>
644     <PackageReference Include="StyleCop.Analyzers">
645       <Version>1.2.0-beta.507</Version>
646       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
647       <PrivateAssets>all</PrivateAssets>
648     </PackageReference>
649   </ItemGroup>
650   <ItemGroup>
651     <InternalsVisibleTo Include="OpenTween.Tests" />
652     <InternalsVisibleTo Include="DynamicProxyGenAssembly2" />
653   </ItemGroup>
654   <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
655   <Target Name="ResXcue" BeforeTargets="Build">
656     <ResXcueTask Files="@(ResXFiles)" Indent="false" RemoveSchema="true" />
657   </Target>
658 </Project>