Skip to content

Commit

Permalink
Update csproj of Pds.Web
Browse files Browse the repository at this point in the history
  • Loading branch information
itbeard committed Nov 10, 2021
1 parent de0dc81 commit fcd376e
Showing 1 changed file with 18 additions and 29 deletions.
47 changes: 18 additions & 29 deletions Pds/Pds.Web/Pds.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,27 @@
</ItemGroup>

<ItemGroup>
<None Remove="Common\" />
<None Remove="Components\" />
<None Remove="Pages\" />
<None Remove="Shared\" />
<None Remove="Newtonsoft.Json" />
<None Remove="Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
<None Remove="AutoMapper" />
<None Remove="Calabonga.PredicatesBuilder" />
<None Remove="Toolbelt.Blazor.HeadElement" />
</ItemGroup>
<ItemGroup>
<Folder Include="Common\" />
<Folder Include="Components\" />
<Folder Include="Pages\" />
<Folder Include="Shared\" />
<Folder Include="wwwroot\" />
<Content Update="web.config">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Content Remove="wwwroot\" />
<ProjectReference Include="..\Pds.Api.Contracts\Pds.Api.Contracts.csproj" />
<ProjectReference Include="..\Pds.Mappers\Pds.Mappers.csproj" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Pds.Api.Contracts\Pds.Api.Contracts.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
<ProjectReference Include="..\Pds.Mappers\Pds.Mappers.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
<ProjectReference Include="..\Pds.Web.Models\Pds.Web.Models.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
<ProjectReference Include="..\Pds.Core\Pds.Core.csproj">
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
</ProjectReference>
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\FONT-LICENSE" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\font\css\open-iconic-bootstrap.min.css" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\font\fonts\open-iconic.eot" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\font\fonts\open-iconic.otf" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\font\fonts\open-iconic.svg" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\font\fonts\open-iconic.ttf" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\font\fonts\open-iconic.woff" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\ICON-LICENSE" />
<_ContentIncludedByDefault Remove="wwwroot\css\open-iconic\README.md" />
</ItemGroup>
</Project>

0 comments on commit fcd376e

Please sign in to comment.