summaryrefslogtreecommitdiffstats
path: root/samples/TestAzureAD/App_Start/BundleConfig.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-05-05 16:18:01 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-05-05 16:18:01 -0700
commit03abe2a0b4057598bee897e3e42babedc99be5ff (patch)
treee3f2a37b0215ad98075c112835d0f95182863704 /samples/TestAzureAD/App_Start/BundleConfig.cs
parent49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c (diff)
downloadDotNetOpenAuth-03abe2a0b4057598bee897e3e42babedc99be5ff.zip
DotNetOpenAuth-03abe2a0b4057598bee897e3e42babedc99be5ff.tar.gz
DotNetOpenAuth-03abe2a0b4057598bee897e3e42babedc99be5ff.tar.bz2
Removes samples\TestAzureAD
it has a build break, and I'm not sure it was ever meant to be checked in.
Diffstat (limited to 'samples/TestAzureAD/App_Start/BundleConfig.cs')
-rw-r--r--samples/TestAzureAD/App_Start/BundleConfig.cs36
1 files changed, 0 insertions, 36 deletions
diff --git a/samples/TestAzureAD/App_Start/BundleConfig.cs b/samples/TestAzureAD/App_Start/BundleConfig.cs
deleted file mode 100644
index 84be44e..0000000
--- a/samples/TestAzureAD/App_Start/BundleConfig.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Web;
-using System.Web.Optimization;
-
-namespace TestAzureAD
-{
- public class BundleConfig
- {
- // For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254726
- public static void RegisterBundles(BundleCollection bundles)
- {
- bundles.Add(new ScriptBundle("~/bundles/WebFormsJs").Include(
- "~/Scripts/WebForms/WebForms.js",
- "~/Scripts/WebForms/WebUIValidation.js",
- "~/Scripts/WebForms/MenuStandards.js",
- "~/Scripts/WebForms/Focus.js",
- "~/Scripts/WebForms/GridView.js",
- "~/Scripts/WebForms/DetailsView.js",
- "~/Scripts/WebForms/TreeView.js",
- "~/Scripts/WebForms/WebParts.js"));
-
- bundles.Add(new ScriptBundle("~/bundles/MsAjaxJs").Include(
- "~/Scripts/WebForms/MsAjax/MicrosoftAjax.js",
- "~/Scripts/WebForms/MsAjax/MicrosoftAjaxApplicationServices.js",
- "~/Scripts/WebForms/MsAjax/MicrosoftAjaxTimer.js",
- "~/Scripts/WebForms/MsAjax/MicrosoftAjaxWebForms.js"));
-
- // Use the Development version of Modernizr to develop with and learn from. Then, when you’re
- // ready for production, use the build tool at http://modernizr.com to pick only the tests you need
- bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
- "~/Scripts/modernizr-*"));
- }
- }
-} \ No newline at end of file