| 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> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>NicoLibrary</RootNamespace> |
<RootNamespace>NicoLibrary</RootNamespace> |
| 12 |
<AssemblyName>NicoLibrary</AssemblyName> |
<AssemblyName>NicoLibrary</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 |
</PropertyGroup> |
</PropertyGroup> |
| 20 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 21 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
| 57 |
<Compile Include="NicoMovie\Movie.cs" /> |
<Compile Include="NicoMovie\Movie.cs" /> |
| 58 |
<Compile Include="NicoMovie\NicoMovie.cs" /> |
<Compile Include="NicoMovie\NicoMovie.cs" /> |
| 59 |
<Compile Include="NicoPicture\NicoPicture.cs" /> |
<Compile Include="NicoPicture\NicoPicture.cs" /> |
| 60 |
<Compile Include="Nico\Nico.cs" /> |
<Compile Include="Common\Nico.cs" /> |
| 61 |
<Compile Include="Nico\Owner.cs" /> |
<Compile Include="Common\Owner.cs" /> |
| 62 |
<Compile Include="Nico\SessionManager.cs" /> |
<Compile Include="Common\SessionManager.cs" /> |
| 63 |
<Compile Include="NicoCommunity\NicoCommunity.cs" /> |
<Compile Include="NicoCommunity\NicoCommunity.cs" /> |
| 64 |
<Compile Include="NicoLive\Broadcast.cs" /> |
<Compile Include="NicoLive\Broadcast.cs" /> |
| 65 |
<Compile Include="NicoLive\NicoLive.cs" /> |
<Compile Include="NicoLive\NicoLive.cs" /> |
| 66 |
<Compile Include="Nico\User.cs" /> |
<Compile Include="Common\User.cs" /> |
| 67 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 68 |
</ItemGroup> |
</ItemGroup> |
| 69 |
<ItemGroup> |
<ItemGroup> |