Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- ScriptControlDescriptor.cs
- StickyNote.cs
- XPathSingletonIterator.cs
- ScriptServiceAttribute.cs
- DPCustomTypeDescriptor.cs
- XmlSchemaInclude.cs
- ChineseLunisolarCalendar.cs
- _NegoStream.cs
- IndexOutOfRangeException.cs
- StringSource.cs
- GuidelineCollection.cs
- FreeFormPanel.cs
- AutoCompleteStringCollection.cs
- ClientSettingsStore.cs
- Site.cs
- DataListItemCollection.cs
- FormatConvertedBitmap.cs
- XmlMembersMapping.cs
- XmlWriterSettings.cs
- PolicyLevel.cs
- TypeToken.cs
- InputBuffer.cs
- AdapterDictionary.cs
- SessionParameter.cs
- SplitterPanel.cs
- FlowDocument.cs
- ColorIndependentAnimationStorage.cs
- ObjectContext.cs
- StorageEntitySetMapping.cs
- ShaderEffect.cs
- DispatcherEventArgs.cs
- CompositeFontParser.cs
- ReadOnlyDataSource.cs
- BitConverter.cs
- HotCommands.cs
- GridViewPageEventArgs.cs
- Subtract.cs
- TemplatePagerField.cs
- DataContractSet.cs
- MenuStrip.cs
- FontFamilyValueSerializer.cs
- XmlSchemaSubstitutionGroup.cs
- HttpRequestTraceRecord.cs
- Vector3DCollection.cs
- OrthographicCamera.cs
- ValueChangedEventManager.cs
- DocumentApplicationJournalEntry.cs
- DataTableClearEvent.cs
- TdsValueSetter.cs
- FormsIdentity.cs
- ValidationResult.cs
- ObjectListShowCommandsEventArgs.cs
- CalendarSelectionChangedEventArgs.cs
- PointCollectionConverter.cs
- ValidationEventArgs.cs
- FrameworkReadOnlyPropertyMetadata.cs
- ConsoleEntryPoint.cs
- SynchronizationHandlesCodeDomSerializer.cs
- ColumnTypeConverter.cs
- CodeAttributeDeclarationCollection.cs
- AddingNewEventArgs.cs
- BrushValueSerializer.cs
- ScrollChrome.cs
- TextBoxLine.cs
- Point3DValueSerializer.cs
- SmiXetterAccessMap.cs
- ValidatingCollection.cs
- DataServiceResponse.cs
- CompositionTarget.cs
- BitmapPalettes.cs
- CqlLexer.cs
- ScriptBehaviorDescriptor.cs
- __ComObject.cs
- KeyEventArgs.cs
- DependencyObjectProvider.cs
- RowsCopiedEventArgs.cs
- CompositionAdorner.cs
- SQLString.cs
- SqlCommand.cs
- ConnectionStringSettings.cs
- CuspData.cs
- PropertyMap.cs
- HandlerBase.cs
- CancellationHandlerDesigner.cs
- PreservationFileWriter.cs
- CompositionTarget.cs
- DataServiceQueryContinuation.cs
- DetailsViewInsertEventArgs.cs
- XmlnsDictionary.cs
- entityreference_tresulttype.cs
- RequestCache.cs
- ToolStripControlHost.cs
- VScrollProperties.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- XmlReflectionImporter.cs
- QueryStringConverter.cs
- SqlXml.cs
- RegionInfo.cs
- QueryStringConverter.cs
- ThreadExceptionEvent.cs