2021-04-07 18:07:00 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2021-04-14 16:09:56 +08:00
|
|
|
<ReleaseVersion>0.7.4</ReleaseVersion>
|
2021-04-07 18:07:00 +08:00
|
|
|
<AssemblyName>Storage.Unity</AssemblyName>
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Storage.AOT\Storage.AOT.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="UnityEngine">
|
|
|
|
<HintPath>..\..\Unity\UnityEngine.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
2021-04-09 14:24:04 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Public\" />
|
|
|
|
<Folder Include="Internal\" />
|
|
|
|
</ItemGroup>
|
2021-04-07 18:07:00 +08:00
|
|
|
</Project>
|