Model.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{0608C0C1-F584-4092-AAF9-1E99A78E3703}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Model</RootNamespace>
  11. <AssemblyName>Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\..\Bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\Bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="CommandLine">
  35. <HintPath>..\..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
  36. </Reference>
  37. <Reference Include="MongoDB.Bson, Version=2.0.1.27, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\..\packages\MongoDB.Bson.2.0.1\lib\net45\MongoDB.Bson.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="ACategory.cs" />
  46. <Compile Include="AConfig.cs" />
  47. <Compile Include="AEventAttribute.cs" />
  48. <Compile Include="BehaviorTree\BehaviorTree.cs" />
  49. <Compile Include="BehaviorTree\Node.cs" />
  50. <Compile Include="BehaviorTree\NodeAttribute.cs" />
  51. <Compile Include="Buff.cs" />
  52. <Compile Include="BuffType.cs" />
  53. <Compile Include="Actor.cs" />
  54. <Compile Include="Component\BehaviorTreeComponent.cs" />
  55. <Compile Include="Component\BuffComponent.cs" />
  56. <Compile Include="Component\ChannelUnitInfoComponent.cs" />
  57. <Compile Include="Component\ConfigComponent.cs" />
  58. <Compile Include="Component\MessageComponent.cs" />
  59. <Compile Include="Component\EventComponent.cs" />
  60. <Compile Include="Component\FactoryComponent.cs" />
  61. <Compile Include="Component\GateNetworkComponent.cs" />
  62. <Compile Include="Component\NetworkComponent.cs" />
  63. <Compile Include="Component\TimerComponent.cs" />
  64. <Compile Include="Component\ActorComponent.cs" />
  65. <Compile Include="Component\UnitComponent.cs" />
  66. <Compile Include="ConfigAttribute.cs" />
  67. <Compile Include="Config\BuffConfig.cs" />
  68. <Compile Include="Config\GlobalConfig.cs" />
  69. <Compile Include="Config\ServerInfoConfig.cs" />
  70. <Compile Include="Config\TreeConfig.cs" />
  71. <Compile Include="Config\UnitConfig.cs" />
  72. <Compile Include="Env.cs" />
  73. <Compile Include="EnvKey.cs" />
  74. <Compile Include="EventAttribute.cs" />
  75. <Compile Include="EventType.cs" />
  76. <Compile Include="FactoryAttribute.cs" />
  77. <Compile Include="GameException.cs" />
  78. <Compile Include="IAssemblyLoader.cs" />
  79. <Compile Include="ICategory.cs" />
  80. <Compile Include="IConfigLoader.cs" />
  81. <Compile Include="IRegister.cs" />
  82. <Compile Include="IEvent.cs" />
  83. <Compile Include="IFactory.cs" />
  84. <Compile Include="IStart.cs" />
  85. <Compile Include="IUpdate.cs" />
  86. <Compile Include="MessageAttribute.cs" />
  87. <Compile Include="BehaviorTree\NodeType.cs" />
  88. <Compile Include="Opcode.cs" />
  89. <Compile Include="NumDefine.cs" />
  90. <Compile Include="OpcodeHelper.cs" />
  91. <Compile Include="Options.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="ServerType.cs" />
  94. <Compile Include="Unit.cs" />
  95. <Compile Include="UnitType.cs" />
  96. <Compile Include="World.cs" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. <ItemGroup>
  107. <ProjectReference Include="..\..\Platform\Common\Common.csproj">
  108. <Project>{F06B995E-6508-4C5C-A396-554316C9215D}</Project>
  109. <Name>Common</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\Platform\UNet\UNet.csproj">
  112. <Project>{D3CEA64F-4D75-4DC9-B139-8D12EB4ACF8E}</Project>
  113. <Name>UNet</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\Platform\TNet\TNet.csproj">
  116. <Project>{B1B78524-3F75-40D7-BF12-10B25A00C590}</Project>
  117. <Name>TNet</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. </Project>