FreeSql/Examples/website/FreeSql.Site.UI/FreeSql.Site.UI.csproj
2018-12-27 16:56:23 +08:00

31 lines
877 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Areas\BBS\Controllers\" />
<Folder Include="Areas\BBS\Data\" />
<Folder Include="Areas\BBS\Models\" />
<Folder Include="Areas\BBS\Views\" />
<Folder Include="Areas\Doc\Data\" />
<Folder Include="Areas\Doc\Models\" />
</ItemGroup>
<ItemGroup>
<Content Update="Areas\BBS\_ViewStart.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
<Content Update="Areas\Doc\_ViewStart.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
</ItemGroup>
</Project>