Develop and Download Open Source Software

Browse Subversion Repository

Diff of /CS/NicoLibrary/NicoLibrary/NicoLibrary.csproj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 144 by momentspace, Sat Apr 17 07:06:08 2010 UTC revision 145 by momentspace, Mon May 10 13:37:55 2010 UTC
# Line 1  Line 1 
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>
# Line 10  Line 10 
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>
# Line 53  Line 57 
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>

Legend:
Removed from v.144  
changed lines
  Added in v.145

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26