2018-06-07 00:45:47 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<PropertyGroup>
|
2018-06-15 16:14:49 +08:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-06-16 14:35:10 +08:00
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
2018-08-01 17:21:09 +08:00
|
|
|
|
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</PropertyGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-09-10 18:36:01 +08:00
|
|
|
|
<PackageReference Include="Bootstrap.Security.Mvc" Version="1.0.1" />
|
2018-09-08 22:09:20 +08:00
|
|
|
|
<PackageReference Include="Longbow.Logging" Version="1.0.2" />
|
2018-06-10 18:14:28 +08:00
|
|
|
|
<PackageReference Include="Longbow.Web" Version="1.0.1" />
|
2018-06-16 14:35:10 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.0" PrivateAssets="All" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-06-16 14:35:10 +08:00
|
|
|
|
<None Include="..\Keys\Longbow.Utility.snk" Link="Longbow.Utility.snk" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<ItemGroup>
|
2018-10-19 23:09:52 +08:00
|
|
|
|
<ProjectReference Include="..\Bootstrap.DataAccess.SQLite\Bootstrap.DataAccess.SQLite.csproj" />
|
2018-06-07 00:45:47 +08:00
|
|
|
|
<ProjectReference Include="..\Bootstrap.DataAccess\Bootstrap.DataAccess.csproj" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
2018-06-07 00:45:47 +08:00
|
|
|
|
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</Project>
|