| 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)' == '' ">x86</Platform> |
| 6 |
<ProductVersion>8.0.30703</ProductVersion> |
| 7 |
<SchemaVersion>2.0</SchemaVersion> |
| 8 |
<ProjectGuid>{F1CA87F4-38EB-4D13-AC4E-4CB8955353F0}</ProjectGuid> |
| 9 |
<OutputType>WinExe</OutputType> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>Aqua877.WinApp.IronLivetube</RootNamespace> |
| 12 |
<AssemblyName>IronLivetube</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 |
<FileAlignment>512</FileAlignment> |
| 15 |
<TargetFrameworkProfile> |
| 16 |
</TargetFrameworkProfile> |
| 17 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 18 |
<PublishUrl>publish\</PublishUrl> |
| 19 |
<Install>true</Install> |
| 20 |
<InstallFrom>Disk</InstallFrom> |
| 21 |
<UpdateEnabled>false</UpdateEnabled> |
| 22 |
<UpdateMode>Foreground</UpdateMode> |
| 23 |
<UpdateInterval>7</UpdateInterval> |
| 24 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 25 |
<UpdatePeriodically>false</UpdatePeriodically> |
| 26 |
<UpdateRequired>false</UpdateRequired> |
| 27 |
<MapFileExtensions>true</MapFileExtensions> |
| 28 |
<ApplicationRevision>0</ApplicationRevision> |
| 29 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 30 |
<UseApplicationTrust>false</UseApplicationTrust> |
| 31 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 32 |
</PropertyGroup> |
| 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 34 |
<PlatformTarget>x86</PlatformTarget> |
| 35 |
<DebugSymbols>true</DebugSymbols> |
| 36 |
<DebugType>full</DebugType> |
| 37 |
<Optimize>false</Optimize> |
| 38 |
<OutputPath>bin\Debug\</OutputPath> |
| 39 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 40 |
<ErrorReport>prompt</ErrorReport> |
| 41 |
<WarningLevel>4</WarningLevel> |
| 42 |
</PropertyGroup> |
| 43 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| 44 |
<PlatformTarget>AnyCPU</PlatformTarget> |
| 45 |
<DebugType>pdbonly</DebugType> |
| 46 |
<Optimize>true</Optimize> |
| 47 |
<OutputPath>bin\Release\</OutputPath> |
| 48 |
<DefineConstants> |
| 49 |
</DefineConstants> |
| 50 |
<ErrorReport>prompt</ErrorReport> |
| 51 |
<WarningLevel>4</WarningLevel> |
| 52 |
</PropertyGroup> |
| 53 |
<PropertyGroup> |
| 54 |
<StartupObject /> |
| 55 |
</PropertyGroup> |
| 56 |
<PropertyGroup /> |
| 57 |
<PropertyGroup> |
| 58 |
<ApplicationIcon>IronLivetube.ico</ApplicationIcon> |
| 59 |
</PropertyGroup> |
| 60 |
<PropertyGroup /> |
| 61 |
<PropertyGroup /> |
| 62 |
<PropertyGroup> |
| 63 |
<NoWin32Manifest>true</NoWin32Manifest> |
| 64 |
</PropertyGroup> |
| 65 |
<ItemGroup> |
| 66 |
<Reference Include="Microsoft.CSharp" /> |
| 67 |
<Reference Include="System" /> |
| 68 |
<Reference Include="System.Core" /> |
| 69 |
<Reference Include="System.CoreEx, Version=1.0.2838.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 70 |
<Reference Include="System.Interactive, Version=1.0.2838.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 71 |
<Reference Include="System.Linq.Async, Version=1.0.2838.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 72 |
<Reference Include="System.Numerics" /> |
| 73 |
<Reference Include="System.Reactive, Version=1.0.2838.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 74 |
<Reference Include="System.Reactive.ClientProfile, Version=1.0.2838.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 75 |
<Reference Include="System.Reactive.ExtendedProfile, Version=1.0.2838.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
| 76 |
<Reference Include="System.Runtime.Serialization" /> |
| 77 |
<Reference Include="System.Web" /> |
| 78 |
<Reference Include="System.Xml.Linq" /> |
| 79 |
<Reference Include="System.Data.DataSetExtensions" /> |
| 80 |
<Reference Include="System.Data" /> |
| 81 |
<Reference Include="System.Deployment" /> |
| 82 |
<Reference Include="System.Drawing" /> |
| 83 |
<Reference Include="System.Windows.Forms" /> |
| 84 |
<Reference Include="System.Xml" /> |
| 85 |
</ItemGroup> |
| 86 |
<ItemGroup> |
| 87 |
<Compile Include="AboutIronLivetube.cs"> |
| 88 |
<SubType>Form</SubType> |
| 89 |
</Compile> |
| 90 |
<Compile Include="AboutIronLivetube.Designer.cs"> |
| 91 |
<DependentUpon>AboutIronLivetube.cs</DependentUpon> |
| 92 |
</Compile> |
| 93 |
<Compile Include="AnonymousComparer.cs" /> |
| 94 |
<Compile Include="CacheManageWindow.cs"> |
| 95 |
<SubType>Form</SubType> |
| 96 |
</Compile> |
| 97 |
<Compile Include="CacheManageWindow.Designer.cs"> |
| 98 |
<DependentUpon>CacheManageWindow.cs</DependentUpon> |
| 99 |
</Compile> |
| 100 |
<Compile Include="CommandHelper.cs" /> |
| 101 |
<Compile Include="DynamicJson.cs" /> |
| 102 |
<Compile Include="ErrorReportWindow.cs"> |
| 103 |
<SubType>Form</SubType> |
| 104 |
</Compile> |
| 105 |
<Compile Include="ErrorReportWindow.Designer.cs"> |
| 106 |
<DependentUpon>ErrorReportWindow.cs</DependentUpon> |
| 107 |
</Compile> |
| 108 |
<Compile Include="ErrorReportHelper.cs" /> |
| 109 |
<Compile Include="Extensions.cs" /> |
| 110 |
<Compile Include="FilteringHelper.cs" /> |
| 111 |
<Compile Include="FindWindow.cs"> |
| 112 |
<SubType>Form</SubType> |
| 113 |
</Compile> |
| 114 |
<Compile Include="FindWindow.Designer.cs"> |
| 115 |
<DependentUpon>FindWindow.cs</DependentUpon> |
| 116 |
</Compile> |
| 117 |
<Compile Include="LivetubeCommentContainer.cs" /> |
| 118 |
<Compile Include="LivetubeInformation.cs" /> |
| 119 |
<Compile Include="MainWindow.cs"> |
| 120 |
<SubType>Form</SubType> |
| 121 |
</Compile> |
| 122 |
<Compile Include="MainWindow.Designer.cs"> |
| 123 |
<DependentUpon>MainWindow.cs</DependentUpon> |
| 124 |
</Compile> |
| 125 |
<Compile Include="MainWindowListViewSorter.cs" /> |
| 126 |
<Compile Include="OpenLiveFromStreamIDWindow.cs"> |
| 127 |
<SubType>Form</SubType> |
| 128 |
</Compile> |
| 129 |
<Compile Include="OpenLiveFromStreamIDWindow.Designer.cs"> |
| 130 |
<DependentUpon>OpenLiveFromStreamIDWindow.cs</DependentUpon> |
| 131 |
</Compile> |
| 132 |
<Compile Include="OpenLiveFromURLWindow.cs"> |
| 133 |
<SubType>Form</SubType> |
| 134 |
</Compile> |
| 135 |
<Compile Include="OpenLiveFromURLWindow.Designer.cs"> |
| 136 |
<DependentUpon>OpenLiveFromURLWindow.cs</DependentUpon> |
| 137 |
</Compile> |
| 138 |
<Compile Include="Program.cs" /> |
| 139 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 140 |
<Compile Include="CommandOptionWindows\ReplaceCommandOptionWindow.cs"> |
| 141 |
<SubType>Form</SubType> |
| 142 |
</Compile> |
| 143 |
<Compile Include="CommandOptionWindows\ReplaceCommandOptionWindow.Designer.cs"> |
| 144 |
<DependentUpon>ReplaceCommandOptionWindow.cs</DependentUpon> |
| 145 |
</Compile> |
| 146 |
<Compile Include="SendersWiki.cs" /> |
| 147 |
<Compile Include="Settings.cs" /> |
| 148 |
<Compile Include="SettingsWindow.cs"> |
| 149 |
<SubType>Form</SubType> |
| 150 |
</Compile> |
| 151 |
<Compile Include="SettingsWindow.Designer.cs"> |
| 152 |
<DependentUpon>SettingsWindow.cs</DependentUpon> |
| 153 |
</Compile> |
| 154 |
<Compile Include="TextReaderServices.cs" /> |
| 155 |
<Compile Include="GlobalValues.cs" /> |
| 156 |
<Compile Include="CommandOptionWindows\VoteBanCommandOptionWindow.cs"> |
| 157 |
<SubType>Form</SubType> |
| 158 |
</Compile> |
| 159 |
<Compile Include="CommandOptionWindows\VoteBanCommandOptionWindow.Designer.cs"> |
| 160 |
<DependentUpon>VoteBanCommandOptionWindow.cs</DependentUpon> |
| 161 |
</Compile> |
| 162 |
<Compile Include="URLShortener.cs" /> |
| 163 |
<EmbeddedResource Include="AboutIronLivetube.resx"> |
| 164 |
<DependentUpon>AboutIronLivetube.cs</DependentUpon> |
| 165 |
</EmbeddedResource> |
| 166 |
<EmbeddedResource Include="CacheManageWindow.resx"> |
| 167 |
<DependentUpon>CacheManageWindow.cs</DependentUpon> |
| 168 |
</EmbeddedResource> |
| 169 |
<EmbeddedResource Include="CommandOptionWindows\ReplaceCommandOptionWindow.resx"> |
| 170 |
<DependentUpon>ReplaceCommandOptionWindow.cs</DependentUpon> |
| 171 |
</EmbeddedResource> |
| 172 |
<EmbeddedResource Include="CommandOptionWindows\VoteBanCommandOptionWindow.resx"> |
| 173 |
<DependentUpon>VoteBanCommandOptionWindow.cs</DependentUpon> |
| 174 |
</EmbeddedResource> |
| 175 |
<EmbeddedResource Include="ErrorReportWindow.resx"> |
| 176 |
<DependentUpon>ErrorReportWindow.cs</DependentUpon> |
| 177 |
</EmbeddedResource> |
| 178 |
<EmbeddedResource Include="FindWindow.resx"> |
| 179 |
<DependentUpon>FindWindow.cs</DependentUpon> |
| 180 |
</EmbeddedResource> |
| 181 |
<EmbeddedResource Include="MainWindow.resx"> |
| 182 |
<DependentUpon>MainWindow.cs</DependentUpon> |
| 183 |
<SubType>Designer</SubType> |
| 184 |
</EmbeddedResource> |
| 185 |
<EmbeddedResource Include="OpenLiveFromStreamIDWindow.resx"> |
| 186 |
<DependentUpon>OpenLiveFromStreamIDWindow.cs</DependentUpon> |
| 187 |
</EmbeddedResource> |
| 188 |
<EmbeddedResource Include="OpenLiveFromURLWindow.resx"> |
| 189 |
<DependentUpon>OpenLiveFromURLWindow.cs</DependentUpon> |
| 190 |
<SubType>Designer</SubType> |
| 191 |
</EmbeddedResource> |
| 192 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 193 |
<Generator>ResXFileCodeGenerator</Generator> |
| 194 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 195 |
<SubType>Designer</SubType> |
| 196 |
</EmbeddedResource> |
| 197 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 198 |
<AutoGen>True</AutoGen> |
| 199 |
<DependentUpon>Resources.resx</DependentUpon> |
| 200 |
<DesignTime>True</DesignTime> |
| 201 |
</Compile> |
| 202 |
<EmbeddedResource Include="SettingsWindow.resx"> |
| 203 |
<DependentUpon>SettingsWindow.cs</DependentUpon> |
| 204 |
<SubType>Designer</SubType> |
| 205 |
</EmbeddedResource> |
| 206 |
<None Include="app.config" /> |
| 207 |
<None Include="Properties\Settings.settings"> |
| 208 |
<Generator>SettingsSingleFileGenerator</Generator> |
| 209 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 210 |
</None> |
| 211 |
<Compile Include="Properties\Settings.Designer.cs"> |
| 212 |
<AutoGen>True</AutoGen> |
| 213 |
<DependentUpon>Settings.settings</DependentUpon> |
| 214 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 215 |
</Compile> |
| 216 |
</ItemGroup> |
| 217 |
<ItemGroup> |
| 218 |
<None Include="Resources\Error_16x16.png" /> |
| 219 |
</ItemGroup> |
| 220 |
<ItemGroup> |
| 221 |
<Content Include="IronLivetube.ico" /> |
| 222 |
<Content Include="not_implemented.txt" /> |
| 223 |
<None Include="Resources\IronLivetube.png" /> |
| 224 |
</ItemGroup> |
| 225 |
<ItemGroup> |
| 226 |
<BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
| 227 |
<Visible>False</Visible> |
| 228 |
<ProductName>Microsoft .NET Framework 4 %28x86 および x64%29</ProductName> |
| 229 |
<Install>true</Install> |
| 230 |
</BootstrapperPackage> |
| 231 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 232 |
<Visible>False</Visible> |
| 233 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 234 |
<Install>false</Install> |
| 235 |
</BootstrapperPackage> |
| 236 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 237 |
<Visible>False</Visible> |
| 238 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
| 239 |
<Install>false</Install> |
| 240 |
</BootstrapperPackage> |
| 241 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 242 |
<Visible>False</Visible> |
| 243 |
<ProductName>Windows インストーラー 3.1</ProductName> |
| 244 |
<Install>true</Install> |
| 245 |
</BootstrapperPackage> |
| 246 |
</ItemGroup> |
| 247 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 248 |
<ProjectExtensions> |
| 249 |
<VisualStudio> |
| 250 |
<UserProperties BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_BuildVersioningStyle="None.None.None.Increment" BuildVersion_StartDate="2011/1/9" /> |
| 251 |
</VisualStudio> |
| 252 |
</ProjectExtensions> |
| 253 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 254 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 255 |
<Target Name="BeforeBuild"> |
| 256 |
</Target> |
| 257 |
<Target Name="AfterBuild"> |
| 258 |
</Target> |
| 259 |
--> |
| 260 |
</Project> |