| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{E5078EC6-2B0E-4711-BE8B-D99F69638316}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Base</RootNamespace>
- <AssemblyName>Base</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Bin\</OutputPath>
- <DefineConstants>TRACE;DEBUG;SERVER</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="ICSharpCode.SharpZipLib">
- <HintPath>..\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Bson">
- <HintPath>..\Lib\MongoDB.Bson.dll</HintPath>
- </Reference>
- <Reference Include="NLog">
- <HintPath>..\Lib\NLog.dll</HintPath>
- </Reference>
- <Reference Include="protobuf-net">
- <HintPath>..\Lib\protobuf-net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Config\ACategory.cs">
- <Link>Config\ACategory.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Config\AConfig.cs">
- <Link>Config\AConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Config\ConfigAttribute.cs">
- <Link>Config\ConfigAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Config\ICategory.cs">
- <Link>Config\ICategory.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\DoubleMap.cs">
- <Link>DoubleMap.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\ArrayHelper.cs">
- <Link>Helper\ArrayHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\ByteHelper.cs">
- <Link>Helper\ByteHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\EnumHelper.cs">
- <Link>Helper\EnumHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\FileHelper.cs">
- <Link>Helper\FileHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\IdGenerater.cs">
- <Link>Helper\IdGenerater.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\MD5Helper.cs">
- <Link>Helper\MD5Helper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\MongoHelper.cs">
- <Link>Helper\MongoHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\NetHelper.cs">
- <Link>Helper\NetHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\ProtobufHelper.cs">
- <Link>Helper\ProtobufHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\RandomHelper.cs">
- <Link>Helper\RandomHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\StringHelper.cs">
- <Link>Helper\StringHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\TimeHelper.cs">
- <Link>Helper\TimeHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Helper\ZipHelper.cs">
- <Link>Helper\ZipHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\LogType.cs">
- <Link>LogType.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\MultiMap.cs">
- <Link>MultiMap.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\AChannel.cs">
- <Link>Network\AChannel.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\AService.cs">
- <Link>Network\AService.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\TNet\PacketParser.cs">
- <Link>Network\TNet\PacketParser.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\TNet\TBuffer.cs">
- <Link>Network\TNet\TBuffer.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\TNet\TChannel.cs">
- <Link>Network\TNet\TChannel.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\TNet\TPoller.cs">
- <Link>Network\TNet\TPoller.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\TNet\TService.cs">
- <Link>Network\TNet\TService.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\TNet\TSocket.cs">
- <Link>Network\TNet\TSocket.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\Library.cs">
- <Link>Network\UNet\Library.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\NativeMethods.cs">
- <Link>Network\UNet\NativeMethods.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\NativeStructs.cs">
- <Link>Network\UNet\NativeStructs.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\UAddress.cs">
- <Link>Network\UNet\UAddress.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\UChannel.cs">
- <Link>Network\UNet\UChannel.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\UPacket.cs">
- <Link>Network\UNet\UPacket.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\UPoller.cs">
- <Link>Network\UNet\UPoller.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\UService.cs">
- <Link>Network\UNet\UService.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\USocket.cs">
- <Link>Network\UNet\USocket.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Network\UNet\USocketManager.cs">
- <Link>Network\UNet\USocketManager.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\Component.cs">
- <Link>Object\Component.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\Entity.cs">
- <Link>Object\Entity.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\IAwake.cs">
- <Link>Object\IAwake.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\ILoader.cs">
- <Link>Object\ILoader.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\IStart.cs">
- <Link>Object\IStart.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\IUpdate.cs">
- <Link>Object\IUpdate.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\Object.cs">
- <Link>Object\Object.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\ObjectEventAttribute.cs">
- <Link>Object\ObjectEventAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\Object\ObjectManager.cs">
- <Link>Object\ObjectManager.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\QueueDictionary.cs">
- <Link>QueueDictionary.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Plugins\Base\TryLocker.cs">
- <Link>TryLocker.cs</Link>
- </Compile>
- <Compile Include="Log.cs" />
- <Compile Include="Logger\ALogDecorater.cs" />
- <Compile Include="Logger\ILog.cs" />
- <Compile Include="Logger\NLogAdapter.cs" />
- <Compile Include="Logger\StackInfoDecorater.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </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>
|