| 1 |
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 |
<PropertyGroup> |
<PropertyGroup> |
| 4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 |
<ProductVersion>9.0.30729</ProductVersion> |
<ProductVersion>9.0.30729</ProductVersion> |
| 7 |
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
| 8 |
<ProjectGuid>{F6F21288-A770-48B8-BFFE-44E665C0DABB}</ProjectGuid> |
<ProjectGuid>{F6F21288-A770-48B8-BFFE-44E665C0DABB}</ProjectGuid> |
| 9 |
<OutputType>Library</OutputType> |
<OutputType>Exe</OutputType> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>NicoAPI</RootNamespace> |
<RootNamespace>NicoAPI</RootNamespace> |
| 12 |
<AssemblyName>NicoAPI</AssemblyName> |
<AssemblyName>NicoAPI</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 |
<FileAlignment>512</FileAlignment> |
<FileAlignment>512</FileAlignment> |
| 15 |
|
<FileUpgradeFlags> |
| 16 |
|
</FileUpgradeFlags> |
| 17 |
|
<OldToolsVersion>3.5</OldToolsVersion> |
| 18 |
|
<UpgradeBackupLocation /> |
| 19 |
|
<PublishUrl>publish\</PublishUrl> |
| 20 |
|
<Install>true</Install> |
| 21 |
|
<InstallFrom>Disk</InstallFrom> |
| 22 |
|
<UpdateEnabled>false</UpdateEnabled> |
| 23 |
|
<UpdateMode>Foreground</UpdateMode> |
| 24 |
|
<UpdateInterval>7</UpdateInterval> |
| 25 |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 26 |
|
<UpdatePeriodically>false</UpdatePeriodically> |
| 27 |
|
<UpdateRequired>false</UpdateRequired> |
| 28 |
|
<MapFileExtensions>true</MapFileExtensions> |
| 29 |
|
<ApplicationRevision>0</ApplicationRevision> |
| 30 |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 31 |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 32 |
|
<UseApplicationTrust>false</UseApplicationTrust> |
| 33 |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 34 |
</PropertyGroup> |
</PropertyGroup> |
| 35 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 36 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
| 49 |
<ErrorReport>prompt</ErrorReport> |
<ErrorReport>prompt</ErrorReport> |
| 50 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
| 51 |
</PropertyGroup> |
</PropertyGroup> |
| 52 |
|
<PropertyGroup> |
| 53 |
|
<StartupObject /> |
| 54 |
|
</PropertyGroup> |
| 55 |
<ItemGroup> |
<ItemGroup> |
| 56 |
<Reference Include="System" /> |
<Reference Include="System" /> |
| 57 |
<Reference Include="System.Core"> |
<Reference Include="System.Core"> |
| 58 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 59 |
</Reference> |
</Reference> |
| 60 |
|
<Reference Include="System.Web" /> |
| 61 |
<Reference Include="System.Xml.Linq"> |
<Reference Include="System.Xml.Linq"> |
| 62 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 63 |
</Reference> |
</Reference> |
| 69 |
</ItemGroup> |
</ItemGroup> |
| 70 |
<ItemGroup> |
<ItemGroup> |
| 71 |
<Compile Include="Class1.cs" /> |
<Compile Include="Class1.cs" /> |
| 72 |
<Compile Include="Live\Alert\AlertInfo.cs" /> |
<Compile Include="Information\APIBase.cs" /> |
| 73 |
<Compile Include="Live\Alert\AlertLogin.cs" /> |
<Compile Include="Common\CookieManager.cs" /> |
| 74 |
<Compile Include="Live\Alert\AlertStatus.cs" /> |
<Compile Include="Accessor\NicoLive.cs" /> |
| 75 |
<Compile Include="Live\Alert\StreamInfo.cs" /> |
<Compile Include="Information\Live\Alert\AlertInfo.cs" /> |
| 76 |
<Compile Include="Live\HeartBeat.cs" /> |
<Compile Include="Information\Live\Alert\AlertLogin.cs" /> |
| 77 |
<Compile Include="Live\PlayerStatus.cs" /> |
<Compile Include="Information\Live\Alert\AlertStatus.cs" /> |
| 78 |
<Compile Include="Live\PostKey.cs" /> |
<Compile Include="Information\Live\Alert\StreamInfo.cs" /> |
| 79 |
<Compile Include="Live\PublishStatus.cs" /> |
<Compile Include="Information\Live\HeartBeat.cs" /> |
| 80 |
|
<Compile Include="Information\Live\Login.cs" /> |
| 81 |
|
<Compile Include="Information\Live\PlayerStatus.cs" /> |
| 82 |
|
<Compile Include="Information\Live\PostKey.cs" /> |
| 83 |
|
<Compile Include="Information\Live\PublishStatus.cs" /> |
| 84 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 85 |
|
<Compile Include="Common\APIClient.cs" /> |
| 86 |
|
</ItemGroup> |
| 87 |
|
<ItemGroup /> |
| 88 |
|
<ItemGroup> |
| 89 |
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
| 90 |
|
<Visible>False</Visible> |
| 91 |
|
<ProductName>Microsoft .NET Framework 4 %28x86 および x64%29</ProductName> |
| 92 |
|
<Install>true</Install> |
| 93 |
|
</BootstrapperPackage> |
| 94 |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 95 |
|
<Visible>False</Visible> |
| 96 |
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 97 |
|
<Install>false</Install> |
| 98 |
|
</BootstrapperPackage> |
| 99 |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 100 |
|
<Visible>False</Visible> |
| 101 |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
| 102 |
|
<Install>false</Install> |
| 103 |
|
</BootstrapperPackage> |
| 104 |
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 105 |
|
<Visible>False</Visible> |
| 106 |
|
<ProductName>Windows インストーラー 3.1</ProductName> |
| 107 |
|
<Install>true</Install> |
| 108 |
|
</BootstrapperPackage> |
| 109 |
</ItemGroup> |
</ItemGroup> |
| 110 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 111 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |