Common.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{EF4373AF-66D4-4313-A882-60EF0AE4239A}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <RootNamespace>Common</RootNamespace>
  9. <AssemblyName>Common</AssemblyName>
  10. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>..\..\Bin\Debug</OutputPath>
  17. <DefineConstants>DEBUG;</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <ConsolePause>false</ConsolePause>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>full</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>..\..\Bin\Release</OutputPath>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <ConsolePause>false</ConsolePause>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. <Reference Include="System.Numerics" />
  33. <Reference Include="System.Xml" />
  34. <Reference Include="MongoDB.Bson">
  35. <HintPath>..\..\..\CSharp\packages\mongocsharpdriver.1.10.0-rc1\lib\net35\MongoDB.Bson.dll</HintPath>
  36. </Reference>
  37. <Reference Include="MongoDB.Driver">
  38. <HintPath>..\..\..\CSharp\packages\mongocsharpdriver.1.10.0-rc1\lib\net35\MongoDB.Driver.dll</HintPath>
  39. </Reference>
  40. <Reference Include="NLog">
  41. <HintPath>..\..\..\CSharp\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath>
  42. </Reference>
  43. <Reference Include="protobuf-net">
  44. <HintPath>..\..\..\CSharp\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
  45. </Reference>
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. <Compile Include="..\..\..\CSharp\Platform\Common\Base\Component.cs">
  50. <Link>Base\Component.cs</Link>
  51. </Compile>
  52. <Compile Include="..\..\..\CSharp\Platform\Common\Base\Entity.cs">
  53. <Link>Base\Entity.cs</Link>
  54. </Compile>
  55. <Compile Include="..\..\..\CSharp\Platform\Common\Base\MultiMap.cs">
  56. <Link>Base\MultiMap.cs</Link>
  57. </Compile>
  58. <Compile Include="..\..\..\CSharp\Platform\Common\Base\Object.cs">
  59. <Link>Base\Object.cs</Link>
  60. </Compile>
  61. <Compile Include="..\..\..\CSharp\Platform\Common\Base\QueueDictionary.cs">
  62. <Link>Base\QueueDictionary.cs</Link>
  63. </Compile>
  64. <Compile Include="..\..\..\CSharp\Platform\Common\Base\TimerManager.cs">
  65. <Link>Base\TimerManager.cs</Link>
  66. </Compile>
  67. <Compile Include="..\..\..\CSharp\Platform\Common\Config\ACategory.cs">
  68. <Link>Config\ACategory.cs</Link>
  69. </Compile>
  70. <Compile Include="..\..\..\CSharp\Platform\Common\Config\AConfig.cs">
  71. <Link>Config\AConfig.cs</Link>
  72. </Compile>
  73. <Compile Include="..\..\..\CSharp\Platform\Common\Config\ConfigAttribute.cs">
  74. <Link>Config\ConfigAttribute.cs</Link>
  75. </Compile>
  76. <Compile Include="..\..\..\CSharp\Platform\Common\Config\ICategory.cs">
  77. <Link>Config\ICategory.cs</Link>
  78. </Compile>
  79. <Compile Include="..\..\..\CSharp\Platform\Common\Event\AEventAttribute.cs">
  80. <Link>Event\AEventAttribute.cs</Link>
  81. </Compile>
  82. <Compile Include="..\..\..\CSharp\Platform\Common\Event\Env.cs">
  83. <Link>Event\Env.cs</Link>
  84. </Compile>
  85. <Compile Include="..\..\..\CSharp\Platform\Common\Event\IEventAsync.cs">
  86. <Link>Event\IEventAsync.cs</Link>
  87. </Compile>
  88. <Compile Include="..\..\..\CSharp\Platform\Common\Event\IEventSync.cs">
  89. <Link>Event\IEventSync.cs</Link>
  90. </Compile>
  91. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\BigIntegerHelper.cs">
  92. <Link>Helper\BigIntegerHelper.cs</Link>
  93. </Compile>
  94. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\ByteHelper.cs">
  95. <Link>Helper\ByteHelper.cs</Link>
  96. </Compile>
  97. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\EnumHelper.cs">
  98. <Link>Helper\EnumHelper.cs</Link>
  99. </Compile>
  100. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\LoaderHelper.cs">
  101. <Link>Helper\LoaderHelper.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\MongoHelper.cs">
  104. <Link>Helper\MongoHelper.cs</Link>
  105. </Compile>
  106. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\ProtobufHelper.cs">
  107. <Link>Helper\ProtobufHelper.cs</Link>
  108. </Compile>
  109. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\RandomHelper.cs">
  110. <Link>Helper\RandomHelper.cs</Link>
  111. </Compile>
  112. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\StringHelper.cs">
  113. <Link>Helper\StringHelper.cs</Link>
  114. </Compile>
  115. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\TimeHelper.cs">
  116. <Link>Helper\TimeHelper.cs</Link>
  117. </Compile>
  118. <Compile Include="..\..\..\CSharp\Platform\Common\Helper\XmlHelper.cs">
  119. <Link>Helper\XmlHelper.cs</Link>
  120. </Compile>
  121. <Compile Include="..\..\..\CSharp\Platform\Common\Logger\ALogDecorater.cs">
  122. <Link>Logger\ALogDecorater.cs</Link>
  123. </Compile>
  124. <Compile Include="..\..\..\CSharp\Platform\Common\Logger\ILog.cs">
  125. <Link>Logger\ILog.cs</Link>
  126. </Compile>
  127. <Compile Include="..\..\..\CSharp\Platform\Common\Logger\Log.cs">
  128. <Link>Logger\Log.cs</Link>
  129. </Compile>
  130. <Compile Include="..\..\..\CSharp\Platform\Common\Logger\NLogAdapter.cs">
  131. <Link>Logger\NLogAdapter.cs</Link>
  132. </Compile>
  133. <Compile Include="..\..\..\CSharp\Platform\Common\Logger\StackInfoDecorater.cs">
  134. <Link>Logger\StackInfoDecorater.cs</Link>
  135. </Compile>
  136. <Compile Include="..\..\..\CSharp\Platform\Common\Network\AChannel.cs">
  137. <Link>Network\AChannel.cs</Link>
  138. </Compile>
  139. <Compile Include="..\..\..\CSharp\Platform\Common\Network\IService.cs">
  140. <Link>Network\IService.cs</Link>
  141. </Compile>
  142. </ItemGroup>
  143. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  144. <ItemGroup>
  145. <Folder Include="Base\" />
  146. <Folder Include="Config\" />
  147. <Folder Include="Event\" />
  148. <Folder Include="Helper\" />
  149. <Folder Include="Logger\" />
  150. <Folder Include="Network\" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <None Include="..\..\..\CSharp\Platform\Common\Helper\Packages.config">
  154. <Link>Helper\Packages.config</Link>
  155. </None>
  156. </ItemGroup>
  157. </Project>