| 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>{D10B5E02-28CD-4638-AE79-6CF1EE8C99E7}</ProjectGuid> |
| 9 |
<OutputType>Library</OutputType> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>NicoLibrary</RootNamespace> |
| 12 |
<AssemblyName>NicoLibrary</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 |
<FileAlignment>512</FileAlignment> |
| 15 |
<FileUpgradeFlags> |
| 16 |
</FileUpgradeFlags> |
| 17 |
<OldToolsVersion>3.5</OldToolsVersion> |
| 18 |
<UpgradeBackupLocation /> |
| 19 |
</PropertyGroup> |
| 20 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 21 |
<DebugSymbols>true</DebugSymbols> |
| 22 |
<DebugType>full</DebugType> |
| 23 |
<Optimize>false</Optimize> |
| 24 |
<OutputPath>bin\Debug\</OutputPath> |
| 25 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 26 |
<ErrorReport>prompt</ErrorReport> |
| 27 |
<WarningLevel>4</WarningLevel> |
| 28 |
</PropertyGroup> |
| 29 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 30 |
<DebugType>pdbonly</DebugType> |
| 31 |
<Optimize>true</Optimize> |
| 32 |
<OutputPath>bin\Release\</OutputPath> |
| 33 |
<DefineConstants>TRACE</DefineConstants> |
| 34 |
<ErrorReport>prompt</ErrorReport> |
| 35 |
<WarningLevel>4</WarningLevel> |
| 36 |
</PropertyGroup> |
| 37 |
<ItemGroup> |
| 38 |
<Reference Include="System" /> |
| 39 |
<Reference Include="System.Core"> |
| 40 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 41 |
</Reference> |
| 42 |
<Reference Include="System.Xml.Linq"> |
| 43 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 44 |
</Reference> |
| 45 |
<Reference Include="System.Data.DataSetExtensions"> |
| 46 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 47 |
</Reference> |
| 48 |
<Reference Include="System.Data" /> |
| 49 |
<Reference Include="System.Xml" /> |
| 50 |
</ItemGroup> |
| 51 |
<ItemGroup> |
| 52 |
<Compile Include="Class1.cs" /> |
| 53 |
<Compile Include="NicoLive\Comment\CommentQueue.cs" /> |
| 54 |
<Compile Include="NicoLive\Comment\CommentSender.cs" /> |
| 55 |
<Compile Include="NicoLive\Comment\CommentReceiver.cs" /> |
| 56 |
<Compile Include="NicoLive\Comment\ICommentObserver.cs" /> |
| 57 |
<Compile Include="NicoMovie\Movie.cs" /> |
| 58 |
<Compile Include="NicoMovie\NicoMovie.cs" /> |
| 59 |
<Compile Include="NicoPicture\NicoPicture.cs" /> |
| 60 |
<Compile Include="Common\Nico.cs" /> |
| 61 |
<Compile Include="Common\Owner.cs" /> |
| 62 |
<Compile Include="Common\SessionManager.cs" /> |
| 63 |
<Compile Include="NicoCommunity\NicoCommunity.cs" /> |
| 64 |
<Compile Include="NicoLive\Broadcast.cs" /> |
| 65 |
<Compile Include="NicoLive\NicoLive.cs" /> |
| 66 |
<Compile Include="Common\User.cs" /> |
| 67 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 68 |
</ItemGroup> |
| 69 |
<ItemGroup> |
| 70 |
<ProjectReference Include="..\NicoAPI\NicoAPI.csproj"> |
| 71 |
<Project>{F6F21288-A770-48B8-BFFE-44E665C0DABB}</Project> |
| 72 |
<Name>NicoAPI</Name> |
| 73 |
</ProjectReference> |
| 74 |
</ItemGroup> |
| 75 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 76 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 77 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 78 |
<Target Name="BeforeBuild"> |
| 79 |
</Target> |
| 80 |
<Target Name="AfterBuild"> |
| 81 |
</Target> |
| 82 |
--> |
| 83 |
</Project> |