2019-11-16 03:20:44 +03:00
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
2019-11-18 22:56:33 +03:00
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
2019-12-10 22:04:19 +03:00
|
|
|
<Company>Microsoft</Company>
|
|
|
|
<Authors>Microsoft</Authors>
|
|
|
|
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
|
2019-11-16 03:20:44 +03:00
|
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
2019-12-10 22:04:19 +03:00
|
|
|
<PackageProjectUrl>https://aka.ms/mobileblazorbindings</PackageProjectUrl>
|
2019-11-16 03:20:44 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-02 01:43:36 +03:00
|
|
|
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
|
2019-11-16 03:20:44 +03:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|