OSDN Git Service

使用されていないファイルを削除
[opentween/open-tween.git] / OpenTween / OpenTween.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.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.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>TRACE;DEBUG</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33     <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
34     <UseVSHostingProcess>false</UseVSHostingProcess>
35   </PropertyGroup>
36   <PropertyGroup>
37     <StartupObject>OpenTween.MyApplication</StartupObject>
38   </PropertyGroup>
39   <PropertyGroup>
40     <ApplicationIcon>Resources\4b.ico</ApplicationIcon>
41   </PropertyGroup>
42   <ItemGroup>
43     <Reference Include="Microsoft.VisualBasic" />
44     <Reference Include="System" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Drawing" />
47     <Reference Include="System.Runtime.Caching" />
48     <Reference Include="System.Runtime.Serialization" />
49     <Reference Include="System.Web" />
50     <Reference Include="System.Windows.Forms" />
51     <Reference Include="System.Xml.Linq" />
52     <Reference Include="System.Data.DataSetExtensions" />
53     <Reference Include="Microsoft.CSharp" />
54     <Reference Include="System.Data" />
55     <Reference Include="System.Xml" />
56   </ItemGroup>
57   <ItemGroup>
58     <Compile Include="ApiInformation.cs" />
59     <Compile Include="ApplicationEvents.cs">
60       <SubType>Code</SubType>
61     </Compile>
62     <Compile Include="ApplicationSettings.cs" />
63     <Compile Include="AtIdSupplement.cs">
64       <SubType>Form</SubType>
65     </Compile>
66     <Compile Include="AtIdSupplement.Designer.cs">
67       <DependentUpon>AtIdSupplement.cs</DependentUpon>
68     </Compile>
69     <Compile Include="AppendSettingDialog.cs">
70       <SubType>Form</SubType>
71     </Compile>
72     <Compile Include="AppendSettingDialog.Designer.cs">
73       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
74     </Compile>
75     <Compile Include="AuthDialog.cs">
76       <SubType>Form</SubType>
77     </Compile>
78     <Compile Include="AuthDialog.Designer.cs">
79       <DependentUpon>AuthDialog.cs</DependentUpon>
80     </Compile>
81     <Compile Include="Bing.cs" />
82     <Compile Include="Connection\HttpOAuthApiProxy.cs" />
83     <Compile Include="Connection\HttpTwitter.cs">
84       <SubType>Code</SubType>
85     </Compile>
86     <Compile Include="Connection\HttpVarious.cs" />
87     <Compile Include="Connection\HttpConnectionOAuth.cs" />
88     <Compile Include="Connection\HttpConnectionOAuthEcho.cs" />
89     <Compile Include="Connection\IHttpConnection.cs" />
90     <Compile Include="Connection\imgly.cs" />
91     <Compile Include="Connection\IMultimediaShareService.cs" />
92     <Compile Include="EventViewerDialog.cs">
93       <SubType>Form</SubType>
94     </Compile>
95     <Compile Include="EventViewerDialog.Designer.cs">
96       <DependentUpon>EventViewerDialog.cs</DependentUpon>
97     </Compile>
98     <Compile Include="FilterDialog.cs">
99       <SubType>Form</SubType>
100     </Compile>
101     <Compile Include="FilterDialog.Designer.cs">
102       <DependentUpon>FilterDialog.cs</DependentUpon>
103     </Compile>
104     <Compile Include="HashtagManage.cs">
105       <SubType>Form</SubType>
106     </Compile>
107     <Compile Include="HashtagManage.Designer.cs">
108       <DependentUpon>HashtagManage.cs</DependentUpon>
109     </Compile>
110     <Compile Include="ListAvailable.cs">
111       <SubType>Form</SubType>
112     </Compile>
113     <Compile Include="ListAvailable.Designer.cs">
114       <DependentUpon>ListAvailable.cs</DependentUpon>
115     </Compile>
116     <Compile Include="ListManage.cs">
117       <SubType>Form</SubType>
118     </Compile>
119     <Compile Include="ListManage.Designer.cs">
120       <DependentUpon>ListManage.cs</DependentUpon>
121     </Compile>
122     <Compile Include="Connection\Plixi.cs" />
123     <Compile Include="Connection\TwitPic.cs" />
124     <Compile Include="Connection\TwitterPhoto.cs" />
125     <Compile Include="Connection\TwitVideo.cs" />
126     <Compile Include="Connection\yfrog.cs" />
127     <Compile Include="DataModel.cs" />
128     <Compile Include="DetailsListView.cs">
129       <SubType>Component</SubType>
130     </Compile>
131     <Compile Include="Thumbnail\ThumbnailGenerator.cs" />
132     <Compile Include="UpdateDialog.cs">
133       <SubType>Form</SubType>
134     </Compile>
135     <Compile Include="UpdateDialog.Designer.cs">
136       <DependentUpon>UpdateDialog.cs</DependentUpon>
137     </Compile>
138     <Compile Include="Foursquare.cs" />
139     <Compile Include="FormInfo.cs">
140       <SubType>Form</SubType>
141     </Compile>
142     <Compile Include="FormInfo.Designer.cs">
143       <DependentUpon>FormInfo.cs</DependentUpon>
144     </Compile>
145     <Compile Include="Growl.cs" />
146     <Compile Include="HookGlobalHotkey.cs" />
147     <Compile Include="InputTabName.cs">
148       <SubType>Form</SubType>
149     </Compile>
150     <Compile Include="InputTabName.Designer.cs">
151       <DependentUpon>InputTabName.cs</DependentUpon>
152     </Compile>
153     <Compile Include="Thumbnail\MapThumbGoogle.cs" />
154     <Compile Include="Thumbnail\MapThumb.cs" />
155     <Compile Include="Thumbnail\MapThumbOSM.cs" />
156     <Compile Include="ListElement.cs" />
157     <Compile Include="ImageDictionary.cs" />
158     <Compile Include="ImageListViewItem.cs" />
159     <Compile Include="MyCommon.cs" />
160     <Compile Include="MyLists.cs">
161       <SubType>Form</SubType>
162     </Compile>
163     <Compile Include="MyLists.Designer.cs">
164       <DependentUpon>MyLists.cs</DependentUpon>
165     </Compile>
166     <Compile Include="MySpecialPath.cs" />
167     <Compile Include="nicoms.cs" />
168     <Compile Include="OpenURL.cs">
169       <SubType>Form</SubType>
170     </Compile>
171     <Compile Include="OpenURL.Designer.cs">
172       <DependentUpon>OpenURL.cs</DependentUpon>
173     </Compile>
174     <Compile Include="Outputz.cs" />
175     <Compile Include="PictureBoxEx.cs">
176       <SubType>Component</SubType>
177     </Compile>
178     <Compile Include="Properties\AssemblyInfo.cs" />
179     <Compile Include="Properties\Resources.Designer.cs">
180       <AutoGen>True</AutoGen>
181       <DesignTime>True</DesignTime>
182       <DependentUpon>Resources.resx</DependentUpon>
183     </Compile>
184     <Compile Include="RadixConvert.cs" />
185     <Compile Include="SearchWord.cs">
186       <SubType>Form</SubType>
187     </Compile>
188     <Compile Include="SearchWord.Designer.cs">
189       <DependentUpon>SearchWord.cs</DependentUpon>
190     </Compile>
191     <Compile Include="Setting\SettingAtIdList.cs" />
192     <Compile Include="Setting\SettingBase.cs" />
193     <Compile Include="Setting\SettingCommon.cs" />
194     <Compile Include="Setting\SettingTabs.cs" />
195     <Compile Include="Setting\SettingLocal.cs" />
196     <Compile Include="ShortUrl.cs" />
197     <Compile Include="TabsDialog.cs">
198       <SubType>Form</SubType>
199     </Compile>
200     <Compile Include="TabsDialog.Designer.cs">
201       <DependentUpon>TabsDialog.cs</DependentUpon>
202     </Compile>
203     <Compile Include="ShowUserInfo.cs">
204       <SubType>Form</SubType>
205     </Compile>
206     <Compile Include="ShowUserInfo.Designer.cs">
207       <DependentUpon>ShowUserInfo.cs</DependentUpon>
208     </Compile>
209     <Compile Include="StatusDictionary.cs" />
210     <Compile Include="ToolStripAPIGauge.cs">
211       <SubType>Component</SubType>
212     </Compile>
213     <Compile Include="Tween.cs">
214       <SubType>Form</SubType>
215     </Compile>
216     <Compile Include="Tween.Designer.cs">
217       <DependentUpon>Tween.cs</DependentUpon>
218     </Compile>
219     <Compile Include="TweenAboutBox.cs">
220       <SubType>Form</SubType>
221     </Compile>
222     <Compile Include="TweenAboutBox.Designer.cs">
223       <DependentUpon>TweenAboutBox.cs</DependentUpon>
224     </Compile>
225     <Compile Include="ToolStripLabelHistory.cs">
226       <SubType>Component</SubType>
227     </Compile>
228     <Compile Include="Twitter.cs" />
229     <Compile Include="UserInfo.cs" />
230     <Compile Include="WebBrowserController.cs" />
231     <Compile Include="Win32Api.cs" />
232   </ItemGroup>
233   <ItemGroup>
234     <Compile Include="Connection\HttpConnection.cs" />
235   </ItemGroup>
236   <ItemGroup>
237     <EmbeddedResource Include="AuthDialog.en.resx">
238       <DependentUpon>AuthDialog.cs</DependentUpon>
239     </EmbeddedResource>
240     <EmbeddedResource Include="AuthDialog.resx">
241       <DependentUpon>AuthDialog.cs</DependentUpon>
242     </EmbeddedResource>
243     <EmbeddedResource Include="EventViewerDialog.en.resx">
244       <DependentUpon>EventViewerDialog.cs</DependentUpon>
245     </EmbeddedResource>
246     <EmbeddedResource Include="EventViewerDialog.resx">
247       <DependentUpon>EventViewerDialog.cs</DependentUpon>
248     </EmbeddedResource>
249     <EmbeddedResource Include="FilterDialog.en.resx">
250       <DependentUpon>FilterDialog.cs</DependentUpon>
251     </EmbeddedResource>
252     <EmbeddedResource Include="FilterDialog.resx">
253       <DependentUpon>FilterDialog.cs</DependentUpon>
254     </EmbeddedResource>
255     <EmbeddedResource Include="FilterDialog.zh-CHS.resx">
256       <DependentUpon>FilterDialog.cs</DependentUpon>
257     </EmbeddedResource>
258     <EmbeddedResource Include="HashtagManage.en.resx">
259       <DependentUpon>HashtagManage.cs</DependentUpon>
260     </EmbeddedResource>
261     <EmbeddedResource Include="HashtagManage.resx">
262       <DependentUpon>HashtagManage.cs</DependentUpon>
263     </EmbeddedResource>
264     <EmbeddedResource Include="HashtagManage.zh-CHS.resx">
265       <DependentUpon>HashtagManage.cs</DependentUpon>
266     </EmbeddedResource>
267     <EmbeddedResource Include="ListAvailable.resx">
268       <DependentUpon>ListAvailable.cs</DependentUpon>
269     </EmbeddedResource>
270     <EmbeddedResource Include="ListAvailable.en.resx">
271       <DependentUpon>ListAvailable.cs</DependentUpon>
272     </EmbeddedResource>
273     <EmbeddedResource Include="ListAvailable.zh-CHS.resx">
274       <DependentUpon>ListAvailable.cs</DependentUpon>
275     </EmbeddedResource>
276     <EmbeddedResource Include="ListManage.resx">
277       <DependentUpon>ListManage.cs</DependentUpon>
278     </EmbeddedResource>
279     <EmbeddedResource Include="AtIdSupplement.en.resx">
280       <DependentUpon>AtIdSupplement.cs</DependentUpon>
281     </EmbeddedResource>
282     <EmbeddedResource Include="AtIdSupplement.resx">
283       <DependentUpon>AtIdSupplement.cs</DependentUpon>
284     </EmbeddedResource>
285     <EmbeddedResource Include="AtIdSupplement.zh-CHS.resx">
286       <DependentUpon>AtIdSupplement.cs</DependentUpon>
287     </EmbeddedResource>
288     <EmbeddedResource Include="AppendSettingDialog.en.resx">
289       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
290       <SubType>Designer</SubType>
291     </EmbeddedResource>
292     <EmbeddedResource Include="AppendSettingDialog.resx">
293       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
294       <SubType>Designer</SubType>
295     </EmbeddedResource>
296     <EmbeddedResource Include="AppendSettingDialog.zh-CHS.resx">
297       <DependentUpon>AppendSettingDialog.cs</DependentUpon>
298     </EmbeddedResource>
299     <EmbeddedResource Include="UpdateDialog.en.resx">
300       <DependentUpon>UpdateDialog.cs</DependentUpon>
301     </EmbeddedResource>
302     <EmbeddedResource Include="UpdateDialog.resx">
303       <DependentUpon>UpdateDialog.cs</DependentUpon>
304     </EmbeddedResource>
305     <EmbeddedResource Include="UpdateDialog.zh-CHS.resx">
306       <DependentUpon>UpdateDialog.cs</DependentUpon>
307     </EmbeddedResource>
308     <EmbeddedResource Include="FormInfo.resx">
309       <DependentUpon>FormInfo.cs</DependentUpon>
310     </EmbeddedResource>
311     <EmbeddedResource Include="InputTabName.en.resx">
312       <DependentUpon>InputTabName.cs</DependentUpon>
313     </EmbeddedResource>
314     <EmbeddedResource Include="InputTabName.resx">
315       <DependentUpon>InputTabName.cs</DependentUpon>
316     </EmbeddedResource>
317     <EmbeddedResource Include="InputTabName.zh-CHS.resx">
318       <DependentUpon>InputTabName.cs</DependentUpon>
319     </EmbeddedResource>
320     <EmbeddedResource Include="MyLists.en.resx">
321       <DependentUpon>MyLists.cs</DependentUpon>
322     </EmbeddedResource>
323     <EmbeddedResource Include="MyLists.resx">
324       <DependentUpon>MyLists.cs</DependentUpon>
325     </EmbeddedResource>
326     <EmbeddedResource Include="MyLists.zh-CHS.resx">
327       <DependentUpon>MyLists.cs</DependentUpon>
328     </EmbeddedResource>
329     <EmbeddedResource Include="OpenURL.en.resx">
330       <DependentUpon>OpenURL.cs</DependentUpon>
331     </EmbeddedResource>
332     <EmbeddedResource Include="OpenURL.resx">
333       <DependentUpon>OpenURL.cs</DependentUpon>
334     </EmbeddedResource>
335     <EmbeddedResource Include="OpenURL.zh-CHS.resx">
336       <DependentUpon>OpenURL.cs</DependentUpon>
337     </EmbeddedResource>
338     <EmbeddedResource Include="Properties\Resources.resx">
339       <Generator>ResXFileCodeGenerator</Generator>
340       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
341       <SubType>Designer</SubType>
342     </EmbeddedResource>
343     <EmbeddedResource Include="Properties\Resources.en.resx">
344       <SubType>Designer</SubType>
345     </EmbeddedResource>
346     <EmbeddedResource Include="Properties\Resources.zh-CHS.resx">
347       <SubType>Designer</SubType>
348     </EmbeddedResource>
349     <EmbeddedResource Include="SearchWord.en.resx">
350       <DependentUpon>SearchWord.cs</DependentUpon>
351     </EmbeddedResource>
352     <EmbeddedResource Include="SearchWord.resx">
353       <DependentUpon>SearchWord.cs</DependentUpon>
354     </EmbeddedResource>
355     <EmbeddedResource Include="SearchWord.zh-CHS.resx">
356       <DependentUpon>SearchWord.cs</DependentUpon>
357     </EmbeddedResource>
358     <EmbeddedResource Include="TabsDialog.resx">
359       <DependentUpon>TabsDialog.cs</DependentUpon>
360     </EmbeddedResource>
361     <EmbeddedResource Include="ShowUserInfo.en.resx">
362       <DependentUpon>ShowUserInfo.cs</DependentUpon>
363     </EmbeddedResource>
364     <EmbeddedResource Include="ShowUserInfo.resx">
365       <DependentUpon>ShowUserInfo.cs</DependentUpon>
366     </EmbeddedResource>
367     <EmbeddedResource Include="ShowUserInfo.zh-CHS.resx">
368       <DependentUpon>ShowUserInfo.cs</DependentUpon>
369     </EmbeddedResource>
370     <EmbeddedResource Include="Tween.en.resx">
371       <DependentUpon>Tween.cs</DependentUpon>
372       <SubType>Designer</SubType>
373     </EmbeddedResource>
374     <EmbeddedResource Include="Tween.resx">
375       <DependentUpon>Tween.cs</DependentUpon>
376       <SubType>Designer</SubType>
377     </EmbeddedResource>
378     <EmbeddedResource Include="Tween.zh-CHS.resx">
379       <DependentUpon>Tween.cs</DependentUpon>
380       <SubType>Designer</SubType>
381     </EmbeddedResource>
382     <EmbeddedResource Include="TweenAboutBox.en.resx">
383       <DependentUpon>TweenAboutBox.cs</DependentUpon>
384     </EmbeddedResource>
385     <EmbeddedResource Include="TweenAboutBox.resx">
386       <DependentUpon>TweenAboutBox.cs</DependentUpon>
387     </EmbeddedResource>
388     <EmbeddedResource Include="TweenAboutBox.zh-CHS.resx">
389       <DependentUpon>TweenAboutBox.cs</DependentUpon>
390       <SubType>Designer</SubType>
391     </EmbeddedResource>
392   </ItemGroup>
393   <ItemGroup>
394     <None Include="..\LICENSE">
395       <Link>LICENSE</Link>
396       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
397     </None>
398     <None Include="..\LICENSE.GPL-3">
399       <Link>LICENSE.GPL-3</Link>
400       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
401     </None>
402     <None Include="..\LICENSE.ja">
403       <Link>LICENSE.ja</Link>
404       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
405     </None>
406     <None Include="..\LICENSE.LGPL-3">
407       <Link>LICENSE.LGPL-3</Link>
408       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
409     </None>
410   </ItemGroup>
411   <ItemGroup>
412     <Content Include="Resources\3b.ico" />
413     <Content Include="Resources\4b.ico" />
414     <Content Include="Resources\5b.ico" />
415     <Content Include="Resources\5g.ico" />
416     <Content Include="Resources\5r.ico" />
417     <Content Include="Resources\5y.ico" />
418     <Content Include="Resources\6b.ico" />
419     <Content Include="Resources\6g.ico" />
420     <Content Include="Resources\ChangeLog.txt" />
421     <Content Include="Resources\Description.txt" />
422     <Content Include="Resources\InitialImage.png" />
423     <Content Include="Resources\LogoImage.png" />
424     <Content Include="Resources\MultiMediaImage.png" />
425     <Content Include="Resources\re.ico" />
426     <Content Include="Resources\re2.ico" />
427     <Content Include="Resources\re3.ico" />
428     <Content Include="Resources\re4.ico" />
429   </ItemGroup>
430   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
431   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
432        Other similar extension points exist, see Microsoft.Common.targets.
433   <Target Name="BeforeBuild">
434   </Target>
435   <Target Name="AfterBuild">
436   </Target>
437   -->
438   <Target Name="AfterBuild">
439     <SGen BuildAssemblyName="$(TargetFileName)" BuildAssemblyPath="$(TargetDir)" ShouldGenerateSerializer="true" UseProxyTypes="false" />
440   </Target>
441 </Project>