Base.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{AFBAD3D5-C827-4BA6-9940-7060B6C39306}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Base</RootNamespace>
  11. <AssemblyName>Base</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="ICSharpCode.SharpZipLib">
  34. <HintPath>..\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
  35. </Reference>
  36. <Reference Include="MongoDB.Bson">
  37. <HintPath>..\Lib\MongoDB.Bson.dll</HintPath>
  38. </Reference>
  39. <Reference Include="NLog">
  40. <HintPath>..\Lib\NLog.dll</HintPath>
  41. </Reference>
  42. <Reference Include="protobuf-net">
  43. <HintPath>..\Lib\protobuf-net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Config\ACategory.cs" />
  56. <Compile Include="Config\AConfig.cs" />
  57. <Compile Include="Config\ConfigAttribute.cs" />
  58. <Compile Include="Config\ICategory.cs" />
  59. <Compile Include="DoubleMap.cs" />
  60. <Compile Include="Helper\ArrayHelper.cs" />
  61. <Compile Include="Helper\ByteHelper.cs" />
  62. <Compile Include="Helper\EnumHelper.cs" />
  63. <Compile Include="Helper\FileHelper.cs" />
  64. <Compile Include="Helper\IdGenerater.cs" />
  65. <Compile Include="Helper\MD5Helper.cs" />
  66. <Compile Include="Helper\MongoHelper.cs" />
  67. <Compile Include="Helper\ProtobufHelper.cs" />
  68. <Compile Include="Helper\RandomHelper.cs" />
  69. <Compile Include="Helper\StringHelper.cs" />
  70. <Compile Include="Helper\TimeHelper.cs" />
  71. <Compile Include="Helper\ZipHelper.cs" />
  72. <Compile Include="Log.cs" />
  73. <Compile Include="MultiMap.cs" />
  74. <Compile Include="Network\AChannel.cs" />
  75. <Compile Include="Network\AService.cs" />
  76. <Compile Include="Network\TNet\PacketParser.cs" />
  77. <Compile Include="Network\TNet\TBuffer.cs" />
  78. <Compile Include="Network\TNet\TChannel.cs" />
  79. <Compile Include="Network\TNet\TPoller.cs" />
  80. <Compile Include="Network\TNet\TService.cs" />
  81. <Compile Include="Network\TNet\TSocket.cs" />
  82. <Compile Include="Network\UNet\Library.cs" />
  83. <Compile Include="Network\UNet\NativeMethods.cs" />
  84. <Compile Include="Network\UNet\NativeStructs.cs" />
  85. <Compile Include="Network\UNet\UAddress.cs" />
  86. <Compile Include="Network\UNet\UChannel.cs" />
  87. <Compile Include="Network\UNet\UPacket.cs" />
  88. <Compile Include="Network\UNet\UPoller.cs" />
  89. <Compile Include="Network\UNet\UService.cs" />
  90. <Compile Include="Network\UNet\USocket.cs" />
  91. <Compile Include="Network\UNet\USocketManager.cs" />
  92. <Compile Include="Object\Component.cs" />
  93. <Compile Include="Object\Entity.cs" />
  94. <Compile Include="Object\IAwake.cs" />
  95. <Compile Include="Object\ILoader.cs" />
  96. <Compile Include="Object\IStart.cs" />
  97. <Compile Include="Object\IUpdate.cs" />
  98. <Compile Include="Object\Object.cs" />
  99. <Compile Include="Object\ObjectEventAttribute.cs" />
  100. <Compile Include="Object\ObjectManager.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="QueueDictionary.cs" />
  103. <Compile Include="TryLocker.cs" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>