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

23 lines
630 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-21 15:06:42 +08:00
<ReleaseVersion>0.7.5</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>