Browse Source

app.Core build

lixu 2 năm trước cách đây
mục cha
commit
e0f18e82d9
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      Apps/Core/Apps.Core.csproj

+ 12 - 0
Apps/Core/Apps.Core.csproj

@@ -29,5 +29,17 @@
     <ItemGroup>
       <ProjectReference Include="..\ThirdParty\Apps.ThirdParty.csproj" />
     </ItemGroup>
+    
+    <ItemGroup>
+      <Reference Include="EntitiesOverView.Runtime">
+        <HintPath>..\..\Unity\Library\ScriptAssemblies\EntitiesOverView.Runtime.dll</HintPath>
+      </Reference>
+      <Reference Include="Sirenix.Serialization">
+        <HintPath>..\..\Unity\Assets\Plugins\Sirenix\Assemblies\Sirenix.Serialization.dll</HintPath>
+      </Reference>
+      <Reference Include="UniTask">
+        <HintPath>..\..\Unity\Library\ScriptAssemblies\UniTask.dll</HintPath>
+      </Reference>
+    </ItemGroup>
 
 </Project>