|
|
@@ -0,0 +1,157 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{EF4373AF-66D4-4313-A882-60EF0AE4239A}</ProjectGuid>
|
|
|
+ <OutputType>Library</OutputType>
|
|
|
+ <RootNamespace>Common</RootNamespace>
|
|
|
+ <AssemblyName>Common</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>..\..\Bin\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>..\..\Bin\Release</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Numerics" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="MongoDB.Bson">
|
|
|
+ <HintPath>..\..\..\CSharp\packages\mongocsharpdriver.1.10.0-rc1\lib\net35\MongoDB.Bson.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="MongoDB.Driver">
|
|
|
+ <HintPath>..\..\..\CSharp\packages\mongocsharpdriver.1.10.0-rc1\lib\net35\MongoDB.Driver.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="NLog">
|
|
|
+ <HintPath>..\..\..\CSharp\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="protobuf-net">
|
|
|
+ <HintPath>..\..\..\CSharp\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Base\Component.cs">
|
|
|
+ <Link>Base\Component.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Base\Entity.cs">
|
|
|
+ <Link>Base\Entity.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Base\MultiMap.cs">
|
|
|
+ <Link>Base\MultiMap.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Base\Object.cs">
|
|
|
+ <Link>Base\Object.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Base\QueueDictionary.cs">
|
|
|
+ <Link>Base\QueueDictionary.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Base\TimerManager.cs">
|
|
|
+ <Link>Base\TimerManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Config\ACategory.cs">
|
|
|
+ <Link>Config\ACategory.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Config\AConfig.cs">
|
|
|
+ <Link>Config\AConfig.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Config\ConfigAttribute.cs">
|
|
|
+ <Link>Config\ConfigAttribute.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Config\ICategory.cs">
|
|
|
+ <Link>Config\ICategory.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Event\AEventAttribute.cs">
|
|
|
+ <Link>Event\AEventAttribute.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Event\Env.cs">
|
|
|
+ <Link>Event\Env.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Event\IEventAsync.cs">
|
|
|
+ <Link>Event\IEventAsync.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Event\IEventSync.cs">
|
|
|
+ <Link>Event\IEventSync.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\BigIntegerHelper.cs">
|
|
|
+ <Link>Helper\BigIntegerHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\ByteHelper.cs">
|
|
|
+ <Link>Helper\ByteHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\EnumHelper.cs">
|
|
|
+ <Link>Helper\EnumHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\LoaderHelper.cs">
|
|
|
+ <Link>Helper\LoaderHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\MongoHelper.cs">
|
|
|
+ <Link>Helper\MongoHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\ProtobufHelper.cs">
|
|
|
+ <Link>Helper\ProtobufHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\RandomHelper.cs">
|
|
|
+ <Link>Helper\RandomHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\StringHelper.cs">
|
|
|
+ <Link>Helper\StringHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\TimeHelper.cs">
|
|
|
+ <Link>Helper\TimeHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Helper\XmlHelper.cs">
|
|
|
+ <Link>Helper\XmlHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Logger\ALogDecorater.cs">
|
|
|
+ <Link>Logger\ALogDecorater.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Logger\ILog.cs">
|
|
|
+ <Link>Logger\ILog.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Logger\Log.cs">
|
|
|
+ <Link>Logger\Log.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Logger\NLogAdapter.cs">
|
|
|
+ <Link>Logger\NLogAdapter.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Logger\StackInfoDecorater.cs">
|
|
|
+ <Link>Logger\StackInfoDecorater.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Network\AChannel.cs">
|
|
|
+ <Link>Network\AChannel.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\CSharp\Platform\Common\Network\IService.cs">
|
|
|
+ <Link>Network\IService.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
+ <ItemGroup>
|
|
|
+ <Folder Include="Base\" />
|
|
|
+ <Folder Include="Config\" />
|
|
|
+ <Folder Include="Event\" />
|
|
|
+ <Folder Include="Helper\" />
|
|
|
+ <Folder Include="Logger\" />
|
|
|
+ <Folder Include="Network\" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="..\..\..\CSharp\Platform\Common\Helper\Packages.config">
|
|
|
+ <Link>Helper\Packages.config</Link>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|