Seenginx/Seenginx/Seenginx.csproj

33 lines
806 B
XML
Raw Normal View History

2020-04-12 01:37:24 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
2020-04-12 20:01:46 +02:00
<ItemGroup>
2020-04-13 00:21:36 +02:00
<Content Remove="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<Content Include="SCSS\side-menu.scss" />
</ItemGroup>
<ItemGroup>
2020-04-12 20:01:46 +02:00
<Folder Include="wwwroot\images\" />
</ItemGroup>
2020-04-13 00:21:36 +02:00
<ItemGroup>
<None Include="compilerconfig.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.3" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Seenginx.Models\Seenginx.Models.csproj" />
</ItemGroup>
2020-04-12 01:37:24 +02:00
</Project>