Assembly-CSharp-Hotfix.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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>{40533600-4E69-4F7D-A924-E1A3B4127255}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Hotfix</RootNamespace>
  11. <AssemblyName>Hotfix</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <LangVersion>6</LangVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>true</Optimize>
  22. <OutputPath>..\Temp\UnityVS_bin\Debug\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;ILRuntime</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\Temp\UnityVS_bin\Release\</OutputPath>
  33. <DefineConstants>TRACE;ILRuntime</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\Assets\CSharp vNext Support\AsyncTools\Plugins\System.Threading.dll</HintPath>
  44. </Reference>
  45. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  46. <HintPath>C:\Apps\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
  47. </Reference>
  48. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  49. <HintPath>C:\Apps\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
  50. </Reference>
  51. <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
  52. <HintPath>C:\Apps\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\UnityEngine.UI.dll</HintPath>
  53. </Reference>
  54. <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
  55. <HintPath>C:\Apps\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\UnityEngine.UI.dll</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Base\Event\EventIdType.cs" />
  60. <Compile Include="Base\Event\IEvent.cs" />
  61. <Compile Include="Base\Helper\ArrayHelper.cs" />
  62. <Compile Include="Base\Helper\AssetBundleHelper.cs" />
  63. <Compile Include="Base\Helper\ExceptionHelper.cs" />
  64. <Compile Include="Base\Helper\JsonHelper.cs" />
  65. <Compile Include="Base\Helper\Log.cs" />
  66. <Compile Include="Base\Object\ComponentWithId.cs" />
  67. <Compile Include="Base\Object\IChangeSystem.cs" />
  68. <Compile Include="Base\Object\IDestroySystem.cs" />
  69. <Compile Include="Base\Object\IStartSystem.cs" />
  70. <Compile Include="Module\FrameSync\OperaComponent.cs" />
  71. <Compile Include="Entity\Config\UnitConfig.cs" />
  72. <Compile Include="Module\FrameSync\TestHotfixSubscribMonoEvent_LogString.cs" />
  73. <Compile Include="Module\FrameSync\Actor_CreateUnitsHandler.cs" />
  74. <Compile Include="Module\FrameSync\Actor_TestHandler.cs" />
  75. <Compile Include="Module\FrameSync\Frame_ClickMapHandler.cs" />
  76. <Compile Include="Module\FrameSync\G2C_TestHotfixHandler.cs" />
  77. <Compile Include="Module\Config\ACategory.cs" />
  78. <Compile Include="Module\Config\IConfig.cs" />
  79. <Compile Include="Module\Config\ConfigComponent.cs" />
  80. <Compile Include="Module\Config\ConfigHelper.cs" />
  81. <Compile Include="Module\Message\IActorMessage.cs" />
  82. <Compile Include="Module\Message\HotfixMessageDispatcher.cs" />
  83. <Compile Include="Module\Message\IMessage.cs" />
  84. <Compile Include="Module\Message\AMHandler.cs" />
  85. <Compile Include="Module\Message\IMHandler.cs" />
  86. <Compile Include="Base\Object\Component.cs" />
  87. <Compile Include="Base\Object\ComponentFactory.cs" />
  88. <Compile Include="Base\Object\Entity.cs" />
  89. <Compile Include="Base\Object\EntityType.cs" />
  90. <Compile Include="Base\Object\IAwakeSystem.cs" />
  91. <Compile Include="Base\Object\ILateUpdateSystem.cs" />
  92. <Compile Include="Base\Object\ILoadSystem.cs" />
  93. <Compile Include="Base\Object\ISerializeToEntity.cs" />
  94. <Compile Include="Base\Object\IUpdateSystem.cs" />
  95. <Compile Include="Base\Object\Object.cs" />
  96. <Compile Include="Base\Object\EventSystem.cs" />
  97. <Compile Include="Base\Object\ObjectPool.cs" />
  98. <Compile Include="Module\Message\SessionWrapComponent.cs" />
  99. <Compile Include="Module\Message\SessionWrap.cs" />
  100. <Compile Include="Module\UI\IUIFactory.cs" />
  101. <Compile Include="Module\Message\MessageDispatherComponent.cs" />
  102. <Compile Include="Module\Message\OpcodeTypeComponent.cs" />
  103. <Compile Include="Module\UI\UIComponent.cs" />
  104. <Compile Include="Entity\Game.cs" />
  105. <Compile Include="Entity\Scene.cs" />
  106. <Compile Include="Module\Message\HotfixMessage.cs" />
  107. <Compile Include="Module\UI\UI.cs" />
  108. <Compile Include="Init.cs" />
  109. <Compile Include="Module\Message\HotfixOpcode.cs" />
  110. <Compile Include="Module\UI\UIType.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <Compile Include="UI\UILobby\Component\UILobbyComponent.cs" />
  113. <Compile Include="UI\UILobby\Factory\UILobbyFactory.cs" />
  114. <Compile Include="UI\UILogin\Component\UILoginComponent.cs" />
  115. <Compile Include="UI\UILogin\Event\InitSceneStart_CreateLoginUI.cs" />
  116. <Compile Include="UI\UILogin\Factory\UILoginFactory.cs" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\Assembly-CSharp-firstpass.csproj">
  120. <Project>{2662b409-6332-1e56-d797-c9025c53bdd6}</Project>
  121. <Name>Assembly-CSharp-firstpass</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\Assembly-CSharp.csproj">
  124. <Project>{cd8c9303-404b-fb8d-6b9b-21988d5cac0a}</Project>
  125. <Name>Assembly-CSharp</Name>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <PropertyGroup>
  130. <PostBuildEvent>"$(ProjectDir)\..\Tools\pdb2mdb.exe" $(TargetFileName)</PostBuildEvent>
  131. </PropertyGroup>
  132. <Target Name="BeforeBuild">
  133. </Target>
  134. <Target Name="AfterBuild">
  135. <Copy SourceFiles="$(OutDir)$(TargetName).dll" DestinationFiles="$(ProjectDir)/../Assets/Res/Code/$(TargetName).dll.bytes" />
  136. <Copy SourceFiles="$(OutDir)$(TargetName).pdb" DestinationFiles="$(ProjectDir)/../Assets/Res/Code/$(TargetName).pdb.bytes" />
  137. <Copy SourceFiles="$(OutDir)$(TargetName).dll.mdb" DestinationFiles="$(ProjectDir)/../Assets/Res/Code/$(TargetName).mdb.bytes" />
  138. </Target>
  139. </Project>