| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- <?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>{820D3488-76B9-4EE8-872A-BE06C2350B20}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Model</RootNamespace>
- <AssemblyName>Model</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="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\CommandLine.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Bson">
- <HintPath>..\Lib\MongoDB.Bson.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\BenchmarkComponent.cs">
- <Link>Component\BenchmarkComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\ConfigComponent.cs">
- <Link>Component\ConfigComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\Config\ClientConfig.cs">
- <Link>Component\Config\ClientConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\Config\InnerConfig.cs">
- <Link>Component\Config\InnerConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\Config\OuterConfig.cs">
- <Link>Component\Config\OuterConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\EventComponent.cs">
- <Link>Component\EventComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\KVComponent.cs">
- <Link>Component\KVComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\MessageDispatherComponent.cs">
- <Link>Component\MessageDispatherComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\NetInnerComponent.cs">
- <Link>Component\NetInnerComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\NetOuterComponent.cs">
- <Link>Component\NetOuterComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\NetworkComponent.cs">
- <Link>Component\NetworkComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\RobotComponent.cs">
- <Link>Component\RobotComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\TimerComponent.cs">
- <Link>Component\TimerComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Component\UnitComponent.cs">
- <Link>Component\UnitComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Config\ACategory.cs">
- <Link>Config\ACategory.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Config\AConfig.cs">
- <Link>Config\AConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Config\AConfigComponent.cs">
- <Link>Config\AConfigComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Config\ConfigAttribute.cs">
- <Link>Config\ConfigAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Config\ICategory.cs">
- <Link>Config\ICategory.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Config\BuffConfig.cs">
- <Link>Entity\Config\BuffConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Config\StartConfig.cs">
- <Link>Entity\Config\StartConfig.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Game.cs">
- <Link>Entity\Game.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\InnerMessage.cs">
- <Link>Entity\Message\InnerMessage.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\OuterMessage.cs">
- <Link>Entity\Message\OuterMessage.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Scene.cs">
- <Link>Entity\Scene.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Session.cs">
- <Link>Entity\Session.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Unit.cs">
- <Link>Entity\Unit.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Event\AEventAttribute.cs">
- <Link>Event\AEventAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Event\Env.cs">
- <Link>Event\Env.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Event\EnvKey.cs">
- <Link>Event\EnvKey.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Event\EventAttribute.cs">
- <Link>Event\EventAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Event\EventIdType.cs">
- <Link>Event\EventIdType.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Event\IEvent.cs">
- <Link>Event\IEvent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\AMessage.cs">
- <Link>Message\AMessage.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\AMHandler.cs">
- <Link>Message\AMHandler.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\AppType.cs">
- <Link>Message\AppType.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\ErrorCode.cs">
- <Link>Message\ErrorCode.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\IMHandler.cs">
- <Link>Message\IMHandler.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\MessageAttribute.cs">
- <Link>Message\MessageAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\MessageHandlerAttribute.cs">
- <Link>Message\MessageHandlerAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\OpcodeHelper.cs">
- <Link>Message\OpcodeHelper.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\RpcException.cs">
- <Link>Message\RpcException.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\Component.cs">
- <Link>Object\Component.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\Disposer.cs">
- <Link>Object\Disposer.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\Entity.cs">
- <Link>Object\Entity.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\EntityEventAttribute.cs">
- <Link>Object\EntityEventAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\EntityEventManager.cs">
- <Link>Object\EntityEventManager.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\EntityType.cs">
- <Link>Object\EntityType.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Object\Object.cs">
- <Link>Object\Object.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\EntityEventId.cs">
- <Link>Other\EntityEventId.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\IInstanceMethod.cs">
- <Link>Other\IInstanceMethod.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\ILBindingAttribute.cs">
- <Link>Other\ILBindingAttribute.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\MonoMethod.cs">
- <Link>Other\MonoMethod.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\Options.cs">
- <Link>Other\Options.cs</Link>
- </Compile>
- <Compile Include="Component\Unit\MasterComponent.cs" />
- <Compile Include="Component\Unit\LockComponent.cs" />
- <Compile Include="Component\AppManagerComponent.cs" />
- <Compile Include="Component\GateSessionKeyComponent.cs" />
- <Compile Include="Component\RealmGateAddressComponent.cs" />
- <Compile Include="Component\OptionComponent.cs" />
- <Compile Include="Component\StartConfigComponent.cs" />
- <Compile Include="Config\ConfigHelper.cs" />
- <Compile Include="Helper\DllHelper.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Base\Server.Base.csproj">
- <Project>{e5078ec6-2b0e-4711-be8b-d99f69638316}</Project>
- <Name>Server.Base</Name>
- </ProjectReference>
- </ItemGroup>
- <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>
|