| 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.configuration" />
|
|---|
| 68 | <Reference Include="System.Data" />
|
|---|
| 69 | <Reference Include="System.Data.SQLite, Version=1.0.60.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
|
|---|
| 70 | <SpecificVersion>False</SpecificVersion>
|
|---|
| 71 | <HintPath>Lib\System.Data.SQLite.DLL</HintPath>
|
|---|
| 72 | <Private>True</Private>
|
|---|
| 73 | </Reference>
|
|---|
| 74 | <Reference Include="System.Drawing" />
|
|---|
| 75 | <Reference Include="System.Web" />
|
|---|
| 76 | <Reference Include="System.Windows.Forms" />
|
|---|
| 77 | <Reference Include="System.XML" />
|
|---|
| 78 | </ItemGroup>
|
|---|
| 79 | <ItemGroup>
|
|---|
| 80 | <Import Include="Microsoft.VisualBasic" />
|
|---|
| 81 | <Import Include="System" />
|
|---|
| 82 | <Import Include="System.Collections" />
|
|---|
| 83 | <Import Include="System.Collections.Generic" />
|
|---|
| 84 | <Import Include="System.Drawing" />
|
|---|
| 85 | <Import Include="System.Windows.Forms" />
|
|---|
| 86 | </ItemGroup>
|
|---|
| 87 | <ItemGroup>
|
|---|
| 88 | <Compile Include="AnalyzeKey.vb" />
|
|---|
| 89 | <Compile Include="ApplicationEvents.vb" />
|
|---|
| 90 | <Compile Include="DetailsListView.Designer.vb">
|
|---|
| 91 | <DependentUpon>DetailsListView.vb</DependentUpon>
|
|---|
| 92 | </Compile>
|
|---|
| 93 | <Compile Include="DetailsListView.vb">
|
|---|
| 94 | </Compile>
|
|---|
| 95 | <Compile Include="InputTabName.Designer.vb">
|
|---|
| 96 | <DependentUpon>InputTabName.vb</DependentUpon>
|
|---|
| 97 | </Compile>
|
|---|
| 98 | <Compile Include="InputTabName.vb">
|
|---|
| 99 | <SubType>Form</SubType>
|
|---|
| 100 | </Compile>
|
|---|
| 101 | <Compile Include="My Project\AssemblyInfo.vb" />
|
|---|
| 102 | <Compile Include="My Project\Application.Designer.vb">
|
|---|
| 103 | <AutoGen>True</AutoGen>
|
|---|
| 104 | <DependentUpon>Application.myapp</DependentUpon>
|
|---|
| 105 | </Compile>
|
|---|
| 106 | <Compile Include="My Project\Resources.Designer.vb">
|
|---|
| 107 | <AutoGen>True</AutoGen>
|
|---|
| 108 | <DesignTime>True</DesignTime>
|
|---|
| 109 | <DependentUpon>Resources.resx</DependentUpon>
|
|---|
| 110 | </Compile>
|
|---|
| 111 | <Compile Include="My Project\Settings.Designer.vb">
|
|---|
| 112 | <AutoGen>True</AutoGen>
|
|---|
| 113 | <DependentUpon>Settings.settings</DependentUpon>
|
|---|
| 114 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|---|
| 115 | </Compile>
|
|---|
| 116 | <Compile Include="MyCommon.vb" />
|
|---|
| 117 | <Compile Include="MySocket.vb" />
|
|---|
| 118 | <Compile Include="OpenURL.Designer.vb">
|
|---|
| 119 | <DependentUpon>OpenURL.vb</DependentUpon>
|
|---|
| 120 | </Compile>
|
|---|
| 121 | <Compile Include="OpenURL.vb">
|
|---|
| 122 | <SubType>Form</SubType>
|
|---|
| 123 | </Compile>
|
|---|
| 124 | <Compile Include="SearchWord.Designer.vb">
|
|---|
| 125 | <DependentUpon>SearchWord.vb</DependentUpon>
|
|---|
| 126 | </Compile>
|
|---|
| 127 | <Compile Include="SearchWord.vb">
|
|---|
| 128 | <SubType>Form</SubType>
|
|---|
| 129 | </Compile>
|
|---|
| 130 | <Compile Include="Setting.Designer.vb">
|
|---|
| 131 | <DependentUpon>Setting.vb</DependentUpon>
|
|---|
| 132 | </Compile>
|
|---|
| 133 | <Compile Include="Setting.vb">
|
|---|
| 134 | <SubType>Form</SubType>
|
|---|
| 135 | </Compile>
|
|---|
| 136 | <Compile Include="StatusDictionary.vb" />
|
|---|
| 137 | <Compile Include="Storage.vb" />
|
|---|
| 138 | <Compile Include="TabDialog.Designer.vb">
|
|---|
| 139 | <DependentUpon>TabDialog.vb</DependentUpon>
|
|---|
| 140 | </Compile>
|
|---|
| 141 | <Compile Include="TabDialog.vb">
|
|---|
| 142 | <SubType>Form</SubType>
|
|---|
| 143 | </Compile>
|
|---|
| 144 | <Compile Include="TabsDialog.Designer.vb">
|
|---|
| 145 | <DependentUpon>TabsDialog.vb</DependentUpon>
|
|---|
| 146 | </Compile>
|
|---|
| 147 | <Compile Include="TabsDialog.vb">
|
|---|
| 148 | <SubType>Form</SubType>
|
|---|
| 149 | </Compile>
|
|---|
| 150 | <Compile Include="TwConfig.vb" />
|
|---|
| 151 | <Compile Include="Tween.Designer.vb">
|
|---|
| 152 | <DependentUpon>Tween.vb</DependentUpon>
|
|---|
| 153 | </Compile>
|
|---|
| 154 | <Compile Include="Tween.vb">
|
|---|
| 155 | <SubType>Form</SubType>
|
|---|
| 156 | </Compile>
|
|---|
| 157 | <Compile Include="TweenAboutBox.Designer.vb">
|
|---|
| 158 | <DependentUpon>TweenAboutBox.vb</DependentUpon>
|
|---|
| 159 | </Compile>
|
|---|
| 160 | <Compile Include="TweenAboutBox.vb">
|
|---|
| 161 | <SubType>Form</SubType>
|
|---|
| 162 | </Compile>
|
|---|
| 163 | <Compile Include="Twitter.vb" />
|
|---|
| 164 | </ItemGroup>
|
|---|
| 165 | <ItemGroup>
|
|---|
| 166 | <EmbeddedResource Include="InputTabName.resx">
|
|---|
| 167 | <SubType>Designer</SubType>
|
|---|
| 168 | <DependentUpon>InputTabName.vb</DependentUpon>
|
|---|
| 169 | </EmbeddedResource>
|
|---|
| 170 | <EmbeddedResource Include="My Project\Resources.resx">
|
|---|
| 171 | <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
|---|
| 172 | <LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
|---|
| 173 | <CustomToolNamespace>My.Resources</CustomToolNamespace>
|
|---|
| 174 | <SubType>Designer</SubType>
|
|---|
| 175 | </EmbeddedResource>
|
|---|
| 176 | <EmbeddedResource Include="OpenURL.resx">
|
|---|
| 177 | <SubType>Designer</SubType>
|
|---|
| 178 | <DependentUpon>OpenURL.vb</DependentUpon>
|
|---|
| 179 | </EmbeddedResource>
|
|---|
| 180 | <EmbeddedResource Include="SearchWord.resx">
|
|---|
| 181 | <SubType>Designer</SubType>
|
|---|
| 182 | <DependentUpon>SearchWord.vb</DependentUpon>
|
|---|
| 183 | </EmbeddedResource>
|
|---|
| 184 | <EmbeddedResource Include="Setting.resx">
|
|---|
| 185 | <SubType>Designer</SubType>
|
|---|
| 186 | <DependentUpon>Setting.vb</DependentUpon>
|
|---|
| 187 | </EmbeddedResource>
|
|---|
| 188 | <EmbeddedResource Include="TabDialog.resx">
|
|---|
| 189 | <DependentUpon>TabDialog.vb</DependentUpon>
|
|---|
| 190 | <SubType>Designer</SubType>
|
|---|
| 191 | </EmbeddedResource>
|
|---|
| 192 | <EmbeddedResource Include="TabsDialog.resx">
|
|---|
| 193 | <DependentUpon>TabsDialog.vb</DependentUpon>
|
|---|
| 194 | <SubType>Designer</SubType>
|
|---|
| 195 | </EmbeddedResource>
|
|---|
| 196 | <EmbeddedResource Include="Tween.resx">
|
|---|
| 197 | <DependentUpon>Tween.vb</DependentUpon>
|
|---|
| 198 | <SubType>Designer</SubType>
|
|---|
| 199 | </EmbeddedResource>
|
|---|
| 200 | <EmbeddedResource Include="TweenAboutBox.resx">
|
|---|
| 201 | <SubType>Designer</SubType>
|
|---|
| 202 | <DependentUpon>TweenAboutBox.vb</DependentUpon>
|
|---|
| 203 | </EmbeddedResource>
|
|---|
| 204 | </ItemGroup>
|
|---|
| 205 | <ItemGroup>
|
|---|
| 206 | <None Include="app.config" />
|
|---|
| 207 | <None Include="My Project\Application.myapp">
|
|---|
| 208 | <Generator>MyApplicationCodeGenerator</Generator>
|
|---|
| 209 | <LastGenOutput>Application.Designer.vb</LastGenOutput>
|
|---|
| 210 | </None>
|
|---|
| 211 | <None Include="My Project\Settings.settings">
|
|---|
| 212 | <Generator>SettingsSingleFileGenerator</Generator>
|
|---|
| 213 | <CustomToolNamespace>My</CustomToolNamespace>
|
|---|
| 214 | <LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|---|
| 215 | </None>
|
|---|
| 216 | </ItemGroup>
|
|---|
| 217 | <ItemGroup>
|
|---|
| 218 | <None Include="Resources\2b.ico" />
|
|---|
| 219 | <None Include="Resources\re.ico" />
|
|---|
| 220 | <None Include="Resources\4b.ico" />
|
|---|
| 221 | <None Include="Resources\4y.ico" />
|
|---|
| 222 | <None Include="Resources\4r.ico" />
|
|---|
| 223 | </ItemGroup>
|
|---|
| 224 | <ItemGroup>
|
|---|
| 225 | <Content Include="Resources\1o.ico" />
|
|---|
| 226 | <Content Include="Resources\5o.ico" />
|
|---|
| 227 | <Content Include="Resources\6b.ico" />
|
|---|
| 228 | <Content Include="Resources\6o.ico" />
|
|---|
| 229 | <None Include="Resources\ChangeLog.txt" />
|
|---|
| 230 | <Content Include="Resources\re2.ico" />
|
|---|
| 231 | <Content Include="Resources\re3.ico" />
|
|---|
| 232 | <Content Include="Resources\re4.ico" />
|
|---|
| 233 | <None Include="Resources\3b.ico" />
|
|---|
| 234 | <None Include="Resources\5r.ico" />
|
|---|
| 235 | <None Include="Resources\5y.ico" />
|
|---|
| 236 | <None Include="Resources\5b.ico" />
|
|---|
| 237 | </ItemGroup>
|
|---|
| 238 | <ItemGroup>
|
|---|
| 239 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|---|
| 240 | <Visible>False</Visible>
|
|---|
| 241 | <ProductName>.NET Framework Client Profile</ProductName>
|
|---|
| 242 | <Install>false</Install>
|
|---|
| 243 | </BootstrapperPackage>
|
|---|
| 244 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|---|
| 245 | <Visible>False</Visible>
|
|---|
| 246 | <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|---|
| 247 | <Install>false</Install>
|
|---|
| 248 | </BootstrapperPackage>
|
|---|
| 249 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|---|
| 250 | <Visible>False</Visible>
|
|---|
| 251 | <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|---|
| 252 | <Install>false</Install>
|
|---|
| 253 | </BootstrapperPackage>
|
|---|
| 254 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|---|
| 255 | <Visible>False</Visible>
|
|---|
| 256 | <ProductName>.NET Framework 3.5</ProductName>
|
|---|
| 257 | <Install>false</Install>
|
|---|
| 258 | </BootstrapperPackage>
|
|---|
| 259 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|---|
| 260 | <Visible>False</Visible>
|
|---|
| 261 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|---|
| 262 | <Install>true</Install>
|
|---|
| 263 | </BootstrapperPackage>
|
|---|
| 264 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|---|
| 265 | <Visible>False</Visible>
|
|---|
| 266 | <ProductName>Windows インストーラ 3.1</ProductName>
|
|---|
| 267 | <Install>true</Install>
|
|---|
| 268 | </BootstrapperPackage>
|
|---|
| 269 | </ItemGroup>
|
|---|
| 270 | <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
|---|
| 271 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|---|
| 272 | Other similar extension points exist, see Microsoft.Common.targets.
|
|---|
| 273 | <Target Name="BeforeBuild">
|
|---|
| 274 | </Target>
|
|---|
| 275 | <Target Name="AfterBuild">
|
|---|
| 276 | </Target>
|
|---|
| 277 | -->
|
|---|
| 278 | </Project> |
|---|