Skip to content

Commit 75bee0b

Browse files
committed
Removed unwanted files in Avatar and Badge samples
1 parent 06ad119 commit 75bee0b

File tree

298 files changed

+12
-487880
lines changed

Some content is hidden

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

298 files changed

+12
-487880
lines changed

AccumulationChart/ASP.NET MVC Razor Examples/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>@ViewBag.Title - My ASP.NET Application</title>
77
@Styles.Render("~/Content/css")
8-
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/material.css" />
8+
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/fluent.css" />
99
<script src="https://cdn.syncfusion.com/ej2/20.1.47/dist/ej2.min.js"></script>
1010
</head>
1111
<body>

AutoComplete/ASP.NET MVC Razor Examples/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>@ViewBag.Title - My ASP.NET Application</title>
77
@Styles.Render("~/Content/css")
8-
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/material.css" />
8+
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.47/fluent.css" />
99
<script src="https://cdn.syncfusion.com/ej2/20.1.47/dist/ej2.min.js"></script>
1010
</head>
1111
<body>

Avatar/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
}

Avatar/ASP.NET MVC Razor Examples/AvatarSample.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.47, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
5053
<HintPath>packages\Syncfusion.EJ2.MVC5.20.1.0.47\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" />
@@ -139,52 +137,10 @@
139137
<Content Include="Content\avatar\images\pic03.png" />
140138
<Content Include="Content\avatar\images\pic04.png" />
141139
<Content Include="Content\avatar\images\pic05.png" />
142-
<Content Include="Content\bootstrap-theme.css" />
143-
<Content Include="Content\bootstrap-theme.min.css" />
144-
<Content Include="Content\bootstrap.css" />
145140
<Content Include="Content\bootstrap.min.css" />
146-
<Content Include="Content\ej2\bootstrap-dark.css" />
147-
<Content Include="Content\ej2\bootstrap.css" />
148-
<Content Include="Content\ej2\bootstrap4.css" />
149-
<Content Include="Content\ej2\bootstrap5-dark.css" />
150-
<Content Include="Content\ej2\bootstrap5.css" />
151-
<Content Include="Content\ej2\compatibility\bootstrap.css" />
152-
<Content Include="Content\ej2\compatibility\bootstrap4.css" />
153-
<Content Include="Content\ej2\compatibility\fabric.css" />
154-
<Content Include="Content\ej2\compatibility\highcontrast.css" />
155-
<Content Include="Content\ej2\compatibility\material.css" />
156-
<Content Include="Content\ej2\fabric-dark.css" />
157-
<Content Include="Content\ej2\fabric.css" />
158-
<Content Include="Content\ej2\fluent-dark.css" />
159-
<Content Include="Content\ej2\fluent.css" />
160-
<Content Include="Content\ej2\highcontrast.css" />
161-
<Content Include="Content\ej2\material-dark.css" />
162-
<Content Include="Content\ej2\material.css" />
163-
<Content Include="Content\ej2\tailwind-dark.css" />
164-
<Content Include="Content\ej2\tailwind.css" />
165141
<Content Include="favicon.ico" />
166-
<Content Include="fonts\glyphicons-halflings-regular.svg" />
167142
<Content Include="Global.asax" />
168143
<Content Include="Content\Site.css" />
169-
<Content Include="Scripts\bootstrap.js" />
170-
<Content Include="Scripts\bootstrap.min.js" />
171-
<Content Include="Content\ej2\compatibility\material.scss" />
172-
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
173-
<Content Include="Content\ej2\compatibility\fabric.scss" />
174-
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
175-
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
176-
<None Include="Scripts\jquery-3.4.1.intellisense.js" />
177-
<Content Include="Scripts\ej2\ej2.min.js" />
178-
<Content Include="Scripts\jquery-3.4.1.js" />
179-
<Content Include="Scripts\jquery-3.4.1.min.js" />
180-
<Content Include="Scripts\jquery-3.4.1.slim.js" />
181-
<Content Include="Scripts\jquery-3.4.1.slim.min.js" />
182-
<None Include="Scripts\jquery.validate-vsdoc.js" />
183-
<Content Include="Scripts\jquery.validate.js" />
184-
<Content Include="Scripts\jquery.validate.min.js" />
185-
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
186-
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
187-
<Content Include="Scripts\modernizr-2.8.3.js" />
188144
<Content Include="Web.config" />
189145
<Content Include="Web.Debug.config">
190146
<DependentUpon>Web.config</DependentUpon>
@@ -205,20 +161,8 @@
205161
<Folder Include="Models\" />
206162
</ItemGroup>
207163
<ItemGroup>
208-
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
209-
<Content Include="fonts\glyphicons-halflings-regular.woff" />
210-
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
211-
<Content Include="fonts\glyphicons-halflings-regular.eot" />
212164
<Content Include="Content\bootstrap.min.css.map" />
213-
<Content Include="Content\bootstrap.css.map" />
214-
<Content Include="Content\bootstrap-theme.min.css.map" />
215-
<Content Include="Content\bootstrap-theme.css.map" />
216165
<None Include="packages.config" />
217-
<Content Include="Scripts\jquery-3.4.1.slim.min.map" />
218-
<Content Include="Scripts\jquery-3.4.1.min.map" />
219-
</ItemGroup>
220-
<ItemGroup>
221-
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
222166
</ItemGroup>
223167
<ItemGroup>
224168
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />

0 commit comments

Comments
 (0)