2018-04-11 05:55:27 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
2019-05-17 21:18:28 +01:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2020-02-10 01:52:56 +00:00
|
|
|
|
<Version>3.0.99.886</Version>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
<Company>Canary Islands Computer Museum</Company>
|
|
|
|
|
|
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
|
|
|
|
|
|
<Product>Canary Islands Computer Museum Website</Product>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2018-08-11 10:49:55 +01:00
|
|
|
|
<EnableDefaultContentItems>false</EnableDefaultContentItems>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
</PropertyGroup>
|
2018-04-12 05:35:47 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
<ItemGroup>
|
2019-05-17 21:18:28 +01:00
|
|
|
|
<PackageReference Include="Avalonia.Skia.Linux.Natives" Version="1.68.0.2" />
|
|
|
|
|
|
<PackageReference Include="Markdig" Version="0.17.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="2.2.4" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
|
2018-04-11 05:55:27 +01:00
|
|
|
|
<PackageReference Include="MSBump" Version="2.3.2" PrivateAssets="All" />
|
2019-05-17 21:18:28 +01:00
|
|
|
|
<PackageReference Include="MySql.Data" Version="8.0.16" />
|
2019-05-28 01:09:12 +01:00
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
|
2019-05-17 21:18:28 +01:00
|
|
|
|
<PackageReference Include="SkiaSharp" Version="1.68.0" />
|
2018-04-19 07:51:53 +01:00
|
|
|
|
<PackageReference Include="SkiaSharp.Extended" Version="1.60.0" />
|
|
|
|
|
|
<PackageReference Include="SkiaSharp.Svg" Version="1.60.0" />
|
2019-05-17 21:18:28 +01:00
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" />
|
2018-04-11 05:55:27 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
|
|
|
|
|
|
</ItemGroup>
|
2018-04-12 06:43:45 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Cicm.Database\Cicm.Database.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2019-05-18 02:56:01 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="Microsoft.AspNetCore.Authorization, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
|
|
|
|
|
|
<HintPath>..\..\..\.nuget\packages\microsoft.aspnetcore.authorization\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Authorization.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
</ItemGroup>
|
2019-06-05 14:50:09 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="iso639\iso-639-3_20190408.tab">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
</Project>
|