2018-04-11 05:55:27 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2018-04-19 00:30:29 +01:00
|
|
|
|
<Version>3.0.99.123</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>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="2.0.6" />
|
|
|
|
|
|
<PackageReference Include="MSBump" Version="2.3.2" PrivateAssets="All" />
|
2018-04-12 05:35:47 +01:00
|
|
|
|
<PackageReference Include="MySql.Data" Version="6.10.6" />
|
|
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.2-beta" />
|
2018-04-11 05:55:27 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="wwwroot\lib" />
|
|
|
|
|
|
</ItemGroup>
|
2018-04-12 06:43:45 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Cicm.Database\Cicm.Database.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2018-04-11 05:55:27 +01:00
|
|
|
|
</Project>
|