Skip to content

Commit 174e6a6

Browse files
committed
Removed unwanted files in ASP.NET MVC Breadcrumb, BulletChart and Button controls sample
1 parent 624ff96 commit 174e6a6

File tree

444 files changed

+12
-731715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

444 files changed

+12
-731715
lines changed

Breadcrumb/ASP.NET MVC Razor Examples/App_Start/BundleConfig.cs

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,8 @@ public class BundleConfig
88
// For more information on bundling, visit https://go.microsoft.com/fwlink/?LinkId=301862
99
public static void RegisterBundles(BundleCollection bundles)
1010
{
11-
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
12-
"~/Scripts/jquery-{version}.js"));
13-
14-
bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
15-
"~/Scripts/jquery.validate*"));
16-
17-
// Use the development version of Modernizr to develop with and learn from. Then, when you're
18-
// ready for production, use the build tool at https://modernizr.com to pick only the tests you need.
19-
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
20-
"~/Scripts/modernizr-*"));
21-
22-
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
23-
"~/Scripts/bootstrap.js"));
24-
2511
bundles.Add(new StyleBundle("~/Content/css").Include(
26-
"~/Content/bootstrap.css",
12+
"~/Content/bootstrap.min.css",
2713
"~/Content/site.css"));
2814
}
2915
}

Breadcrumb/ASP.NET MVC Razor Examples/BreadcrumbSample.csproj

Lines changed: 3 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<WarningLevel>4</WarningLevel>
4646
</PropertyGroup>
4747
<ItemGroup>
48+
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49+
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
50+
</Reference>
4851
<Reference Include="Microsoft.CSharp" />
4952
<Reference Include="Syncfusion.EJ2, Version=20.1500.0.48, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
5053
<HintPath>packages\Syncfusion.EJ2.MVC5.20.1.0.48\lib\net45\Syncfusion.EJ2.dll</HintPath>
@@ -117,11 +120,6 @@
117120
<HintPath>packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
118121
</Reference>
119122
</ItemGroup>
120-
<ItemGroup>
121-
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
122-
<HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
123-
</Reference>
124-
</ItemGroup>
125123
<ItemGroup>
126124
<Compile Include="App_Start\BundleConfig.cs" />
127125
<Compile Include="App_Start\FilterConfig.cs" />
@@ -133,52 +131,10 @@
133131
<Compile Include="Properties\AssemblyInfo.cs" />
134132
</ItemGroup>
135133
<ItemGroup>
136-
<Content Include="Content\bootstrap-theme.css" />
137-
<Content Include="Content\bootstrap-theme.min.css" />
138-
<Content Include="Content\bootstrap.css" />
139134
<Content Include="Content\bootstrap.min.css" />
140-
<Content Include="Content\ej2\bootstrap-dark.css" />
141-
<Content Include="Content\ej2\bootstrap.css" />
142-
<Content Include="Content\ej2\bootstrap4.css" />
143-
<Content Include="Content\ej2\bootstrap5-dark.css" />
144-
<Content Include="Content\ej2\bootstrap5.css" />
145-
<Content Include="Content\ej2\compatibility\bootstrap.css" />
146-
<Content Include="Content\ej2\compatibility\bootstrap4.css" />
147-
<Content Include="Content\ej2\compatibility\fabric.css" />
148-
<Content Include="Content\ej2\compatibility\highcontrast.css" />
149-
<Content Include="Content\ej2\compatibility\material.css" />
150-
<Content Include="Content\ej2\fabric-dark.css" />
151-
<Content Include="Content\ej2\fabric.css" />
152-
<Content Include="Content\ej2\fluent-dark.css" />
153-
<Content Include="Content\ej2\fluent.css" />
154-
<Content Include="Content\ej2\highcontrast.css" />
155-
<Content Include="Content\ej2\material-dark.css" />
156-
<Content Include="Content\ej2\material.css" />
157-
<Content Include="Content\ej2\tailwind-dark.css" />
158-
<Content Include="Content\ej2\tailwind.css" />
159135
<Content Include="favicon.ico" />
160-
<Content Include="fonts\glyphicons-halflings-regular.svg" />
161136
<Content Include="Global.asax" />
162137
<Content Include="Content\Site.css" />
163-
<Content Include="Scripts\bootstrap.js" />
164-
<Content Include="Scripts\bootstrap.min.js" />
165-
<Content Include="Content\ej2\compatibility\material.scss" />
166-
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
167-
<Content Include="Content\ej2\compatibility\fabric.scss" />
168-
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
169-
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
170-
<None Include="Scripts\jquery-3.4.1.intellisense.js" />
171-
<Content Include="Scripts\ej2\ej2.min.js" />
172-
<Content Include="Scripts\jquery-3.4.1.js" />
173-
<Content Include="Scripts\jquery-3.4.1.min.js" />
174-
<Content Include="Scripts\jquery-3.4.1.slim.js" />
175-
<Content Include="Scripts\jquery-3.4.1.slim.min.js" />
176-
<None Include="Scripts\jquery.validate-vsdoc.js" />
177-
<Content Include="Scripts\jquery.validate.js" />
178-
<Content Include="Scripts\jquery.validate.min.js" />
179-
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
180-
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
181-
<Content Include="Scripts\modernizr-2.8.3.js" />
182138
<Content Include="Web.config" />
183139
<Content Include="Web.Debug.config">
184140
<DependentUpon>Web.config</DependentUpon>
@@ -199,20 +155,8 @@
199155
<Folder Include="Models\" />
200156
</ItemGroup>
201157
<ItemGroup>
202-
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
203-
<Content Include="fonts\glyphicons-halflings-regular.woff" />
204-
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
205-
<Content Include="fonts\glyphicons-halflings-regular.eot" />
206158
<Content Include="Content\bootstrap.min.css.map" />
207-
<Content Include="Content\bootstrap.css.map" />
208-
<Content Include="Content\bootstrap-theme.min.css.map" />
209-
<Content Include="Content\bootstrap-theme.css.map" />
210159
<None Include="packages.config" />
211-
<Content Include="Scripts\jquery-3.4.1.slim.min.map" />
212-
<Content Include="Scripts\jquery-3.4.1.min.map" />
213-
</ItemGroup>
214-
<ItemGroup>
215-
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
216160
</ItemGroup>
217161
<ItemGroup>
218162
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />

0 commit comments

Comments
 (0)