Unity.Hotfix.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Temp\UnityVS_bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\Assets\CSharp vNext Support\AsyncTools\Plugins\System.Threading.dll</HintPath>
  43. </Reference>
  44. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\Library\UnityAssemblies\UnityEngine.dll</HintPath>
  47. </Reference>
  48. <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
  51. </Reference>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Base\Event\IEvent.cs" />
  55. <Compile Include="Base\Helper\ArrayHelper.cs" />
  56. <Compile Include="Base\Helper\AssetBundleHelper.cs" />
  57. <Compile Include="Base\Helper\ExceptionHelper.cs" />
  58. <Compile Include="Base\Message\AMHandler.cs" />
  59. <Compile Include="Base\Message\IMHandler.cs" />
  60. <Compile Include="Base\Object\Component.cs" />
  61. <Compile Include="Base\Object\ComponentDB.cs" />
  62. <Compile Include="Base\Object\ComponentFactory.cs" />
  63. <Compile Include="Base\Object\Disposer.cs" />
  64. <Compile Include="Base\Object\Entity.cs" />
  65. <Compile Include="Base\Object\EntityFactory.cs" />
  66. <Compile Include="Base\Object\EntityType.cs" />
  67. <Compile Include="Base\Object\IAwake.cs" />
  68. <Compile Include="Base\Object\ILateUpdate.cs" />
  69. <Compile Include="Base\Object\ILoad.cs" />
  70. <Compile Include="Base\Object\IUpdate.cs" />
  71. <Compile Include="Base\Object\Object.cs" />
  72. <Compile Include="Base\Object\ObjectEvents.cs" />
  73. <Compile Include="Base\Other\IUIFactory.cs" />
  74. <Compile Include="Component\EventComponent.cs" />
  75. <Compile Include="Component\GameObjectComponent.cs" />
  76. <Compile Include="Component\KVComponent.cs" />
  77. <Compile Include="Component\MessageDispatherComponent.cs" />
  78. <Compile Include="Component\TimeComponent.cs" />
  79. <Compile Include="Component\TimerComponent.cs" />
  80. <Compile Include="Component\UIComponent.cs" />
  81. <Compile Include="Entity\Hotfix.cs" />
  82. <Compile Include="Entity\Scene.cs" />
  83. <Compile Include="Entity\UI.cs" />
  84. <Compile Include="Entity\Unit.cs" />
  85. <Compile Include="Event\SessionRecvMessage_Dispatch.cs" />
  86. <Compile Include="Init.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="UI\UILogin\Component\UILoginComponent.cs" />
  89. <Compile Include="UI\UILogin\Event\InitSceneStart_CreateLoginUI.cs" />
  90. <Compile Include="UI\UILogin\Factory\UILoginFactory.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\Unity.csproj">
  94. <Project>{cf118143-7e37-744f-be45-3f55345fec40}</Project>
  95. <Name>Unity</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\Unity.Plugins.csproj">
  98. <Project>{d1fdb199-0fb7-099d-3771-c6a942e4e326}</Project>
  99. <Name>Unity.Plugins</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Folder Include="Handler\" />
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <PropertyGroup>
  107. <PostBuildEvent>"$(ProjectDir)\..\Tools\pdb2mdb.exe" $(TargetFileName)
  108. echo FA | xcopy $(TargetName).dll $(ProjectDir)\..\Assets\Res\Code\$(TargetName).dll.bytes
  109. echo FA | xcopy $(TargetName).pdb $(ProjectDir)\..\Assets\Res\Code\$(TargetName).pdb.bytes
  110. echo FA | xcopy $(TargetName).dll.mdb $(ProjectDir)\..\Assets\Res\Code\$(TargetName).mdb.bytes</PostBuildEvent>
  111. </PropertyGroup>
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>