Robot.Model.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <RootNamespace>ET</RootNamespace>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  8. <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
  9. </PropertyGroup>
  10. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  11. <OutputPath>../../Bin/</OutputPath>
  12. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  13. <DefineConstants>TRACECOREAPP;NOT_UNITY</DefineConstants>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  16. <OutputPath>../../Bin/</OutputPath>
  17. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  18. <DefineConstants>TRACECOREAPP;NOT_UNITY</DefineConstants>
  19. </PropertyGroup>
  20. <ItemGroup>
  21. <Compile Include="..\..\Server\Model\Base\MongoHelper.cs">
  22. <Link>Base\MongoHelper.cs</Link>
  23. </Compile>
  24. <Compile Include="..\..\Server\Model\Base\MongoRegister.cs">
  25. <Link>Base\MongoRegister.cs</Link>
  26. </Compile>
  27. <Compile Include="..\..\Server\Model\Base\StructBsonSerialize.cs">
  28. <Link>Base\StructBsonSerialize.cs</Link>
  29. </Compile>
  30. <Compile Include="..\..\Unity\Codes\Model\Module\Config\**\*.cs">
  31. <Link>Module\Config\%(RecursiveDir)%(FileName)%(Extension)</Link>
  32. </Compile>
  33. <Compile Include="..\..\Unity\Codes\Model\Core\**\*.cs">
  34. <Link>Core\%(RecursiveDir)%(FileName)%(Extension)</Link>
  35. </Compile>
  36. <Compile Include="..\..\Unity\Assets\Mono\Core\**\*.cs">
  37. <Link>Core\%(RecursiveDir)%(FileName)%(Extension)</Link>
  38. </Compile>
  39. <Compile Include="..\..\Unity\Codes\Model\Module\AI\**\*.cs">
  40. <Link>Module\AI\%(RecursiveDir)%(FileName)%(Extension)</Link>
  41. </Compile>
  42. <Compile Include="..\..\Unity\Assets\Mono\Module\Network\**\*.cs">
  43. <Link>Module\Network\%(RecursiveDir)%(FileName)%(Extension)</Link>
  44. </Compile>
  45. <Compile Include="..\..\Unity\Assets\Mono\Module\NetworkTCP\**\*.cs">
  46. <Link>Module\NetworkTCP\%(RecursiveDir)%(FileName)%(Extension)</Link>
  47. </Compile>
  48. <Compile Include="..\..\Server\Model\Module\NetworkTCP\**\*.cs">
  49. <Link>Module\NetworkTCP\%(RecursiveDir)%(FileName)%(Extension)</Link>
  50. </Compile>
  51. <Compile Include="..\..\Server\Model\Module\MessageInner\**\*.cs">
  52. <Link>Module\MessageInner\%(RecursiveDir)%(FileName)%(Extension)</Link>
  53. </Compile>
  54. <Compile Include="..\..\Unity\Codes\Model\Module\Ping\**\*.cs">
  55. <Link>Module\Ping\%(RecursiveDir)%(FileName)%(Extension)</Link>
  56. </Compile>
  57. <Compile Include="..\..\Unity\Codes\Model\Module\Message\**\*.cs">
  58. <Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
  59. </Compile>
  60. <Compile Include="..\..\Unity\Assets\Mono\Module\Message\**\*.cs">
  61. <Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
  62. </Compile>
  63. <Compile Include="..\..\Server\Model\Module\Message\**\*.cs">
  64. <Link>Module\Message\%(RecursiveDir)%(FileName)%(Extension)</Link>
  65. </Compile>
  66. <Compile Include="..\..\Unity\Codes\Model\Module\Numeric\**\*.cs">
  67. <Link>Module\Numeric\%(RecursiveDir)%(FileName)%(Extension)</Link>
  68. </Compile>
  69. <Compile Include="..\..\Unity\Codes\Model\Demo\**\*.cs">
  70. <Link>Demo\%(RecursiveDir)%(FileName)%(Extension)</Link>
  71. </Compile>
  72. <Compile Include="..\..\Server\Model\Generate\**\*.cs">
  73. <Link>Generate\%(RecursiveDir)%(FileName)%(Extension)</Link>
  74. </Compile>
  75. <Compile Include="..\..\Server\Model\Module\Actor\**\*.cs">
  76. <Link>Module\Actor\%(RecursiveDir)%(FileName)%(Extension)</Link>
  77. </Compile>
  78. <Compile Include="..\..\Unity\Codes\Model\Module\Actor\**\*.cs">
  79. <Link>Module\Actor\%(RecursiveDir)%(FileName)%(Extension)</Link>
  80. </Compile>
  81. <Compile Include="..\..\Unity\Codes\Model\Module\ActorLocation\**\*.cs">
  82. <Link>Module\ActorLocation\%(RecursiveDir)%(FileName)%(Extension)</Link>
  83. </Compile>
  84. <Compile Include="..\..\Unity\Codes\Model\Module\CoroutineLock\**\*.cs">
  85. <Link>Module\CoroutineLock\%(RecursiveDir)%(FileName)%(Extension)</Link>
  86. </Compile>
  87. <Compile Include="..\..\Server\Model\Module\Console\**\*.cs">
  88. <Link>Module\Console\%(RecursiveDir)%(FileName)%(Extension)</Link>
  89. </Compile>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\..\ThirdParty\ETTask\ETTask.csproj" />
  93. <ProjectReference Include="..\..\ThirdParty\ShareLib\ShareLib.csproj" />
  94. <ProjectReference Include="..\..\ThirdParty\UnityEngine\UnityEngine.csproj" />
  95. </ItemGroup>
  96. </Project>