| 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>9.0.30729</ProductVersion> |
| 7 |
<SchemaVersion>2.0</SchemaVersion> |
| 8 |
<ProjectGuid>{F6F21288-A770-48B8-BFFE-44E665C0DABB}</ProjectGuid> |
| 9 |
<OutputType>Exe</OutputType> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>NicoAPI</RootNamespace> |
| 12 |
<AssemblyName>NicoAPI</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 |
<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> |
| 35 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 36 |
<DebugSymbols>true</DebugSymbols> |
| 37 |
<DebugType>full</DebugType> |
| 38 |
<Optimize>false</Optimize> |
| 39 |
<OutputPath>bin\Debug\</OutputPath> |
| 40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 41 |
<ErrorReport>prompt</ErrorReport> |
| 42 |
<WarningLevel>4</WarningLevel> |
| 43 |
</PropertyGroup> |
| 44 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 45 |
<DebugType>pdbonly</DebugType> |
| 46 |
<Optimize>true</Optimize> |
| 47 |
<OutputPath>bin\Release\</OutputPath> |
| 48 |
<DefineConstants>TRACE</DefineConstants> |
| 49 |
<ErrorReport>prompt</ErrorReport> |
| 50 |
<WarningLevel>4</WarningLevel> |
| 51 |
</PropertyGroup> |
| 52 |
<PropertyGroup> |
| 53 |
<StartupObject /> |
| 54 |
</PropertyGroup> |
| 55 |
<ItemGroup> |
| 56 |
<Reference Include="System" /> |
| 57 |
<Reference Include="System.Core"> |
| 58 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 59 |
</Reference> |
| 60 |
<Reference Include="System.Web" /> |
| 61 |
<Reference Include="System.Xml.Linq"> |
| 62 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 63 |
</Reference> |
| 64 |
<Reference Include="System.Data.DataSetExtensions"> |
| 65 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 66 |
</Reference> |
| 67 |
<Reference Include="System.Data" /> |
| 68 |
<Reference Include="System.Xml" /> |
| 69 |
</ItemGroup> |
| 70 |
<ItemGroup> |
| 71 |
<Compile Include="Class1.cs" /> |
| 72 |
<Compile Include="Information\APIBase.cs" /> |
| 73 |
<Compile Include="Common\CookieManager.cs" /> |
| 74 |
<Compile Include="Accessor\NicoLive.cs" /> |
| 75 |
<Compile Include="Information\Live\Alert\AlertInfo.cs" /> |
| 76 |
<Compile Include="Information\Live\Alert\AlertLogin.cs" /> |
| 77 |
<Compile Include="Information\Live\Alert\AlertStatus.cs" /> |
| 78 |
<Compile Include="Information\Live\Alert\StreamInfo.cs" /> |
| 79 |
<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" /> |
| 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> |
| 110 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 111 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 112 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 113 |
<Target Name="BeforeBuild"> |
| 114 |
</Target> |
| 115 |
<Target Name="AfterBuild"> |
| 116 |
</Target> |
| 117 |
--> |
| 118 |
</Project> |