mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-14 19:10:09 +00:00
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)opensource.snk</AssemblyOriginatorKeyFile>
|
|
|
|
<!-- NuGet Package Information -->
|
|
<IsPackable>false</IsPackable>
|
|
<PackageVersion>$(Version)</PackageVersion>
|
|
<Company>Cysharp</Company>
|
|
<Authors>Cysharp</Authors>
|
|
<Copyright>© Cysharp, Inc.</Copyright>
|
|
<PackageTags>task;async</PackageTags>
|
|
<PackageProjectUrl>https://github.com/Cysharp/UniTask</PackageProjectUrl>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<PackageIcon>Icon.png</PackageIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="$(MSBuildThisFileDirectory)Icon.png" Pack="true" PackagePath="\" />
|
|
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\" />
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)LICENSE" />
|
|
</ItemGroup>
|
|
</Project>
|