2018-04-11 05:55:27 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
2020-05-21 05:01:35 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-05-23 06:49:19 +01:00
|
|
|
|
<Version>3.0.99.987</Version>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
<Company>Canary Islands Computer Museum</Company>
|
2020-02-10 03:05:39 +00:00
|
|
|
|
<Copyright>Copyright © 2003-2020 Natalia Portillo</Copyright>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
<Product>Canary Islands Computer Museum Website</Product>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2018-08-11 10:49:55 +01:00
|
|
|
|
<EnableDefaultContentItems>false</EnableDefaultContentItems>
|
2020-02-10 02:26:45 +00:00
|
|
|
|
<RootNamespace>Marechai</RootNamespace>
|
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" />
|
2020-05-23 06:49:19 +01:00
|
|
|
|
<PackageReference Include="Blazorise.Bootstrap" Version="0.9.0.3" />
|
|
|
|
|
|
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="0.9.0.3" />
|
2020-05-21 05:06:02 +01:00
|
|
|
|
<PackageReference Include="Markdig" Version="0.20.0" />
|
2020-05-21 15:05:03 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.4" />
|
2020-05-21 05:01:35 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.4" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.4" />
|
2020-05-21 15:05:03 +01:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4" />
|
2020-05-21 05:01:35 +01:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.4" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.3" />
|
2018-04-11 05:55:27 +01:00
|
|
|
|
<PackageReference Include="MSBump" Version="2.3.2" PrivateAssets="All" />
|
2020-05-21 05:06:02 +01:00
|
|
|
|
<PackageReference Include="MySql.Data" Version="8.0.20" />
|
2019-05-28 01:09:12 +01:00
|
|
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
|
2020-05-21 05:06:02 +01:00
|
|
|
|
<PackageReference Include="SkiaSharp" Version="1.68.3" />
|
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>
|
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>
|
2020-02-10 02:23:32 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Marechai.Database\Marechai.Database.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2020-05-21 15:05:03 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="App.razor">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="Areas\Identity\Pages\Account\LogOut.cshtml" />
|
|
|
|
|
|
<Content Include="Areas\Identity\Pages\Shared\_LoginPartial.cshtml" />
|
2020-05-21 19:09:20 +01:00
|
|
|
|
<Content Include="Pages\**\*.razor" />
|
2020-05-21 15:05:03 +01:00
|
|
|
|
<Content Include="Pages\_Host.cshtml" />
|
|
|
|
|
|
<Content Include="Shared\LoginDisplay.razor" />
|
|
|
|
|
|
<Content Include="Shared\MainLayout.razor" />
|
|
|
|
|
|
<Content Include="Shared\NavMenu.razor" />
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\FONT-LICENSE">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\font\css\open-iconic-bootstrap.min.css">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\font\fonts\open-iconic.eot">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\font\fonts\open-iconic.otf">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\font\fonts\open-iconic.svg">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\font\fonts\open-iconic.ttf">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\font\fonts\open-iconic.woff">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\ICON-LICENSE">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\open-iconic\README.md">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="wwwroot\css\site.css">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="_Imports.razor">
|
|
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
2020-05-21 18:52:40 +01:00
|
|
|
|
<ItemGroup>
|
2020-05-21 20:25:47 +01:00
|
|
|
|
<EmbeddedResource Update="Resources\**\*.es.resx" />
|
2020-05-21 18:52:40 +01:00
|
|
|
|
</ItemGroup>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
</Project>
|