|
@@ -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>
|