OSDN Git Service

リスト選択画面英語対応。選択可能リストがないとき、リスト詳細を初期化していない問題を修正。設定画面の英語対応
[opentween/open-tween.git] / Tween / Tween.vbproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.50727</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{41B54F21-5442-47D4-80F0-872D56D9E1FD}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <StartupObject>Tween.My.MyApplication</StartupObject>
11     <RootNamespace>Tween</RootNamespace>
12     <AssemblyName>Tween</AssemblyName>
13     <MyType>WindowsForms</MyType>
14     <ApplicationIcon>Resources\4b.ico</ApplicationIcon>
15     <FileUpgradeFlags>
16     </FileUpgradeFlags>
17     <UpgradeBackupLocation>
18     </UpgradeBackupLocation>
19     <OldToolsVersion>2.0</OldToolsVersion>
20     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
21     <PublishUrl>publish\</PublishUrl>
22     <Install>true</Install>
23     <InstallFrom>Disk</InstallFrom>
24     <UpdateEnabled>false</UpdateEnabled>
25     <UpdateMode>Foreground</UpdateMode>
26     <UpdateInterval>7</UpdateInterval>
27     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28     <UpdatePeriodically>false</UpdatePeriodically>
29     <UpdateRequired>false</UpdateRequired>
30     <MapFileExtensions>true</MapFileExtensions>
31     <ApplicationRevision>0</ApplicationRevision>
32     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33     <IsWebBootstrapper>false</IsWebBootstrapper>
34     <UseApplicationTrust>false</UseApplicationTrust>
35     <BootstrapperEnabled>true</BootstrapperEnabled>
36     <OptionStrict>On</OptionStrict>
37   </PropertyGroup>
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39     <DebugSymbols>true</DebugSymbols>
40     <DebugType>full</DebugType>
41     <DefineDebug>true</DefineDebug>
42     <DefineTrace>true</DefineTrace>
43     <OutputPath>bin\Debug\</OutputPath>
44     <DocumentationFile>
45     </DocumentationFile>
46     <NoWarn>
47     </NoWarn>
48     <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
49     <RemoveIntegerChecks>true</RemoveIntegerChecks>
50   </PropertyGroup>
51   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52     <DebugType>pdbonly</DebugType>
53     <DefineDebug>false</DefineDebug>
54     <DefineTrace>true</DefineTrace>
55     <Optimize>true</Optimize>
56     <OutputPath>bin\Release\</OutputPath>
57     <DocumentationFile>
58     </DocumentationFile>
59     <NoWarn>
60     </NoWarn>
61     <DebugSymbols>true</DebugSymbols>
62     <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
63     <RemoveIntegerChecks>true</RemoveIntegerChecks>
64   </PropertyGroup>
65   <ItemGroup>
66     <Reference Include="System" />
67     <Reference Include="System.Drawing" />
68     <Reference Include="System.Web" />
69     <Reference Include="System.Windows.Forms" />
70     <Reference Include="System.XML" />
71   </ItemGroup>
72   <ItemGroup>
73     <Import Include="Microsoft.VisualBasic" />
74     <Import Include="System" />
75     <Import Include="System.Collections" />
76     <Import Include="System.Collections.Generic" />
77     <Import Include="System.Drawing" />
78     <Import Include="System.Windows.Forms" />
79   </ItemGroup>
80   <ItemGroup>
81     <Compile Include="AnalyzeKey.vb" />
82     <Compile Include="ApplicationEvents.vb" />
83     <Compile Include="AtIdSupplement.Designer.vb">
84       <DependentUpon>AtIdSupplement.vb</DependentUpon>
85     </Compile>
86     <Compile Include="AtIdSupplement.vb">
87       <SubType>Form</SubType>
88     </Compile>
89     <Compile Include="Connection\HttpConnection.vb" />
90     <Compile Include="Connection\HttpConnectionBasic.vb" />
91     <Compile Include="Connection\HttpConnectionOAuth.vb" />
92     <Compile Include="Connection\HttpTwitter.vb" />
93     <Compile Include="Connection\HttpVarious.vb" />
94     <Compile Include="Connection\IHttpConnection.vb" />
95     <Compile Include="DetailsListView.vb">
96       <SubType>Component</SubType>
97     </Compile>
98     <Compile Include="DialogAsShieldIcon.Designer.vb">
99       <DependentUpon>DialogAsShieldIcon.vb</DependentUpon>
100     </Compile>
101     <Compile Include="DialogAsShieldIcon.vb">
102       <SubType>Form</SubType>
103     </Compile>
104     <Compile Include="HashtagManage.Designer.vb">
105       <DependentUpon>HashtagManage.vb</DependentUpon>
106     </Compile>
107     <Compile Include="HashtagManage.vb">
108       <SubType>Form</SubType>
109     </Compile>
110     <Compile Include="InputTabName.Designer.vb">
111       <DependentUpon>InputTabName.vb</DependentUpon>
112     </Compile>
113     <Compile Include="InputTabName.vb">
114       <SubType>Form</SubType>
115     </Compile>
116     <Compile Include="ListAvailable.Designer.vb">
117       <DependentUpon>ListAvailable.vb</DependentUpon>
118     </Compile>
119     <Compile Include="ListAvailable.vb">
120       <SubType>Form</SubType>
121     </Compile>
122     <Compile Include="ListElement.vb" />
123     <Compile Include="My Project\AssemblyInfo.vb" />
124     <Compile Include="My Project\Application.Designer.vb">
125       <AutoGen>True</AutoGen>
126       <DependentUpon>Application.myapp</DependentUpon>
127     </Compile>
128     <Compile Include="My Project\Resources.Designer.vb">
129       <AutoGen>True</AutoGen>
130       <DesignTime>True</DesignTime>
131       <DependentUpon>Resources.resx</DependentUpon>
132     </Compile>
133     <Compile Include="My Project\Settings.Designer.vb">
134       <AutoGen>True</AutoGen>
135       <DependentUpon>Settings.settings</DependentUpon>
136       <DesignTimeSharedInput>True</DesignTimeSharedInput>
137     </Compile>
138     <Compile Include="MyCommon.vb" />
139     <Compile Include="nicoms.vb" />
140     <Compile Include="OpenURL.Designer.vb">
141       <DependentUpon>OpenURL.vb</DependentUpon>
142     </Compile>
143     <Compile Include="OpenURL.vb">
144       <SubType>Form</SubType>
145     </Compile>
146     <Compile Include="Outputz.vb" />
147     <Compile Include="RadixConvert.vb" />
148     <Compile Include="SearchWord.Designer.vb">
149       <DependentUpon>SearchWord.vb</DependentUpon>
150     </Compile>
151     <Compile Include="SearchWord.vb">
152       <SubType>Form</SubType>
153     </Compile>
154     <Compile Include="Setting.Designer.vb">
155       <DependentUpon>Setting.vb</DependentUpon>
156     </Compile>
157     <Compile Include="Setting.vb">
158       <SubType>Form</SubType>
159     </Compile>
160     <Compile Include="Setting\SettingAtIdList.vb" />
161     <Compile Include="Setting\SettingBase.vb" />
162     <Compile Include="Setting\SettingCommon.vb" />
163     <Compile Include="Setting\SettingLocal.vb" />
164     <Compile Include="Setting\SettingTab.vb" />
165     <Compile Include="Setting\SettingFollower.vb" />
166     <Compile Include="Setting\SettingTabs.vb" />
167     <Compile Include="ShieldIcon.vb" />
168     <Compile Include="StatusDictionary.vb" />
169     <Compile Include="FilterDialog.Designer.vb">
170       <DependentUpon>FilterDialog.vb</DependentUpon>
171     </Compile>
172     <Compile Include="FilterDialog.vb">
173       <SubType>Form</SubType>
174     </Compile>
175     <Compile Include="TabsDialog.Designer.vb">
176       <DependentUpon>TabsDialog.vb</DependentUpon>
177     </Compile>
178     <Compile Include="TabsDialog.vb">
179       <SubType>Form</SubType>
180     </Compile>
181     <Compile Include="ToolStripLabelHistory.vb">
182       <SubType>Component</SubType>
183     </Compile>
184     <Compile Include="Tween.Designer.vb">
185       <DependentUpon>Tween.vb</DependentUpon>
186     </Compile>
187     <Compile Include="Tween.vb">
188       <SubType>Form</SubType>
189     </Compile>
190     <Compile Include="TweenAboutBox.Designer.vb">
191       <DependentUpon>TweenAboutBox.vb</DependentUpon>
192     </Compile>
193     <Compile Include="TweenAboutBox.vb">
194       <SubType>Form</SubType>
195     </Compile>
196     <Compile Include="Twitter.vb" />
197     <Compile Include="WebBrowserController.vb" />
198     <Compile Include="Win32Api.vb" />
199   </ItemGroup>
200   <ItemGroup>
201     <EmbeddedResource Include="AtIdSupplement.en.resx">
202       <SubType>Designer</SubType>
203       <DependentUpon>AtIdSupplement.vb</DependentUpon>
204     </EmbeddedResource>
205     <EmbeddedResource Include="AtIdSupplement.resx">
206       <SubType>Designer</SubType>
207       <DependentUpon>AtIdSupplement.vb</DependentUpon>
208     </EmbeddedResource>
209     <EmbeddedResource Include="DialogAsShieldIcon.resx">
210       <DependentUpon>DialogAsShieldIcon.vb</DependentUpon>
211       <SubType>Designer</SubType>
212     </EmbeddedResource>
213     <EmbeddedResource Include="HashtagManage.en.resx">
214       <SubType>Designer</SubType>
215       <DependentUpon>HashtagManage.vb</DependentUpon>
216     </EmbeddedResource>
217     <EmbeddedResource Include="HashtagManage.resx">
218       <SubType>Designer</SubType>
219       <DependentUpon>HashtagManage.vb</DependentUpon>
220     </EmbeddedResource>
221     <EmbeddedResource Include="InputTabName.en.resx">
222       <DependentUpon>InputTabName.vb</DependentUpon>
223       <SubType>Designer</SubType>
224     </EmbeddedResource>
225     <EmbeddedResource Include="InputTabName.resx">
226       <SubType>Designer</SubType>
227       <DependentUpon>InputTabName.vb</DependentUpon>
228     </EmbeddedResource>
229     <EmbeddedResource Include="ListAvailable.en.resx">
230       <SubType>Designer</SubType>
231       <DependentUpon>ListAvailable.vb</DependentUpon>
232     </EmbeddedResource>
233     <EmbeddedResource Include="ListAvailable.resx">
234       <SubType>Designer</SubType>
235       <DependentUpon>ListAvailable.vb</DependentUpon>
236     </EmbeddedResource>
237     <EmbeddedResource Include="My Project\Resources.en.resx">
238       <SubType>Designer</SubType>
239     </EmbeddedResource>
240     <EmbeddedResource Include="My Project\Resources.resx">
241       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
242       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
243       <CustomToolNamespace>My.Resources</CustomToolNamespace>
244       <SubType>Designer</SubType>
245     </EmbeddedResource>
246     <EmbeddedResource Include="OpenURL.en.resx">
247       <DependentUpon>OpenURL.vb</DependentUpon>
248       <SubType>Designer</SubType>
249     </EmbeddedResource>
250     <EmbeddedResource Include="OpenURL.resx">
251       <SubType>Designer</SubType>
252       <DependentUpon>OpenURL.vb</DependentUpon>
253     </EmbeddedResource>
254     <EmbeddedResource Include="SearchWord.en.resx">
255       <DependentUpon>SearchWord.vb</DependentUpon>
256       <SubType>Designer</SubType>
257     </EmbeddedResource>
258     <EmbeddedResource Include="SearchWord.resx">
259       <SubType>Designer</SubType>
260       <DependentUpon>SearchWord.vb</DependentUpon>
261     </EmbeddedResource>
262     <EmbeddedResource Include="Setting.en.resx">
263       <DependentUpon>Setting.vb</DependentUpon>
264       <SubType>Designer</SubType>
265     </EmbeddedResource>
266     <EmbeddedResource Include="Setting.resx">
267       <SubType>Designer</SubType>
268       <DependentUpon>Setting.vb</DependentUpon>
269     </EmbeddedResource>
270     <EmbeddedResource Include="FilterDialog.en.resx">
271       <DependentUpon>FilterDialog.vb</DependentUpon>
272       <SubType>Designer</SubType>
273     </EmbeddedResource>
274     <EmbeddedResource Include="FilterDialog.resx">
275       <DependentUpon>FilterDialog.vb</DependentUpon>
276       <SubType>Designer</SubType>
277     </EmbeddedResource>
278     <EmbeddedResource Include="TabsDialog.en.resx">
279       <DependentUpon>TabsDialog.vb</DependentUpon>
280       <SubType>Designer</SubType>
281     </EmbeddedResource>
282     <EmbeddedResource Include="TabsDialog.resx">
283       <DependentUpon>TabsDialog.vb</DependentUpon>
284       <SubType>Designer</SubType>
285     </EmbeddedResource>
286     <EmbeddedResource Include="Tween.en.resx">
287       <DependentUpon>Tween.vb</DependentUpon>
288       <SubType>Designer</SubType>
289     </EmbeddedResource>
290     <EmbeddedResource Include="Tween.resx">
291       <DependentUpon>Tween.vb</DependentUpon>
292       <SubType>Designer</SubType>
293     </EmbeddedResource>
294     <EmbeddedResource Include="TweenAboutBox.en.resx">
295       <DependentUpon>TweenAboutBox.vb</DependentUpon>
296       <SubType>Designer</SubType>
297     </EmbeddedResource>
298     <EmbeddedResource Include="TweenAboutBox.resx">
299       <SubType>Designer</SubType>
300       <DependentUpon>TweenAboutBox.vb</DependentUpon>
301     </EmbeddedResource>
302   </ItemGroup>
303   <ItemGroup>
304     <None Include="app.config">
305     </None>
306     <None Include="My Project\Application.myapp">
307       <Generator>MyApplicationCodeGenerator</Generator>
308       <LastGenOutput>Application.Designer.vb</LastGenOutput>
309     </None>
310     <None Include="My Project\Settings.settings">
311       <Generator>SettingsSingleFileGenerator</Generator>
312       <CustomToolNamespace>My</CustomToolNamespace>
313       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
314     </None>
315   </ItemGroup>
316   <ItemGroup>
317     <None Include="Resources\2b.ico" />
318     <None Include="Resources\re.ico" />
319     <None Include="Resources\4b.ico" />
320     <None Include="Resources\4y.ico" />
321     <None Include="Resources\4r.ico" />
322   </ItemGroup>
323   <ItemGroup>
324     <Content Include="Resources\1o.ico" />
325     <None Include="Resources\5g.ico" />
326     <Content Include="Resources\5o.ico" />
327     <Content Include="Resources\6b.ico" />
328     <None Include="Resources\6g.ico" />
329     <Content Include="Resources\6o.ico" />
330     <None Include="Resources\ChangeLog.txt" />
331     <Content Include="Resources\re2.ico" />
332     <Content Include="Resources\re3.ico" />
333     <Content Include="Resources\re4.ico" />
334     <None Include="Resources\3b.ico" />
335     <None Include="Resources\5r.ico" />
336     <None Include="Resources\5y.ico" />
337     <None Include="Resources\5b.ico" />
338   </ItemGroup>
339   <ItemGroup>
340     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
341       <Visible>False</Visible>
342       <ProductName>.NET Framework Client Profile</ProductName>
343       <Install>false</Install>
344     </BootstrapperPackage>
345     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
346       <Visible>False</Visible>
347       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
348       <Install>false</Install>
349     </BootstrapperPackage>
350     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
351       <Visible>False</Visible>
352       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
353       <Install>false</Install>
354     </BootstrapperPackage>
355     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
356       <Visible>False</Visible>
357       <ProductName>.NET Framework 3.5</ProductName>
358       <Install>false</Install>
359     </BootstrapperPackage>
360     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
361       <Visible>False</Visible>
362       <ProductName>.NET Framework 3.5 SP1</ProductName>
363       <Install>true</Install>
364     </BootstrapperPackage>
365     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
366       <Visible>False</Visible>
367       <ProductName>Windows インストーラ 3.1</ProductName>
368       <Install>true</Install>
369     </BootstrapperPackage>
370   </ItemGroup>
371   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
372   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
373        Other similar extension points exist, see Microsoft.Common.targets.
374   <Target Name="BeforeBuild">
375   </Target>
376   <Target Name="AfterBuild">
377   </Target>
378   -->
379   <Target Name="AfterBuild">
380     <SGen BuildAssemblyName="$(TargetFileName)" BuildAssemblyPath="$(TargetDir)" ShouldGenerateSerializer="true" UseProxyTypes="false" />
381   </Target>
382   <PropertyGroup>
383     <PostBuildEvent>
384     </PostBuildEvent>
385   </PropertyGroup>
386 </Project>