Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / IgnoreFileBuildProvider.cs / 1305376 / IgnoreFileBuildProvider.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.Web.Util; // This is a marker class that causes files to be ignored by the compilation system. // Otherwise, if no build provider is registered, unknown extensions get treated as // static files and copied during deployment precompilation. This provider prevents // files from being copied. (DevDiv 35450) internal class IgnoreFileBuildProvider: BuildProvider { internal IgnoreFileBuildProvider() { // Since it's just a marker, it should never be instantiated Debug.Assert(false); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StylusPointProperty.cs
- BackgroundWorker.cs
- ConsumerConnectionPointCollection.cs
- UnsafeNativeMethods.cs
- SafeFileHandle.cs
- LingerOption.cs
- SudsParser.cs
- SerializationObjectManager.cs
- HttpListenerRequest.cs
- DataControlPagerLinkButton.cs
- TypeUnloadedException.cs
- FileFormatException.cs
- WebRequestModuleElementCollection.cs
- RoleGroupCollection.cs
- UpdateProgress.cs
- Timer.cs
- SendMessageChannelCache.cs
- SqlCommandSet.cs
- LastQueryOperator.cs
- AssemblyUtil.cs
- ObjectStorage.cs
- XamlWrappingReader.cs
- HwndSourceKeyboardInputSite.cs
- _SpnDictionary.cs
- XmlValidatingReaderImpl.cs
- Run.cs
- RootDesignerSerializerAttribute.cs
- RequestTimeoutManager.cs
- TextWriterEngine.cs
- ConfigPathUtility.cs
- ConstructorBuilder.cs
- DataShape.cs
- TagPrefixInfo.cs
- ImportedNamespaceContextItem.cs
- NativeWindow.cs
- RSAOAEPKeyExchangeFormatter.cs
- PatternMatchRules.cs
- MouseActionConverter.cs
- Options.cs
- ComAwareEventInfo.cs
- AutomationPattern.cs
- ApplicationDirectory.cs
- TypeReference.cs
- PersonalizationStateInfo.cs
- ToolStripItemTextRenderEventArgs.cs
- ManagementObjectSearcher.cs
- Char.cs
- PartialCachingControl.cs
- SafeCertificateContext.cs
- XmlAttribute.cs
- XPathNodePointer.cs
- TextSearch.cs
- WebServiceResponse.cs
- AutomationProperties.cs
- InputScopeConverter.cs
- ListenerElementsCollection.cs
- BaseContextMenu.cs
- PolyLineSegmentFigureLogic.cs
- SplashScreenNativeMethods.cs
- BrowserDefinition.cs
- XmlSiteMapProvider.cs
- AbstractSvcMapFileLoader.cs
- XmlException.cs
- CurrentChangingEventManager.cs
- ConfigurationElementCollection.cs
- HebrewNumber.cs
- GeometryGroup.cs
- XpsFont.cs
- WsatProxy.cs
- DataPagerFieldItem.cs
- TaskFileService.cs
- RoleManagerSection.cs
- TextRangeEditLists.cs
- HTMLTextWriter.cs
- Helpers.cs
- SqlDataSourceEnumerator.cs
- DBSchemaTable.cs
- WindowsFormsSynchronizationContext.cs
- DynamicObjectAccessor.cs
- StickyNoteContentControl.cs
- SqlConnectionHelper.cs
- XmlTextReaderImpl.cs
- SessionState.cs
- DeobfuscatingStream.cs
- MarkedHighlightComponent.cs
- Adorner.cs
- arabicshape.cs
- DependencyObjectPropertyDescriptor.cs
- CustomAttributeFormatException.cs
- LinearGradientBrush.cs
- PreApplicationStartMethodAttribute.cs
- ConnectionPointCookie.cs
- ExtenderProvidedPropertyAttribute.cs
- UnmanagedHandle.cs
- ColumnResizeAdorner.cs
- MediaElement.cs
- GenericUriParser.cs
- DrawingImage.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- MenuAutomationPeer.cs