Files
BeWoPlaner/BeWoPlanerMobil/App_Start/BundleConfig.cs.bak

13 lines
260 B
C#
Raw Normal View History

using System.Web.Optimization;
namespace BeWoPlanerMobil
{
public class BundleConfig
{
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
public static void RegisterBundles(BundleCollection bundles)
{
}
}
}