|
|
@@ -7,6 +7,44 @@ |
|
|
|
<AssemblyName>DotNetCore.CAP</AssemblyName> |
|
|
|
<PackageTags>$(PackageTags);</PackageTags> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="Dashboard\Content\css\bootstrap.min.css" /> |
|
|
|
<None Remove="Dashboard\Content\css\hangfire.css" /> |
|
|
|
<None Remove="Dashboard\Content\css\rickshaw.min.css" /> |
|
|
|
<None Remove="Dashboard\Content\fonts\glyphicons-halflings-regular.eot" /> |
|
|
|
<None Remove="Dashboard\Content\fonts\glyphicons-halflings-regular.svg" /> |
|
|
|
<None Remove="Dashboard\Content\fonts\glyphicons-halflings-regular.ttf" /> |
|
|
|
<None Remove="Dashboard\Content\fonts\glyphicons-halflings-regular.woff" /> |
|
|
|
<None Remove="Dashboard\Content\fonts\glyphicons-halflings-regular.woff2" /> |
|
|
|
<None Remove="Dashboard\Content\js\bootstrap.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\d3.layout.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\d3.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\hangfire.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\jquery-2.1.4.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\moment-with-locales.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\moment.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\rickshaw.min.js" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\css\bootstrap.min.css" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\css\hangfire.css" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\css\rickshaw.min.css" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\fonts\glyphicons-halflings-regular.eot" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\fonts\glyphicons-halflings-regular.svg" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\fonts\glyphicons-halflings-regular.ttf" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\fonts\glyphicons-halflings-regular.woff" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\fonts\glyphicons-halflings-regular.woff2" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\bootstrap.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\d3.layout.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\d3.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\hangfire.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\jquery-2.1.4.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\moment-with-locales.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\moment.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\rickshaw.min.js" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" /> |
|
|
@@ -18,6 +56,14 @@ |
|
|
|
<PackageReference Include="System.Threading.ThreadPool" Version="4.3.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" /> |
|
|
|
|
|
|
|
<DotNetCliToolReference Include="RazorPageGenerator" Version="2.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Update="Dashboard\Pages\_BlockMetric.cshtml"> |
|
|
|
<Generator></Generator> |
|
|
|
</None> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |