Skip to content

Commit b24be26

Browse files
committed
Removed unwanted files in Carousel and Chart samples
1 parent 8517516 commit b24be26

File tree

296 files changed

+8
-487876
lines changed

Some content is hidden

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

296 files changed

+8
-487876
lines changed

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

Carousel/ASP.NET MVC Razor Examples/CarouselSample.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" />
@@ -133,9 +131,6 @@
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" />
140135
<Content Include="Content\carousel\images\bird.jpg" />
141136
<Content Include="Content\carousel\images\bridge.jpg" />
@@ -167,48 +162,9 @@
167162
<Content Include="Content\carousel\images\trees.jpg" />
168163
<Content Include="Content\carousel\images\typescript.png" />
169164
<Content Include="Content\carousel\images\waterfall.jpg" />
170-
<Content Include="Content\ej2\bootstrap-dark.css" />
171-
<Content Include="Content\ej2\bootstrap.css" />
172-
<Content Include="Content\ej2\bootstrap4.css" />
173-
<Content Include="Content\ej2\bootstrap5-dark.css" />
174-
<Content Include="Content\ej2\bootstrap5.css" />
175-
<Content Include="Content\ej2\compatibility\bootstrap.css" />
176-
<Content Include="Content\ej2\compatibility\bootstrap4.css" />
177-
<Content Include="Content\ej2\compatibility\fabric.css" />
178-
<Content Include="Content\ej2\compatibility\highcontrast.css" />
179-
<Content Include="Content\ej2\compatibility\material.css" />
180-
<Content Include="Content\ej2\fabric-dark.css" />
181-
<Content Include="Content\ej2\fabric.css" />
182-
<Content Include="Content\ej2\fluent-dark.css" />
183-
<Content Include="Content\ej2\fluent.css" />
184-
<Content Include="Content\ej2\highcontrast.css" />
185-
<Content Include="Content\ej2\material-dark.css" />
186-
<Content Include="Content\ej2\material.css" />
187-
<Content Include="Content\ej2\tailwind-dark.css" />
188-
<Content Include="Content\ej2\tailwind.css" />
189165
<Content Include="favicon.ico" />
190-
<Content Include="fonts\glyphicons-halflings-regular.svg" />
191166
<Content Include="Global.asax" />
192167
<Content Include="Content\Site.css" />
193-
<Content Include="Scripts\bootstrap.js" />
194-
<Content Include="Scripts\bootstrap.min.js" />
195-
<Content Include="Content\ej2\compatibility\material.scss" />
196-
<Content Include="Content\ej2\compatibility\highcontrast.scss" />
197-
<Content Include="Content\ej2\compatibility\fabric.scss" />
198-
<Content Include="Content\ej2\compatibility\bootstrap4.scss" />
199-
<Content Include="Content\ej2\compatibility\bootstrap.scss" />
200-
<None Include="Scripts\jquery-3.4.1.intellisense.js" />
201-
<Content Include="Scripts\ej2\ej2.min.js" />
202-
<Content Include="Scripts\jquery-3.4.1.js" />
203-
<Content Include="Scripts\jquery-3.4.1.min.js" />
204-
<Content Include="Scripts\jquery-3.4.1.slim.js" />
205-
<Content Include="Scripts\jquery-3.4.1.slim.min.js" />
206-
<None Include="Scripts\jquery.validate-vsdoc.js" />
207-
<Content Include="Scripts\jquery.validate.js" />
208-
<Content Include="Scripts\jquery.validate.min.js" />
209-
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
210-
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
211-
<Content Include="Scripts\modernizr-2.8.3.js" />
212168
<Content Include="Web.config" />
213169
<Content Include="Web.Debug.config">
214170
<DependentUpon>Web.config</DependentUpon>
@@ -229,20 +185,8 @@
229185
<Folder Include="Models\" />
230186
</ItemGroup>
231187
<ItemGroup>
232-
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
233-
<Content Include="fonts\glyphicons-halflings-regular.woff" />
234-
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
235-
<Content Include="fonts\glyphicons-halflings-regular.eot" />
236188
<Content Include="Content\bootstrap.min.css.map" />
237-
<Content Include="Content\bootstrap.css.map" />
238-
<Content Include="Content\bootstrap-theme.min.css.map" />
239-
<Content Include="Content\bootstrap-theme.css.map" />
240189
<None Include="packages.config" />
241-
<Content Include="Scripts\jquery-3.4.1.slim.min.map" />
242-
<Content Include="Scripts\jquery-3.4.1.min.map" />
243-
</ItemGroup>
244-
<ItemGroup>
245-
<TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" />
246190
</ItemGroup>
247191
<ItemGroup>
248192
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />

0 commit comments

Comments
 (0)