|
@ -7,16 +7,6 @@ |
|
|
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath> |
|
|
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Compile Remove="Extensions\LinqSelectExtensions.cs" /> |
|
|
|
|
|
<Compile Remove="Services\CustomUIService.cs" /> |
|
|
|
|
|
<Compile Remove="Services\ICustomUIService.cs" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Content Remove="Views\Shared\_Footer.cshtml" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Content Include="Setup\images.zip"> |
|
|
<Content Include="Setup\images.zip"> |
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
|
@ -28,20 +18,13 @@ |
|
|
</Content> |
|
|
</Content> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<!--<ItemGroup> |
|
|
|
|
|
<Compile Remove="wwwroot\lib\bootstrap\**" /> |
|
|
|
|
|
<Content Remove="wwwroot\lib\bootstrap\**" /> |
|
|
|
|
|
<EmbeddedResource Remove="wwwroot\lib\bootstrap\**" /> |
|
|
|
|
|
<None Remove="wwwroot\lib\bootstrap\**" /> |
|
|
|
|
|
</ItemGroup>--> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.4.1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.4.1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.0.0-beta1" /> |
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.0.0-beta1" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" /> |
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" /> |
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Fabric.MSBuild" Version="1.6.1" /> |
|
|
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Fabric.MSBuild" Version="1.6.2" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish"> |
|
|
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish"> |
|
@ -68,10 +51,6 @@ |
|
|
</None> |
|
|
</None> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Folder Include="wwwroot\lib\" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="ViewModels\CampaignItem.cs" /> |
|
|
<None Include="ViewModels\CampaignItem.cs" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|