OSDN Git Service

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