| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <?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, Version=2.3.0.157, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\Lib\MongoDB.Bson.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Driver">
- <HintPath>..\Lib\MongoDB.Driver.dll</HintPath>
- </Reference>
- <Reference Include="MongoDB.Driver.Core">
- <HintPath>..\Lib\MongoDB.Driver.Core.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Component\BenchmarkComponent.cs" />
- <Compile Include="Component\ConfigComponent.cs" />
- <Compile Include="Component\Config\ClientConfig.cs" />
- <Compile Include="Component\Config\DBConfig.cs" />
- <Compile Include="Component\Config\HttpConfig.cs" />
- <Compile Include="Component\Config\InnerConfig.cs" />
- <Compile Include="Component\Config\OuterConfig.cs" />
- <Compile Include="Component\DBCacheComponent.cs" />
- <Compile Include="Component\DBComponent.cs" />
- <Compile Include="Component\DBProxyComponent.cs" />
- <Compile Include="Component\EventComponent.cs" />
- <Compile Include="Component\KVComponent.cs" />
- <Compile Include="Component\MessageDispatherComponent.cs" />
- <Compile Include="Component\NetInnerComponent.cs" />
- <Compile Include="Component\NetOuterComponent.cs" />
- <Compile Include="Component\NetworkComponent.cs" />
- <Compile Include="Component\RobotComponent.cs" />
- <Compile Include="Component\TimerComponent.cs" />
- <Compile Include="Component\LocationComponent.cs" />
- <Compile Include="Component\UnitComponent.cs" />
- <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\ACategory.cs" />
- <Compile Include="Config\AConfig.cs" />
- <Compile Include="Config\AConfigComponent.cs" />
- <Compile Include="Config\ConfigAttribute.cs" />
- <Compile Include="Config\ConfigHelper.cs" />
- <Compile Include="Config\ICategory.cs" />
- <Compile Include="Entity\Config\BuffConfig.cs" />
- <Compile Include="Entity\Config\StartConfig.cs" />
- <Compile Include="Entity\SceneEntity.cs" />
- <Compile Include="Entity\DBSceneEntity.cs" />
- <Compile Include="Entity\DBEntity.cs" />
- <Compile Include="Entity\DBTask.cs" />
- <Compile Include="Entity\DBTaskQueue.cs" />
- <Compile Include="Entity\Game.cs" />
- <Compile Include="Entity\Http.cs" />
- <Compile Include="Entity\Message\InnerMessage.cs" />
- <Compile Include="Entity\Message\Opcode.cs" />
- <Compile Include="Entity\Message\OuterMessage.cs" />
- <Compile Include="Entity\Scene.cs" />
- <Compile Include="Entity\Session.cs" />
- <Compile Include="Entity\Unit.cs" />
- <Compile Include="Event\AEventAttribute.cs" />
- <Compile Include="Event\Env.cs" />
- <Compile Include="Event\EnvKey.cs" />
- <Compile Include="Event\EventAttribute.cs" />
- <Compile Include="Event\EventIdType.cs" />
- <Compile Include="Event\IEvent.cs" />
- <Compile Include="Helper\DllHelper.cs" />
- <Compile Include="Message\AMessage.cs" />
- <Compile Include="Message\AMHandler.cs" />
- <Compile Include="Message\AppType.cs" />
- <Compile Include="Message\ErrorCode.cs" />
- <Compile Include="Message\IMHandler.cs" />
- <Compile Include="Message\MessageAttribute.cs" />
- <Compile Include="Message\MessageHandlerAttribute.cs" />
- <Compile Include="Message\MessageInfo.cs" />
- <Compile Include="Message\OpcodeHelper.cs" />
- <Compile Include="Message\RpcException.cs" />
- <Compile Include="Object\ComponentDB.cs" />
- <Compile Include="Object\Component.cs" />
- <Compile Include="Object\Disposer.cs" />
- <Compile Include="Object\Entity.cs" />
- <Compile Include="Object\IAwake.cs" />
- <Compile Include="Object\ILoad.cs" />
- <Compile Include="Object\ILateUpdate.cs" />
- <Compile Include="Object\IUpdate.cs" />
- <Compile Include="Object\ObjectEventAttribute.cs" />
- <Compile Include="Object\EntityType.cs" />
- <Compile Include="Object\Object.cs" />
- <Compile Include="Object\ObjectEvents.cs" />
- <Compile Include="Other\OneThreadSynchronizationContext.cs" />
- <Compile Include="Other\Options.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>
|