csharp-sdk-upm/Storage/Storage.Unity/Storage.Unity.csproj

19 lines
533 B
XML
Raw Normal View History

2021-04-07 18:07:00 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2021-04-08 14:21:41 +08:00
<ReleaseVersion>0.7.3</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>
</Project>