Browse Source

Removed unused ItemGroups

pull/49/head
gdlcf88 6 years ago
parent
commit
f5ec686111
  1. 9
      modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web/EasyAbp.EShop.Payments.Web.csproj
  2. 24
      modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Web/EasyAbp.EShop.Products.Web.csproj
  3. 10
      modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Web/EasyAbp.EShop.Stores.Web.csproj

9
modules/EasyAbp.EShop.Payments/src/EasyAbp.EShop.Payments.Web/EasyAbp.EShop.Payments.Web.csproj

@ -38,13 +38,4 @@
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Pages\Payments\PaymentOrder\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Payments\Payment\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Refunds\Refund\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\EShop\Payments\Payments\PaymentOrder\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\EShop\Payments\Payments\Payment\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\EShop\Payments\Refunds\Refund\Index.cshtml" />
</ItemGroup>
</Project>

24
modules/EasyAbp.EShop.Products/src/EasyAbp.EShop.Products.Web/EasyAbp.EShop.Products.Web.csproj

@ -38,28 +38,4 @@
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Pages\Products\Products\Product\CreateModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Products\Products\Product\EditModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Products\Products\Product\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\EShop\ProductTypes\ProductType\CreateModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\EShop\ProductTypes\ProductType\EditModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\EShop\ProductTypes\ProductType\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Categories\Category\CreateModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Categories\Category\EditModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Categories\Category\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<Compile Update="Pages\EShop\Products\Products\ProductSku\CreateModal.cshtml.cs">
<DependentUpon>CreateModal.cshtml</DependentUpon>
</Compile>
<Compile Update="Pages\EShop\Products\Products\ProductSku\EditModal.cshtml.cs">
<DependentUpon>EditModal.cshtml</DependentUpon>
</Compile>
<Compile Update="Pages\EShop\Products\Products\ProductSku\Index.cshtml.cs">
<DependentUpon>Index.cshtml</DependentUpon>
</Compile>
</ItemGroup>
</Project>

10
modules/EasyAbp.EShop.Stores/src/EasyAbp.EShop.Stores.Web/EasyAbp.EShop.Stores.Web.csproj

@ -34,17 +34,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\EShop" />
<Folder Include="Pages\EShop\Stores\Stores" />
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="Pages\Stores\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Stores\Store\CreateModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Stores\Store\EditModal.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Stores\Store\Index.cshtml" />
<_ContentIncludedByDefault Remove="Pages\Stores\_ViewImports.cshtml" />
</ItemGroup>
</Project>

Loading…
Cancel
Save