| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?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\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\TimerComponent.cs">
- <Link>Component\TimerComponent.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Entity\Game.cs">
- <Link>Entity\Game.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\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\AMEvent.cs">
- <Link>Message\AMEvent.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\IMRegister.cs">
- <Link>Message\IMRegister.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Message\Message.cs">
- <Link>Message\Message.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\Other\BsonClassMapRegister.cs">
- <Link>Other\BsonClassMapRegister.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\EntityType.cs">
- <Link>Other\EntityType.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\Options.cs">
- <Link>Other\Options.cs</Link>
- </Compile>
- <Compile Include="..\..\Unity\Assets\Scripts\Other\StartConfig.cs">
- <Link>Other\StartConfig.cs</Link>
- </Compile>
- <Compile Include="Component\AppManagerComponent.cs" />
- <Compile Include="Component\LogToClientComponent.cs" />
- <Compile Include="Component\GateSessionKeyComponent.cs" />
- <Compile Include="Component\RealmGateAddressComponent.cs" />
- <Compile Include="Component\StartConfigComponent.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>
|