修改NewLife.PeerToPeer中ResetCommandClientMessage类没有加入项目文件的问题
netwjx authored at 2011-11-21 16:18:53
5.18 KiB
X
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{195A5858-8FE1-4043-9E51-7F879791629C}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>NewLife.PeerToPeer</RootNamespace>
    <AssemblyName>NewLife.PeerToPeer</AssemblyName>
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\生成\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>..\..\生成\NewLife.PeerToPeer.XML</DocumentationFile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\生成\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>..\..\生成\NewLife.PeerToPeer.XML</DocumentationFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="NewLife.Core, Version=1.6.4090.37476, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\DLL\NewLife.Core.dll</HintPath>
    </Reference>
    <Reference Include="NewLife.Net, Version=1.4.4087.21084, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\DLL\NewLife.Net.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Data" />
    <Reference Include="System.Web" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Client\CommandClient.cs" />
    <Compile Include="Client\NetClient.cs" />
    <Compile Include="Client\TrackerClient.cs" />
    <Compile Include="Connections\Connection.cs" />
    <Compile Include="Connections\LANConnection.cs" />
    <Compile Include="Connections\TcpConnection.cs" />
    <Compile Include="Connections\UdpConnection.cs" />
    <Compile Include="ExecutionState\CommandExecutionStateType.cs" />
    <Compile Include="MessageProcess\ProcessBase.cs" />
    <Compile Include="Messages\CommandMessage\CommandMessageBase.cs" />
    <Compile Include="Messages\CommandMessage\FindTorrentMessage.cs" />
    <Compile Include="Messages\CommandMessage\ResetCommandClientMessage.cs" />
    <Compile Include="Messages\PeerMessage\InviteMessage.cs" />
    <Compile Include="Messages\MessageServer.cs" />
    <Compile Include="Messages\P2PMessage.cs" />
    <Compile Include="Messages\MessageHandler.cs" />
    <Compile Include="Messages\MessageTypes.cs" />
    <Compile Include="Messages\PeerMessage\PeerMessageBase.cs" />
    <Compile Include="Messages\CommandMessage\PingMessage.cs" />
    <Compile Include="Messages\TestMessage.cs" />
    <Compile Include="Messages\TextMessage.cs" />
    <Compile Include="Messages\TrackMessage\TrackMessageBase.cs" />
    <Compile Include="Messages\TrackMessage\TrackMessage.cs" />
    <Compile Include="Messages\PeerMessage\TranFileMessage.cs" />
    <Compile Include="Messages\CommandMessage\TaskMessage.cs" />
    <Compile Include="Online\PeerOnline.cs" />
    <Compile Include="P2PTest.cs" />
    <Compile Include="Common\Peer.cs" />
    <Compile Include="Client\P2PClient.cs" />
    <Compile Include="Common\PeerType.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Server\CommandServer.cs" />
    <Compile Include="Server\TrackerServer.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="App.config" />
    <None Include="架构设计\模型.cd" />
    <None Include="Messages\消息结构.cd" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="架构设计\P2P_Tracker流程.jpg" />
    <Content Include="架构设计\P2P_命令客户端.jpg" />
    <Content Include="架构设计\P2P_命令服务器.jpg" />
    <Content Include="架构设计\P2P_消息结构.jpg" />
    <Content Include="架构设计\说明.txt" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>