19 lines
712 B
XML
19 lines
712 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<bundles version="1.0">
|
|
<styleBundle path="~/Content/css">
|
|
<include path="~/Content/MasterPage.css" />
|
|
<include path="~/Content/BuildBlocks.css" />
|
|
<include path="~/Content/ExtraComp.css" />
|
|
<include path="~/Content/BtnReport.css" />
|
|
<include path="~/Content/JQClock.css" />
|
|
<include path="~/Content/font.css" />
|
|
<include path="~/Content/Style.css" />
|
|
<include path="~/Content/StyleCustom.css" />
|
|
<include path="~/Content/font-awesome.css" />
|
|
</styleBundle>
|
|
|
|
<styleBundle path="~/Content/bootstrap">
|
|
<include path="~/Content/bootstrap.css" />
|
|
<include path="~/Content/bootstrap-theme.css" />
|
|
</styleBundle>
|
|
</bundles> |