|
|
@@ -1,32 +1,14 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<Import Project="..\..\build\common.props" /> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<AssemblyName>DotNetCore.CAP</AssemblyName> |
|
|
|
<PackageTags>$(PackageTags);</PackageTags> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<DocumentationFile>bin\$(Configuration)\netstandard2.0\DotNetCore.CAP.xml</DocumentationFile> |
|
|
|
<NoWarn>1701;1702;1705;CS1591</NoWarn> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Remove="Dashboard\Content\css\bootstrap.min.css" /> |
|
|
|
<None Remove="Dashboard\Content\css\jsonview.min.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\jquery-2.1.4.min.js" /> |
|
|
|
<None Remove="Dashboard\Content\js\jsonview.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\cap.css" /> |
|
|
@@ -47,6 +29,7 @@ |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\moment.min.js" /> |
|
|
|
<EmbeddedResource Include="Dashboard\Content\js\rickshaw.min.js" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Consul" Version="0.7.2.4" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.2" /> |
|
|
@@ -60,6 +43,7 @@ |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Compile Update="Dashboard\Content\resx\Strings.Designer.cs"> |
|
|
|
<DesignTime>True</DesignTime> |
|
|
@@ -143,9 +127,4 @@ |
|
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput> |
|
|
|
</EmbeddedResource> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Update="Dashboard\Pages\PublishedPage.cshtml"> |
|
|
|
<Generator>RazorGenerator</Generator> |
|
|
|
</None> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |